aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2020-10-16 22:12:58 -0400
committerKevin O'Connor <kevin@koconnor.net>2020-10-16 22:12:58 -0400
commit11bf83b49877f9db3f90072be73a3e078003c6a2 (patch)
treea38c44516681b9d773ca79157dd2e7ba64c4e5c9
parent3a15219de3bb5602d0fd39927f06dd612ea896f1 (diff)
downloadkutter-11bf83b49877f9db3f90072be73a3e078003c6a2.tar.gz
kutter-11bf83b49877f9db3f90072be73a3e078003c6a2.tar.xz
kutter-11bf83b49877f9db3f90072be73a3e078003c6a2.zip
config: Additional formatting changes to example-extras.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--config/example-extras.cfg38
1 files changed, 20 insertions, 18 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg
index 73e5cc19..b18c3c34 100644
--- a/config/example-extras.cfg
+++ b/config/example-extras.cfg
@@ -181,15 +181,15 @@
# to a probe_height position. The default is 5.
# Tool to help adjust bed screws tilt using Z probe. One may define a
-# [screws_tilt_adjust] config section to enable a SCREWS_TILT_CALCULATE
-# g-code command.
+# [screws_tilt_adjust] config section to enable a
+# SCREWS_TILT_CALCULATE g-code command.
#[screws_tilt_adjust]
#screw1: 100,100
# The X,Y coordinate of the first bed leveling screw. This is a
# position to command the nozzle to that is directly above the bed
# screw (or as close as possible while still being above the bed).
-# This is the base screw used in calculations.
-# This parameter must be provided.
+# This is the base screw used in calculations. This parameter must
+# be provided.
#screw1_name: front screw
# An arbitrary name for the given screw. This name is displayed when
# the helper script runs. The default is to use a name based upon
@@ -239,7 +239,8 @@
# The height (in mm) that the head should be commanded to move to
# just prior to starting a probe operation. The default is 5.
#retries: 0
-# Number of times to retry if the probed points aren't within tolerance
+# Number of times to retry if the probed points aren't within
+# tolerance.
#retry_tolerance: 0
# If retries are enabled then retry if largest and smallest probed
# points differ more than retry_tolerance. Note the smallest unit of
@@ -253,8 +254,8 @@
# which is more flexible.
# WARNING: Using this on a moving bed may lead to undesirable results.
# If this section is present then a QUAD_GANTRY_LEVEL extended G-Code
-# command becomes available. This routine assumes the following Z motor
-# configuration:
+# command becomes available. This routine assumes the following Z
+# motor configuration:
# ----------------
# |Z1 Z2|
# | --------- |
@@ -311,8 +312,8 @@
# A X,Y coordinate (e.g. 100,100) where the Z homing should be
# performed. This parameter must be provided.
#speed: 50.0
-# Speed at which the toolhead is moved to the safe Z home coordinate.
-# The default is 50 mm/s
+# Speed at which the toolhead is moved to the safe Z home
+# coordinate. The default is 50 mm/s
#z_hop:
# Lift the Z axis prior to homing. This is applied to any homing
# command, even if it doesn't home the Z axis. If the Z axis is
@@ -479,7 +480,8 @@
# Set to true to enable FORCE_MOVE and SET_KINEMATIC_POSITION
# extended G-Code commands. The default is false.
-# Pause/Resume functionality with support of position capture and restore
+# Pause/Resume functionality with support of position capture and
+# restore.
#[pause_resume]
#recover_velocity: 50.
# When capture/restore is enabled, the speed at which to return to
@@ -515,8 +517,8 @@
# Enable the "M118" and "RESPOND" extended commands.
#[respond]
#default_type: echo
-# Sets the default prefix of the "M118" and "RESPOND" output to one of
-# the following:
+# Sets the default prefix of the "M118" and "RESPOND" output to one
+# of the following:
# echo: "echo: " (This is the default)
# command: "// "
# error: "!! "
@@ -1693,8 +1695,8 @@
# The amount of current (in amps RMS) used by the driver during
# stepper movement. This parameter must be provided.
#sense_resistor:
-# The resistance (in ohms) of the motor sense resistor. This parameter
-# must be provided.
+# The resistance (in ohms) of the motor sense resistor. This
+# parameter must be provided.
#idle_current_percent: 100
# The percentage of the run_current the stepper driver will be
# lowered to when the idle timeout expires (you need to set up the
@@ -1726,10 +1728,10 @@
# chip. This may be used to set custom driver parameters. The
# defaults for each parameter are next to the parameter name in the
# list above. See the TMC2660 datasheet about what each parameter
-# does and what the restrictions on parameter combinations are.
-# Be especially aware of the CHOPCONF register, where setting CHM to
-# either 0 or one will lead to layout changes (the first bit of HDEC)
-# is interpreted as the MSB of HSTRT in this case).
+# does and what the restrictions on parameter combinations are. Be
+# especially aware of the CHOPCONF register, where setting CHM to
+# either zero or one will lead to layout changes (the first bit of
+# HDEC) is interpreted as the MSB of HSTRT in this case).
# Configure a TMC5160 stepper motor driver via SPI bus. To use this
# feature, define a config section with a "tmc5160" prefix followed by