Hello Guest it is March 28, 2024, 04:26:42 PM

Author Topic: G28.1 repeats itself  (Read 838 times)

0 Members and 1 Guest are viewing this topic.

G28.1 repeats itself
« on: October 31, 2018, 03:21:46 PM »
Hi

I'm trying to home an axis after each job i'm running but the G28.1 command gets stuck in a loop & keeps repeating itself resets to the start of the code & loops until i hit reset.

Very basic code:

Code: [Select]
Z50
X50
G28.1Z0
X0
M30

The line X0 never executes - z-axis keeps homing itself over & over until reset.

Update: G28.1 resets to the start of the code & loops

Mach3 Version R3.043.062
Windows 10 (shudder)

Any ideas?

Cheers
« Last Edit: October 31, 2018, 03:36:46 PM by boomshanka »