diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-06-15 12:00:33 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-06-15 12:05:45 -0400 |
commit | efe63d5efe3ab6ca9e08a42dceca0607d7fa0915 (patch) | |
tree | 0065bd3689a9c7a56e1815d2c263b44d3c1d7bd1 /docs/G-Codes.md | |
parent | 4ec1244c31af2e621eec9a4bbfa59684c8dbf93f (diff) | |
download | kutter-efe63d5efe3ab6ca9e08a42dceca0607d7fa0915.tar.gz kutter-efe63d5efe3ab6ca9e08a42dceca0607d7fa0915.tar.xz kutter-efe63d5efe3ab6ca9e08a42dceca0607d7fa0915.zip |
toolhead: Add support for the M204 command
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 65f01f9d..844e62de 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -15,6 +15,7 @@ Klipper supports the following standard G-Code commands: - Set position: `G92 [X<pos>] [Y<pos>] [Z<pos>] [E<pos>]` - Set speed factor override percentage: `M220 S<percent>` - Set extrude factor override percentage: `M221 S<percent>` +- Set acceleration: `M204 S<value>` - Get extruder temperature: `M105` - Set extruder temperature: `M104 [T<index>] [S<temperature>]` - Set extruder temperature and wait: `M109 [T<index>] S<temperature>` |