Bräuchte Hilfe bei dem China Prusa I3 von der Bucht mit Umbau auf Kuman K17D Ramps 1.4 17. October 2016 07:54 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 2 |
Re: Bräuchte Hilfe bei dem China Prusa I3 von der Bucht mit Umbau auf Kuman K17D Ramps 1.4 17. October 2016 13:43 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 491 |
Re: Bräuchte Hilfe bei dem China Prusa I3 von der Bucht mit Umbau auf Kuman K17D Ramps 1.4 17. October 2016 15:36 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 911 |
Re: Bräuchte Hilfe bei dem China Prusa I3 von der Bucht mit Umbau auf Kuman K17D Ramps 1.4 17. October 2016 15:51 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 300 |
Quote
Die Endstops sind auf dem Board alle auf Min gesteckt.
Ich hab in Configuration.h schon einiges Probiert aber ohne Erfolg.
// ENDSTOP SETTINGS: // 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
Re: Bräuchte Hilfe bei dem China Prusa I3 von der Bucht mit Umbau auf Kuman K17D Ramps 1.4 18. October 2016 12:39 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 2 |
Re: Bräuchte Hilfe bei dem China Prusa I3 von der Bucht mit Umbau auf Kuman K17D Ramps 1.4 18. October 2016 13:40 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 300 |
// 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 false // set to true to invert the logic of the endstop.