Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: Davek0974 on April 18, 2018, 02:03:07 PM

Title: Get Optional Stop/M01 to stay off?
Post by: Davek0974 on April 18, 2018, 02:03:07 PM
For some odd reason I have "Ignore Optional Stop" turned off in config, my screen always defaults to having it on

Is there a way to force it to stop working???
Title: Re: Get Optional Stop/M01 to stay off?
Post by: TPS on April 20, 2018, 03:50:59 AM
if you mean the Optional Stop witch is enabled/disabled by button, you can
add some code to macropump


If Not GetOEMLed(65) Then
  DoOemButton(177)
End If
Title: Re: Get Optional Stop/M01 to stay off?
Post by: Davek0974 on April 20, 2018, 03:59:38 AM
Interesting idea,

I think it may be an XML glitch - i'm going to try turning it on in config, save settings, exit, reload, turn off, save, reload

It fixed it on my laptop and that was behaving the same.