AutoLeveller cutting too deep
Posted: Thu Aug 20, 2015 8:37 pm
Hi,
I'm a first time user of AutoLeveller software. Using the software modified gcode, the cuts are way too deep (~.5-.9mm). I have dug as deep as I could into the problem, but I'm stuck as to why this is happening.
Looking over the linuxcnc documents, i found and used (PROBEOPEN probelog.txt) along with (LOGOPEN, log.txt) & (LOG) commands to dump out what is going on in the probing section of the gcode. What i found is that all the probed value z is positive (.2 to .3 range), while the saved #50X values are negative (-.5 to -1mm). If I stop the program after the initial z setting @ 0,0 and give g0 z0 command, I get an warning that the probe has tripped on non probe command, so I think the values in the probelog.txt is correct.
It seems to me, the problem is the cnc machine is stopping way past the probe contact on the G38.2 command instead of at the probe contact. I see little holes where the probe points dig in, so I have tried to reduced the max velocity and acceleration, and now the machine stops at the -1mm (setting I used for max z depth). All the #50x values are -1! (It made the problem worse.)
Any idea what I can do? Any settings in linuxCNC that I can try to get the machine to stop at probe contact? Is there too much delay on one of the settings? Do i have some persistent g code that is active, that shouldn't be?
One workaround I'm thinking of trying next is to try to save the probe z value(#5063) instead of the current z values(#5223). If this works, I guess I can do a global search and replace on the gcode.... I'll have to live with the holes left by the probing since I do a indent on the pcb on the spots that was probed...
Any help / ideas would be appreciated.
Thanks,
Rob
My setup:
Linuxcnc 2.6.7 on Ubuntu 10.04.4 with AutoLeverller .77, JRE 1.8.
Metric (mm) units, 30degree .1mm vbit, zentoolworks 7x7 cnc with f8 on x,y and standard(f1.25) on z axis.
TB6560 based parallel port to 3 axis controller.
Checked to make sure i'm not missing Z steps, and i have turned way down the max acceleration and max velocity for that axis way down in the .ini file. I'm using 200step/rev stepper, full step, 1.25mm/rev so my step settings are 160 steps/mm.
I'm a first time user of AutoLeveller software. Using the software modified gcode, the cuts are way too deep (~.5-.9mm). I have dug as deep as I could into the problem, but I'm stuck as to why this is happening.
Looking over the linuxcnc documents, i found and used (PROBEOPEN probelog.txt) along with (LOGOPEN, log.txt) & (LOG) commands to dump out what is going on in the probing section of the gcode. What i found is that all the probed value z is positive (.2 to .3 range), while the saved #50X values are negative (-.5 to -1mm). If I stop the program after the initial z setting @ 0,0 and give g0 z0 command, I get an warning that the probe has tripped on non probe command, so I think the values in the probelog.txt is correct.
It seems to me, the problem is the cnc machine is stopping way past the probe contact on the G38.2 command instead of at the probe contact. I see little holes where the probe points dig in, so I have tried to reduced the max velocity and acceleration, and now the machine stops at the -1mm (setting I used for max z depth). All the #50x values are -1! (It made the problem worse.)
Any idea what I can do? Any settings in linuxCNC that I can try to get the machine to stop at probe contact? Is there too much delay on one of the settings? Do i have some persistent g code that is active, that shouldn't be?
One workaround I'm thinking of trying next is to try to save the probe z value(#5063) instead of the current z values(#5223). If this works, I guess I can do a global search and replace on the gcode.... I'll have to live with the holes left by the probing since I do a indent on the pcb on the spots that was probed...
Any help / ideas would be appreciated.
Thanks,
Rob
My setup:
Linuxcnc 2.6.7 on Ubuntu 10.04.4 with AutoLeverller .77, JRE 1.8.
Metric (mm) units, 30degree .1mm vbit, zentoolworks 7x7 cnc with f8 on x,y and standard(f1.25) on z axis.
TB6560 based parallel port to 3 axis controller.
Checked to make sure i'm not missing Z steps, and i have turned way down the max acceleration and max velocity for that axis way down in the .ini file. I'm using 200step/rev stepper, full step, 1.25mm/rev so my step settings are 160 steps/mm.