Hello Guest it is April 18, 2024, 03:58:03 AM

Author Topic: Gcode pauses after macro  (Read 2780 times)

0 Members and 1 Guest are viewing this topic.

Offline Graham Waterworth

*
  • *
  •  2,672 2,672
  • Yorkshire Dales, England
    • View Profile
Re: Gcode pauses after macro
« Reply #10 on: September 17, 2021, 08:11:10 PM »
Your macro is homing 4 axis and only zeroing out 3 of them, do you have 4 axis?

Have you put messages in the macro to see where it fails, is it waiting for an axis to home?

Maybe take out the A axis home button.

Without engineers the world stops
Re: Gcode pauses after macro
« Reply #11 on: September 17, 2021, 08:31:44 PM »
The A axis is the slave for the x axis. I copied the original code from my reference all button code, which works. I will try removing it.

I don't know how to put in messages.

If I remember correctly, it does say something about the A axis in the message bar.

Offline Graham Waterworth

*
  • *
  •  2,672 2,672
  • Yorkshire Dales, England
    • View Profile
Re: Gcode pauses after macro
« Reply #12 on: September 18, 2021, 03:45:32 PM »
You just add a line like this :-

Message "I am here"

Without engineers the world stops