mirror of
https://github.com/OrcaSlicer/OrcaSlicer_WIKI.git
synced 2026-05-17 00:25:45 +03:00
Add initial layer travel accel and jerk docs (#211)
This commit is contained in:
@@ -11,6 +11,7 @@ Orca will limit the acceleration to not exceed the acceleration set in the Print
|
||||
- [Sparse infill](#sparse-infill)
|
||||
- [Internal solid infill](#internal-solid-infill)
|
||||
- [Initial layer](#initial-layer)
|
||||
- [Initial layer travel](#initial-layer-travel)
|
||||
- [Top surface](#top-surface)
|
||||
- [Travel](#travel)
|
||||
|
||||
@@ -52,6 +53,12 @@ Acceleration of [internal solid infill](speed_settings_other_layers_speed#intern
|
||||
[Variable](built_in_placeholders_variables): `initial_layer_acceleration`.
|
||||
Acceleration of [initial layer](speed_settings_initial_layer_speed). Using a lower value can improve build plate adhesion.
|
||||
|
||||
## Initial layer travel
|
||||
|
||||
[Variable](built_in_placeholders_variables): `initial_layer_travel_acceleration`.
|
||||
Acceleration of [initial layer travel](speed_settings_initial_layer_speed#initial-layer-travel-speed).
|
||||
Using a lower value can improve build plate adhesion. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the [Travel Acceleration](#travel).
|
||||
|
||||
## Top surface
|
||||
|
||||
[Variable](built_in_placeholders_variables): `top_surface_acceleration`.
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
- [Infill](#infill)
|
||||
- [Top surface](#top-surface)
|
||||
- [Initial layer](#initial-layer)
|
||||
- [Initial layer travel](#initial-layer-travel)
|
||||
- [Travel](#travel)
|
||||
- [Useful links](#useful-links)
|
||||
|
||||
@@ -91,6 +92,12 @@ Jerk for top surface printing. This is usually set to a lower value than infill
|
||||
[Variable](built_in_placeholders_variables): `initial_layer_jerk`.
|
||||
Jerk for initial layer printing. This is usually set to a lower value than top surface to improve adhesion.
|
||||
|
||||
### Initial layer travel
|
||||
|
||||
[Variable](built_in_placeholders_variables): `initial_layer_travel_jerk`.
|
||||
Jerk for initial layer travel.
|
||||
Using a lower value can improve build plate adhesion. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the [Travel Jerk](#travel).
|
||||
|
||||
### Travel
|
||||
|
||||
[Variable](built_in_placeholders_variables): `travel_jerk`.
|
||||
|
||||
Reference in New Issue
Block a user