From e5f74a64ed814bec1bdff11a50566d8f40229216 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 20 Jun 2019 15:44:45 -0400 Subject: polar: Add initial support for multiple bed rotations Signed-off-by: Kevin O'Connor --- test/klippy/polar.test | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'test') diff --git a/test/klippy/polar.test b/test/klippy/polar.test index 040531ce..96346db9 100644 --- a/test/klippy/polar.test +++ b/test/klippy/polar.test @@ -30,3 +30,45 @@ G1 E0 ; regular extrude move G1 X10 Y0 E.01 + +; Multiple rotations +g1 X10 Y10 +g1 X-10 Y10 +g1 X-10 Y-10 +g1 X10 Y-10 + +g1 X10 Y15 +g1 X-10 Y15 +g1 X-10 Y-15 +g1 X10 Y-15 + +g1 X10 Y20 +g1 X-10 Y20 +g1 X-10 Y-20 +g1 X10 Y-20 + +g1 X10 Y25 +g1 X-10 Y25 +g1 X-10 Y-25 +g1 X10 Y-25 + +; Multiple rotations in reverse direction +g1 X-15 Y-25 +g1 X-15 Y25 +g1 X15 Y25 +g1 X15 Y-25 + +g1 X-20 Y-25 +g1 X-20 Y25 +g1 X20 Y25 +g1 X20 Y-25 + +g1 X-25 Y-25 +g1 X-25 Y25 +g1 X25 Y25 +g1 X25 Y-25 + +g1 X-30 Y-25 +g1 X-30 Y25 +g1 X30 Y25 +g1 X30 Y-25 -- cgit v1.2.3-70-g09d2