From ba7406676c41a64438470b52b1ad7d461f7b011e Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 11 Mar 2015 18:10:27 +0100 Subject: stepper_motor: Move files to smoothieware subdir. --- stepper_motor/smoothieware/test.gcode | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 stepper_motor/smoothieware/test.gcode (limited to 'stepper_motor/smoothieware/test.gcode') diff --git a/stepper_motor/smoothieware/test.gcode b/stepper_motor/smoothieware/test.gcode new file mode 100644 index 0000000..d480a7d --- /dev/null +++ b/stepper_motor/smoothieware/test.gcode @@ -0,0 +1,12 @@ +; 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 + -- cgit v1.2.3-70-g09d2