mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +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:
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.
|
||||
Reference in New Issue
Block a user