Металл2024 Реклама
Метобр2024 Реклама

UBL работает в обратную сторону

Write
Идет загрузка
Загрузка
28.10.2020
344
0
Вопросы и ответы

Не могу заставить работать UBL. Снимает сетку правильно, но когда его запускаешь, работает наоборот. Там, где нужно опустить стол- он поднимает, там, где поднять- опускает. Повторяемость по точности в норме. Датчики менял разные, сейчас установлен от треугольников. Bltouch установлен на Zmin. Прошивка Marlin 1.1.9-2.0.7 разницы нет. Может что в Marlin из прошивки в прошивку тащу?

#define USE_XMIN_PLUG

//#define USE_YMIN_PLUG

#define USE_ZMIN_PLUG

//#define USE_XMAX_PLUG

#define USE_YMAX_PLUG

#define USE_ZMAX_PLUG

// Enable pullup for all endstops to prevent a floating state

//#define ENDSTOPPULLUPS

#if DISABLED(ENDSTOPPULLUPS)

  // Disable ENDSTOPPULLUPS to set pullups individually

  //#define ENDSTOPPULLUP_XMAX

  #define ENDSTOPPULLUP_YMAX

  #define ENDSTOPPULLUP_ZMAX

  #define ENDSTOPPULLUP_XMIN

  //#define ENDSTOPPULLUP_YMIN

  #define ENDSTOPPULLUP_ZMIN

  //#define ENDSTOPPULLUP_ZMIN_PROBE

#endif

// Enable pulldown for all endstops to prevent a floating state

//#define ENDSTOPPULLDOWNS

#if DISABLED(ENDSTOPPULLDOWNS)

  // Disable ENDSTOPPULLDOWNS to set pulldowns individually

  //#define ENDSTOPPULLDOWN_XMAX

  //#define ENDSTOPPULLDOWN_YMAX

  //#define ENDSTOPPULLDOWN_ZMAX

  //#define ENDSTOPPULLDOWN_XMIN

  //#define ENDSTOPPULLDOWN_YMIN

  //#define ENDSTOPPULLDOWN_ZMIN

  //#define ENDSTOPPULLDOWN_ZMIN_PROBE

#endif

// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).

#define X_MIN_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.

#define Y_MIN_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.

#define Z_MIN_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.

#define X_MAX_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.

#define Y_MAX_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.

#define Z_MAX_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.

#define Z_MIN_PROBE_ENDSTOP_INVERTING false // Set to true to invert the logic of the probe.

Ответы на вопросы
Кремень КБ Реклама
Кремень КМ Реклама