у меня такой же кодsailanser писал(а): Ну правильно, вам принтер и говорит что ни фигасработал концевик оси Z, видно вы его не правильно сконфигурировали.
Вот то что у меня по концевикамКод: Выделить всё
const bool Y_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop. const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop. const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
Код: Выделить всё
// Sets direction of endstops when homing; 1=MAX, -1=MIN // :[-1,1] #define X_HOME_DIR -1 #define Y_HOME_DIR 1 #define Z_HOME_DIR 1
