diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-09-26 19:50:56 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-10-01 11:12:30 -0400 |
commit | 1940ba7062aabb2e77c4d95638765ffb85a3dc7b (patch) | |
tree | 4ba2d5d04ecf9e4ec6a0d90e4f83b6f4ca5de40f /config | |
parent | a698aef29bc252c0680111ca88754a676e94ee65 (diff) | |
download | kutter-1940ba7062aabb2e77c4d95638765ffb85a3dc7b.tar.gz kutter-1940ba7062aabb2e77c4d95638765ffb85a3dc7b.tar.xz kutter-1940ba7062aabb2e77c4d95638765ffb85a3dc7b.zip |
config: Minor indentation fix to comments in example-extras.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 459a61aa..24e0278a 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -59,11 +59,11 @@ # g-code command that may be used to calibrate appropriate x and y # adjustment parameters. #points: -# A list of X,Y coordinates (one per line; subsequent lines -# indented) that should be probed during a BED_TILT_CALIBRATE -# command. Specify coordinates of the nozzle and be sure the probe -# is above the bed at the given nozzle coordinates. The default is -# to not enable the command. +# A list of X,Y coordinates (one per line; subsequent lines +# indented) that should be probed during a BED_TILT_CALIBRATE +# command. Specify coordinates of the nozzle and be sure the probe +# is above the bed at the given nozzle coordinates. The default is +# to not enable the command. #speed: 50 # The speed (in mm/s) of non-probing moves during the # calibration. The default is 50. @@ -147,16 +147,16 @@ # extended G-Code command becomes available. #[z_tilt] #z_positions: -# A list of X,Y coordinates (one per line; subsequent lines -# indented) describing the location of each Z stepper. The first -# entry corresponds to stepper_z, the second to stepper_z1, the -# third to stepper_z2, etc. This parameter must be provided. +# A list of X,Y coordinates (one per line; subsequent lines +# indented) describing the location of each Z stepper. The first +# entry corresponds to stepper_z, the second to stepper_z1, the +# third to stepper_z2, etc. This parameter must be provided. #points: -# A list of X,Y coordinates (one per line; subsequent lines -# indented) that should be probed during a Z_TILT_ADJUST -# command. Specify coordinates of the nozzle and be sure the probe -# is above the bed at the given nozzle coordinates. This parameter -# must be provided. +# A list of X,Y coordinates (one per line; subsequent lines +# indented) that should be probed during a Z_TILT_ADJUST command. +# Specify coordinates of the nozzle and be sure the probe is above +# the bed at the given nozzle coordinates. This parameter must be +# provided. #speed: 50 # The speed (in mm/s) of non-probing moves during the calibration. # The default is 50. |