mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-22 06:04:03 -06:00
gcode_arcs: Disable E moves in absolute extrude mode
Commit 402110f6
didn't actually fix absolute extrude mode. For now,
report an error if an extrude move is requested in absolute extrude
mode.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
fc627ec470
commit
43fa41c1af
2 changed files with 5 additions and 7 deletions
|
@ -3,6 +3,7 @@ DICTIONARY atmega2560.dict
|
|||
CONFIG gcode_arcs.cfg
|
||||
|
||||
# Home and move in arcs
|
||||
M83
|
||||
G28
|
||||
G1 X20 Y20 Z20
|
||||
G2 X125 Y32 Z20 E1 I10.5 J10.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue