Prusa i3 fährt gegen die Wand 24. March 2015 05:28 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 13 |
Re: Prusa i3 fährt gegen die Wand 24. March 2015 05:34 |
Registrierungsdatum: 11 Jahre zuvor Beiträge: 4.977 |
Triffid Hunter's Calibration Guide | --> X <-- Drill for new Monitor | Most important Gcode. |
Re: Prusa i3 fährt gegen die Wand 24. March 2015 06:00 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 13 |
// ENDSTOP SETTINGS: // Sets direction of endstops when homing; 1=MAX, -1=MIN #define X_HOME_DIR 1 #define Y_HOME_DIR 1 #define Z_HOME_DIR -1
Re: Prusa i3 fährt gegen die Wand 24. March 2015 06:08 |
Registrierungsdatum: 11 Jahre zuvor Beiträge: 4.977 |
Triffid Hunter's Calibration Guide | --> X <-- Drill for new Monitor | Most important Gcode. |
Re: Prusa i3 fährt gegen die Wand 24. March 2015 06:15 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 13 |
Re: Prusa i3 fährt gegen die Wand 24. March 2015 17:26 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 13 |
SENDING:M119 Reporting endstop status x_min: TRIGGERED x_max: open y_min: TRIGGERED y_max: open z_min: TRIGGERED z_max: open
Re: Prusa i3 fährt gegen die Wand 24. March 2015 17:51 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 13 |
// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup). const bool X_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop. const bool Y_MIN_ENDSTOP_INVERTING = true; // 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 = true; // set to true to invert the logic of the endstop. const bool Y_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop. const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop. //#define DISABLE_MAX_ENDSTOPS //#define DISABLE_MIN_ENDSTOPS // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1 #define X_ENABLE_ON 0 #define Y_ENABLE_ON 0 #define Z_ENABLE_ON 0 #define E_ENABLE_ON 0 // For all extruders // Disables axis when it's not being used. #define DISABLE_X false #define DISABLE_Y false #define DISABLE_Z false #define DISABLE_E false // For all extruders #define DISABLE_INACTIVE_EXTRUDER true //disable only inactive extruders and keep active extruder enabled // If you motor turns to wrong direction, you can invert it here: #define INVERT_X_DIR true #define INVERT_Y_DIR true #define INVERT_Z_DIR false #define INVERT_E0_DIR true #define INVERT_E1_DIR false #define INVERT_E2_DIR false #define INVERT_E3_DIR false // ENDSTOP SETTINGS: // Sets direction of endstops when homing; 1=MAX, -1=MIN #define X_HOME_DIR -1 #define Y_HOME_DIR -1 #define Z_HOME_DIR -1 #define min_software_endstops true // If true, axis won't move to coordinates less than HOME_POS. #define max_software_endstops true // If true, axis won't move to coordinates greater than the defined lengths below. // Travel limits after homing (units are in mm) #define X_MIN_POS 0 #define Y_MIN_POS 0 #define Z_MIN_POS 0 #define X_MAX_POS 180 #define Y_MAX_POS 180 #define Z_MAX_POS 170
Re: Prusa i3 fährt gegen die Wand 25. March 2015 02:59 |
Registrierungsdatum: 11 Jahre zuvor Beiträge: 4.977 |
Triffid Hunter's Calibration Guide | --> X <-- Drill for new Monitor | Most important Gcode. |
Re: Prusa i3 fährt gegen die Wand 25. March 2015 04:56 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 13 |
Quote
If the X-endstop is on the right side you need to set it as a MAX endstop in sprinter and connect the wires to the MAX position on the RAMPS board. If it's on the left it's a MIN endstop.
Re: Prusa i3 fährt gegen die Wand 25. March 2015 05:44 |
Registrierungsdatum: 11 Jahre zuvor Beiträge: 4.977 |
Triffid Hunter's Calibration Guide | --> X <-- Drill for new Monitor | Most important Gcode. |
Re: Prusa i3 fährt gegen die Wand 25. March 2015 17:43 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 13 |
Re: Prusa i3 fährt gegen die Wand 26. March 2015 04:08 |
Registrierungsdatum: 11 Jahre zuvor Beiträge: 3.385 |
Re: Prusa i3 fährt gegen die Wand 26. March 2015 05:09 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 13 |
Re: Prusa i3 fährt gegen die Wand 26. March 2015 06:30 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 247 |
Re: Prusa i3 fährt gegen die Wand 26. March 2015 06:35 |
Registrierungsdatum: 11 Jahre zuvor Beiträge: 3.385 |
Re: Prusa i3 fährt gegen die Wand 26. March 2015 06:40 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 13 |
Re: Prusa i3 fährt gegen die Wand 26. March 2015 07:11 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 247 |
Re: Prusa i3 fährt gegen die Wand 28. March 2015 06:30 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 13 |
Re: Prusa i3 fährt gegen die Wand 28. March 2015 08:25 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 247 |
Re: Prusa i3 fährt gegen die Wand 28. March 2015 09:47 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 13 |
Re: Prusa i3 fährt gegen die Wand 28. March 2015 10:46 |
Registrierungsdatum: 11 Jahre zuvor Beiträge: 3.385 |
Re: Prusa i3 fährt gegen die Wand 28. March 2015 11:34 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 13 |