diff options
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 5140a1bf..aed162ee 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -329,9 +329,11 @@ # of endstop switches. #[endstop_phase stepper_z] #phases: -# Set this to the number of phases of the given stepper motor driver -# (which is the number of micro-steps multiplied by four). This -# parameter must be provided. +# This specifies the number of phases of the given stepper motor +# driver (which is the number of micro-steps multiplied by four). +# This setting is automatically determined if one uses TMC2130, +# TMC2208, or TMC2224 drivers with run-time configuration. +# Otherwise, this parameter must be provided. #endstop_accuracy: 0.200 # Sets the expected accuracy (in mm) of the endstop. This represents # the maximum error distance the endstop may trigger (eg, if an |