Home Position

Hello, I've got a quick question here.

When I press the home position button, should the motor move until it hits the endstop or it only register the current position as the home position?

Comments

  • Homing goes to endstops typically for the axis selected. Simple G28 will home all axis at once.
  • hmm strange, in my case. The axis doesn't move to the endstop when I press the home button but it register the current position as the home instead. May I know what might be the source of the problem?
  • Found the problem, it seems that I forget to comment out this line.

    #define DISABLE_MIN_ENDSTOPS

    Now everything works perfectly. Thanks
  • Does not look like Repetier-Firmware:-)
  • Well, I'm using Marlin Firmware but I run it in Repetier-Host
Sign In or Register to comment.