gerritv / Grbl-Panel

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

Implement output Q for use by macros #61

Open gerritv opened 8 years ago

gerritv commented 8 years ago

Presently the macro code just blurts out the gcode, ignoring delays and Ok responses. This is fine, until you use a command that writes to EEPROM such as G38.x. This Issue will be resolved by implementing a separate Q for macro output.