@gbusy24
Too bad it didn't work with the ; before the command line.
But I still think this command line is unnecessary, but the moderator can tell you more about it, he is more familiar with it because it is his daily job and he knows the various configurations.
I don't have the line and I couldn't find it anywhere in the documentation.
mine looks like this...
; Endstops
M574 X1 P"!xstop" ; configure unsupported switch-type endstop for low end on X via pin xstop
M574 Y1 S1 P"ystop" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin ystop
M574 Z1 P"!zstop+!e0stop" ; configure unsupported switch-type endstop for low end on Z via pin null
On the Z-axis (2 endstops) and on the Y-axis I have self-made endstops that work with a HAL-Sensor and a magnet that I can adjust.
I still have the original endstop microswitch on the Y-axis, but with an LED and three cables.
You should use the two outer pins on the microswitch, i.e. C and NC
C is the input and NC and NO are the outputs.
NO = Normally Open
NC = Normally closed
Google Translate
----- Original Text -----
Schade das es nicht funktioniert hat mit dem ; vor der Kommandozeile.
Ich glaube aber immer noch, diese Kommandozeile ist unnötig, aber dazu kann Dir der Moderator mehr sagen, der kennt sich damit besser aus weil es sein täglicher Job ist und er die verschiedensten Konfigurationen kennt.
Bei mir ist die Zeile nicht vorhanden und in der Dokumentation konnte ich sie auch nirgends finden.
Meine sieht so aus...
; Endstops
M574 X1 P"!xstop" ; configure unsupported switch-type endstop for low end on X via pin xstop
M574 Y1 S1 P"ystop" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin ystop
M574 Z1 P"!zstop+!e0stop" ; configure unsupported switch-type endstop for low end on Z via pin null
An der Z-Achse (2 Endstops) und an der Y-Achse habe ich selbstgebaute Endstops die mit einem HAL-Sensor und einem Magneten funktionieren den ich justieren kann.
An der Y-Achse habe ich noch den Original Microschalter Endstop, aber mit LED und drei Kabeln.
An dem Microschalter solltest Du die beiden äußeren Pins nutze, also C und NC
C ist der Eingang und NC und NO sind die Ausgänge.
NO = Normal Offen
NC = Normal geschlossen