mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Wiki Update 9 - Speed (#10173)
* Improve initial layer speed documentation Expanded explanations for initial layer speed settings, including benefits of slower first layers, detailed descriptions for each speed parameter, and added an illustrative image for the 'number of slow layers' setting. * Update Volumetric speed calib + images * Update speed_settings_other_layers_speed.md * Improved MVFS descriptions Co-Authored-By: dewi-ny-je <2866139+dewi-ny-je@users.noreply.github.com> Co-Authored-By: MxBrnr <142743732+mxbrnr@users.noreply.github.com> Co-Authored-By: Rodrigo <162915171+RF47@users.noreply.github.com> * Clarify bed temperature effects * MVF images from 14 to 19 To match description * Update temp-calib.md * Expand and clarify temperature calibration guide Added a standard temperature ranges table for common 3D printing materials, clarified and expanded sections on bed and chamber temperature, and improved formatting and tips for optimal print quality. Co-Authored-By: dewi-ny-je <2866139+dewi-ny-je@users.noreply.github.com> * Update links for acceleration and jerk settings * Small perimeters * Update speed_settings_other_layers_speed.md * Add reference to ironing speed settings * Update overhang speed * Add travel speed illustration * Update avoid crossing * Update speed_settings_acceleration.md * Update speed_settings_overhang_speed.md * Update speed_settings_acceleration.md * Update speed_settings_jerk_xy.md * Update speed_settings_jerk_xy.md * Update ERS documentation and replace images with PNGs * Seam Aligned Back * Copilot FIX Co-Authored-By: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: dewi-ny-je <2866139+dewi-ny-je@users.noreply.github.com> Co-authored-by: MxBrnr <142743732+mxbrnr@users.noreply.github.com> Co-authored-by: Rodrigo <162915171+RF47@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1,41 +1,55 @@
|
||||
# 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.
|
||||
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](#normal-printing)
|
||||
- [Outer wall](#outer-wall)
|
||||
- [Inner wall](#inner-wall)
|
||||
- [Bridge](#bridge)
|
||||
- [Sparse infill](#sparse-infill)
|
||||
- [Internal solid infill](#internal-solid-infill)
|
||||
- [Initial layer](#initial-layer)
|
||||
- [Top surface](#top-surface)
|
||||
- [Travel](#travel)
|
||||
|
||||
## Normal printing
|
||||
|
||||
The default acceleration of both normal printing and travel.
|
||||
|
||||
> [!NOTE]
|
||||
> If this value is set to 0, the acceleration will be set to the printer's default acceleration.
|
||||
|
||||
## Outer wall
|
||||
|
||||
Acceleration for outer wall printing. This is usually set to a lower value than normal printing to ensure better quality.
|
||||
Acceleration for [outer wall](speed_settings_walls#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.
|
||||
Acceleration for [inner wall](speed_settings_walls#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.
|
||||
Acceleration of [bridges](speed_settings_overhang_speed#bridge-speed). 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.
|
||||
Acceleration of [sparse infill](speed_settings_other_layers_speed#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.
|
||||
Acceleration of [internal solid infill](speed_settings_other_layers_speed#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.
|
||||
Acceleration of [initial layer](speed_settings_initial_layer_speed). 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.
|
||||
Acceleration of [top surface infill](speed_settings_other_layers_speed#top-surface). Using a lower value may improve top surface quality.
|
||||
Recommended to use a similar value to the [outer wall acceleration](#outer-wall).
|
||||
|
||||
## Travel
|
||||
|
||||
Acceleration of travel moves. This is usually set to a higher value than normal printing to reduce travel time.
|
||||
Acceleration of [travel](speed_settings_travel) moves. This is usually set to a higher value than normal printing to reduce travel time.
|
||||
|
||||
Reference in New Issue
Block a user