]> sigrok.org Git - sigrok-dumps.git/blob - stepper_motor/test.gcode
Example dump of stepper motor signals
[sigrok-dumps.git] / stepper_motor / test.gcode
1 ; Start at X/Y Zero
2 G0 X0 Y0
3 ; Make a regular move with an arbitrary  speed
4 ; 1.885 s
5 G1 X200 Y200 F9000 
6 ; Move one axis a long distance, another axis a short distance AND change the speed.
7 ; 0.500 s
8 G1 X190 Y0 F24000
9 ; Move back to Zero
10 ; 0.475 s
11 G0 X0 Y0
12