aboutsummaryrefslogtreecommitdiffstats
path: root/test/klippy/move.gcode
blob: 30e2a02c2e48449c1cb7f0a9cda2794b253e51c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
; Simple movement tests

; Start by homing the printer.
G28
G1 F6000

; Z / X / Y moves
G1 Z1
G1 X1
G1 Y1

; diagonal moves
G1 X0 Y0
G1 X1 Z2
G1 X0 Y1 Z1

; extrude only moves
G1 E1
G1 E0

; regular extrude move
G1 X0 Y0 E.01