aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-10-28 14:19:30 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-10-28 14:22:30 -0400
commitc4058f71fb0b150baeb0b7ea853ea2cc9a4c533f (patch)
tree5ee1b232873e8326c0b37e77f514ebe32ebe5a7c
parent057acb07b7825b4175ae7159ec9358b80a8b1354 (diff)
downloadkutter-c4058f71fb0b150baeb0b7ea853ea2cc9a4c533f.tar.gz
kutter-c4058f71fb0b150baeb0b7ea853ea2cc9a4c533f.tar.xz
kutter-c4058f71fb0b150baeb0b7ea853ea2cc9a4c533f.zip
docs: Clarify M109/M190 in G-Code documentation
Signed-off-by: Lucas Fink <software@lfcode.ca> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--docs/G-Codes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md
index 27349f9d..38ae2ca3 100644
--- a/docs/G-Codes.md
+++ b/docs/G-Codes.md
@@ -19,8 +19,12 @@ Klipper supports the following standard G-Code commands:
- Get extruder temperature: `M105`
- Set extruder temperature: `M104 [T<index>] [S<temperature>]`
- Set extruder temperature and wait: `M109 [T<index>] S<temperature>`
+ - Note: M109 always waits for temperature to settle at requested
+ value
- Set bed temperature: `M140 [S<temperature>]`
- Set bed temperature and wait: `M190 S<temperature>`
+ - Note: M190 always waits for temperature to settle at requested
+ value
- Set fan speed: `M106 S<value>`
- Turn fan off: `M107`
- Emergency stop: `M112`