SourceRabbit / gcode-sender

Cross platform 3-Axis CNC Machines control software
https://www.sourcerabbit.com
GNU General Public License v3.0
77 stars 21 forks source link

Hole Center Finder not working #8

Closed haaxema closed 4 years ago

haaxema commented 6 years ago

Hi,

I am having a problem with the "Hole Center Finder" and I think I found the problem in the Code:

In Process_HoleCenterFinder.java there is a variable called "fMaxDistance = 50000;" 50000 equels 50 meters? thats a large hole to probe.

If I enable Softlimits in GRBL the "Hole Center Finder" just does not work (soft limits), if I disable Softlimits the steppers get enabled (tock) but my best gues is that GRBL craches on a 50 meter probe.

I wil look in to the GRBL code, but it would be "nice" if SourceRabbit changes the probe distance to something more realistic.

Martin

nsiatras commented 6 years ago

So if you disable softlimits it works?

nsiatras commented 4 years ago

You will be able to set that distance with our later version :) Give it a try