mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-30 11:20:27 -07:00
toolhead: Add support for the M204 command
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
4ec1244c31
commit
efe63d5efe
2 changed files with 6 additions and 0 deletions
|
|
@ -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>`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue