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:
Kevin O'Connor 2020-04-23 10:05:05 -04:00
parent fc627ec470
commit 43fa41c1af
2 changed files with 5 additions and 7 deletions

View file

@ -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