aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2017-05-01 12:08:45 -0400
committerKevin O'Connor <kevin@koconnor.net>2017-05-01 12:08:45 -0400
commitb5062a07d146e6f1d04e44c91fd924d1f8394064 (patch)
treecea71db968a608b223ba714a129e0902cb5c3dba
parent4112007314c3830072a3c9c378748b746a5ff53e (diff)
downloadkutter-b5062a07d146e6f1d04e44c91fd924d1f8394064.tar.gz
kutter-b5062a07d146e6f1d04e44c91fd924d1f8394064.tar.xz
kutter-b5062a07d146e6f1d04e44c91fd924d1f8394064.zip
docs: Recommend users stop klipper before flashing the micro-controller
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--docs/Installation.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Installation.md b/docs/Installation.md
index 5bec93b0..a23dad2d 100644
--- a/docs/Installation.md
+++ b/docs/Installation.md
@@ -55,7 +55,9 @@ make
Finally, for common micro-controllers, the code can be flashed with:
```
+sudo service klipper stop
make flash FLASH_DEVICE=/dev/ttyACM0
+sudo service klipper start
```
Configuring Klipper