Znaleziono 1 wynik

autor: artur_n
16 paź 2021, 17:59
Forum: Firmware'y i hosty
Temat: Klipper - konfiguracja krańcówek
Odpowiedzi: 9
Odsłony: 2639

Re: Klipper Firmware

W zależności jak masz zbudowaną krańcówkę np:
endstop_pin: ^ar3
albo zanegowana:
endstop_pin: ^!ar3

https://www.klipper3d.org/Config_checks.html

Kod: Zaznacz cały

Verify endstops
Manually move all the printer axes so that none of them are in contact with an endstop. Send a QUERY_ENDSTOPS command via the Octoprint terminal tab. It should respond with the current state of all of the configured endstops and they should all report a state of "open". For each of the endstops, rerun the QUERY_ENDSTOPS command while manually triggering the endstop. The QUERY_ENDSTOPS command should report the endstop as "TRIGGERED".

If the endstop appears inverted (it reports "open" when triggered and vice-versa) then add a "!" to the pin definition (for example, "endstop_pin: ^!ar3"), or remove the "!" if there is already one present.

If the endstop does not change at all then it generally indicates that the endstop is connected to a different pin. However, it may also require a change to the pullup setting of the pin (the '^' at the start of the endstop_pin name - most printers will use a pullup resistor and the '^' should be present).

Wróć do „Klipper - konfiguracja krańcówek”