Im a new cnc operator, and I could use some pointers.
I have a burny 10lcd+, alltra, hypertherm 260.
I know its not specific, but I can get more info tomorrow.
I have sorta 'jury-rigged' some code and it kinda works; but I could really use some help here. Im also having trouble with my hypertherm settings. Before I went home I cut a pretty nice looking 6" x 6" plate outta 3/8 MS.
Where can I find a list of G-codes and/or M-codes for my machine.
I have a list from my old burny 3 and 'some' of them are the same; but I need help.
The first time I ran this code it did really good, but I tried it again and the head kept crashing. Im not using a bevel set-up. Im just using the same set-up that I use for cutting 3/8 CarbonSteel. ie.. 130
I have a 260 and 130 setup/tip. But I only use 260 for stuff larger than 7/8"
Also, what about the math,, my square is not square, because it is not accounting for the torch tilt so it adds an extra 1.5 inches to the X-axis.
Do I just subtract 1.5 inches ,,surely that will work.
%
M285 <--LASER OFFSET
G70 G91 X6.3535Y0
G97
G41
M04
X-.3535Y-.3536
M306 <----- TILT HEAD +
G04F1 <--- PAUSE 1 SECOND
M14 <---DISABLE AHC, SO THAT i DONT GET BOUNCING HEAD
Y-6 <--6 INCHES Y
M304 G04F1 M15 <--AHC ON FOR REGULAR CUT
X-6 <-- 6 INCHES X
G04F1 M307 <-- TILT HEAD -
G04F2