Ich habe einen UM-Clone der 2 Z-Achsen und 2 Z-Endstops hat.
Der lief bisher einwandfrei, jedoch mußte ich den Thermistor wechseln und bei der Gelegenheit habe ich auch gleich die Firmare fdarauf hin angepasst.
Board skr1.3 mit Marlin 2.0 bugfix
Jetzt passiert plötzlich folgendes..
Wenn ich die Z-Achse über das LCD bewege , läuft alles gut.
Das Heizbett fährt hoch und runter.
Beim homing fährt nur der rechte Z-Motor die Achse hoch, der linke Motor bleibt stehen.
Es passiert da nichts.
Für mich völlig suspect, weil ich eigentlich in der Firmware nichts geändert habe.
Configuration.adv
#define Z_DUAL_STEPPER_DRIVERS
#if ENABLED(Z_DUAL_STEPPER_DRIVERS)
#define Z_DUAL_ENDSTOPS
#if ENABLED(Z_DUAL_ENDSTOPS)
#define Z2_USE_ENDSTOP _ZMAX_
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0
#endif
#endif
Configuration.h
// @section homing
// Specify here all the endstop connectors that are connected to any endstop or probe.
// Almost all printers will be using one per axis. Probes will use one or more of the
// extra connectors. Leave undefined any used for non-endstop and non-probe purposes.
#define USE_XMIN_PLUG
#define USE_YMIN_PLUG
#define USE_ZMIN_PLUG
#define USE_ZMAX_PLUG
//#define USE_XMAX_PLUG
//#define USE_YMAX_PLUG
Habt ihr eine Idee, was da plötzlich falsch läuft ??