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