On 6/5/25 2:57 PM, andy pugh wrote:
The user would expect that the user interface tells the user of the
error in the command entered and simply refuses to execute a faulty
command. The state of the machine should not be altered because, from
the user's perspective, nothing was done or executed.
I agree, but you will find that if you are in MDI mode and;
M6 S1000
M8
then the spindle starts and coolant turns on
Then
G81 Z-10 (missing R word)
the coolant and spindle turn off.
This is just an annoyance that I have been putting up with, but at
least the change here is obvious.
Lines 2288 and 2289 might be responsible for this:
https://github.com/LinuxCNC/linuxcnc/blob/fd5be668a61e42e2d8c8ceec75d19e77f3612e2e/src/emc/task/emctaskmain.cc#L2287
Dave
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers