Homing Problem in Marlin 01. April 2018 14:35 |
Registrierungsdatum: 6 Jahre zuvor Beiträge: 9 |
Re: Homing Problem in Marlin 02. April 2018 04:07 |
Registrierungsdatum: 6 Jahre zuvor Beiträge: 9 |
Re: Homing Problem in Marlin 02. April 2018 04:36 |
Registrierungsdatum: 6 Jahre zuvor Beiträge: 9 |
Re: Homing Problem in Marlin 02. April 2018 04:48 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 621 |
Re: Homing Problem in Marlin 02. April 2018 05:41 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 300 |
#if DISABLED(ENDSTOPPULLUPS) // fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined //#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 true // set to true to invert the logic of the endstop. #define Y_MIN_ENDSTOP_INVERTING true // 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 true // set to true to invert the logic of the probe.