awesome

i went and had a look and my brain hurts


this is the code in the toolchange sub remap

what would i need to change?  it looks like the wear offset is not
separated and i don't know to change x and not z


if you can show me i will make a big post in the linuxcnc forum all about
setting up wear offsets so that next time someone can search for that

regards

Andrew
=======================================================================================================
O<toolchange> sub
(debug, Tool requested = #<tool>)
#<wear> = [10000 + FIX[ #<tool>  / 100]]
#<tool> = [#<tool> MOD 100]
M6 T#<tool>
G43 H#<tool>
O100 IF [#<wear> GT 10000]
    G43.2 H#<wear>
O100 ENDIF
#<pocket> = #<tool>
(debug, tool = #<tool> wear = #<wear>)
O<toolchange> endsub [0]
=======================================================================================================
regards

Andrew


On Sat, Feb 11, 2023 at 10:06 AM Andy Pugh <bodge...@gmail.com> wrote:

>
>
> > On 10 Feb 2023, at 21:44, andrew beck <andrewbeck0...@gmail.com> wrote:
> >
> > And I trying to change the toolchange.ngc file?
>
> Yes, that’s where the offset is applied.
>
> _______________________________________________
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>

_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to