Wiki Update 11 - Strength (#10369)

* Create Patterns specific wiki

* Fix typos in installation instructions

Corrected the winget flag from --exact to -e and removed an extraneous backtick from the Mac xattr command in the README installation instructions.

* Improve README formatting and clarity

* Calibration Flow Ratio Yolo Archimedean cords

Co-Authored-By: MxBrnr <142743732+MxBrnr@users.noreply.github.com>

* redirection/tab.cpp section

* Missing Frequent

* remove auto-cooling

* remove thumbnails

* seam pointers

* walls

* infill

* Image standarization

* Fix broken internal links

* Add reference note to Arachne wall generator docs

* OrcaSlicer std

* PrusaSlicer std

* 2d-lateral xlsx

* vertical patterns

* Redirections fix

* Update speed_settings_overhang_speed.md

* Fix to action

* FlowRate

Co-Authored-By: MxBrnr <142743732+MxBrnr@users.noreply.github.com>

* Top Bottom Shells

* advanced strength

* Action fix

* Update How-to-wiki.md

* Home.md icons and reorganize sections

* Home Icons fix

* Update cornering-calib.md

* Update strength_settings_infill.md

* Update Auxiliary-fan.md

Co-Authored-By: Fisheye_3D <78997080+fisheye3d@users.noreply.github.com>

* Add warning about wiki maintenance status
This commit is contained in:
Ian Bassi
2025-08-23 12:43:45 -03:00
committed by GitHub
parent 099dbb4046
commit 5ebb490a8d
55 changed files with 985 additions and 685 deletions

View File

@@ -1,17 +1,45 @@
# Walls
In 3D printing, "walls" refer to the outer layers of a printed object that provide its shape and structural integrity. Adjusting wall settings can significantly affect the strength, appearance, and print time of your model.
In 3D printing, "walls" refer to the outer layers of a printed object that provide its shape and structural integrity.
Adjusting wall settings can significantly affect layer adhesion, strength, appearance and print time of your model.
![walls](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/walls/walls.png?raw=true)
- [Wall loops](#wall-loops)
- [Alternate extra wall](#alternate-extra-wall)
- [Detect thin wall](#detect-thin-wall)
## Wall loops
"Wall loops" refers to the number of times the outer wall is printed in a loop. Increasing the wall loops can improve the strength and durability of the print, but may also increase print time.
"Wall loops" refers to the number of times the outer wall is printed in a loop.
Increasing the wall loops will:
- Enhance:
- Layer adhesion
- Strength
- Rigidity
- Reduce infill ghosting
- Increase print time
## Alternate extra wall
This setting adds an extra wall to every other layer. This way the infill gets wedged vertically between the walls, resulting in stronger prints.
When this option is enabled, the ensure vertical shell thickness option needs to be disabled.
Using lightning infill together with this option is not recommended as there is limited infill to anchor the extra perimeters to.
> [!WARNING]
> It's not recommended to use this option with:
> - [Lightning infill](strength_settings_patterns#lightning) as there is limited infill to anchor the extra perimeters to.
> - **[Ensure vertical shell thickness: ALL](strength_settings_advanced#ensure-vertical-shell-thickness)**
## Detect thin wall
Detect thin wall which can't contain two line width. And use single line to print. Maybe printed not very well, because it's not closed loop.
By default, walls are printed as closed loops. When a wall is too thin to contain two line widths, enabling "Detect thin walls" prints it as a single extrusion line.
Thin walls printed this way may have reduced surface quality and strength because they are not closed loops.
> [!TIP]
> Usually, it is recommended to use [Arachne wall generator](quality_settings_wall_generator#arachne) which will disable "Detect thin walls" because it uses a different approach to wall generation.
- In small details it can generate details that wouldn't be possible with traditional wall generation methods.
![walls-small-detect-thin-off](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/walls/walls-small-detect-thin-off.png?raw=true)
![walls-small-detect-thin-on](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/walls/walls-small-detect-thin-on.png?raw=true)
- In large prints, it can generate defects more easily due to the reduced wall thickness.
![walls-big-detect-thin-off-on](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/walls/walls-big-detect-thin-off-on.png?raw=true)