Page 5 of 5

Re: Help wiring THC

PostPosted: Tue Nov 19, 2019 12:41 am
by Spoolnms
Im sorry but I do not see that as an option under the Post processors? Or am I missing something?

Re: Help wiring THC

PostPosted: Tue Nov 19, 2019 2:05 am
by Vmax549
Try updating your SheetCam version.

The post you are trying probably does not do arcs it converts everything over to lines.

(;-) TP

Re: Help wiring THC

PostPosted: Tue Nov 19, 2019 2:44 am
by Spoolnms
Using 6.0.30, no updates available :/

Edit: Ah found it, its on the development version. . .

Re: Help wiring THC

PostPosted: Thu Nov 21, 2019 12:26 am
by Spoolnms
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 ***
--************************************************