X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=stepper_motor%2Ftest.gcode;fp=stepper_motor%2Ftest.gcode;h=0000000000000000000000000000000000000000;hb=ba7406676c41a64438470b52b1ad7d461f7b011e;hp=d480a7d38ab8d34070ab441484574b8eafb69e2e;hpb=f192ae2bcd5a22ba33a72f1aab9d67b828fdd0b6;p=sigrok-dumps.git diff --git a/stepper_motor/test.gcode b/stepper_motor/test.gcode deleted file mode 100644 index d480a7d..0000000 --- a/stepper_motor/test.gcode +++ /dev/null @@ -1,12 +0,0 @@ -; Start at X/Y Zero -G0 X0 Y0 -; Make a regular move with an arbitrary speed -; 1.885 s -G1 X200 Y200 F9000 -; Move one axis a long distance, another axis a short distance AND change the speed. -; 0.500 s -G1 X190 Y0 F24000 -; Move back to Zero -; 0.475 s -G0 X0 Y0 -