the tool change.
John
> -Original Message-
> From: fr...@franksworkshop.com.au [mailto:fr...@franksworkshop.com.au]
> Sent: October-27-21 2:10 PM
> To: 'Enhanced Machine Controller (EMC)'
> Subject: Re: [Emc-users] Tracking G-Code subroutines
>
> There
There's also print and log...
http://linuxcnc.org/docs/2.8/html/gcode/overview.html#_logging
-Original Message-
From: andy pugh
Sent: Wednesday, 27 October 2021 7:52 PM
To: Enhanced Machine Controller (EMC)
Subject: Re: [Emc-users] Tracking G-Code subroutines
On Wed, 27 Oct 20
> From: Nicklas SB Karlsson [mailto:n...@nksb.eu]
> Den 2021-10-27 kl. 18:01, skrev John Dammeyer:
> >> From: andy pugh [mailto:bodge...@gmail.com]
> >> On Wed, 27 Oct 2021 at 08:36, John Dammeyer wrote:
> >>> we don't actually see the calculated parameters from say the G53 lines
> >>> nor whet
Den 2021-10-27 kl. 18:01, skrev John Dammeyer:
From: andy pugh [mailto:bodge...@gmail.com]
On Wed, 27 Oct 2021 at 08:36, John Dammeyer wrote:
we don't actually see the calculated parameters from say the G53 lines nor
whether it fails and the M71 is run.
Have you tried adding debug lines ot
> From: andy pugh [mailto:bodge...@gmail.com]
> On Wed, 27 Oct 2021 at 08:36, John Dammeyer wrote:
> >
> > we don't actually see the calculated parameters from say the G53 lines nor
> > whether it fails and the M71 is run.
>
> Have you tried adding debug lines ot the subroutine?
>
> (DEBUG, G5
On Wed, 27 Oct 2021 at 08:36, John Dammeyer wrote:
>
> we don't actually see the calculated parameters from say the G53 lines nor
> whether it fails and the M71 is run.
Have you tried adding debug lines ot the subroutine?
(DEBUG, G53 G0 Z #<_ini[AXIS_Z]MAX_LIMIT> +
#<_ini[PROBE_SCREEN]Z_SAFE_T
Is there a way to log the G-Code executed in subroutines?
For example below is from the psng_manual_change.ngc that moves to the tool
change position, loads a tool and measures it.
So when it runs from the main program parsing the T1 M6 G43 for example it
launches this code but we don't ac