diff options
Diffstat (limited to 'config/example.cfg')
-rw-r--r-- | config/example.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/example.cfg b/config/example.cfg index a8f7aee4..1bc1dd59 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -1,5 +1,6 @@ # This file serves as documentation for config parameters. One may -# copy and edit this file to configure a new printer. +# copy and edit this file to configure a new cartesian style +# printer. For delta style printers, see the "example-delta.cfg" file. # DO NOT COPY THIS FILE WITHOUT CAREFULLY READING AND UPDATING IT # FIRST. Incorrectly configured parameters may cause damage. @@ -189,7 +190,7 @@ custom: # The printer section controls high level printer settings [printer] kinematics: cartesian -# This option must currently always be "cartesian" +# This option must be "cartesian" for cartesian printers motor_off_time: 60 # Time (in seconds) of idle time before the printer will try to # disable active motors. |