KREMEN Реклама
KREMEN Реклама

собрал Core xy , появились вопросы по оси Z.

miwkaxxx
Идет загрузка
Загрузка
08.12.2020
635
5
Вопросы и ответы

Всем доброго дня. Вобщем проблема такова; при хоуминге принтера  ось X и Y едут правильно в левый ближний угол, а ось Z  только опускается, и ни вкакую не хочет подниматься, хотя если после хоуминга делать это крутилкой на дисплее она подымается. В качестве концевика оси Z стоит клон bltouch ,рабочий 100% снят с рабочего принтера, подключен правильно. Логику работы концевика менял не помогло.........Выручайте...а ты задолбался вруную подводить  Z. чтоб что то напечатать. 

ниже куски прошивы;

//============================== Endstop Settings ===========================

#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

// 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 true // 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.

Z Probe Options ======

#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN

#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector.

#define Z_SERVO_ANGLES {10,90} // Z Servo Deploy and Stow angles

#define BLTOUCH

Ответы на вопросы
Lider 3D Реклама
Lider 3D Реклама