Probleme mit Bed auto leveling 18. June 2015 14:34 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 6 |
Re: Probleme mit Bed auto leveling 21. June 2015 14:42 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 59 |
Re: Probleme mit Bed auto leveling 21. June 2015 15:15 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 62 |
#ifdef ENDSTOPPULLUPS #define ENDSTOPPULLUP_XMAX #define ENDSTOPPULLUP_YMAX #define ENDSTOPPULLUP_ZMAX #define ENDSTOPPULLUP_XMIN #define ENDSTOPPULLUP_YMIN //#define ENDSTOPPULLUP_ZMIN #endif
const bool X_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop. const bool Y_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop. //const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop. const bool Z_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop. const bool X_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop. const bool Y_MAX_ENDSTOP_INVERTING = false; // 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.
#define X_HOME_DIR -1 #define Y_HOME_DIR -1 #define Z_HOME_DIR -1
#define LEFT_PROBE_BED_POSITION -90 #define RIGHT_PROBE_BED_POSITION 62 #define BACK_PROBE_BED_POSITION 90 #define FRONT_PROBE_BED_POSITION -29
#define X_PROBE_OFFSET_FROM_EXTRUDER -28.5 #define Y_PROBE_OFFSET_FROM_EXTRUDER 62.80 #define Z_PROBE_OFFSET_FROM_EXTRUDER -3.90
Re: Probleme mit Bed auto leveling 22. June 2015 15:39 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 6 |
Re: Probleme mit Bed auto leveling 22. June 2015 15:41 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 6 |
Re: Probleme mit Bed auto leveling 22. June 2015 16:06 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 6 |