Fill out above information andin all cases attach yourklippy.logfile (use zip to compress it, if too big). Pasting yourprinter.cfgis not needed Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
In the middle of setting up my first klipper-run printer, run into all sorts of issues along the way. Great learning experience so far. I am running into an issue where my x-motor isn’t really responding to any commands, like homing or stepper_buzz. No real idea what the issue is because I checked if all the plugs were seated properly. Any ideas on how I can fix it?
I flashed the linked firmware and immediately tested the x/y/z endstops with no issues, but I am receiving a “No trigger on x/y/z after full movement” error after trying to home each axis individually. What should I try next?
When telling the printer to move any of the x/y/z axis, none of the motors move at all in positive or negative directions. The code itself seems to have the correct values, although I am a newly minted amateur, so I will happily be wrong in my assessment.
I have double checked the wiring plugs seating for each of the motors, both on the motor side as well as on the creality 4.2.7 board. The board itself is brand new as well. Thanks for your help so far, thoughts on what to try next?
Alright, I just went back over the .cfg files and the instructions, and redid them following the directions as given. I am not sure what I am doing wrong, but it has to be in how I’m laying out the coding or what is included/not included, right?
I’m using an RP4B to control my creality 4.2.7 board inside my Ender 3 V2. I’m assuming the you’d just be looking at the printer.cfg (12.8 KB) file, hopefully someone more experienced than me can tell me what I am doing incorrectly.
Thank you to Sineos for your help so far, and to anyone else generous enough to take the time to educate me.
The printer originally ran a 4.2.2 board back when I was running the stock configuation. I’ve since added full-metal bowden extrusion hardware linear rails and a CR Touch to it. I did also previous add a all-metal hotend, but I ended up breaking it, so it’s back to running most of its original hotend parts. I’m intending on putting on a Revo Hemera XS on it, and running it like that going forward, but I still need to print off the corresponding plates for compatibility.
In other news, your recommendations seem to have mostly worked. X & Y homed without any issue, although when issuing the Z homing command, the extruder started running in reverse. I took the time to rearrange the step_pin and dir_pin values for Stepper_Z and Extruder. That caused the Z stepper to begin to home in the positive direction. Finally changing the polarity of the stepper_z dir_pin to “!PB4” seems to have gotten it to home correctly. The next hurdle for me is integrating the CR-Touch, since it’s installed but not being activated through the printer.cfg file.
With those issues being resolved, Thank you for your time and expertise Sineos. You’ve been a great help, keeping this both fun and informative for me.