Files
linuxcnc/nc_files/SC-EGISPLATE.ngc
Thaddeus Hughes ad1f8719d6 big overhaul
2026-04-05 20:51:43 -05:00

30 lines
499 B
Plaintext

#<_z_clearance> = 0.5
#<_rampang> = 5
M03
#<op> = 2
; OP 1: Holes
; Origin: center
;o10 if [#<op> EQ 1]
F10
;#<_z_top> = 0.05
;#<_z_bot> = -0.15
;o<pocket_circ> call [0] [-1][0] [1.5]
#<_z_top> = .05
#<_z_bot> = -0.4
o<frame_circ> call [0] [0.25][-0.375] [0.353*2]
#<_z_top> = .05
#<_z_bot> = -0.8
o<frame_circ> call [0] [0.25][-0.375] [0.353*2]
#<_z_top> = .05
#<_z_bot> = -1.25
o<frame_circ> call [0] [0.25][-0.375] [0.353*2]
;o<drill_man> call [-1][+1]
;o<drill_man> call [-1][-1]
M05
M30