• 0 Posts
  • 13 Comments
Joined 11 months ago
cake
Cake day: August 8th, 2023

help-circle




  • Hello, I suggested heat creep in your last post, which didn’t end up being the issue. I don’t remember if anyone suggested it, but have you tried checking the bowden assembly, on the motor side? Whether the stepper works, or the gears wore down (I’m pointing towards this), or there are clogs somewhere in the mechanism, even some dust that accumulated where it shouldn’t had. Or did you change settings like the current limit on the steppers? If that’s controlled with a potentiometer on the main board, maybe it got turned down for some reason (if so, I’d try to understand why’s that). I don’t know how Klipper handles motor drivers where current limits are controlled in software, I know that Marlin has a dedicated submenu in the Configuration>Advanced Configuration. If you reflashed the firmware, maybe the settings where in the eeprom and did not get transfered over or got overwritten in the flashing process.

    I remembered that on a couple different printers I had the same problem as you, and it came down to damaged/untightened nozzles (which you excluded already) or wore down gears or, on the printer I’m working on right now, too low current limits which made the stepper skip steps somewhat randomly







  • Simply don’t. Powering the RPi via the gpio is possible but bypasses all protections (over/reverse voltage, shortcircuit). Do it only if you know for sure that those things won’t happen. Otherwise, know that you might kill your pi.

    If you still wanna do it, look for ground (gnd) and a +5v rail on the ender 3 board. The here is the rpi gpio pinout, you have to connect gnd to gnd of the board and +5v to the +5v rail on the board.

    I guess a good compromise would be to connect the +5v coming from the ender 3 to the proper pads/vias under the microusb cable on the pi, that way you would still have all the protections in place on the pi. But I have never done that, so don’t quote me on that.