Skip to main content

Creality V2 2 Board Diagram Jun 2026

Includes motor ports for X , Y , Z , and E (Extruder), alongside the TF Card slot .

// 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

Typically equipped with TMC2208 "Silent" drivers in later iterations (V2.2.1) or A4988 drivers in standard versions. Includes motor ports for X , Y ,

If you are designing a Voron, Rat Rig, or high-speed Ender, replace the V2.2 board with a or Manta M8P . However, keep the V2.2 diagram as a reference – many of its pin assignments live on in modern 3D printer boards. If you are designing a Voron, Rat Rig,

While Creality does not provide a single official diagram, the board follows a standard layout for its Atmel-based architecture.