mirror of https://github.com/Desuuuu/klipper.git
14 lines
162 B
Plaintext
14 lines
162 B
Plaintext
|
# Extruder tests
|
||
|
DICTIONARY atmega2560.dict
|
||
|
CONFIG extruders.cfg
|
||
|
|
||
|
# Extrude only
|
||
|
G1 E5
|
||
|
G1 E-2
|
||
|
G1 E7
|
||
|
|
||
|
# Home and extrusion moves
|
||
|
G28
|
||
|
G1 X20 Y20 Z1
|
||
|
G1 X25 Y25 E7.5
|