What's new
VORON Design

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members!

New 2.4 r2 will not home

Stucarius

Member
Printer Model
Voron 2.4 R2
Extruder Type
Orbiter
Cooling Type
Other
I have a new build 2.4 r2 with a Eddy sensor I am trying to use for sensorless homing. When I query_endstops I get X and Y Triggered and Z open. I have buzzed all steppers and they are connected and apparently running correctly. When I try to move the print head I am told to home first. It will not do so. I am sure I am doing something basically wrong here and would appreciate if someone could point out where. I have worked the problem mostly on my own for 2+ weeks now. Here are my printer.cfg and Klippy file.
 

Attachments

  • klippy.zip
    218.2 KB · Views: 1
  • config-20241122-105913.zip
    11.4 KB · Views: 3
Why don't you keep it in one spot, there?

 
If the end stops are triggered, it thinks it's already home. So it won't move. (assuming the toolhead isn't against the endstops)

You will need to add a "!" in the line like this:

endstop_pin: !PF0


The standard practice is for the enstop switches to be Normally Closed. So when they ARE NOT triggered they pass voltage. This is a failure mode safe way to do this. Since a break in the wire will also read as "triggered" and halt motion. (vs. having the steppers not know to stop).
 
Top