mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 14:34:04 -06: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:
parent
b785f40fb0
commit
eba08bf727
94 changed files with 1618 additions and 382 deletions
|
@ -0,0 +1,47 @@
|
|||
# Multimaterial Advanced
|
||||
|
||||
- [Interlocking Beam](#interlocking-beam)
|
||||
- [Interface Shells](#interface-shells)
|
||||
- [Maximum Width of Segmented Region](#maximum-width-of-segmented-region)
|
||||
- [Interlocking depth of Segmented Region](#interlocking-depth-of-segmented-region)
|
||||
- [Interlocking Beam Width](#interlocking-beam-width)
|
||||
- [Interlocking Direction](#interlocking-direction)
|
||||
- [Interlocking Beam Layers](#interlocking-beam-layers)
|
||||
- [Interlocking Depth](#interlocking-depth)
|
||||
- [Interlocking Boundary Avoidance](#interlocking-boundary-avoidance)
|
||||
|
||||
## Interlocking Beam
|
||||
|
||||
Generate interlocking beam structure at the locations where different filaments touch. This improves the adhesion between filaments, especially models printed in different materials.
|
||||
|
||||
## Interface Shells
|
||||
|
||||
Force the generation of solid shells between adjacent materials/volumes. Useful for multi-extruder prints with translucent materials or manual soluble support material.
|
||||
|
||||
## Maximum Width of Segmented Region
|
||||
|
||||
Maximum width of a segmented region. Zero disables this feature.
|
||||
|
||||
## Interlocking depth of Segmented Region
|
||||
|
||||
Interlocking depth of a segmented region. It will be ignored if \"mmu_segmented_region_max_width\" is zero or if \"mmu_segmented_region_interlocking_depth\" is bigger than \"mmu_segmented_region_max_width\". Zero disables this feature.
|
||||
|
||||
## Interlocking Beam Width
|
||||
|
||||
The width of the interlocking structure beams.
|
||||
|
||||
## Interlocking Direction
|
||||
|
||||
Orientation of interlock beams.
|
||||
|
||||
## Interlocking Beam Layers
|
||||
|
||||
The height of the beams of the interlocking structure, measured in number of layers. Less layers is stronger, but more prone to defects.
|
||||
|
||||
## Interlocking Depth
|
||||
|
||||
The distance from the boundary between filaments to generate interlocking structure, measured in cells. Too few cells will result in poor adhesion.
|
||||
|
||||
## Interlocking Boundary Avoidance
|
||||
|
||||
The distance from the outside of a model where interlocking structures will not be generated, measured in cells.
|
|
@ -0,0 +1,19 @@
|
|||
# Filament for Features
|
||||
|
||||
This option is available only for Multi-Extruder printers.
|
||||
|
||||
## Walls
|
||||
|
||||
Filament to print walls.
|
||||
|
||||
## Infill
|
||||
|
||||
Filament to print internal sparse infill.
|
||||
|
||||
## Solid infill
|
||||
|
||||
Filament to print solid infill.
|
||||
|
||||
## Wipe Tower
|
||||
|
||||
The extruder to use when printing perimeter of the wipe tower. Set to 0 to use the one that is available (non-soluble would be preferred).
|
|
@ -0,0 +1,9 @@
|
|||
# Flush Options
|
||||
|
||||
## Flush into objects' infill
|
||||
|
||||
Purging after filament change will be done inside objects' infills. This may lower the amount of waste and decrease the print time. If the walls are printed with transparent filament, the mixed color infill will be seen outside. It will not take effect, unless the prime tower is enabled.
|
||||
|
||||
## Flush into objects' support
|
||||
|
||||
Purging after filament change will be done inside objects' support. This may lower the amount of waste and decrease the print time. It will not take effect, unless the prime tower is enabled.
|
|
@ -0,0 +1,15 @@
|
|||
# Ooze prevention
|
||||
|
||||
This option will drop the temperature of the inactive extruders to prevent oozing.
|
||||
|
||||
## Temperature variation
|
||||
|
||||
Temperature difference to be applied when an extruder is not active. The value is not used when 'idle_temperature' in filament settings is set to non-zero value.
|
||||
|
||||
## Preheat time
|
||||
|
||||
To reduce the waiting time after tool change, Orca can preheat the next tool while the current tool is still in use. This setting specifies the time in seconds to preheat the next tool. Orca will insert a M104 command to preheat the tool in advance.
|
||||
|
||||
## Preheat steps
|
||||
|
||||
Insert multiple preheat commands (e.g. M104.1). Only useful for Prusa XL. For other printers, please set it to 1.
|
|
@ -0,0 +1,73 @@
|
|||
# Prime Tower
|
||||
|
||||
The wiping tower can be used to clean up the residue on the nozzle and "
|
||||
"stabilize the chamber pressure inside the nozzle, in order to avoid "
|
||||
"appearance defects when printing objects.
|
||||
|
||||
## Width
|
||||
|
||||
Width of the prime tower.
|
||||
|
||||
## Brim width
|
||||
|
||||
Width of the brim around the prime tower.
|
||||
|
||||
## Wipe Tower Rotation Angle
|
||||
|
||||
Wipe tower rotation angle with respect to x-axis.
|
||||
|
||||
## Maximal bridging distance
|
||||
|
||||
Maximal distance between supports on sparse infill sections.
|
||||
|
||||
## Wipe tower purge lines spacing
|
||||
|
||||
Spacing of purge lines on the wipe tower.
|
||||
|
||||
## Extra flow for purge
|
||||
|
||||
Extra flow used for the purging lines on the wipe tower. This makes the purging lines thicker or narrower than they normally would be. The spacing is adjusted automatically.
|
||||
|
||||
## Maximum wipe tower print speed
|
||||
|
||||
The maximum print speed when purging in the wipe tower and printing the wipe tower sparse layers. When purging, if the sparse infill speed or calculated speed from the filament max volumetric speed is lower, the lowest will be used instead.
|
||||
When printing the sparse layers, if the internal perimeter speed or calculated speed from the filament max volumetric speed is lower, the lowest will be used instead.
|
||||
Increasing this speed may affect the tower's stability as well as increase the force with which the nozzle collides with any blobs that may have formed on the wipe tower.
|
||||
Before increasing this parameter beyond the default of 90 mm/s, make sure your printer can reliably bridge at the increased speeds and that ooze when tool changing is well controlled.
|
||||
For the wipe tower external perimeters the internal perimeter speed is used regardless of this setting.
|
||||
|
||||
## Wall type
|
||||
|
||||
Wipe tower outer wall type.
|
||||
|
||||
### Rectangle
|
||||
|
||||
The default wall type, a rectangle with fixed width and height.
|
||||
|
||||
### Cone
|
||||
|
||||
A cone with a fillet at the bottom to help stabilize the wipe tower.
|
||||
|
||||
#### Stabilization cone apex angle
|
||||
|
||||
Angle at the apex of the cone that is used to stabilize the wipe tower. Large angle means wider base.
|
||||
|
||||
### Rib
|
||||
|
||||
Adds four ribs to the tower wall for enhanced stability.
|
||||
|
||||
#### Extra rib length
|
||||
|
||||
Positive values can increase the size of the rib wall, while negative values can reduce the size. However, the size of the rib wall can not be smaller than that determined by the cleaning volume.
|
||||
|
||||
#### Rib width
|
||||
|
||||
Width of the rib wall.
|
||||
|
||||
#### Fillet wall
|
||||
|
||||
The wall of prime tower will fillet.
|
||||
|
||||
## No sparse layers
|
||||
|
||||
If enabled, the wipe tower will not be printed on layers with no tool changes. On layers with a tool change, extruder will travel downward to print the wipe tower. User is responsible for ensuring there is no collision with the print.
|
46
doc/print_settings/others/others_settings_brim.md
Normal file
46
doc/print_settings/others/others_settings_brim.md
Normal file
|
@ -0,0 +1,46 @@
|
|||
# Brim
|
||||
|
||||
Brim is a flat layer printed around the base of a model to help with adhesion to the print bed. It can be useful for models with small footprints or those that are prone to warping.
|
||||
|
||||
## Type
|
||||
|
||||
This controls the generation of the brim at outer and/or inner side of models.
|
||||
Auto means the brim width is analyzed and calculated automatically.
|
||||
|
||||
### Painted
|
||||
|
||||
Painted will generate a brim only on painted areas of the model in the Prepare tab.
|
||||
|
||||
### Outer
|
||||
|
||||
Outer will generate a brim around the outer perimeter of the model.
|
||||
Easier to remove than inner brim but can affect the model's appearance if the brim is not removed cleanly.
|
||||
|
||||
### Inner
|
||||
|
||||
Inner will generate a brim around the inner perimeter of the model.
|
||||
More difficult to remove than outer brim and may close the model's inner details, but can hide where the brim was removed.
|
||||
|
||||
### Mouse Ears
|
||||
|
||||
Mouse ears are small extensions added to the brim to help with adhesion and prevent warping.
|
||||
Usually this ears are added in the corners of objects to provide additional support and affect the model's appearance less than a full brim.
|
||||
|
||||
#### Ear max angle
|
||||
|
||||
Maximum angle to let a brim ear appear.
|
||||
If set to 0, no brim will be created.
|
||||
If set to ~180, brim will be created on everything but straight sections.
|
||||
|
||||
#### Ear detection radius
|
||||
|
||||
The geometry will be decimated before detecting sharp angles. This parameter indicates the minimum length of the deviation for the decimation.
|
||||
0 to deactivate.
|
||||
|
||||
## Width
|
||||
|
||||
Distance from model to the outermost brim line.
|
||||
|
||||
## Brim-Object Gap
|
||||
|
||||
A gap between innermost brim line and object can make brim be removed more easily.
|
27
doc/print_settings/others/others_settings_g_code_output.md
Normal file
27
doc/print_settings/others/others_settings_g_code_output.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# G-Code Output
|
||||
|
||||
G-code output settings control how the G-code is generated and formatted. These settings can affect the readability of the G-code, the efficiency of the print, and compatibility with various firmware, printers and post-processing tools.
|
||||
|
||||
## Reduce Infill Retraction
|
||||
|
||||
Don't retract when the travel is in infill area absolutely. That means the oozing can't been seen. This can reduce times of retraction for complex model and save printing time, but make slicing and G-code generating slower.
|
||||
|
||||
## Add line number
|
||||
|
||||
Enable this to add line number(Nx) at the beginning of each G-code line.
|
||||
|
||||
## Verbose G-code
|
||||
|
||||
Enable this to get a commented G-code file, with each line explained by a descriptive text. If you print from SD card, the additional weight of the file could make your firmware slow down.
|
||||
|
||||
## Label Objects
|
||||
|
||||
Enable this to add comments into the G-code labeling print moves with what object they belong to, which is useful for the Octoprint CancelObject plugin. This settings is NOT compatible with Single Extruder Multi Material setup and Wipe into Object / Wipe into Infill.
|
||||
|
||||
## Exclude Objects
|
||||
|
||||
Enable this option to add EXCLUDE OBJECT command in G-code.
|
||||
|
||||
## Filename Format
|
||||
|
||||
Users can define the project file name when exporting.
|
3
doc/print_settings/others/others_settings_notes.md
Normal file
3
doc/print_settings/others/others_settings_notes.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Notes
|
||||
|
||||
You can put your notes regarding the filament here.
|
|
@ -0,0 +1,3 @@
|
|||
# Post-Processing Scripts
|
||||
|
||||
Here you can set up post-processing scripts that will be executed after slicing. This allows you to modify the G-code output or perform additional tasks.
|
46
doc/print_settings/others/others_settings_skirt.md
Normal file
46
doc/print_settings/others/others_settings_skirt.md
Normal file
|
@ -0,0 +1,46 @@
|
|||
# Skirt
|
||||
|
||||
Skirts are additional perimeters printed at the base of the model to prime the nozzle.
|
||||
|
||||
## Loops
|
||||
|
||||
Number of loops for the skirt. Zero means disabling skirt.
|
||||
|
||||
## Type
|
||||
|
||||
- Combined - single skirt for all objects.
|
||||
- Per object - individual object skirt.
|
||||
|
||||
## Minimum extrusion Length
|
||||
|
||||
Minimum filament extrusion length in mm when printing the skirt. Zero means this feature is disabled.
|
||||
Using a non-zero value is useful if the printer is set up to print without a prime line.
|
||||
Final number of loops is not taking into account while arranging or validating objects distance. Increase loop number in such case.
|
||||
|
||||
## Distance
|
||||
|
||||
Distance from skirt to brim or object.
|
||||
|
||||
## Start point
|
||||
|
||||
Angle from the object center to skirt start point. Zero is the most right position, counter clockwise is positive angle.
|
||||
|
||||
## Speed
|
||||
|
||||
Speed of skirt, in mm/s. Zero means use default layer extrusion speed.
|
||||
|
||||
## Height
|
||||
|
||||
How many layers of skirt. Usually only one layer.
|
||||
|
||||
## Shield
|
||||
|
||||
A draft shield is useful to protect an ABS or ASA print from warping and detaching from print bed due to wind draft. It is usually needed only with open frame printers, i.e. without an enclosure.
|
||||
"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt height' is used.
|
||||
|
||||
> [!NOTE]
|
||||
> With the draft shield active, the skirt will be printed at skirt distance from the object. Therefore, if brims are active it may intersect with them. To avoid this, increase the skirt distance value.
|
||||
|
||||
## Single loop after first layer
|
||||
|
||||
Limits the draft shield loops to one wall after the first layer. This is useful, on occasion, to conserve filament but may cause the draft shield to warp / crack.
|
158
doc/print_settings/others/others_settings_special_mode.md
Normal file
158
doc/print_settings/others/others_settings_special_mode.md
Normal file
|
@ -0,0 +1,158 @@
|
|||
# Special Mode
|
||||
|
||||
- [Slicing Mode](#slicing-mode)
|
||||
- [Regular](#regular)
|
||||
- [Close Holes](#close-holes)
|
||||
- [Even Odd](#even-odd)
|
||||
- [Print Sequence](#print-sequence)
|
||||
- [By Layer](#by-layer)
|
||||
- [Intra-layer order](#intra-layer-order)
|
||||
- [By Object](#by-object)
|
||||
- [Spiral vase](#spiral-vase)
|
||||
- [Smooth Spiral](#smooth-spiral)
|
||||
- [Max XY Smoothing](#max-xy-smoothing)
|
||||
- [Spiral starting flow ratio](#spiral-starting-flow-ratio)
|
||||
- [Spiral finishing flow ratio](#spiral-finishing-flow-ratio)
|
||||
- [Timelapse](#timelapse)
|
||||
- [Fuzzy Skin](#fuzzy-skin)
|
||||
- [Fuzzy Skin Mode](#fuzzy-skin-mode)
|
||||
- [Contour](#contour)
|
||||
- [Contour and Hole](#contour-and-hole)
|
||||
- [All Walls](#all-walls)
|
||||
- [Noise Type](#noise-type)
|
||||
- [Classic](#classic)
|
||||
- [Perlin](#perlin)
|
||||
- [Billow](#billow)
|
||||
- [Ridged Multifractal](#ridged-multifractal)
|
||||
- [Voronoi](#voronoi)
|
||||
- [Point distance](#point-distance)
|
||||
- [Skin thickness](#skin-thickness)
|
||||
- [Skin feature size](#skin-feature-size)
|
||||
- [Skin Noise Octaves](#skin-noise-octaves)
|
||||
- [Skin Noise Persistence](#skin-noise-persistence)
|
||||
- [Apply fuzzy skin to first layer](#apply-fuzzy-skin-to-first-layer)
|
||||
|
||||
## Slicing Mode
|
||||
|
||||
The slicing mode determines how the model is sliced into layers and how the G-code is generated. Different modes can be used to achieve various printing effects or to optimize the print process.
|
||||
|
||||
### Regular
|
||||
|
||||
This is the default slicing mode. It slices the model layer by layer, generating G-code for each layer.
|
||||
|
||||
### Close Holes
|
||||
|
||||
Use "Close holes" to close all holes in the model.
|
||||
|
||||
### Even Odd
|
||||
|
||||
Use "Even-odd" for 3DLabPrint airplane models.
|
||||
|
||||
## Print Sequence
|
||||
|
||||
How multiple objects are printed in a single print job.
|
||||
|
||||
### By Layer
|
||||
|
||||
This option prints all objects layer by layer, one layer at a time.
|
||||
|
||||
#### Intra-layer order
|
||||
|
||||
Print order within a single layer.
|
||||
|
||||
- **Default**: Prints objects based on their position in the bed and travel distance.
|
||||
- **As object list**: Prints objects in the order they are listed in the object list.
|
||||
|
||||
### By Object
|
||||
|
||||
This option prints each object completely before moving on to the next object.
|
||||
|
||||
## Spiral vase
|
||||
|
||||
Spiralize smooths out the z moves of the outer contour. And turns a solid model into a single walled print with solid bottom layers. The final generated model has no seam.
|
||||
|
||||
### Smooth Spiral
|
||||
|
||||
Smooth Spiral smooths out X and Y moves as well, resulting in no visible seam at all, even in the XY directions on walls that are not vertical.
|
||||
|
||||
#### Max XY Smoothing
|
||||
|
||||
Maximum distance to move points in XY to try to achieve a smooth spiral. If expressed as a %, it will be computed over nozzle diameter.
|
||||
|
||||
### Spiral starting flow ratio
|
||||
|
||||
Sets the starting flow ratio while transitioning from the last bottom layer to the spiral. Normally the spiral transition scales the flow ratio from 0% to 100% during the first loop which can in some cases lead to under extrusion at the start of the spiral.
|
||||
|
||||
### Spiral finishing flow ratio
|
||||
|
||||
Sets the finishing flow ratio while ending the spiral. Normally the spiral transition scales the flow ratio from 100% to 0% during the last loop which can in some cases lead to under extrusion at the end of the spiral.
|
||||
|
||||
## Timelapse
|
||||
|
||||
WIP...
|
||||
|
||||
## Fuzzy Skin
|
||||
|
||||
Randomly jitter while printing the wall, so that the surface has a rough look. This setting controls the fuzzy position.
|
||||
|
||||
### Fuzzy Skin Mode
|
||||
|
||||
#### Contour
|
||||
|
||||
Use "Contour" to apply fuzzy skin only to the outer contour of the model.
|
||||
|
||||
#### Contour and Hole
|
||||
|
||||
Use "Contour and Hole" to apply fuzzy skin to the outer contour and holes of the model. This is useful for models with internal features that you want to highlight.
|
||||
|
||||
#### All Walls
|
||||
|
||||
Use "All Walls" to apply fuzzy skin to external and inner walls of the model.
|
||||
|
||||
### Noise Type
|
||||
|
||||
Noise type to use for fuzzy skin generation.
|
||||
|
||||
#### Classic
|
||||
|
||||
Classic uniform random noise.
|
||||
|
||||
#### Perlin
|
||||
|
||||
Perlin noise, which gives a more consistent texture.
|
||||
|
||||
#### Billow
|
||||
|
||||
Billow noise is similar to Perlin noise, but has a clumpier appearance. It can create more pronounced features and is often used for natural textures.
|
||||
|
||||
#### Ridged Multifractal
|
||||
|
||||
Ridged noise with sharp, jagged features. Creates marble-like textures.
|
||||
|
||||
#### Voronoi
|
||||
|
||||
Voronoi noise divides the surface into voronoi cells, and displaces each one by a random amount. Creates a patchwork texture.
|
||||
|
||||
### Point distance
|
||||
|
||||
average distance between the random points introduced on each line segment.
|
||||
|
||||
### Skin thickness
|
||||
|
||||
The width within which to jitter. It's advised to be below outer wall line width."
|
||||
|
||||
### Skin feature size
|
||||
|
||||
The base size of the coherent noise features, in mm. Higher values will result in larger features.
|
||||
|
||||
### Skin Noise Octaves
|
||||
|
||||
The number of octaves of coherent noise to use. Higher values increase the detail of the noise, but also increase computation time.
|
||||
|
||||
### Skin Noise Persistence
|
||||
|
||||
The decay rate for higher octaves of the coherent noise. Lower values will result in smoother noise.
|
||||
|
||||
### Apply fuzzy skin to first layer
|
||||
|
||||
Whether to apply fuzzy skin on the first layer.
|
63
doc/print_settings/quality/quality_settings_bridging.md
Normal file
63
doc/print_settings/quality/quality_settings_bridging.md
Normal file
|
@ -0,0 +1,63 @@
|
|||
# Bridging
|
||||
|
||||
"Bridging" is a 3D printing technique that allows you to print structures across gaps or voids without direct support underneath. OrcaSlicer provides several parameters to optimize bridge quality, minimizing filament sag and improving the appearance of top layers.
|
||||
|
||||
- [Flow ratio](#flow-ratio)
|
||||
- [Bridge density](#bridge-density)
|
||||
- [Thick bridges](#thick-bridges)
|
||||
- [Extra bridge layers](#extra-bridge-layers)
|
||||
- [Filter out small internal bridges](#filter-out-small-internal-bridges)
|
||||
- [Bridge Counterbore hole](#bridge-counterbore-hole)
|
||||
|
||||
## Flow ratio
|
||||
|
||||
Decrease this value slightly (for example 0.9) to reduce the amount of material for bridge, to improve sag.
|
||||
|
||||
The actual bridge flow used is calculated by multiplying this value with the filament flow ratio, and if set, the object's flow ratio.
|
||||
|
||||
## Bridge density
|
||||
|
||||
This value governs the thickness of the bridge layer. This is the first layer over sparse infill. Decrease this value slightly (for example 0.9) to improve surface quality over sparse infill.
|
||||
|
||||
The actual internal bridge flow used is calculated by multiplying this value with the bridge flow ratio, the filament flow ratio, and if set, the object's flow ratio.
|
||||
|
||||
## Thick bridges
|
||||
|
||||
When enabled, thick bridges increase the reliability and strength of bridges, allowing you to span longer distances. However, this may result in a rougher surface finish. Disabling this option can improve the visual quality of bridges, but is recommended only for shorter spans or when using large nozzle sizes.
|
||||
|
||||
## Extra bridge layers
|
||||
|
||||
This option enables the generation of an extra bridge layer over internal and/or external bridges.
|
||||
|
||||
Extra bridge layers help improve bridge appearance and reliability, as the solid infill is better supported. This is especially useful in fast printers, where the bridge and solid infill speeds vary greatly. The extra bridge layer results in reduced pillowing on top surfaces, as well as reduced separation of the external bridge layer from its surrounding perimeters.
|
||||
|
||||
It is generally recommended to set this to at least 'External bridge only', unless specific issues with the sliced model are found.
|
||||
|
||||
**Options:**
|
||||
|
||||
1. **Disabled** - does not generate second bridge layers. This is the default and is set for compatibility purposes.
|
||||
2. **External bridge only** - generates second bridge layers for external-facing bridges only. Please note that small bridges that are shorter or narrower than the set number of perimeters will be skipped as they would not benefit from a second bridge layer. If generated, the second bridge layer will be extruded parallel to the first bridge layer to reinforce the bridge strength.
|
||||
3. **Internal bridge only** - generates second bridge layers for internal bridges over sparse infill only. Please note that the internal bridges count towards the top shell layer count of your model. The second internal bridge layer will be extruded as close to perpendicular to the first as possible. If multiple regions in the same island, with varying bridge angles are present, the last region of that island will be selected as the angle reference.
|
||||
4. **Apply to all** - generates second bridge layers for both internal and external-facing bridges.
|
||||
|
||||
## Filter out small internal bridges
|
||||
|
||||
This option can help reduce pillowing on top surfaces in heavily slanted or curved models.
|
||||
|
||||
By default, small internal bridges are filtered out and the internal solid infill is printed directly over the sparse infill. This works well in most cases, speeding up printing without too much compromise on top surface quality.
|
||||
|
||||
However, in heavily slanted or curved models, especially where too low a sparse infill density is used, this may result in curling of the unsupported solid infill, causing pillowing.
|
||||
|
||||
Enabling limited filtering or no filtering will print internal bridge layer over slightly unsupported internal solid infill. The options below control the sensitivity of the filtering, i.e. they control where internal bridges are created:
|
||||
|
||||
1. **Filter** - enables this option. This is the default behavior and works well in most cases.
|
||||
2. **Limited filtering** - creates internal bridges on heavily slanted surfaces while avoiding unnecessary bridges. This works well for most difficult models.
|
||||
3. **No filtering** - creates internal bridges on every potential internal overhang. This option is useful for heavily slanted top surface models; however, in most cases, it creates too many unnecessary bridges.
|
||||
|
||||
## Bridge Counterbore hole
|
||||
|
||||
This option creates bridges for counterbore holes, allowing them to be printed without support. Available modes include:
|
||||
|
||||
1. **None**: No bridge is created.
|
||||
2. **Partially Bridged**: Only a part of the unsupported area will be bridged.
|
||||
3. **Sacrificial Layer**: A full sacrificial bridge layer is created.
|
27
doc/print_settings/quality/quality_settings_ironing.md
Normal file
27
doc/print_settings/quality/quality_settings_ironing.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Ironing
|
||||
|
||||
Ironing is a process used to improve the surface finish of 3D prints by smoothing out the top layers. This is achieved by selectively melting the outermost layer of the print, allowing it to flow and fill in any gaps or imperfections.
|
||||
|
||||
## Type
|
||||
|
||||
This setting controls which layer being ironed.
|
||||
|
||||
## Pattern
|
||||
|
||||
The pattern that will be used when ironing.
|
||||
|
||||
## Flow
|
||||
|
||||
The amount of material to extrude during ironing. Relative to flow of normal layer height. Too high value results in overextrusion on the surface.
|
||||
|
||||
## Line spacing
|
||||
|
||||
The distance between the lines of ironing.
|
||||
|
||||
## Inset
|
||||
|
||||
The distance to keep from the edges. A value of 0 sets this to half of the nozzle diameter.
|
||||
|
||||
## Angle
|
||||
|
||||
The angle ironing is done at. A negative number disables this function and uses the default method.
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
This setting controls how tall each printed layer will be. Typically, a smaller layer height produces a better-looking part with less jagged edges, especially around curved sections (like the top of a sphere). However, lower layer heights mean more layers to print, proportionally increasing print time.
|
||||
|
||||
### Tips:
|
||||
## Tips
|
||||
|
||||
1. **The optimal layer height depends on the size of your nozzle**. The set layer height must not be taller than 80% of the diameter of the nozzle, else there is little "squish" between the printed layer and the layer below, leading to weaker parts.
|
||||
|
||||
|
@ -10,10 +10,10 @@ This setting controls how tall each printed layer will be. Typically, a smaller
|
|||
|
||||
For example, it is not uncommon to see "fish scale" type patterns on external walls when printing with a 0.4 mm nozzle at 0.08 mm layer height at speeds of 200mm/sec+. If you observe that pattern, simply increase your layer height to 30% of your nozzle height and/or slow down the print speed considerably.
|
||||
|
||||
# First Layer Height
|
||||
## First Layer Height
|
||||
|
||||
This setting controls how tall the first layer of the print will be. Typically, this is set to 50% of the nozzle width for optimal bed adhesion.
|
||||
|
||||
### Tip:
|
||||
### Tip
|
||||
|
||||
A thicker first layer is more forgiving to slight variations to the evenness of the build surface, resulting in a more uniform, visually, first layer. Set it to 0.25mm for a 0.4mm nozzle, for example, if your build surface is uneven or your printer has a slightly inconsistent z offset between print runs. However, as a rule of thumb, try not to exceed 65% of the nozzle width so as to not compromise bed adhesion too much.
|
||||
|
|
|
@ -18,7 +18,7 @@ These settings control how wide the extruded lines are.
|
|||
|
||||
- **Support:** The line width in mm or as a percentage of the nozzle size used when printing the model’s support structures.
|
||||
|
||||
## Tips:
|
||||
## Tips
|
||||
|
||||
1. **Typically, the line width will be anything from 100% up to 150% of the nozzle width**. Due to the way the slicer’s flow math works, a 100% line width will attempt to extrude slightly “smaller” than the nozzle size and when squished onto the layer below will match the nozzle orifice. You can read more on the flow math here: [Flow Math](https://manual.slic3r.org/advanced/flow-math).
|
||||
|
||||
|
|
|
@ -12,10 +12,9 @@ This section covers the settings that affect the precision of your prints. These
|
|||
- [Precise Z Height](#precise-z-height)
|
||||
- [Polyholes](#polyholes)
|
||||
|
||||
|
||||
## Slice gap closing radius
|
||||
|
||||
Cracks smaller than 2x gap closing radiusCracks smaller than 2x gap closing radius are being filled during the triangle mesh slicing. The gap closing operation may reduce the final print resolution, therefore it is advisable to keep the value reasonably low.
|
||||
Cracks smaller than 2x gap closing radius are being filled during the triangle mesh slicing. The gap closing operation may reduce the final print resolution, therefore it is advisable to keep the value reasonably low.
|
||||
|
||||
## Resolution
|
||||
|
||||
|
|
|
@ -0,0 +1,87 @@
|
|||
# Wall and surfaces
|
||||
|
||||
- [Walls printing order](#walls-printing-order)
|
||||
- [Inner/Outer](#innerouter)
|
||||
- [Inner/Outer/Inner](#innerouterinner)
|
||||
- [Outer/Inner](#outerinner)
|
||||
- [Print infill first](#print-infill-first)
|
||||
- [Wall loop direction](#wall-loop-direction)
|
||||
- [Surface flow ratio](#surface-flow-ratio)
|
||||
- [Only one wall](#only-one-wall)
|
||||
- [Threshold](#threshold)
|
||||
- [Avoid crossing walls](#avoid-crossing-walls)
|
||||
- [Max detour length](#max-detour-length)
|
||||
- [Small area flow compensation](#small-area-flow-compensation)
|
||||
- [Flow Compensation Model](#flow-compensation-model)
|
||||
|
||||
## Walls printing order
|
||||
|
||||
Print sequence of the internal (inner) and external (outer) walls.
|
||||
|
||||
### Inner/Outer
|
||||
|
||||
Use Inner/Outer for best overhangs. This is because the overhanging walls can adhere to a neighbouring perimeter while printing. However, this option results in slightly reduced surface quality as the external perimeter is deformed by being squashed to the internal perimeter.
|
||||
|
||||
### Inner/Outer/Inner
|
||||
|
||||
Use Inner/Outer/Inner for the best external surface finish and dimensional accuracy as the external wall is printed undisturbed from an internal perimeter. However, overhang performance will reduce as there is no internal perimeter to print the external wall against. This option requires a minimum of 3 walls to be effective as it prints the internal walls from the 3rd perimeter onwards first, then the external perimeter and, finally, the first internal perimeter. This option is recommended against the Outer/Inner option in most cases.
|
||||
|
||||
### Outer/Inner
|
||||
|
||||
Use Outer/Inner for the same external wall quality and dimensional accuracy benefits of Inner/Outer/Inner option. However, the z seams will appear less consistent as the first extrusion of a new layer starts on a visible surface.
|
||||
|
||||
### Print infill first
|
||||
|
||||
Order of wall/infill. When the tickbox is unchecked the walls are printed first, which works best in most cases.
|
||||
Printing infill first may help with extreme overhangs as the walls have the neighbouring infill to adhere to. However, the infill will slightly push out the printed walls where it is attached to them, resulting in a worse external surface finish. It can also cause the infill to shine through the external surfaces of the part.
|
||||
|
||||
## Wall loop direction
|
||||
|
||||
The direction which the wall loops are extruded when looking down from the top.
|
||||
By default all walls are extruded in counter-clockwise, unless Reverse on even is enabled. Set this to any option other than Auto will force the wall direction regardless of the Reverse on even.
|
||||
|
||||
> [!NOTE]
|
||||
> This option will be disabled if spiral vase mode is enabled.
|
||||
|
||||
## Surface flow ratio
|
||||
|
||||
This factor affects the amount of material for top solid infill. You can decrease it slightly to have smooth surface finish.
|
||||
The actual top surface flow used is calculated by multiplying this value with the filament flow ratio, and if set, the object's flow ratio.
|
||||
|
||||
## Only one wall
|
||||
|
||||
Use only one wall on flat surfaces, to give more space to the top infill pattern.
|
||||
|
||||
### Threshold
|
||||
|
||||
If a top surface has to be printed and it's partially covered by another layer, it won't be considered at a top layer where its width is below this value. This can be useful to not let the 'one perimeter on top' trigger on surface that should be covered only by perimeters. This value can be a mm or a % of the perimeter extrusion width.
|
||||
Warning: If enabled, artifacts can be created if you have some thin features on the next layer, like letters. Set this setting to 0 to remove these artifacts.
|
||||
|
||||
## Avoid crossing walls
|
||||
|
||||
Maximum detour distance for avoiding crossing wall. Don't detour if the detour distance is larger than this value. Detour length could be specified either as an absolute value or as percentage (for example 50%) of a direct travel path. Zero to disable.
|
||||
|
||||
### Max detour length
|
||||
|
||||
Maximum detour distance for avoiding crossing wall. Don't detour if the detour distance is larger than this value. Detour length could be specified either as an absolute value or as percentage (for example 50%) of a direct travel path. Zero to disable.
|
||||
|
||||
## Small area flow compensation
|
||||
|
||||
Enable flow compensation for small infill areas.
|
||||
|
||||
### Flow Compensation Model
|
||||
|
||||
used to adjust the flow for small infill areas. The model is expressed as a comma separated pair of values for extrusion length and flow correction factors, one per line, in the following format:
|
||||
|
||||
```c++
|
||||
0,0;
|
||||
0.2,0.4444;
|
||||
0.4,0.6145;
|
||||
0.6,0.7059;
|
||||
0.8,0.7619;
|
||||
1.5,0.8571;
|
||||
2,0.8889;
|
||||
3,0.9231;
|
||||
5,0.9520;
|
||||
10,1;
|
||||
```
|
41
doc/print_settings/speed/speed_settings_acceleration.md
Normal file
41
doc/print_settings/speed/speed_settings_acceleration.md
Normal file
|
@ -0,0 +1,41 @@
|
|||
# Acceleration
|
||||
|
||||
Acceleration in 3D printing is usually set on the printer's firmware settings.
|
||||
This setting will try to override the acceleration when [normal printing acceleration](#normal-printing) value is different than 0.
|
||||
Orca will limit the acceleration to not exceed the acceleration set in the Printer's Motion Ability settings.
|
||||
|
||||
## Normal printing
|
||||
|
||||
The default acceleration of both normal printing and travel.
|
||||
|
||||
## Outer wall
|
||||
|
||||
Acceleration for outer wall printing. This is usually set to a lower value than normal printing to ensure better quality.
|
||||
|
||||
## Inner wall
|
||||
|
||||
Acceleration for inner wall printing. This is usually set to a higher value than outer wall printing to improve speed.
|
||||
|
||||
## Bridge
|
||||
|
||||
Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration.
|
||||
|
||||
## Sparse infill
|
||||
|
||||
Acceleration of sparse infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration.
|
||||
|
||||
## Internal solid infill
|
||||
|
||||
Acceleration of internal solid infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration.
|
||||
|
||||
## Initial layer
|
||||
|
||||
Acceleration of initial layer. Using a lower value can improve build plate adhesion.
|
||||
|
||||
## Top surface
|
||||
|
||||
Acceleration of top surface infill. Using a lower value may improve top surface quality.
|
||||
|
||||
## Travel
|
||||
|
||||
Acceleration of travel moves. This is usually set to a higher value than normal printing to reduce travel time.
|
|
@ -1,4 +1,4 @@
|
|||
# Extrusion rate smoothing
|
||||
# Speed Advanced - Extrusion rate smoothing
|
||||
|
||||
Extrusion rate smoothing (ERS), also known as pressure equalizer in Prusa Slicer, aims to **limit the rate of extrusion volume change to be below a user set threshold (the ERS value).** It aims to assist the printer firmware internal motion planners, pressure advance in achieving the desired nozzle flow and reducing deviations against the ideal flow.
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
# Initial layer speed
|
||||
|
||||
## Initial layer
|
||||
|
||||
Speed of initial layer except the solid infill part.
|
||||
|
||||
## Initial layer infill
|
||||
|
||||
Speed of solid infill part of initial layer.
|
||||
|
||||
## Initial layer travel speed
|
||||
|
||||
Travel speed of initial layer.
|
||||
|
||||
## Number of slow layers
|
||||
|
||||
The first few layers are printed slower than normal. The speed is gradually increased in a linear fashion over the specified number of layers.
|
64
doc/print_settings/speed/speed_settings_jerk_xy.md
Normal file
64
doc/print_settings/speed/speed_settings_jerk_xy.md
Normal file
|
@ -0,0 +1,64 @@
|
|||
# Jerk XY
|
||||
|
||||
Jerk in 3D printing is usually set on the printer's firmware settings.
|
||||
This setting will try to override the jerk when [normal printing jerk](#normal-printing) or [Junction Deviation](#junction-deviation) value is different than 0.
|
||||
Orca will limit the jerk to not exceed the jerk set in the Printer's Motion Ability settings.
|
||||
|
||||
- [Default](#default)
|
||||
- [Outer wall](#outer-wall)
|
||||
- [Inner wall](#inner-wall)
|
||||
- [Infill](#infill)
|
||||
- [Top surface](#top-surface)
|
||||
- [Initial layer](#initial-layer)
|
||||
- [Travel](#travel)
|
||||
- [Junction Deviation](#junction-deviation)
|
||||
- [Useful links](#useful-links)
|
||||
|
||||
## Default
|
||||
|
||||
Default Jerk value.
|
||||
|
||||
### Outer wall
|
||||
|
||||
Jerk for outer wall printing. This is usually set to a lower value than normal printing to ensure better quality.
|
||||
|
||||
### Inner wall
|
||||
|
||||
Jerk for inner wall printing. This is usually set to a higher but still reasonable value than outer wall printing to improve speed.
|
||||
|
||||
### Infill
|
||||
|
||||
Jerk for infill printing. This is usually set to a value higher than inner wall printing to improve speed.
|
||||
|
||||
### Top surface
|
||||
|
||||
Jerk for top surface printing. This is usually set to a lower value than infill to ensure better quality.
|
||||
|
||||
### Initial layer
|
||||
|
||||
Jerk for initial layer printing. This is usually set to a lower value than top surface to improve adhesion.
|
||||
|
||||
### Travel
|
||||
|
||||
Jerk for travel printing. This is usually set to a higher value than infill to reduce travel time.
|
||||
|
||||
## Junction Deviation
|
||||
|
||||
Alternative to Jerk, Junction Deviation is the default method for controlling cornering speed in MarlinFW (Marlin2) printers.
|
||||
Higher values result in more aggressive cornering speeds, while lower values produce smoother, more controlled cornering.
|
||||
|
||||
This value will **only be overwritten** if it is lower than the Junction Deviation value set in Printer settings > Motion ability. If it is higher, the value configured in Motion ability will be used.
|
||||
|
||||
To Calculate your Junction Deviation value, please refer to the [Junction Deviation Calibration guide](cornering-calib#junction-deviation).
|
||||
|
||||
```math
|
||||
JD = 0,4 \cdot \frac{\text{Jerk}^2}{\text{Accel.}}
|
||||
```
|
||||
|
||||
## Useful links
|
||||
|
||||
- [Klipper Kinematics](https://www.klipper3d.org/Kinematics.html?h=accelerat#acceleration)
|
||||
- [Marlin Junction Deviation](https://marlinfw.org/docs/configuration/configuration.html#junction-deviation-)
|
||||
- [JD Explained and Visualized, by Paul Wanamaker](https://reprap.org/forum/read.php?1,739819)
|
||||
- [Computing JD for Marlin Firmware](https://blog.kyneticcnc.com/2018/10/computing-junction-deviation-for-marlin.html)
|
||||
- [Improving GRBL: Cornering Algorithm](https://onehossshay.wordpress.com/2011/09/24/improving_grbl_cornering_algorithm/)
|
|
@ -0,0 +1,59 @@
|
|||
# Other layers speed
|
||||
|
||||
- [Outer wall](#outer-wall)
|
||||
- [Inner wall](#inner-wall)
|
||||
- [Small perimeters](#small-perimeters)
|
||||
- [Small perimeters threshold](#small-perimeters-threshold)
|
||||
- [Sparse infill](#sparse-infill)
|
||||
- [Internal solid infill](#internal-solid-infill)
|
||||
- [Top surface](#top-surface)
|
||||
- [Gap infill](#gap-infill)
|
||||
- [Ironing speed](#ironing-speed)
|
||||
- [Support](#support)
|
||||
- [Support interface](#support-interface)
|
||||
|
||||
## Outer wall
|
||||
|
||||
Speed of outer wall which is outermost and visible. It's used to be slower than inner wall speed to get better quality.
|
||||
|
||||
## Inner wall
|
||||
|
||||
Speed of inner wall which is printed faster than outer wall to reduce print time.
|
||||
|
||||
## Small perimeters
|
||||
|
||||
This separate setting will affect the speed of perimeters having radius <= small_perimeter_threshold (usually holes). If expressed as percentage (for example: 80%) it will be calculated on the outer wall speed setting above.
|
||||
Set to zero for auto.
|
||||
|
||||
### Small perimeters threshold
|
||||
|
||||
This sets the threshold for small perimeter length.
|
||||
Default threshold is 0mm.
|
||||
|
||||
## Sparse infill
|
||||
|
||||
Speed of sparse infill which is printed faster than solid infill to reduce print time.
|
||||
|
||||
## Internal solid infill
|
||||
|
||||
Speed of internal solid infill which is printed faster than top surface speed to reduce print time.
|
||||
|
||||
## Top surface
|
||||
|
||||
Speed of top surface which is printed slower than internal solid infill to get better quality.
|
||||
|
||||
## Gap infill
|
||||
|
||||
Speed of gap infill which is printed faster than top surface speed to reduce print time.
|
||||
|
||||
## Ironing speed
|
||||
|
||||
Ironing speed, typically slower than the top surface speed to ensure a smooth finish.
|
||||
|
||||
## Support
|
||||
|
||||
Speed of support material which is printed slower than the main model to ensure proper adhesion and prevent sagging.
|
||||
|
||||
## Support interface
|
||||
|
||||
Speed of support interface material which is printed slower than the main support material to ensure proper adhesion and prevent sagging.
|
21
doc/print_settings/speed/speed_settings_overhang_speed.md
Normal file
21
doc/print_settings/speed/speed_settings_overhang_speed.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Overhang Speed
|
||||
|
||||
## Slow down for overhang
|
||||
|
||||
Enable this option to slow printing down for different overhang degree.
|
||||
|
||||
### Slow down for curled perimeters
|
||||
|
||||
Enable this option to slow down printing in areas where perimeters may have curled upwards. For example, additional slowdown will be applied when printing overhangs on sharp corners like the front of the Benchy hull, reducing curling which compounds over multiple layers.
|
||||
It is generally recommended to have this option switched on unless your printer cooling is powerful enough or the print speed slow enough that perimeter curling does not happen. If printing with a high external perimeter speed, this parameter may introduce slight artifacts when slowing down due to the large variance in print speeds. If you notice artifacts, ensure your pressure advance is tuned correctly.
|
||||
|
||||
> [!NOTE]
|
||||
> When this option is enabled, overhang perimeters are treated like overhangs, meaning the overhang speed is applied even if the overhanging perimeter is part of a bridge. For example, when the perimeters are 100% overhanging, with no wall supporting them from underneath, the 100% overhang speed will be applied.
|
||||
|
||||
### Overhang speed
|
||||
|
||||
This is the speed for various overhang degrees. Overhang degrees are expressed as a percentage of line width. 0 speed means no slowing down for the overhang degree range and wall speed is used.
|
||||
|
||||
## Bridge speed
|
||||
|
||||
Set speed for external and internal bridges.
|
3
doc/print_settings/speed/speed_settings_travel.md
Normal file
3
doc/print_settings/speed/speed_settings_travel.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Travel
|
||||
|
||||
Travel speed is the speed at which the print head moves when not extruding filament. This speed is typically faster than the printing speed, as there is no need to carefully place material. However, setting the travel speed too high can lead to issues such as missed steps or ringing artifacts.
|
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.
|
67
doc/print_settings/support/support_settings_advanced.md
Normal file
67
doc/print_settings/support/support_settings_advanced.md
Normal file
|
@ -0,0 +1,67 @@
|
|||
# Support Advanced
|
||||
|
||||
- [Z distance](#z-distance)
|
||||
- [Support wall loops](#support-wall-loops)
|
||||
- [Base Pattern](#base-pattern)
|
||||
- [Base pattern spacing](#base-pattern-spacing)
|
||||
- [Pattern angle](#pattern-angle)
|
||||
- [Interface layers](#interface-layers)
|
||||
- [Interface pattern](#interface-pattern)
|
||||
- [Interface spacing](#interface-spacing)
|
||||
- [Normal support expansion](#normal-support-expansion)
|
||||
- [Support/object XY distance](#supportobject-xy-distance)
|
||||
- [Support/object first layer gap](#supportobject-first-layer-gap)
|
||||
- [Don't support bridges](#dont-support-bridges)
|
||||
- [Independent support layer height](#independent-support-layer-height)
|
||||
|
||||
## Z distance
|
||||
|
||||
The Z gap between support interface and object.
|
||||
|
||||
## Support wall loops
|
||||
|
||||
This setting specifies the count of support walls in the range of [0,2]. 0 means auto.
|
||||
|
||||
## Base Pattern
|
||||
|
||||
Line pattern for the base of the support.
|
||||
|
||||
### Base pattern spacing
|
||||
|
||||
Spacing between support lines.
|
||||
|
||||
## Pattern angle
|
||||
|
||||
Use this setting to rotate the support pattern on the horizontal plane.
|
||||
|
||||
## Interface layers
|
||||
|
||||
The number of interface layers.
|
||||
|
||||
## Interface pattern
|
||||
|
||||
The pattern used for the support interface.
|
||||
|
||||
## Interface spacing
|
||||
|
||||
Spacing of interface lines. Zero means solid interface.
|
||||
|
||||
## Normal support expansion
|
||||
|
||||
Expand (+) or shrink (-) the horizontal span of normal support.
|
||||
|
||||
## Support/object XY distance
|
||||
|
||||
XY separation between an object and its support.
|
||||
|
||||
## Support/object first layer gap
|
||||
|
||||
XY separation between an object and its support at the first layer.
|
||||
|
||||
## Don't support bridges
|
||||
|
||||
Don't support the whole bridge area which make support very large. Bridges can usually be printed directly without support if not very long.
|
||||
|
||||
## Independent support layer height
|
||||
|
||||
Support layer uses layer height independent with object layer. This is to support customizing z-gap and save print time. This option will be invalid when the prime tower is enabled.
|
15
doc/print_settings/support/support_settings_filament.md
Normal file
15
doc/print_settings/support/support_settings_filament.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Support Filament
|
||||
|
||||
Support filament settings allow you to customize the material used for support structures in your 3D prints. This can include settings for the base layer, interface, and support style.
|
||||
|
||||
## Base
|
||||
|
||||
Filament to print support base and raft. "Default" means no specific filament for support and current filament is used.
|
||||
|
||||
## Interface
|
||||
|
||||
Filament to print support interface. "Default" means no specific filament for support interface and current filament is used.
|
||||
|
||||
### Avoid interface filament for base
|
||||
|
||||
Avoid using support interface filament to print support base if possible.
|
15
doc/print_settings/support/support_settings_ironing.md
Normal file
15
doc/print_settings/support/support_settings_ironing.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Support Ironing
|
||||
|
||||
Ironing is using small flow to print on same height of surface again to make flat surface more smooth. This setting controls which layer being ironed.
|
||||
|
||||
## Pattern
|
||||
|
||||
Select the ironing pattern to use.
|
||||
|
||||
## Flow
|
||||
|
||||
The amount of material to extrude during ironing. Relative to flow of normal layer height. Too high value results in overextrusion on the surface.
|
||||
|
||||
## Line Spacing
|
||||
|
||||
The distance between the lines of ironing.
|
11
doc/print_settings/support/support_settings_raft.md
Normal file
11
doc/print_settings/support/support_settings_raft.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Raft
|
||||
|
||||
Raft is a base layer that is printed under the object to improve adhesion and prevent warping. It consists of multiple layers of material that create a stable foundation for the print.
|
||||
|
||||
## Layers
|
||||
|
||||
Object will be raised by this number of support layers.
|
||||
|
||||
## Contact Z distance
|
||||
|
||||
Z gap between object and raft. Ignored for soluble interface.
|
100
doc/print_settings/support/support_settings_support.md
Normal file
100
doc/print_settings/support/support_settings_support.md
Normal file
|
@ -0,0 +1,100 @@
|
|||
# Support
|
||||
|
||||
Support structures are used in 3D printing to provide stability to overhangs and complex geometries.
|
||||
|
||||
- [Type](#type)
|
||||
- [Normal](#normal)
|
||||
- [Tree](#tree)
|
||||
- [Support critical regions only](#support-critical-regions-only)
|
||||
- [Auto](#auto)
|
||||
- [Manual](#manual)
|
||||
- [Style](#style)
|
||||
- [Grid](#grid)
|
||||
- [Snug](#snug)
|
||||
- [Organic](#organic)
|
||||
- [Tree Slim](#tree-slim)
|
||||
- [Tree Strong](#tree-strong)
|
||||
- [Tree Hybrid](#tree-hybrid)
|
||||
- [Threshold angle](#threshold-angle)
|
||||
- [Threshold overlap](#threshold-overlap)
|
||||
- [Initial layer density](#initial-layer-density)
|
||||
- [Initial layer expansion](#initial-layer-expansion)
|
||||
- [On build plate only](#on-build-plate-only)
|
||||
- [Remove small overhangs](#remove-small-overhangs)
|
||||
|
||||
## Type
|
||||
|
||||
Support structures can be generated in various styles, each suited for different printing needs:
|
||||
|
||||
### Normal
|
||||
|
||||
Normal support structures are generated in a grid pattern, providing a stable base for overhangs and complex geometries.
|
||||
|
||||
### Tree
|
||||
|
||||
Tree-like support structures are designed to minimize material usage while still providing adequate support. They branch out from a central trunk, allowing for more efficient printing.
|
||||
|
||||
#### Support critical regions only
|
||||
|
||||
Only create support for critical regions including sharp tail, cantilever, etc.
|
||||
|
||||
### Auto
|
||||
|
||||
Automatically generates support structures where needed, based on the model's geometry and overhangs and manual placement in the prepare view.
|
||||
|
||||
### Manual
|
||||
|
||||
Limit support generation to specific areas defined by manual placement in the prepare view.
|
||||
|
||||
## Style
|
||||
|
||||
Style and shape of the support.
|
||||
|
||||
### Grid
|
||||
|
||||
Default in normal support, projecting the supports into a regular grid will create more stable supports.
|
||||
|
||||
### Snug
|
||||
|
||||
Snug support towers will save material and reduce object scarring.
|
||||
|
||||
### Organic
|
||||
|
||||
Default style for tree support, which merges slim and organic style branches more aggressively and saves material.
|
||||
|
||||
### Tree Slim
|
||||
|
||||
Slim tree support branches are designed to be more delicate and use less material while still providing adequate support.
|
||||
|
||||
### Tree Strong
|
||||
|
||||
Strong tree support branches are designed to be more robust and provide additional support for heavier overhangs.
|
||||
|
||||
### Tree Hybrid
|
||||
|
||||
Create similar structure to normal support under large flat overhangs.
|
||||
|
||||
## Threshold angle
|
||||
|
||||
Support will be generated for overhangs whose slope angle is below the threshold.
|
||||
|
||||
## Threshold overlap
|
||||
|
||||
If threshold angle is zero, support will be generated for overhangs whose overlap is below the threshold.
|
||||
The smaller this value is, the steeper the overhang that can be printed without support.
|
||||
|
||||
## Initial layer density
|
||||
|
||||
Density of the first raft or support layer.
|
||||
|
||||
## Initial layer expansion
|
||||
|
||||
Expand the first raft or support layer to improve bed plate adhesion.
|
||||
|
||||
## On build plate only
|
||||
|
||||
Don't create support on model surface, only on build plate.
|
||||
|
||||
## Remove small overhangs
|
||||
|
||||
Remove small overhangs that possibly need no supports.
|
31
doc/print_settings/support/support_settings_tree.md
Normal file
31
doc/print_settings/support/support_settings_tree.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Tree Support
|
||||
|
||||
This section contains specific settings for tree support structures.
|
||||
|
||||
## Tip Diameter
|
||||
|
||||
Branch tip diameter for organic supports.
|
||||
|
||||
## Branch Distance
|
||||
|
||||
This setting determines the distance between neighboring tree support nodes.
|
||||
|
||||
## Branch Density
|
||||
|
||||
Adjusts the density of the support structure used to generate the tips of the branches. A higher value results in better overhangs but the supports are harder to remove, thus it is recommended to enable top support interfaces instead of a high branch density value if dense interfaces are needed.
|
||||
|
||||
## Branch Diameter
|
||||
|
||||
This setting determines the initial diameter of support nodes.
|
||||
|
||||
## Branch Diameter Angle
|
||||
|
||||
The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the organic support.
|
||||
|
||||
## Branch Angle
|
||||
|
||||
This setting determines the maximum overhang angle that the branches of tree support are allowed to make. If the angle is increased, the branches can be printed more horizontally, allowing them to reach farther.
|
||||
|
||||
### Preferred Branch Angle
|
||||
|
||||
The preferred angle of the branches, when they do not have to avoid the model. Use a lower angle to make them more vertical and more stable. Use a higher angle for branches to merge faster.
|
Loading…
Add table
Add a link
Reference in a new issue