SHOW:
|
|
- or go back to the newest paste.
1 | #1 = 0 (start of arc) | |
2 | (Start at 0,0,0) | |
3 | (Move to x1) G90 G0 X1 | |
4 | (Activate XZ plane) G18 | |
5 | o101 while [#1 LT 360] | |
6 | g10l2p1x1r[#1] | |
7 | g90 g0 x1 y0 | |
8 | (Cut arc inwards and down) g91 G3 X-.25 Z-.25 R.25f10 | |
9 | (Rewind one step) G2 X.25 Z.25 R.25 | |
10 | #1=[#1+1] | |
11 | o101 end while | |
12 | m30 |