I can´t figure out what´s happening September 03, 2015 11:42PM |
Registered: 11 years ago Posts: 18 |
Re: I can´t figure out what´s happening September 04, 2015 12:49AM |
Admin Registered: 14 years ago Posts: 7,224 |
Re: I can´t figure out what´s happening September 04, 2015 02:06AM |
Registered: 11 years ago Posts: 18 |
Quote
Dust
no endstops....
standard configuration it will not move if endstops are not connected
send the printer a M119 command.
Any endstops that come back triggered, It will not be able to move in that direction.
If you dont intend installing endstops then invert the logic so its always open.
eg if X min endstop is showing triggered change X_MIN_ENDSTOP_INVERTING = true; to = false;