diff options
Diffstat (limited to 'config/example.cfg')
-rw-r--r-- | config/example.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/example.cfg b/config/example.cfg index e3439f01..d94e2b03 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -274,9 +274,9 @@ max_z_accel: 30 # mm/s^2) of movement along the z axis. It limits the acceleration # of the z stepper motor on cartesian printers. The default is to # use max_accel for max_z_accel. -#motor_off_time: 60 +#motor_off_time: 600 # Time (in seconds) of idle time before the printer will try to -# disable active motors. The default is 60 seconds. +# disable active motors. The default is 600 seconds. #junction_deviation: 0.02 # Distance (in mm) used to control the internal approximated # centripetal velocity cornering algorithm. A larger number will |