I have a program that produces G code from drawings ("Promotion Nest").
The programs sets at the begining of the program M28 and at the end M29.
So, i created two new macros (in the macros folder) M28 and M29.M1S .
M28 contains only that: ActivateSignal(output1)
and M29 contains: DeActivateSignal(output1)
Now when i open a file (any file), the toolpath screen does not show the drawing, and sometimes if i try to move by right clicking, goes back to the first screen.
If i delete these two files, the screen shows the drawings as well.
Do you have any idea of what is going on?