diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-04-20 10:11:10 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-04-20 10:11:10 -0400 |
commit | 167b18b58f919da314266a359353a0bf8e33861b (patch) | |
tree | 19c963d19a4ecba1f94672327fd2859263afc394 /docs | |
parent | 4b1a530330b1d8fb2580f1b49d51c59ce892fee9 (diff) | |
download | kutter-167b18b58f919da314266a359353a0bf8e33861b.tar.gz kutter-167b18b58f919da314266a359353a0bf8e33861b.tar.xz kutter-167b18b58f919da314266a359353a0bf8e33861b.zip |
gcode: Ignore M21 command
No need to recommend users disable "SD card support" in octoprint -
instead, just ignore the M21 command.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Installation.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/Installation.md b/docs/Installation.md index 5c87d2e8..830fe6f9 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -120,9 +120,6 @@ Enter the Settings tab again and under "Serial Connection" change the and may be safely left at 250000). Unselect the "Not only cancel ongoing prints but also disconnect..." checkbox. -Under the "Features" tab, unselect "Enable SD support". Then click -"Save". - Running the host software ========================= |