gcode_arcs: Add back in support for E moves in absolute extrude mode

This reverts commit 43fa41c1af.

The above commit disabled absolute extrude moves because it was
unclear if the code would work properly when an M221 extrude factor or
G92 offset was in use.  However, since the calculation is done
relative to the raw E position and is sent as a raw E position to
gcode.cmd_G1() these modes should not matter.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2020-06-04 15:19:08 -04:00
parent 2a66286d1c
commit 5d26c2a08e
2 changed files with 7 additions and 5 deletions

View File

@@ -3,7 +3,6 @@ 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