Using SheetCam it can put all this into teh Gcode for you so it is automatic . It will find top of material with either G31 or G28.1 then apply G92Zxxx then raise Z G0 Zxxx . This sets teh Z0 point and raises to whatever height you set in Sheetcam.
function OnPenDown()
post.Text (" M777\n") -- touch off Macro
post.Text (" M03\n") -- fire torch M-code
if (pierceDelay > 0) then -- if required .... Pierce delay {need to add it for your plasma tool}
post.Text (" G4 P")
post.Number (pierceDelay * 100,"0.###")
post.Eol()
end
end
Return to General discussion about the UCCNC software
Users browsing this forum: No registered users and 32 guests