Hello everyone,
My first post here but I am running into 2 issues with my CNC.
I have a XCarve Pro 4x2. I used Fusion 360 to create my model and spawn off the toolpaths. I decided to use gSender because of the integrated standard block XYZ zero built in.
So my first issue is when I set everything up, and zero using XYZ or even Z, the zero is never correct. It always shows like 23 mm above my part, but when I goto 0 it goes all the way down to the spoil board. I did perform a manual zero using a piece of paper, and this seemed to work out much better. But would anyone have any ideas why using the probe the zero is never correct?
My second issue it more drastic, and could be related to the zero Z above. I am performing a simple 2 hole mill, I want it milled about 1.5mm in depth. From what I see in my G-Code ( spawned out in mm ) is that is says to make these cuts to -1.5 which I believe is correct. However after I zero using the paper method, and run the toolpath, it always bore’s to 3 mm in depth. I am trying to figure out where it is like doubling my bore depth on this action.
Here is my G-Code from fusion 360.
G90G94
G17
G21
(TOOL/MILL,6.35,0,25.4,0)
(STOCK/BLOCK,520,66,7,0, 0, 0)
M9
T1M6
S16000M3
G56
M9
G0Z15.24
X498.763Y33
Z5.08
G1Z-1.5F1905
G0Z5.08
X29.717Y53
G1Z-1.5F1905
G0Z5.08
Z15.24
G0X0Y0
So far I have not been able to find anything in the firmware or in fusion 360 that would lead to this issue. As far as I can tell my zero for XY are good, and those dimensions are correct.
Ah I should mention I am using a 1/4 down cut flat endmill bit. The cuts are super clean just the depth is not correct.
Also I am running gSender 1.4.11, and Sienci Standard XYZ probe.
Thanks for any help.