1

I'm experiencing an issue with the auto homing where the Z-axis will ignore the endstop when I use the auto home button in Pronterface. Strangely, homing the axes individually I don't seem to have any issues, but when I use G28 or home the axes sequentially I observe the Z-axis motors to continue moving the gantry down despite definitely having hit the Z-endstop. Below is a link to a video demonstrating this issue:

Triggering the Z-endstop manually (with my finger) the M119 command shows "TRIGGERED". I tested, starting from a high Z position and descending towards the endstop, manually triggering the endstop (with my finger) and I observed the Z-axis motors stop.

I used Marlin Bugfix 2.0.9.3.x preconfigured release from BTT's GitHub corresponding to this board (BTT SKR 3 EZ), only changing things like motor direction and build area so as to correspond to the printer.

I am able to copy/paste the configuration.h file if that will help.

agarza
  • 1,559
  • 2
  • 15
  • 33
  • P.S. a bubble level is useless for levelling the printer, see [here](https://3dprinting.stackexchange.com/a/7892/). – 0scar Jan 22 '23 at 08:26

1 Answers1

2

For anyone looking I figured out what the issue was. Turns out that I had miswired the JST connectors coming from the switch to the board, having not double-checked and proceeding to connect wires to the board from the switch based on the color of the wires and my assumptions (black to ground, red to VCC, other color to signal). Actually for my switches black was VCC, red was signal, and the other color was ground. Thankfully it seems the board isn't worse for wear despite my errors in wiring previously, and now the printer is functional.

0scar
  • 35,554
  • 12
  • 65
  • 151
  • 1
    Thanks for posting the answer and glad you found it. I have never heard or had experience with such an issue, strange it worked individually but not sequentially. Please don't forget to accept the answer after 48 hours! – 0scar Jan 22 '23 at 17:40
  • 1
    Thanks Oscar I appreciate that, and will mark as complete the answer I submitted. Yeah this is the first time this happened for me but I'm glad despite my mistakes the board is still good. I saw your comment earlier about using the bubble level and I agree, just used it for coarsely resetting the position after experiencing the issue with the Z-axis motors and endstop. – Joseph Richards Jan 22 '23 at 19:39