Test manual start
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user