Skip to content

Commit

Permalink
🔧 FAN_PIN => FAN0_PIN
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Mar 25, 2023
1 parent d1e5be3 commit 12d2918
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/examples/Daycom/3DP-100/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Malyan/M200/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Prusa/MK3/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Prusa/MK3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Prusa/MK3S-BigTreeTech-BTT002/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Renkforce/RF100/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Renkforce/RF100XL/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Renkforce/RF100v2/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12d2918

Please sign in to comment.