aboutsummaryrefslogtreecommitdiffstats
path: root/config/example.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/example.cfg')
-rw-r--r--config/example.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/example.cfg b/config/example.cfg
index a7d6fd3d..bc71d46c 100644
--- a/config/example.cfg
+++ b/config/example.cfg
@@ -264,7 +264,7 @@ serial: /dev/ttyACM0
pin_map: arduino
# This option may be used to enable Arduino pin name aliases. The
# default is to not enable the aliases.
-#restart_method: arduino
+#restart_method:
# This controls the mechanism the host will use to reset the
# micro-controller. The choices are 'arduino', 'rpi_usb', and
# 'command'. The 'arduino' method (toggle DTR) is common on Arduino
@@ -273,7 +273,8 @@ pin_map: arduino
# disables power to all USB ports to accomplish a micro-controller
# reset. The 'command' method involves sending a Klipper command to
# the micro-controller so that it can reset itself. The default is
-# 'arduino'.
+# 'arduino' if the micro-controller communicates over a serial port,
+# 'command' otherwise.
# The printer section controls high level printer settings.
[printer]