HoosierBuddy
Well-known member
Guys,
I am slowly trying to school myself up on CNC using a small 3018 router I got for Christmas this year.
Last night I was cutting about my 5th project, but my first one where I was using the hand-held controller instead of the laptop. I had my design done and had Easel generate g-code which I then copied over to my hand held controller, took it out and plugged it into the machine. This was a roughing pass only. It ran the entire program, cut everything right, and I was out there watching it when it finished pulled up the bit and moved back towards home....and started cutting a new groove where there wasn't supposed to be one.
OK. This is the code where it ruined 7 hours of work:
G20
G90
G0 Z0.15000
G0 X0.00000 Y0.00000
G4 P0.1
M5
I read that code to say:
Unit Selection Inches
Absolute Coordinate mode
Rapid Raise Bit .15-inches above work piece
Rapid Move to X, Y Origin (keeping bit .15 inches above work piece)
Pause .1 Seconds
Shut off spindle
Question: Is there a problem with this code OR did my bit slip in the collet, drop down, ruin my zero, and then ruin my work?
I sure thought I had the bit plenty tight.
I am slowly trying to school myself up on CNC using a small 3018 router I got for Christmas this year.
Last night I was cutting about my 5th project, but my first one where I was using the hand-held controller instead of the laptop. I had my design done and had Easel generate g-code which I then copied over to my hand held controller, took it out and plugged it into the machine. This was a roughing pass only. It ran the entire program, cut everything right, and I was out there watching it when it finished pulled up the bit and moved back towards home....and started cutting a new groove where there wasn't supposed to be one.
OK. This is the code where it ruined 7 hours of work:
G20
G90
G0 Z0.15000
G0 X0.00000 Y0.00000
G4 P0.1
M5
I read that code to say:
Unit Selection Inches
Absolute Coordinate mode
Rapid Raise Bit .15-inches above work piece
Rapid Move to X, Y Origin (keeping bit .15 inches above work piece)
Pause .1 Seconds
Shut off spindle
Question: Is there a problem with this code OR did my bit slip in the collet, drop down, ruin my zero, and then ruin my work?
I sure thought I had the bit plenty tight.


