mirror of
git://soft.sys114.com/klipper
synced 2026-02-06 17:59:48 +09:00
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>
13 lines
213 B
Plaintext
13 lines
213 B
Plaintext
# Tests for g-code G2/G3 arc commands
|
|
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
|
|
|
|
# XY+Z arc move
|
|
G2 X20 Y20 Z10 E1 I10.5 J10.5
|