master, sim_mm.ini
F1 F2 home all
load attached gcode, open machine->emctop
run gocde file
open terminal and type: halcmd setp motion.digital-in-00 1
behavour expected:
program shoud finish
behaviour actual:
even if second M66 is immediate type(no timeout) emc task will wait on it with timeout from first M66.
I think this bug was fixed in d60210 - fix m66 no-wait bug
-Michael