LeeOtts / Ender3v2-Klipper-Configs

Welcome to the repository that houses meticulously crafted configuration files for a modified Ender 3 V2 printer, complete with the Sprite Pro Extruder, CR Touch, and a 4.2.7 silent board. These configuration files are specifically designed to empower you with unrivaled control and precision. Due to popular demand I recently added a 4.2.2 config.
https://lotsof3d.com
92 stars 15 forks source link

Work with board 4.2.2? #8

Closed marcosasjr closed 7 months ago

marcosasjr commented 7 months ago

Can use with modified Ender 3 V2 printer, with the Sprite Pro Extruder, CR Touch, but with 4.2.2 board?

Need any changes?

Thx, grate job!

LeeOtts commented 7 months ago

They have different pins. So you should be able to take the info from the generic 4.2.2 config file found here, https://github.com/Klipper3d/klipper/blob/master/config/generic-creality-v4.2.10.cfg and plug it into the corresponding pin on this config. So stepper x for you should be

[stepper_x] step_pin: PC2 dir_pin: !P89 enable_pin: !PC3 microsteps: 16 rotation_distance: 39.87 endstop_pin: ^PA3 position_endstop: 0 position_max: 235 position_min: -15 homing_speed: 50

Now do that with the rest of the config, and you should be up and running.

Let me know if you have any questions or concerns.

marcosasjr commented 7 months ago

thanks for the tip :)