Guys, I’m struggling with homing laser. X and Y both have min endstops installed (no max). Click home is laserweb, Repetier, Ponterface, etc, and X moves to the endstop while Y moves away from it. I can’t seem to figure out what seems like it would be so simple…
Here is a snippet of my config for the beta:
beta_min_endstop 1.26^ # Pin to read min endstop, add a ! to invert if endstop is NO connected to ground
#beta_max_endstop 1.27^ # Pin to read max endstop, uncomment this and comment the above if using max endstops
beta_homing_direction home_to_min # Or set to home_to_max and set alpha_max and uncomment the alpha_max_endstop
beta_min 0 # This gets loaded as the current position after homing when home_to_min is set
beta_max 200 # This gets loaded as the current position after homing when home_to_max is set
Maybe I’m not looking in the right location? Any help is appreciated!!