Hello, I have used chilipepr grbl workspace for several days for generating gcode from

Hello,
I have used chilipepr grbl workspace for several days for generating gcode from eagle cad. I tried to make some gcode today but it seems that gcode for holes and for cutting plate dimensions is not generated. Sending gcode to workspace for simulation also doesn’t work.
Did anybody encountered this problem?

Thanks.

Everything seemed to be working properly the last time I updated the eagle widget in grbl. Can you try using eagle in /tinyg and let me know if everything works properly there? If so, you can copy the gcode generated into /grbl to run.

nope. not working in tinyg. The code looks like this:
(------ DIMENSION Milling -------)
M5 (spindle off)
T5 M6 (set tool to mill dimension 2)
M3 S12000 (spindle on)
F100
(------ FOOTER -------)
G0 Z1
M5 (spindle stop)
M30 (prog stop)

My mistake, sorry.
I have tried another board and works. I think my other eagle board is corrupted.

Thanks for your support!