gerritv / Grbl-Panel

A control panel for Grbl
MIT License
180 stars 102 forks source link

cannot read a CNC code for G02 ? #103

Closed kuko71 closed 7 years ago

kuko71 commented 7 years ago

Hi, I loaded NC code to GRBL panel, and it stops on this line:

G3 X6.667 Y5.556 I0 J5.556

ans shower Error.

Could you advice what is wrong on this line and why GRBL panel cannot understand it?

gerritv commented 7 years ago

GrblPanel only passes the gcode to Grbl, it does nothing with it so it is Grbl that is not happy. The Error number will give you the hint you need. Just drag the column with Error in it to the right a bit to see the details. You could also turn on Verbose and see what the error number is.

kuko71 commented 7 years ago

Great thanks. I see that feed is undefined. Now it all work fine.