aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/klippy/move.gcode21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/klippy/move.gcode b/test/klippy/move.gcode
index 30e2a02c..9bc1f0f6 100644
--- a/test/klippy/move.gcode
+++ b/test/klippy/move.gcode
@@ -2,6 +2,7 @@
; Start by homing the printer.
G28
+G90
G1 F6000
; Z / X / Y moves
@@ -9,6 +10,13 @@ G1 Z1
G1 X1
G1 Y1
+; Delayed moves
+G1 Y2
+G4 P100
+G1 Y1.5
+M400
+G1 Y1
+
; diagonal moves
G1 X0 Y0
G1 X1 Z2
@@ -20,3 +28,16 @@ G1 E0
; regular extrude move
G1 X0 Y0 E.01
+
+; fan speeds
+M106 S50
+M106
+M106 S90
+M106 S0
+M107
+
+; coordinate manipulation
+G92 Y-3
+G1 Y-2
+G91
+G1 Y-1