From 868843fc890a7f89391d45dd3359f648dd472aa4 Mon Sep 17 00:00:00 2001 From: ellensp <530024+ellensp@users.noreply.github.com> Date: Mon, 5 Jan 2026 12:45:51 +1300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Creality=204.2.5=20FAN1/2=20and?= =?UTF-8?q?=20LED=20pins=20(#28232)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/pins/stm32f1/pins_CREALITY_V425.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Marlin/src/pins/stm32f1/pins_CREALITY_V425.h b/Marlin/src/pins/stm32f1/pins_CREALITY_V425.h index a225fe11be..42875713f1 100644 --- a/Marlin/src/pins/stm32f1/pins_CREALITY_V425.h +++ b/Marlin/src/pins/stm32f1/pins_CREALITY_V425.h @@ -68,6 +68,13 @@ // #define HEATER_0_PIN PA0 // HEATER1 #define HEATER_BED_PIN PA1 // HOT BED -#define FAN0_PIN PA2 // FAN +#define FAN0_PIN PA2 // FAN0 +#define FAN1_PIN PC1 // FAN1 +#define FAN2_PIN PC0 // FAN2 + +// +// Misc. Functions +// +#define LED_PIN PC14 #include "pins_CREALITY_V4.h"