On 30 October 2017 at 13:45,  <[email protected]> wrote:

> I wanted to ask if you can implement a function that segment the tool path 
> and make  LinuxCnc to run only this segment a little bit deeper.

There has been some work done around this using kinematics:
http://wiki.linuxcnc.org/cgi-bin/wiki.pl?ProbeKins
This used an STL file based on probe data to map the shape of the workpiece.
This turned out not to be a good idea, as the corrections from the STL
file would violate acceleration and velocity limits.

There is the "external offset" branch of LinuxCNC.
https://github.com/LinuxCNC/linuxcnc/commit/240ee9f185ad540db873d486f0b4e8aabfa62919

This provides a way to modulate the position of any axis based on an
external input.

I think that the way to do what you want is to combine the two. I
think that between the two approaches all the problems have been
solved, but the parts need putting together in the right order.

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1916

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to