mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
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:
@@ -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.
|
||||
|
||||

|
||||
|
||||
- [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.
|
||||

|
||||

|
||||
- In large prints, it can generate defects more easily due to the reduced wall thickness.
|
||||

|
||||
|
||||
Reference in New Issue
Block a user