diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-09-22 11:12:38 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-09-22 11:12:38 -0400 |
commit | 08eec0da86b73db7190fb26fc17199d6eeb30967 (patch) | |
tree | 8a31d88007640b51aeff99bad1976e34ef253382 /config | |
parent | b8bafcf0edfe57ba491b0d35f4733ca79370e14c (diff) | |
download | kutter-08eec0da86b73db7190fb26fc17199d6eeb30967.tar.gz kutter-08eec0da86b73db7190fb26fc17199d6eeb30967.tar.xz kutter-08eec0da86b73db7190fb26fc17199d6eeb30967.zip |
config: Use "restart_method: command" in example stm32f103 ender3 configs
Reported by @jasonttech.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/printer-creality-ender3-v2-2020.cfg | 1 | ||||
-rw-r--r-- | config/printer-creality-ender3pro-2020.cfg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/printer-creality-ender3-v2-2020.cfg b/config/printer-creality-ender3-v2-2020.cfg index 4dee7b6f..93663291 100644 --- a/config/printer-creality-ender3-v2-2020.cfg +++ b/config/printer-creality-ender3-v2-2020.cfg @@ -81,6 +81,7 @@ pin: PA0 [mcu] serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 +restart_method: command [printer] kinematics: cartesian diff --git a/config/printer-creality-ender3pro-2020.cfg b/config/printer-creality-ender3pro-2020.cfg index 09d9db30..c49a7e6b 100644 --- a/config/printer-creality-ender3pro-2020.cfg +++ b/config/printer-creality-ender3pro-2020.cfg @@ -81,6 +81,7 @@ pin: PA0 [mcu] serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 +restart_method: command [printer] kinematics: cartesian |