RAMPS +Marlin + Repetier - Fehler in Firmware? Motoren reagieren nicht / Kommunikationsproblem? 17. February 2018 05:49 |
Registrierungsdatum: 6 Jahre zuvor Beiträge: 14 |
Re: RAMPS +Marlin - Fehler in Firmware? 17. February 2018 09:18 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 1.361 |
Re: RAMPS +Marlin - Fehler in Firmware? 17. February 2018 10:30 |
Registrierungsdatum: 6 Jahre zuvor Beiträge: 14 |
Re: RAMPS +Marlin - Fehler in Firmware? 17. February 2018 12:39 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 1.361 |
Re: RAMPS +Marlin - Fehler in Firmware? Motoren reagieren nicht 18. February 2018 02:58 |
Registrierungsdatum: 6 Jahre zuvor Beiträge: 14 |
Re: RAMPS +Marlin - Fehler in Firmware? Motoren reagieren nicht 18. February 2018 04:05 |
Registrierungsdatum: 6 Jahre zuvor Beiträge: 14 |
Re: RAMPS +Marlin + Repetier - Fehler in Firmware? Motoren reagieren nicht / Kommunikationsproblem? 19. February 2018 01:50 |
Registrierungsdatum: 6 Jahre zuvor Beiträge: 14 |
Re: RAMPS +Marlin + Repetier - Fehler in Firmware? Motoren reagieren nicht / Kommunikationsproblem? 19. February 2018 03:15 |
Moderator Registrierungsdatum: 8 Jahre zuvor Beiträge: 648 |
Re: RAMPS +Marlin + Repetier - Fehler in Firmware? Motoren reagieren nicht / Kommunikationsproblem? 19. February 2018 04:03 |
Registrierungsdatum: 6 Jahre zuvor Beiträge: 14 |
Re: RAMPS +Marlin + Repetier - Fehler in Firmware? Motoren reagieren nicht / Kommunikationsproblem? 19. February 2018 05:45 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 1.610 |
/**
* Select which serial port on the board will be used for communication with the host.
* This allows the connection of wireless adapters (for instance) to non-default port pins.
* Serial port 0 is always used by the Arduino bootloader regardless of this setting.
*
* :[0, 1, 2, 3, 4, 5, 6, 7]
*/
#define SERIAL_PORT 2 // hier muss 0 stehen!
Herzl. Grüße
Re: RAMPS +Marlin + Repetier - Fehler in Firmware? Motoren reagieren nicht / Kommunikationsproblem? 20. February 2018 00:16 |
Registrierungsdatum: 6 Jahre zuvor Beiträge: 14 |
Re: RAMPS +Marlin + Repetier - Fehler in Firmware? Motoren reagieren nicht / Kommunikationsproblem? 20. February 2018 12:34 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 300 |
Quote
Fexifit
2. Ich kann den Drucker teilweise nur in eine Richtung Verfahren lassen sonst erscheint " Endstop Triggered " obwohl er nicht betätigt ist oder so änlich im log.
Aber selbst wenn ich den Endstop manuell betätige (Invertiere) fährt der motor nicht in die andere Richtung ?!
#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors
#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