// Servo (BL-Touch) #define SERVO0_PIN PA1 // Shared with TEMP_BED_PIN! (Rare conflict)
// Steppers #define X_STEP_PIN PB13 #define X_DIR_PIN PB14 #define Y_STEP_PIN PB15 #define Y_DIR_PIN PB2 #define Z_STEP_PIN PB3 #define Z_DIR_PIN PB4 #define E0_STEP_PIN PB5 #define E0_DIR_PIN PB1 // Note: Shared with fan! Creality V2 2 Board Diagram
If you own a Creality Ender 3 V2, Ender 3 Pro, or CR-6 SE, you have likely encountered the cryptic alphanumeric code "V2.2" printed on your mainboard. For the maker community, the Creality V2.2 board diagram is more than just a technical drawing—it is the Rosetta Stone for 3D printing upgrades, silent stepper drivers, firmware compilation, and wiring diagnostics. // Servo (BL-Touch) #define SERVO0_PIN PA1 // Shared