polar: Add initial support for multiple bed rotations

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2019-06-20 15:44:45 -04:00
parent d9d94c858a
commit e5f74a64ed
4 changed files with 59 additions and 8 deletions

View File

@@ -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