aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/Config_Reference.md18
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]