diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-07-16 12:59:17 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-07-16 13:04:00 -0400 |
commit | 1c508c38aa424f914c4c9843330e0f4849e4d26f (patch) | |
tree | 41bd49179465871a4dd1f3d9671a709bfbfb0626 | |
parent | 53092a64743846f587bcd90b6119661b1be80b79 (diff) | |
download | kutter-1c508c38aa424f914c4c9843330e0f4849e4d26f.tar.gz kutter-1c508c38aa424f914c4c9843330e0f4849e4d26f.tar.xz kutter-1c508c38aa424f914c4c9843330e0f4849e4d26f.zip |
config: Minor formatting change to example.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/example.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/example.cfg b/config/example.cfg index e0f1bebf..a0b8cf8b 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -259,8 +259,8 @@ pin: ar9 # different than the requested cycle_time. The default is False. #kick_start_time: 0.100 # Time (in seconds) to run the fan at full speed when either first -# enabling or increasing it by more than 50% (helps get the fan spinning). -# The default is 0.100 seconds. +# enabling or increasing it by more than 50% (helps get the fan +# spinning). The default is 0.100 seconds. #off_below: 0.0 # The minimum input speed which will power the fan (expressed as a # value from 0.0 to 1.0). When a speed lower than off_below is @@ -318,8 +318,8 @@ max_accel: 3000 max_z_velocity: 25 # For cartesian printers 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 the z stepper motor on cartesian -# printers. The default is to use max_velocity for max_z_velocity. +# the maximum speed of the z stepper motor on cartesian printers. +# The default is to use max_velocity for max_z_velocity. max_z_accel: 30 # For cartesian printers this sets the maximum acceleration (in # mm/s^2) of movement along the z axis. It limits the acceleration |