mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +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:
@@ -11,7 +11,7 @@ Ironing is a process used to improve the surface finish of 3D prints by smoothin
|
||||
|
||||
This setting controls which layer being ironed.
|
||||
|
||||
- **Top Surfaces**: All [top surfaces](strength_settings_top_bottom_shells) will be ironed. This is the most common setting and is used to smooth out the top layers of the print.
|
||||
- **Top Surfaces**: All [top surfaces](strength_settings_top_bottom_shells) will be ironed. This is the most common setting and is used to smooth out the top layers of the print.
|
||||

|
||||
- **Topmost Surface**: Only the last [top layer](strength_settings_top_bottom_shells) of the print will be ironed. This is useful for prints where only the last layer needs to be smoothed.
|
||||

|
||||
@@ -21,7 +21,14 @@ This setting controls which layer being ironed.
|
||||
## Pattern
|
||||
|
||||
The pattern that will be used when ironing. Usually, the best pattern is the one with the most efficient coverage of the surface.
|
||||
You can learn more about the different patterns in the [Sparse infill pattern](strength_settings_infill#sparse-infill-pattern) section.
|
||||
|
||||
> [!TIP]
|
||||
> See [Infill Patterns Wiki List](strength_settings_patterns) with **detailed specifications**, including their strengths and weaknesses.
|
||||
|
||||
The ironing patterns are:
|
||||
|
||||
- **[Concentric](strength_settings_patterns#concentric)**
|
||||
- **[Rectilinear](strength_settings_patterns#rectilinear)**
|
||||
|
||||
## Flow
|
||||
|
||||
@@ -39,12 +46,12 @@ The distance to keep from the edges, which can help prevent over-extrusion at th
|
||||
|
||||

|
||||
|
||||
If this value is set to 0, the ironing toolpath will start directly at the perimeter edges without any inward offset. This means the ironing pattern will extend all the way to the outer boundaries of the top surface being ironed.
|
||||
If this value is set to 0, the ironing toolpath will start directly at the perimeter edges without any inward offset. This means the [ironing pattern](#pattern) will extend all the way to the outer boundaries of the top surface being ironed.
|
||||
|
||||
## Angle
|
||||
|
||||
The angle ironing is done at.
|
||||
A negative number disables this function and uses the [sparse infill direction](strength_settings_infill#sparse-infill-direction).
|
||||
A negative number disables this function and uses the [sparse infill direction](strength_settings_infill#direction).
|
||||
|
||||
## Speed
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ If you need stronger infill, it's recommended to use [infill line multiplier](st
|
||||
|
||||
### Internal Solid Infill
|
||||
|
||||
Used for solid top/bottom layers or [100% infill](strength_settings_infill##sparse-infill-density).
|
||||
Used for solid top/bottom layers or [100% infill](strength_settings_infill#sparse-infill-density).
|
||||
Recommended: **~110%** for good layer adhesion and visual quality.
|
||||
|
||||
### Support
|
||||
|
||||
@@ -109,7 +109,7 @@ Disadvantages:
|
||||
- Requires tuning of parameters like length, speed, and flow for best results
|
||||
|
||||
> [!NOTE]
|
||||
> Read more here: [Better Seams - An Orca Slicer Guide](https://www.printables.com/model/783313-better-seams-an-orca-slicer-guide-to-using-scarf-s).
|
||||
> Read more here: [Better Seams - An OrcaSlicer Guide](https://www.printables.com/model/783313-better-seams-an-orca-slicer-guide-to-using-scarf-s).
|
||||
|
||||
#### Scarf joint seam Type
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ Use Outer/Inner for the same external wall quality and dimensional accuracy bene
|
||||
|
||||
### Print infill first
|
||||
|
||||
When this option is enabled, the [infill](strength_settings_infill) and [top/bottom shells](strength_settings_top_bottom_shells) is printed first, followed by the walls. This can be useful for some overhangs where the infill can support the walls.
|
||||
When this option is enabled, the [infill](strength_settings_infill) and [top/bottom shells](strength_settings_top_bottom_shells) are printed first, followed by the walls. This can be useful for some overhangs where the infill can support the walls.
|
||||
|
||||

|
||||
|
||||
@@ -68,7 +68,7 @@ The actual top surface flow used is calculated by multiplying this value with th
|
||||
## Only one wall
|
||||
|
||||
Use only one wall on flat surfaces, to give more space to the [top infill pattern](strength_settings_top_bottom_shells#surface-pattern).
|
||||
Specially useful in small features, like letters, where the top surface is very small and concentric pattern from walls would not cover it properly.
|
||||
Specially useful in small features, like letters, where the top surface is very small and [concentric pattern](strength_settings_patterns#concentric) from walls would not cover it properly.
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -26,6 +26,9 @@ The Arachne wall generator dynamically adjusts extrusion width to follow the sha
|
||||
|
||||

|
||||
|
||||
> [!NOTE]
|
||||
> [A Framework for Adaptive Width Control of Dense Contour-Parallel Toolpaths in Fused Deposition Modeling](https://www.sciencedirect.com/science/article/pii/S0010448520301007?via%3Dihub)
|
||||
|
||||
### Wall transitioning threshhold angle
|
||||
|
||||
Defines the minimum angle (in degrees) required for the algorithm to create a transition between an even and odd number of walls. If a wedge shape exceeds this angle, no extra center wall will be added. Lowering this value reduces center walls but may cause under- or over-extrusion in sharp corners.
|
||||
|
||||
Reference in New Issue
Block a user