Use with 4.2.2 board #16
-
Hi Lee, What would need to be changed to use this package with a 4.2.2 board? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I have an Ender 3 V2 running the stock 4.2.2 board, with a CRTouch and Sprite Extruder. I was able to install these configuration files just now (with a few features disabled such as KAMP...for now) and can confirm it's looking good so far, I don't actually see any obvious differences between the instructions for 4.2.2 and 4.2.7. Klipper has successfully connected to my printer and it's showing the current temperatures. Next up I need to run some calibrations, then see if I can get a print going. Edit: I take that back, as soon as I tried to home the bed nothing happened. Turns out the pins on 4.2.2 are different, as per #8 |
Beta Was this translation helpful? Give feedback.
-
I added a 4.2.2 board configuration to the repo. Change the file name to printer.cfg I don't have a 4.2.2 board, so use it at my own risk. Let me know if it acts funny, and I will make changes, but I just changed pins to match a 4.2.2 config. Everything else is the same, so you must still add the remaining files to work as intended. |
Beta Was this translation helpful? Give feedback.
I have an Ender 3 V2 running the stock 4.2.2 board, with a CRTouch and Sprite Extruder.
I was able to install these configuration files just now (with a few features disabled such as KAMP...for now) and can confirm it's looking good so far, I don't actually see any obvious differences between the instructions for 4.2.2 and 4.2.7.
Klipper has successfully connected to my printer and it's showing the current temperatures. Next up I need to run some calibrations, then see if I can get a print going.
Edit: I take that back, as soon as I tried to home the bed nothing happened. Turns out the pins on 4.2.2 are different, as per #8
I copied over the
step_pin
anddir_pin
settings from here and tha…