aboutsummaryrefslogtreecommitdiffstats
path: root/docs/G-Codes.md
diff options
context:
space:
mode:
authorGarth Snyder <garth@garthsnyder.com>2020-03-11 10:03:48 -0700
committerGitHub <noreply@github.com>2020-03-11 13:03:48 -0400
commit0ba83c5b04dd6b4e7a32ab40b7f4fb06ab85cd7e (patch)
tree50a318caceea1fd36473a157c7c2256f53ed0878 /docs/G-Codes.md
parent986e9c884a28a6e67aa03ae168e199eec1e027c8 (diff)
downloadkutter-0ba83c5b04dd6b4e7a32ab40b7f4fb06ab85cd7e.tar.gz
kutter-0ba83c5b04dd6b4e7a32ab40b7f4fb06ab85cd7e.tar.xz
kutter-0ba83c5b04dd6b4e7a32ab40b7f4fb06ab85cd7e.zip
docs: clarify behavior of M204 with only one of P or T (#2564)
Signed-off-by: Garth Snyder <garth@garthsnyder.com>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r--docs/G-Codes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md
index 7a7da6cf..1f8e77c8 100644
--- a/docs/G-Codes.md
+++ b/docs/G-Codes.md
@@ -16,7 +16,8 @@ Klipper supports the following standard G-Code commands:
- Set extrude factor override percentage: `M221 S<percent>`
- Set acceleration: `M204 S<value>` OR `M204 P<value> T<value>`
- Note: If S is not specified and both P and T are specified, then
- the acceleration is set to the minimum of P and T.
+ the acceleration is set to the minimum of P and T. If only one of
+ P or T is specified, the command has no effect.
- Get extruder temperature: `M105`
- Set extruder temperature: `M104 [T<index>] [S<temperature>]`
- Set extruder temperature and wait: `M109 [T<index>] S<temperature>`