mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Wiki Update 10 - Quality (#10301)
* Update quality_settings_wall_generator.md * Expand layer height wiki * Rework height * Update quality_settings_line_width.md * Update quality_settings_precision.md * Update quality_settings_seam.md * Minor linking * Update quality_settings_wall_and_surfaces.md * Reverse on odd improved * Extra perimeter on overhangs * Images fixes * Update speed_settings_jerk_xy.md * quality_settings_ironing * Update quality_settings_seam.md * Update quality_settings_bridging.md * Remove precision sub-section links * Add icons to settings links in Home documentation * Moved fuzzy skin Remove Fuzzy Skin section from special mode settings to it's own place. * Fix image adaptive-pressure-advance-calib.md * Update image references Standardized image alt text and filenames for consistency and clarity. * Update image alt text and file references in docs Standardized and clarified image alt text in Calibration.md for easy md to html conversion. * Update seam * Base scarf joint seam * Update quality_settings_seam.md * Update quality_settings_wall_generator.md * Update quality_settings_overhangs.md * Fuzzy Skin Generator Mode Wiki Co-Authored-By: π² <189209038+pi-squared-studio@users.noreply.github.com> * Infill Templates Wiki Co-Authored-By: π² <189209038+pi-squared-studio@users.noreply.github.com> * basic md formating * Update infill and advanced strength settings docs * Moved + Linked Metalanguage * image preview (change befor ready) * Update strength_settings_infill_rotation_template_metalanguage.md * reorder image description * Some credits * Spelling infill rotation metalanguage docs * Crop metalanguage fills * fix image reference * Update strength_settings_infill_rotation_template_metalanguage.md * Update strength_settings_infill_rotation_template_metalanguage.md * standard characters images * flow rate update division * Update Tab.cpp * Reworking flow rate calibration guide * Update strength_settings_top_bottom_shells.md * Flow Calib WIP --------- Co-authored-by: π² <189209038+pi-squared-studio@users.noreply.github.com> Co-authored-by: pi-squared-studio <pi.squared.studio@gmail.com>
This commit is contained in:
@@ -14,11 +14,13 @@ This section covers the settings that affect the precision of your prints. These
|
||||
|
||||
## Slice gap closing radius
|
||||
|
||||
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.
|
||||
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
|
||||
|
||||
The G-code path is generated after simplifying the contour of models to avoid too many points and G-code lines. Smaller value means higher resolution and more time to slice.
|
||||
The G-code path is generated after simplifying the contour of models to avoid too many points and G-code lines.
|
||||
Smaller value means higher resolution and more time to slice. If you are using big models in low processing power machines, you may want to increase this value to speed up the slicing process.
|
||||
|
||||
## Arc fitting
|
||||
|
||||
@@ -65,11 +67,10 @@ The 'Precise Wall' is a distinctive feature introduced by OrcaSlicer, aimed at i
|
||||
|
||||
### Technical explanation
|
||||
|
||||
Below is a technical explanation of how this feature works.
|
||||
First, it's important to understand some basic concepts like flow, extrusion width, and space.
|
||||
Slic3r has an excellent document that covers these topics in detail. You can refer to this [article](https://manual.slic3r.org/advanced/flow-math).
|
||||
|
||||
First, it's important to understand some basic concepts like flow, extrusion width, and space. Slic3r has an excellent document that covers these topics in detail. You can refer to this [article](https://manual.slic3r.org/advanced/flow-math).
|
||||
|
||||
Now, let's dive into the specifics. Slic3r and its forks, such as PrusaSlicer, SuperSlicer, and OrcaSlicer, assume that the extrusion path has an oval shape, which accounts for the overlaps. For example, if we set the wall width to 0.4mm and the layer height to 0.2mm, the combined thickness of two walls laid side by side is 0.714mm instead of 0.8mm due to the overlapping.
|
||||
Slic3r and its forks, such as PrusaSlicer, SuperSlicer and OrcaSlicer, assume that the extrusion path has an oval shape, which accounts for the overlaps. For example, if we set the wall width to 0.4mm and the layer height to 0.2mm, the combined thickness of two walls laid side by side is 0.714mm instead of 0.8mm due to the overlapping.
|
||||
|
||||
- **Precise Wall Off**
|
||||
|
||||
@@ -87,7 +88,7 @@ OrcaSlicer adheres to Slic3r's approach to handling flow. To address the downsid
|
||||
|
||||
## Precise Z Height
|
||||
|
||||
This feature ensures the accurate Z height of the model after slicing, even if the model height is not a multiple of the layer height.
|
||||
This feature ensures the accurate Z height of the model after slicing, even if the model height is not a multiple of the [layer height](quality_settings_layer_height).
|
||||
|
||||
For example, slicing a 20mm x 20mm x 20.1mm cube with a layer height of 0.2mm would typically result in a final height of 20.2mm due to the layer height increments.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user