Easy way to mill squares ect. if you only have C axis.
C and X together are interpolating Y axis, in this case every 2° C
calculated with the sine theorem in a spreadsheet, quick copy and paste, minor editing in NP++ and you have a square milled in minutes without expensive CAM system
Part from the G-Code
#101=0
G0 B0 X-18 C0 Z2 T0808
G1 Z-4 F600
G1 X-15 C90 F2000
C450
X-16.97
M26/C
;G1 X-16.970 Z-4 F600
G1 X-16.970 C[[#101]+0] F1000
X-16.407 C[[#101]+2]
X-15.900 C[[#101]+4]
X-15.441 C[[#101]+6]
X-15.025 C[[#101]+8]
X-14.649 C[[#101]+10]
X-14.308 C[[#101]+12]
X-13.999 C[[#101]+14]
X-13.720 C[[#101]+16]
X-13.467 C[[#101]+18]
X-13.240 C[[#101]+20]
X-13.036 C[[#101]+22]
source
Comments are closed.