From 12d291865d56622e96e9386e929c2089749da539 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 25 Mar 2023 17:09:07 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20FAN=5FPIN=20=3D>=20FAN0=5FPIN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MarlinFirmware/Marlin#25568 --- config/examples/Daycom/3DP-100/Configuration.h | 2 +- config/examples/Malyan/M200/Configuration_adv.h | 2 +- config/examples/Prusa/MK3/Configuration.h | 2 +- config/examples/Prusa/MK3/README.md | 2 +- config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration.h | 2 +- config/examples/Prusa/MK3S-BigTreeTech-BTT002/README.md | 2 +- config/examples/Renkforce/RF100/Configuration.h | 2 +- config/examples/Renkforce/RF100XL/Configuration.h | 2 +- config/examples/Renkforce/RF100v2/Configuration.h | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/examples/Daycom/3DP-100/Configuration.h b/config/examples/Daycom/3DP-100/Configuration.h index da4596afc6a..b2c5d7896e8 100644 --- a/config/examples/Daycom/3DP-100/Configuration.h +++ b/config/examples/Daycom/3DP-100/Configuration.h @@ -137,7 +137,7 @@ //#define BLUETOOTH -#define FAN_PIN -1 +#define FAN0_PIN -1 // Name displayed in the LCD "Ready" message and Info menu #define CUSTOM_MACHINE_NAME "3DP-100" diff --git a/config/examples/Malyan/M200/Configuration_adv.h b/config/examples/Malyan/M200/Configuration_adv.h index d0ea13ad0fd..676461947b8 100644 --- a/config/examples/Malyan/M200/Configuration_adv.h +++ b/config/examples/Malyan/M200/Configuration_adv.h @@ -671,7 +671,7 @@ * Multiple extruders can be assigned to the same pin in which case * the fan will turn on when any selected extruder is above the threshold. */ -//#define FAN_PIN MALYAN_FAN1_PIN // Malyan M200: uncomment if you use FAN1 to cool the part and FAN2 to cool the extruder +//#define FAN0_PIN MALYAN_FAN1_PIN // Malyan M200: uncomment if you use FAN1 to cool the part and FAN2 to cool the extruder //#define E0_AUTO_FAN_PIN MALYAN_FAN2_PIN // Malyan M200: uncomment if you use FAN1 to cool the part and FAN2 to cool the extruder #define E0_AUTO_FAN_PIN MALYAN_FAN1_PIN // Malyan M200: uncomment if you use FAN1 to cool the extruder and the part (original) #define E1_AUTO_FAN_PIN -1 diff --git a/config/examples/Prusa/MK3/Configuration.h b/config/examples/Prusa/MK3/Configuration.h index d8db5ad6b56..7d4d8a96cb1 100644 --- a/config/examples/Prusa/MK3/Configuration.h +++ b/config/examples/Prusa/MK3/Configuration.h @@ -65,7 +65,7 @@ #define STRING_CONFIG_H_AUTHOR "(Prussia3D, Paul_GD MK3S)" // Who made the changes. //#define CUSTOM_VERSION_FILE Version.h // Path from the root directory (no quotes) -// Disable this for FAN_PIN 8 and FAN1_PIN 6 +// Disable this for FAN0_PIN 8 and FAN1_PIN 6 #define MK3_FAN_PINS // Is printer equipped with a 3.5:1 gearbox on the extruder? diff --git a/config/examples/Prusa/MK3/README.md b/config/examples/Prusa/MK3/README.md index 5c6d385e4d0..a74d4b73c2c 100644 --- a/config/examples/Prusa/MK3/README.md +++ b/config/examples/Prusa/MK3/README.md @@ -8,7 +8,7 @@ Flags specific to this printer/configuration: -- `MK3_FAN_PINS` - Disable this for `FAN_PIN 8` and `FAN1_PIN 6` +- `MK3_FAN_PINS` - Disable this for `FAN0_PIN 8` and `FAN1_PIN 6` - `GEARBOX_BEAR` - Is printer equipped with a 3.5:1 gearbox on the extruder? - `LOWBAUD` - Printer needs lower baudrate? - `TALLBEAR` - Tall Bear (320mm)? diff --git a/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration.h b/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration.h index 5b7e4a29a7d..50893b15615 100644 --- a/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration.h +++ b/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration.h @@ -65,7 +65,7 @@ #define STRING_CONFIG_H_AUTHOR "(thisiskeithb & codiac2600: BTT002 MK3S/TMC2209s)" // Who made the changes. //#define CUSTOM_VERSION_FILE Version.h // Path from the root directory (no quotes) -// Disable this for FAN_PIN PB9 and FAN1_PIN PB8 +// Disable this for FAN0_PIN PB9 and FAN1_PIN PB8 #define MK3_FAN_PINS // Is printer equipped with a 3.5:1 gearbox on the extruder? diff --git a/config/examples/Prusa/MK3S-BigTreeTech-BTT002/README.md b/config/examples/Prusa/MK3S-BigTreeTech-BTT002/README.md index 1da7e84c240..c2b039025a6 100644 --- a/config/examples/Prusa/MK3S-BigTreeTech-BTT002/README.md +++ b/config/examples/Prusa/MK3S-BigTreeTech-BTT002/README.md @@ -9,7 +9,7 @@ Flags specific to this printer/configuration: -- `MK3_FAN_PINS` - Disable this for `FAN_PIN PB9` and `FAN1_PIN PB8` +- `MK3_FAN_PINS` - Disable this for `FAN0_PIN PB9` and `FAN1_PIN PB8` - `GEARBOX_BEAR` - Is printer equipped with a 3.5:1 gearbox on the extruder? - `TALLBEAR` - Tall Bear (320mm)? - `SUPERPINDA` - SuperPinda present? diff --git a/config/examples/Renkforce/RF100/Configuration.h b/config/examples/Renkforce/RF100/Configuration.h index a2f0e0c760e..26d780be757 100644 --- a/config/examples/Renkforce/RF100/Configuration.h +++ b/config/examples/Renkforce/RF100/Configuration.h @@ -137,7 +137,7 @@ //#define BLUETOOTH -#define FAN_PIN -1 +#define FAN0_PIN -1 #define KILL_PIN 64 // Name displayed in the LCD "Ready" message and Info menu diff --git a/config/examples/Renkforce/RF100XL/Configuration.h b/config/examples/Renkforce/RF100XL/Configuration.h index 4ed45421298..5e0484a5a2b 100644 --- a/config/examples/Renkforce/RF100XL/Configuration.h +++ b/config/examples/Renkforce/RF100XL/Configuration.h @@ -137,7 +137,7 @@ //#define BLUETOOTH -#define FAN_PIN -1 +#define FAN0_PIN -1 #define KILL_PIN 64 // Name displayed in the LCD "Ready" message and Info menu diff --git a/config/examples/Renkforce/RF100v2/Configuration.h b/config/examples/Renkforce/RF100v2/Configuration.h index e6d16fed800..d410cd5a92f 100644 --- a/config/examples/Renkforce/RF100v2/Configuration.h +++ b/config/examples/Renkforce/RF100v2/Configuration.h @@ -137,7 +137,7 @@ //#define BLUETOOTH -#define FAN_PIN -1 +#define FAN0_PIN -1 #define KILL_PIN 64 // Name displayed in the LCD "Ready" message and Info menu