Saintsmart Mechanischer Endstop 24. February 2015 14:30 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 3 |
Re: Saintsmart Mechanischer Endstop 24. February 2015 15:02 |
Registrierungsdatum: 12 Jahre zuvor Beiträge: 1.133 |
Re: Saintsmart Mechanischer Endstop 24. February 2015 15:17 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 3 |
// Endstop Settings #define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors // The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins. const bool X_ENDSTOPS_INVERTING = false; // set to true to invert the logic of the endstops. const bool Y_ENDSTOPS_INVERTING = false; // set to true to invert the logic of the endstops. const bool Z_ENDSTOPS_INVERTING = false; // set to true to invert the logic of the endstops.
Re: Saintsmart Mechanischer Endstop 24. February 2015 16:42 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 361 |
Re: Saintsmart Mechanischer Endstop 25. February 2015 12:20 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 1.361 |
Re: Saintsmart Mechanischer Endstop 25. February 2015 12:54 |
Registrierungsdatum: 12 Jahre zuvor Beiträge: 1.133 |
#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistorsist nicht auskommentiert, sondern aktiv. Damit werden Pullup-Widerstände zugeschaltet, was bei mechanischen Endstops mit 2 Leitungen (Signal und GND) erforderlich ist. Bei Dir sollte es aber nicht schaden.
Quote
Ich verwende ein 500W PC Netzteil wo ich mir aktuell 24V abgeklemmt habe und 2 Gelbe und 2 Schwarze an das Ramps gesteckt habe.
Re: Saintsmart Mechanischer Endstop 26. February 2015 14:58 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 3 |
Re: Saintsmart Mechanischer Endstop 27. February 2015 11:22 |
Registrierungsdatum: 12 Jahre zuvor Beiträge: 1.133 |
Quote
zinnsoldat08468
Ist es eventuell zu wenig Strom?