by Spoolnms » Thu Nov 21, 2019 12:26 am
Well, used the UCCNC post, and itll reference twice, then go up like 8" then come down like 1" and start the cut, nowhere near the work piece :/.
--************************************************
--*** Set these values up to suit your machine ***
--************************************************
--this is the distance between each torch reference in MILLIMETRES
refDistance = 500
--Scriber X,Y,Z offsets in MILLIMETRES. Do not use inches here even if you want inch code
--Use the special code 'nil' on the Z axis to disable it.
--In that case no Z values will be output at all while scribing.
--e.g scriberZ = nil
scriberX = 110
scriberY = 220
scriberZ = 0
--scriber axis. Leave this as nil if the scriber is fixed to the same axis as the torch
--scriberAxis = "A"
scriberAxis = "A"
--This an extra delay for the first pierce. The time is in seconds.
firstDelay=0
--************************************************
--*** End of settings ***
--************************************************