Add comments in plc file

This commit is contained in:
Anders Sandstrom
2022-01-26 18:22:15 +01:00
parent 161ff92c25
commit 338aa1d173

View File

@@ -1,15 +1,12 @@
#
# Test of GRBL plugin for g-code parsing
#
println('GRBL busy:', grbl_get_busy());
static.state;
if(not(grbl_get_busy())) {
println('Retrigger g-code!!');
grbl_set_execute(0);
grbl_set_execute(1);
static.state:=1;
grbl_set_execute(1);
};