diff options
Diffstat (limited to 'test/klippy/extruders.test')
-rw-r--r-- | test/klippy/extruders.test | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/klippy/extruders.test b/test/klippy/extruders.test new file mode 100644 index 00000000..034b0559 --- /dev/null +++ b/test/klippy/extruders.test @@ -0,0 +1,13 @@ +# 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 |