mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 22:35:17 -06:00
config: Specify gear_ratio for Prusa Mini+ extruder
Also clarifies the documentation for rotation_distance in the stepper docs. Signed-off-by: Matthew Lloyd <github@matthewlloyd.net>
This commit is contained in:
parent
8bcfaa53aa
commit
478f26cab6
2 changed files with 4 additions and 2 deletions
|
@ -132,7 +132,8 @@ enable_pin:
|
|||
# driver must always be enabled.
|
||||
rotation_distance:
|
||||
# Distance (in mm) that the axis travels with one full rotation of
|
||||
# the stepper motor. This parameter must be provided.
|
||||
# the stepper motor (or final gear if gear_ratio is specified).
|
||||
# This parameter must be provided.
|
||||
microsteps:
|
||||
# The number of microsteps the stepper motor driver uses. This
|
||||
# parameter must be provided.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue