Test manual start

This commit is contained in:
Anders Sandstrom
2022-02-02 16:41:59 +01:00
parent ec59924d0e
commit 5ff653368d

View File

@@ -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();