diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-05-01 12:08:45 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-05-01 12:08:45 -0400 |
commit | b5062a07d146e6f1d04e44c91fd924d1f8394064 (patch) | |
tree | cea71db968a608b223ba714a129e0902cb5c3dba /docs/Installation.md | |
parent | 4112007314c3830072a3c9c378748b746a5ff53e (diff) | |
download | kutter-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>
Diffstat (limited to 'docs/Installation.md')
-rw-r--r-- | docs/Installation.md | 2 |
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 |