diff --git a/iocsh/plc/grbl.plc b/iocsh/plc/grbl.plc index d321462..c01b5ff 100644 --- a/iocsh/plc/grbl.plc +++ b/iocsh/plc/grbl.plc @@ -12,7 +12,6 @@ ax1.reset:=0; ax2.reset:=0; ax3.reset:=0; - # Enable axis in state 0 if(static.state==0) { if(not(grbl_get_busy()) and not(grbl_get_error())) { @@ -33,7 +32,6 @@ if(static.state == 1) { }; }; - #if(grbl_get_error()) { # println('Try reset'); # grbl_reset_error();