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

19 lines
210 B
Plaintext

#<_z_clearance> = 0.2
#<rampang> = 10
M03
G4 P2
F5
#1 = 0.75
o10 while [#1 LT 12]
#<_z_top> = 0.1
#<_z_bot> = -0.3
o<frame_rect> call [0] [#1-.2][-.34/2] [#1+.2][+.34/2]
#1 = [#1+0.75]
o10 endwhile
M05
M30