Add initial layer travel accel and jerk docs (#211)

This commit is contained in:
Ian Bassi
2026-04-22 12:59:49 -03:00
committed by GitHub
parent 4a3e197126
commit 835f3ed949
2 changed files with 14 additions and 0 deletions

View File

@@ -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`.

View File

@@ -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`.