mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-12 23:13:32 +00:00
* Create Patterns specific wiki * Fix typos in installation instructions Corrected the winget flag from --exact to -e and removed an extraneous backtick from the Mac xattr command in the README installation instructions. * Improve README formatting and clarity * Calibration Flow Ratio Yolo Archimedean cords Co-Authored-By: MxBrnr <142743732+MxBrnr@users.noreply.github.com> * redirection/tab.cpp section * Missing Frequent * remove auto-cooling * remove thumbnails * seam pointers * walls * infill * Image standarization * Fix broken internal links * Add reference note to Arachne wall generator docs * OrcaSlicer std * PrusaSlicer std * 2d-lateral xlsx * vertical patterns * Redirections fix * Update speed_settings_overhang_speed.md * Fix to action * FlowRate Co-Authored-By: MxBrnr <142743732+MxBrnr@users.noreply.github.com> * Top Bottom Shells * advanced strength * Action fix * Update How-to-wiki.md * Home.md icons and reorganize sections * Home Icons fix * Update cornering-calib.md * Update strength_settings_infill.md * Update Auxiliary-fan.md Co-Authored-By: Fisheye_3D <78997080+fisheye3d@users.noreply.github.com> * Add warning about wiki maintenance status
56 lines
2.3 KiB
Markdown
56 lines
2.3 KiB
Markdown
# 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](#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](speed_settings_other_layers_speed#outer-wall) printing. This is usually set to a lower value than normal printing to ensure better quality.
|
|
|
|
## Inner wall
|
|
|
|
Acceleration for [inner wall](speed_settings_other_layers_speed#inner-wall) printing. This is usually set to a higher value than outer wall printing to improve speed.
|
|
|
|
## Bridge
|
|
|
|
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](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](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](speed_settings_initial_layer_speed). Using a lower value can improve build plate adhesion.
|
|
|
|
## Top surface
|
|
|
|
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](speed_settings_travel) moves. This is usually set to a higher value than normal printing to reduce travel time.
|