Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: KentCNC on May 25, 2025, 01:42:03 PM

Title: Problem with Programmed Moves After Soft Limit Hit
Post by: KentCNC on May 25, 2025, 01:42:03 PM
Take this simple routine taht is assigned to a button:

inst = mc.mcGetInstance()
mc.mcCntlGcodeExecuteWait(inst,'G90 G00 G53 Z0.0')

This works fine but if I hit a soft limit with the Y-Axis, it will not perform this move unless I restart Mach or open and close the screen editor. This is true even if I back off of the y-soft limit. Any ideas what is going on here?