Retrigger code buffer works..

This commit is contained in:
Anders Sandstrom
2022-01-26 16:51:26 +01:00
parent 5593772b71
commit 161ff92c25

View File

@@ -1,2 +1,15 @@
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;
};