echo:endstops hit: Although i'm not using any endstops! Please help

I boot up my driver board and I connect it to repetier host. When I click the manual control buttons, (for example move Z axis up 10), it does so , but when I try to move it back in the reverse direction, (for example move Z axis down 10) it doesn't happen and gives me this: 

echo:endstops hit:   Z:1.00

I'm not using any endstops at all.
There is no problem with my driver board, I just bought it the other day.
My printer: QUBD two up

Please help!

Comments

  • That is a response from your firmware. I guess you haven't configured your firmware to have no endstops.
  • That is a response from your firmware. I guess you haven't configured your firmware to have no endstops.
    How do I do this? I checked in printer settings and could not find anything.
  • In Configuration.h

    #define MIN_HARDWARE_ENDSTOP_X true
    #define MIN_HARDWARE_ENDSTOP_Y true
    #define MIN_HARDWARE_ENDSTOP_Z false
    #define MAX_HARDWARE_ENDSTOP_X false
    #define MAX_HARDWARE_ENDSTOP_Y false
    #define MAX_HARDWARE_ENDSTOP_Z true
  • And where might I find the configuration.h?
  • In the firmware sources. Thats where you configured your printer configuration befroe you uploaded the firmware to your board.
Sign In or Register to comment.