mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Wiki Update 7 (#10007)
* Large images optimizations * Add image and update instructions for junction deviation Added a new image illustrating the printer jerk limitation setting and updated the calibration documentation to clarify steps for setting Maximum Junction Deviation. Improved formatting and corrected a typo in the instructions. * Update README links to Wiki * Fix Wiki image paths + Typos * Fixes, typos and Infill improvements * Update VFA calibration guide and add resonance avoidance Expanded the VFA calibration documentation with more detailed explanations of VFA causes, the VFA Speed Test, and how to use the Resonance Avoidance Speed Range. Added a new image illustrating the resonance avoidance configuration. * Add surface density setting to top/bottom shells docs * Ironing Wiki Wip * Wall and surfaces wiki wip * Fix top/bottom link * Better topbottom reddirect * bridging wiki wip * Fix TOP bottom * Wall wiki wip * strength advanced wiki wip * speed advance renaming * inital speed wiki wip * Other Layer Speed Wiki Wip... * Speed overhang Wiki WIP * Travel speed wiki wip * Speed acceleration wiki wip * Update speed_settings_initial_layer_speed.md * Jerk Wiki Wip * support wiki wip * Raft wiki wip * support filamnet wiki wip * Support ironing wiki wip * Support advanced Wiki Wip * Tree wiki wip * STL images optimizations * Prime tower wiki wip * Update PA line diagram images Were bigger than original used to crop this ones. * Ooze wiki wip * Flush wiki wip * Image optimizatios * Clarify TPMS-D infill description Updated the TPMS-D infill section to specify that it refers to the Schwarz Diamond surface, improving clarity for users. Also updated the infill calculator spreadsheet. Co-Authored-By: Rodrigo <162915171+RF47@users.noreply.github.com> * images+++ * Multimaterial advanced Wiki Wip * Skirt Wiki Wip * Brim wiki wip * Add Junction Deviation formula to documentation Included the mathematical formula for Junction Deviation in the cornering calibration documentation to clarify its calculation. Co-Authored-By: Rodrigo <162915171+RF47@users.noreply.github.com> * Others special mode Wiki Wip Co-Authored-By: Rodrigo <162915171+RF47@users.noreply.github.com> * Fix links * Fill Multiline infill Wiki Introduced a new section in the infill documentation describing the Fill Multiline setting, its differences from other slicers, and its use cases. Added a comparison table and illustrative GIF to clarify how OrcaSlicer maintains density and material usage when using multiple infill lines. * Multiline infill wiki update Co-Authored-By: Rodrigo <162915171+RF47@users.noreply.github.com> * Multiline Tab.cpp * Gcode output Wiki Wip * Others wiki wips * Home quality * Add process links in home * Quality Basic Missing descriptions * Update quality_settings_bridging.md * basic desc * basic advance strentgth * Basic speed * basic other speeds * Fix link * Update speed_settings_overhang_speed.md * Update speed_settings_travel.md * Update speed_settings_acceleration.md * Fix * Expand documentation for acceleration and jerk settings * Support wiki * Raft wiki * Support wiki desc * Prime tower wiki * Multimaterial wiki desc * Filament to features wiki * Ooze improve * Fix duplicate text * Fix typo in volumetric speed calibration guide Corrected 'promoted' to 'prompted' in the instructions for entering test settings in the volumetric speed calibration documentation. * centeres image * Overlapping gif * Others wiki basic desc * Clarify retraction calibration recommendation Expanded the explanation for calibrating retraction settings, specifying that it should be done after Flow and Pressure Advance calibration for optimal extrusion setup. Co-Authored-By: Rodrigo <162915171+RF47@users.noreply.github.com> * Links in Readme + minor change Refined links and formatting in README for better navigation. Expanded wall printing order section in quality settings documentation to clarify Inner/Outer, Inner/Outer/Inner, and Outer/Inner modes. Updated calibration guide images and formatting for improved clarity. * Add SVG icons to infill pattern comparison table * Delete doc/images/gui directory remplaced with GUI * Create process-preset-full.png --------- Co-authored-by: Rodrigo <162915171+RF47@users.noreply.github.com>
This commit is contained in:
Binary file not shown.
42
doc/print_settings/strength/strength_settings_advanced.md
Normal file
42
doc/print_settings/strength/strength_settings_advanced.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Strength Advanced
|
||||
|
||||
- [Bridge infill direction](#bridge-infill-direction)
|
||||
- [Minimum sparse infill threshold](#minimum-sparse-infill-threshold)
|
||||
- [Infill Combination](#infill-combination)
|
||||
- [Max layer height](#max-layer-height)
|
||||
- [Detect narrow internal solid infill](#detect-narrow-internal-solid-infill)
|
||||
- [Ensure vertical shell thickness](#ensure-vertical-shell-thickness)
|
||||
|
||||
## Bridge infill direction
|
||||
|
||||
Bridging angle override. If left to zero, the bridging angle will be calculated automatically. Otherwise the provided angle will be used for bridges. Use 180° for zero angle.
|
||||
|
||||
## Minimum sparse infill threshold
|
||||
|
||||
Sparse infill area which is smaller than threshold value is replaced by internal solid infill.
|
||||
|
||||
## Infill Combination
|
||||
|
||||
Automatically Combine sparse infill of several layers to print together to reduce time. Wall is still printed with original layer height.
|
||||
|
||||
### Max layer height
|
||||
|
||||
Maximum layer height for the combined sparse infill.
|
||||
Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in print time) or a value of ~80% to maximize sparse infill strength.
|
||||
|
||||
The number of layers over which infill is combined is derived by dividing this value with the layer height and rounded down to the nearest decimal.
|
||||
|
||||
Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values (eg 80%). This value must not be larger than the nozzle diameter.
|
||||
|
||||
## Detect narrow internal solid infill
|
||||
|
||||
This option will auto-detect narrow internal solid infill areas. If enabled, the concentric pattern will be used for the area to speed up printing. Otherwise, the rectilinear pattern will be used by default.
|
||||
|
||||
## Ensure vertical shell thickness
|
||||
|
||||
Add solid infill near sloping surfaces to guarantee the vertical shell thickness (top+bottom solid layers).
|
||||
|
||||
- **None**: No solid infill will be added anywhere. Caution: Use this option carefully if your model has sloped surfaces.
|
||||
- **Critical Only**: Avoid adding solid infill for walls.
|
||||
- **Moderate**: Add solid infill for heavily sloping surfaces only.
|
||||
- **All (default)**: Add solid infill for all suitable sloping surfaces.
|
||||
@@ -3,6 +3,8 @@
|
||||
Infill is the internal structure of a 3D print, providing strength and support. It can be adjusted to balance material usage, print time, and part strength.
|
||||
|
||||
- [Sparse infill density](#sparse-infill-density)
|
||||
- [Fill Multiline](#fill-multiline)
|
||||
- [Use cases](#use-cases)
|
||||
- [Direction and Rotation](#direction-and-rotation)
|
||||
- [Direction](#direction)
|
||||
- [Rotation](#rotation)
|
||||
@@ -34,7 +36,7 @@ Infill is the internal structure of a 3D print, providing strength and support.
|
||||
- [Cross Hatch](#cross-hatch)
|
||||
- [Quarter Cubic](#quarter-cubic)
|
||||
- [Zig Zag](#zig-zag)
|
||||
- [Coss Zag](#coss-zag)
|
||||
- [Cross Zag](#cross-zag)
|
||||
- [Locked Zag](#locked-zag)
|
||||
|
||||
## Sparse infill density
|
||||
@@ -44,6 +46,42 @@ Higher density increases strength but also material usage and print time. Lower
|
||||
|
||||
Nevertheless, **not all patterns interpret density the same way**, so the actual material usage may vary. You can see each pattern's material usage in the [Sparse Infill Pattern](#sparse-infill-pattern) section.
|
||||
|
||||
## Fill Multiline
|
||||
|
||||
This setting allows you to generate your selected [infill pattern](#sparse-infill-pattern) using multiple parallel lines while preserving both the defined [infill density](#sparse-infill-density) and the overall material usage.
|
||||
|
||||

|
||||
|
||||
> [!NOTE]
|
||||
> Orca's approach is different from other slicers that simply multiply the number of lines and material usage, generating a denser infill than expected.
|
||||
>
|
||||
>| Infill Density % | Infill Lines | Orca Density | Other Slicers Density |
|
||||
>|--------------------|--------------|--------------|-----------------------|
|
||||
>| 10% | 2 | 10% | 20% |
|
||||
>| 25% | 2 | 25% | 50% |
|
||||
>| 40% | 2 | 40% | 80% |
|
||||
>| 10% | 3 | 10% | 30% |
|
||||
>| 25% | 3 | 25% | 75% |
|
||||
>| 40% | 3 | 40% | 120% * |
|
||||
>| 10% | 5 | 10% | 50% |
|
||||
>| 25% | 5 | 25% | 125% * |
|
||||
>| 40% | 5 | 40% | 200% * |
|
||||
>
|
||||
> *Other slicers may limit the result to 100%.
|
||||
|
||||
### Use cases
|
||||
|
||||
- Increasing the number of lines (e.g., 2 or 3) can improve part strength and print speed without increasing material usage.
|
||||
- Fire-retardant applications: Some flame-resistant materials (like PolyMax PC-FR) require a minimum printed wall/infill thickness—often 1.5–3 mm—to comply with standards. Since infill contributes to overall part thickness, using multiple lines helps achieve the necessary thickness without switching to a large nozzle or printing with 100% infill. This is especially useful for high-temperature materials like PC, which are prone to warping when fully solid.
|
||||
- Creating aesthetically pleasing infill patterns (like [Grid](#grid) or [Honeycomb](#honeycomb)) with multiple line widths—without relying on CAD modeling or being limited to a single extrusion width.
|
||||
|
||||

|
||||
|
||||
> [!WARNING]
|
||||
> For self intersecting infills (e.g. [Cubic](#cubic), [Grid](#grid)) multiline count greater than 3 may cause layer shift, extruder clog or other issues due to overlapping of lines on intersection points.
|
||||
>
|
||||
> 
|
||||
|
||||
## Direction and Rotation
|
||||
|
||||
### Direction
|
||||
@@ -129,33 +167,33 @@ There is no one-size-fits-all solution, as the best pattern depends on the speci
|
||||
Many patterns may look similar and have similar overall specifications, but they can behave very differently in practice.
|
||||
As most settings in 3D printing, experience is the best way to determine which pattern works best for your specific needs.
|
||||
|
||||
| Pattern | X-Y Strength | Z Strength | Material Usage | Print Time |
|
||||
|-----------------------------------------------|--------------|-------------|----------------|-------------|
|
||||
| [Concentric](#concentric) | Low | Normal | Normal | Normal |
|
||||
| [Rectilinear](#rectilinear) | Normal-Low | Low | Normal | Normal-Low |
|
||||
| [Grid](#grid) | High | High | Normal | Normal-Low |
|
||||
| [2D Lattice](#2d-lattice) | Normal-Low | Low | Normal | Normal-Low |
|
||||
| [Line](#line) | Low | Low | Normal | Normal-Low |
|
||||
| [Cubic](#cubic) | High | High | Normal | Normal-Low |
|
||||
| [Triangles](#triangles) | High | Normal | Normal | Normal-Low |
|
||||
| [Tri-hexagon](#tri-hexagon) | High | Normal-High | Normal | Normal-Low |
|
||||
| [Gyroid](#gyroid) | High | High | Normal | Normal-High |
|
||||
| [TPMS-D](#tpms-d) | High | High | Normal | High |
|
||||
| [Honeycomb](#honeycomb) | High | High | High | Ultra-High |
|
||||
| [Adaptive Cubic](#adaptive-cubic) | Normal-High | Normal-High | Low | Low |
|
||||
| [Aligned Rectilinear](#aligned-rectilinear) | Normal-Low | Normal | Normal | Normal-Low |
|
||||
| [2D Honeycomb](#2d-honeycomb) | Normal-Low | Normal-Low | Normal | Normal-Low |
|
||||
| [3D Honeycomb](#3d-honeycomb) | Normal-High | Normal-High | Normal-Low | High |
|
||||
| [Hilbert Curve](#hilbert-curve) | Low | Normal | Normal | High |
|
||||
| [Archimedean Chords](#archimedean-chords) | Low | Normal | Normal | Normal-Low |
|
||||
| [Octagram Spiral](#octagram-spiral) | Low | Normal | Normal | Normal |
|
||||
| [Support Cubic](#support-cubic) | Low | Low | Extra-Low | Extra-Low |
|
||||
| [Lightning](#lightning) | Low | Low | Ultra-Low | Ultra-Low |
|
||||
| [Cross Hatch](#cross-hatch) | Normal-High | Normal-High | Normal | Normal-High |
|
||||
| [Quarter Cubic](#quarter-cubic) | High | High | Normal | Normal-Low |
|
||||
| [Zig Zag](#zig-zag) | Normal-Low | Low | Normal | Normal |
|
||||
| [Coss Zag](#coss-zag) | Normal | Low | Normal | Normal |
|
||||
| [Locked Zag](#locked-zag) | Normal-Low | Normal-Low | Normal-High | Extra-High |
|
||||
| SVG | Pattern | X-Y Strength | Z Strength | Material Usage | Print Time |
|
||||
|---|---|---|---|---|---|
|
||||
|  | [Concentric](#concentric) | Low | Normal | Normal | Normal |
|
||||
|  | [Rectilinear](#rectilinear) | Normal-Low | Low | Normal | Normal-Low |
|
||||
|  | [Grid](#grid) | High | High | Normal | Normal-Low |
|
||||
|  | [2D Lattice](#2d-lattice) | Normal-Low | Low | Normal | Normal-Low |
|
||||
|  | [Line](#line) | Low | Low | Normal | Normal-Low |
|
||||
|  | [Cubic](#cubic) | High | High | Normal | Normal-Low |
|
||||
|  | [Triangles](#triangles) | High | Normal | Normal | Normal-Low |
|
||||
|  | [Tri-hexagon](#tri-hexagon) | High | Normal-High | Normal | Normal-Low |
|
||||
|  | [Gyroid](#gyroid) | High | High | Normal | Normal-High |
|
||||
|  | [TPMS-D](#tpms-d) | High | High | Normal | High |
|
||||
|  | [Honeycomb](#honeycomb) | High | High | High | Ultra-High |
|
||||
|  | [Adaptive Cubic](#adaptive-cubic) | Normal-High | Normal-High | Low | Low |
|
||||
|  | [Aligned Rectilinear](#aligned-rectilinear) | Normal-Low | Normal | Normal | Normal-Low |
|
||||
|  | [2D Honeycomb](#2d-honeycomb) | Normal-Low | Normal-Low | Normal | Normal-Low |
|
||||
|  | [3D Honeycomb](#3d-honeycomb) | Normal-High | Normal-High | Normal-Low | High |
|
||||
|  | [Hilbert Curve](#hilbert-curve) | Low | Normal | Normal | High |
|
||||
|  | [Archimedean Chords](#archimedean-chords) | Low | Normal | Normal | Normal-Low |
|
||||
|  | [Octagram Spiral](#octagram-spiral) | Low | Normal | Normal | Normal |
|
||||
|  | [Support Cubic](#support-cubic) | Low | Low | Extra-Low | Extra-Low |
|
||||
|  | [Lightning](#lightning) | Low | Low | Ultra-Low | Ultra-Low |
|
||||
|  | [Cross Hatch](#cross-hatch) | Normal-High | Normal-High | Normal | Normal-High |
|
||||
|  | [Quarter Cubic](#quarter-cubic) | High | High | Normal | Normal-Low |
|
||||
|  | [Zig Zag](#zig-zag) | Normal-Low | Low | Normal | Normal |
|
||||
|  | [Cross Zag](#cross-zag) | Normal | Low | Normal | Normal |
|
||||
|  | [Locked Zag](#locked-zag) | Normal-Low | Normal-Low | Normal-High | Extra-High |
|
||||
|
||||
> [!NOTE]
|
||||
> You can download [infill_desc_calculator.xlsx](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/print_settings/strength/infill_desc_calculator.xlsx?raw=true) used to calculate the values above.
|
||||
@@ -175,7 +213,7 @@ Fills the area with progressively smaller versions of the outer contour, creatin
|
||||
|
||||
### Rectilinear
|
||||
|
||||
Parallel lines spaced according to infill density. Each layer is printed perpendicular to the previous, resulting in low vertical bonding. Considere using new [Zig Zag](#zig-zag) infill instead.
|
||||
Parallel lines spaced according to infill density. Each layer is printed perpendicular to the previous, resulting in low vertical bonding. Consider using new [Zig Zag](#zig-zag) infill instead.
|
||||
|
||||
- **Horizontal Strength (X-Y):** Normal-Low
|
||||
- **Vertical Strength (Z):** Low
|
||||
@@ -201,7 +239,7 @@ Two-layer pattern of perpendicular lines, forming a grid. Overlapping points may
|
||||
|
||||
### 2D Lattice
|
||||
|
||||
Low-strength pattern with good flexibility. Angle 1 and angle 2 TBD.
|
||||
Low-strength pattern with good flexibility. You can adjust **Angle 1** and **Angle 2** to optimize the infill for your specific model. Each angle adjusts the plane of each layer generated by the pattern. 0° is vertical.
|
||||
|
||||
- **Horizontal Strength (X-Y):** Normal-Low
|
||||
- **Vertical Strength (Z):** Low
|
||||
@@ -266,7 +304,7 @@ Similar to the [triangles](#triangles) pattern but offset to prevent triple over
|
||||
|
||||
### Gyroid
|
||||
|
||||
Mathematical, isotropic surface providing equal strength in all directions. Excellent for strong, flexible prints and resin filling due to its interconnected structure.
|
||||
Mathematical, isotropic surface providing equal strength in all directions. Excellent for strong, flexible prints and resin filling due to its interconnected structure. This pattern may require more time to slice because of all the points needed to generate each curve. If your model has complex geometry, consider using a simpler infill pattern like [TPMS-D](#tpms-d) or [Cross Hatch](#cross-hatch).
|
||||
|
||||
- **Horizontal Strength (X-Y):** High
|
||||
- **Vertical Strength (Z):** High
|
||||
@@ -279,7 +317,7 @@ Mathematical, isotropic surface providing equal strength in all directions. Exce
|
||||
|
||||
### TPMS-D
|
||||
|
||||
Triply Periodic Minimal Surface - D. Hybrid between [Cross Hatch](#cross-hatch) and [Gyroid](#gyroid), combining rigidity and smooth transitions. Isotropic and strong in all directions.
|
||||
Triply Periodic Minimal Surface (Schwarz Diamond). Hybrid between [Cross Hatch](#cross-hatch) and [Gyroid](#gyroid), combining rigidity and smooth transitions. Isotropic and strong in all directions. This geometry is faster to slice than Gyroid, but slower than Cross Hatch.
|
||||
|
||||
- **Horizontal Strength (X-Y):** High
|
||||
- **Vertical Strength (Z):** High
|
||||
@@ -332,7 +370,7 @@ Recommended with layer anchoring to improve not perpendicular strength.
|
||||
|
||||
### 2D Honeycomb
|
||||
|
||||
Vertical Honeycomb pattern. Acceptable torsional stiffness. Developed for low densities structures like wings. Improve over [2D Lattice](#2d-lattice) offers same performance with lower densities.This infill includes a Overhang angle parameter to improve interlayer point of contact and reduce the risk of delamination.
|
||||
Vertical Honeycomb pattern. Acceptable torsional stiffness. Developed for low densities structures like wings. Improve over [2D Lattice](#2d-lattice) offers same performance with lower densities.This infill includes a Overhang angle parameter to improve the point of contact between layers and reduce the risk of delamination.
|
||||
|
||||
- **Horizontal Strength (X-Y):** Normal-Low
|
||||
- **Vertical Strength (Z):** Normal-Low
|
||||
@@ -345,7 +383,7 @@ Vertical Honeycomb pattern. Acceptable torsional stiffness. Developed for low de
|
||||
|
||||
### 3D Honeycomb
|
||||
|
||||
This infill tries to generate a printable honeycomb structure by printing squares and octagons mantaining a vertical angle high enough to mantian contact with the previous layer.
|
||||
This infill tries to generate a printable honeycomb structure by printing squares and octagons maintaining a vertical angle high enough to maintain contact with the previous layer.
|
||||
|
||||
- **Horizontal Strength (X-Y):** Normal-High
|
||||
- **Vertical Strength (Z):** Normal-High
|
||||
@@ -425,6 +463,7 @@ Ultra-fast, ultra-low material infill. Designed for speed and efficiency, ideal
|
||||
### Cross Hatch
|
||||
|
||||
Similar to [Gyroid](#gyroid) but with linear patterns, creating weak points at internal corners.
|
||||
Easier to slice but consider using [TPMS-D](#tpms-d) or [Gyroid](#gyroid) for better strength and flexibility.
|
||||
|
||||
- **Horizontal Strength (X-Y):** Normal-High
|
||||
- **Vertical Strength (Z):** Normal-High
|
||||
@@ -450,7 +489,7 @@ Similar to [Gyroid](#gyroid) but with linear patterns, creating weak points at i
|
||||
|
||||
### Zig Zag
|
||||
|
||||
Similar to [rectilinear](#rectilinear) with consistent pattern between layers. Allows you to add a Symmetric infil Y axis for models with two symmetric parts.
|
||||
Similar to [rectilinear](#rectilinear) with consistent pattern between layers. Allows you to add a Symmetric infill Y axis for models with two symmetric parts.
|
||||
|
||||
- **Horizontal Strength (X-Y):** Normal-Low
|
||||
- **Vertical Strength (Z):** Low
|
||||
@@ -461,9 +500,9 @@ Similar to [rectilinear](#rectilinear) with consistent pattern between layers. A
|
||||
|
||||

|
||||
|
||||
### Coss Zag
|
||||
### Cross Zag
|
||||
|
||||
Similar to [Zig Zag](#zig-zag) but displacing each lager with Infill shift step parammeter.
|
||||
Similar to [Zig Zag](#zig-zag) but displacing each layer with Infill shift step parameter.
|
||||
|
||||
- **Horizontal Strength (X-Y):** Normal
|
||||
- **Vertical Strength (Z):** Low
|
||||
@@ -472,11 +511,11 @@ Similar to [Zig Zag](#zig-zag) but displacing each lager with Infill shift step
|
||||
- **Print Time:** Normal
|
||||
- **Material/Time (Higher better):** Normal
|
||||
|
||||

|
||||

|
||||
|
||||
### Locked Zag
|
||||
|
||||
Adaptative version of [Zig Zag](#zig-zag) adding an external skin texture to interlock layers and a low material skeleton.
|
||||
Adaptive version of [Zig Zag](#zig-zag) adding an external skin texture to interlock layers and a low material skeleton.
|
||||
|
||||
- **Horizontal Strength (X-Y):** Normal-Low
|
||||
- **Vertical Strength (Z):** Normal-Low
|
||||
|
||||
@@ -2,18 +2,36 @@
|
||||
|
||||
Controls how the top and bottom solid layers (shells) are generated in the print.
|
||||
|
||||
- **Shells:** This is the number of solid layers of shell, including the surface layer. When the thickness calculated by this value is thinner than shell thickness, the shell layers will be increased.
|
||||
- **Shell Thickness:** The number of solid layers is increased when slicing if the thickness calculated by shell layers is thinner than this value. This can avoid having too thin shell when layer height is small. 0 means that this setting is disabled and thickness of shell is absolutely determined by shell layers.
|
||||
- **Infill/Wall Overlap:** Top solid infill area is enlarged slightly to overlap with wall for better bonding and to minimize the appearance of pinholes where the infill meets the walls. A value of 25-30% is a good starting point, minimizing the appearance of pinholes. The percentage value is relative to line width of sparse infill.
|
||||
- **Surface Pattern:** This setting controls the pattern of the surface. The options are:
|
||||
- **Concentric:** Fills the surface with inward-tracing loops that follow the outer contour.
|
||||
- **Rectilinear:** Fills the surface with straight lines alternating direction per layer.
|
||||
- **Monotonic:** Prints lines in a uniform direction for a smoother visual surface.
|
||||
- **Monotonic Lines:** Similar to Monotonic but avoids overlapping with the perimeter, reducing excess material at joints. May introduce visible seams.
|
||||
- **Aligned Rectilinear:** The surface is printed with rectilinear lines that are aligned with the infill pattern.
|
||||
- **Hilbert Curve:** Applies a space-filling curve for even material distribution and a unique appearance. Slow to print but useful in esthetic applications.
|
||||
- **Archimedean Chords:** Generates concentric arc-like lines, promoting uniform material spread.
|
||||
- **Octagram Spiral:** Creates an octagonal spiral for decorative, esthetic surfaces.
|
||||

|
||||
|
||||
## Shells Layers
|
||||
|
||||
This is the number of solid layers of shell, including the surface layer. When the thickness calculated by this value is thinner than shell thickness, the shell layers will be increased.
|
||||
|
||||
## Shell Thickness
|
||||
|
||||
The number of solid layers is increased when slicing if the thickness calculated by shell layers is thinner than this value. This can avoid having too thin shell when layer height is small. 0 means that this setting is disabled and thickness of shell is absolutely determined by shell layers.
|
||||
|
||||
## Surface Density
|
||||
|
||||
This setting controls the density of the top and bottom surfaces. A value of 100% means a solid surface, while lower values create a sparse surface. This can be used for esthetic purposes, gripping or making interfaces with the bed.
|
||||
|
||||
## Infill/Wall Overlap
|
||||
|
||||
Top solid infill area is enlarged slightly to overlap with wall for better bonding and to minimize the appearance of pinholes where the infill meets the walls. A value of 25-30% is a good starting point, minimizing the appearance of pinholes. The percentage value is relative to line width of sparse infill.
|
||||
|
||||
## Surface Pattern
|
||||
|
||||
This setting controls the pattern of the surface. The options are:
|
||||
|
||||
- **Concentric:** Fills the surface with inward-tracing loops that follow the outer contour.
|
||||
- **Rectilinear:** Fills the surface with straight lines alternating direction per layer.
|
||||
- **Monotonic:** Prints lines in a uniform direction for a smoother visual surface.
|
||||
- **Monotonic Lines:** Similar to Monotonic but avoids overlapping with the perimeter, reducing excess material at joints. May introduce visible seams.
|
||||
- **Aligned Rectilinear:** The surface is printed with rectilinear lines that are aligned with the infill pattern.
|
||||
- **Hilbert Curve:** Applies a space-filling curve for even material distribution and a unique appearance. Slow to print but useful in esthetic applications.
|
||||
- **Archimedean Chords:** Generates concentric arc-like lines, promoting uniform material spread.
|
||||
- **Octagram Spiral:** Creates an octagonal spiral for decorative, esthetic surfaces.
|
||||
|
||||
> [!NOTE]
|
||||
> Some patterns may have further information in its [Sparse Infill Pattern Wiki](strength_settings_infill#sparse-infill-pattern)
|
||||
|
||||
17
doc/print_settings/strength/strength_settings_walls.md
Normal file
17
doc/print_settings/strength/strength_settings_walls.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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.
|
||||
|
||||
## 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.
|
||||
|
||||
## 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.
|
||||
|
||||
## 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.
|
||||
Reference in New Issue
Block a user