diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-04-23 10:05:05 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-04-23 10:05:05 -0400 |
commit | 43fa41c1af648ea626040e17f0eebda39dcdb2cb (patch) | |
tree | 05c1de4fdea0725f1c9e273297e3a88b5c933123 /test | |
parent | fc627ec47090673ff76377d411cba182fc4dedf8 (diff) | |
download | kutter-43fa41c1af648ea626040e17f0eebda39dcdb2cb.tar.gz kutter-43fa41c1af648ea626040e17f0eebda39dcdb2cb.tar.xz kutter-43fa41c1af648ea626040e17f0eebda39dcdb2cb.zip |
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>
Diffstat (limited to 'test')
-rw-r--r-- | test/klippy/gcode_arcs.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/klippy/gcode_arcs.test b/test/klippy/gcode_arcs.test index 2be4efc9..84e13b34 100644 --- a/test/klippy/gcode_arcs.test +++ b/test/klippy/gcode_arcs.test @@ -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 |