diff options
author | Charles Pickering <me@charlespick.xyz> | 2022-03-20 08:16:53 -0700 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2022-03-20 11:43:32 -0400 |
commit | 7e654aed2fbfb669bf83abbbc886c8ffa35abb6a (patch) | |
tree | 1d2bc3d28548756eb9e61a05f2e7d9c1c5813632 | |
parent | 3e0c0e9ccf8d74b8d6f31277e558b57a17355d75 (diff) | |
download | kutter-7e654aed2fbfb669bf83abbbc886c8ffa35abb6a.tar.gz kutter-7e654aed2fbfb669bf83abbbc886c8ffa35abb6a.tar.xz kutter-7e654aed2fbfb669bf83abbbc886c8ffa35abb6a.zip |
docs: Fix config snippet for polar
Previously the section for stepper_bed was intertwined with printer. This commit makes it match (../config/example-polar.cfg).
Signed-off-by: Charles Pickering <me@charlespick.xyz>
-rw-r--r-- | docs/Config_Reference.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index ef301a74..a0eecf01 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -468,15 +468,6 @@ position are known to not work properly. ``` [printer] kinematics: polar - -# The stepper_bed section is used to describe the stepper controlling -# the bed. -[stepper_bed] -gear_ratio: -# A gear_ratio must be specified and rotation_distance may not be -# specified. For example, if the bed has an 80 toothed pulley driven -# by a stepper with a 16 toothed pulley then one would specify a -# gear ratio of "80:16". This parameter must be provided. max_z_velocity: # This sets the maximum velocity (in mm/s) of movement along the z # axis. This setting can be used to restrict the maximum speed of @@ -487,6 +478,15 @@ max_z_accel: # the z axis. It limits the acceleration of the z stepper motor. The # default is to use max_accel for max_z_accel. +# The stepper_bed section is used to describe the stepper controlling +# the bed. +[stepper_bed] +gear_ratio: +# A gear_ratio must be specified and rotation_distance may not be +# specified. For example, if the bed has an 80 toothed pulley driven +# by a stepper with a 16 toothed pulley then one would specify a +# gear ratio of "80:16". This parameter must be provided. + # The stepper_arm section is used to describe the stepper controlling # the carriage on the arm. [stepper_arm] |