aboutsummaryrefslogtreecommitdiffstats
path: root/marlinfw-skr-e3-mini-v2/config-2.0.9.3/manual-probe-with-mesh-leveling/Configuration_adv.h.diff
diff options
context:
space:
mode:
authorEddie Ehlin <eddiex@eddiex.se>2022-04-01 19:38:14 +0200
committerEddie Ehlin <eddiex@eddiex.se>2022-04-01 19:38:14 +0200
commitad8eb5b947c9586e4c2e21196ee13ebfb94478a9 (patch)
treed68b7b86609fb1f2c65536b31017413af9c8fa0f /marlinfw-skr-e3-mini-v2/config-2.0.9.3/manual-probe-with-mesh-leveling/Configuration_adv.h.diff
parent5a716f722a767e25962810d3f3ed4ee51dc419e4 (diff)
download3DPrinter-CR10S-ad8eb5b947c9586e4c2e21196ee13ebfb94478a9.tar.gz
3DPrinter-CR10S-ad8eb5b947c9586e4c2e21196ee13ebfb94478a9.zip
Revered order of diff
Diffstat (limited to 'marlinfw-skr-e3-mini-v2/config-2.0.9.3/manual-probe-with-mesh-leveling/Configuration_adv.h.diff')
-rw-r--r--marlinfw-skr-e3-mini-v2/config-2.0.9.3/manual-probe-with-mesh-leveling/Configuration_adv.h.diff10
1 files changed, 5 insertions, 5 deletions
diff --git a/marlinfw-skr-e3-mini-v2/config-2.0.9.3/manual-probe-with-mesh-leveling/Configuration_adv.h.diff b/marlinfw-skr-e3-mini-v2/config-2.0.9.3/manual-probe-with-mesh-leveling/Configuration_adv.h.diff
index 6f444c9..a5f88de 100644
--- a/marlinfw-skr-e3-mini-v2/config-2.0.9.3/manual-probe-with-mesh-leveling/Configuration_adv.h.diff
+++ b/marlinfw-skr-e3-mini-v2/config-2.0.9.3/manual-probe-with-mesh-leveling/Configuration_adv.h.diff
@@ -1,13 +1,13 @@
diff --git a/marlinfw-skr-e3-mini-v2/config-2.0.9.3/Configuration_adv.h b/marlinfw-skr-e3-mini-v2/config-2.0.9.3/Configuration_adv.h
-index 09db032..172088a 100644
+index 172088a..09db032 100644
--- a/marlinfw-skr-e3-mini-v2/config-2.0.9.3/Configuration_adv.h
+++ b/marlinfw-skr-e3-mini-v2/config-2.0.9.3/Configuration_adv.h
@@ -508,7 +508,7 @@
* The fan turns on automatically whenever any driver is enabled and turns
* off (or reduces to idle speed) shortly after drivers are turned off.
*/
--//#define USE_CONTROLLER_FAN Disabled since we are using FAN1 pin for extruder fan.
-+#define USE_CONTROLLER_FAN
+-#define USE_CONTROLLER_FAN
++//#define USE_CONTROLLER_FAN Disabled since we are using FAN1 pin for extruder fan.
#if ENABLED(USE_CONTROLLER_FAN)
//#define CONTROLLER_FAN_PIN -1 // Set a custom pin for the controller fan
//#define CONTROLLER_FAN_USE_Z_ONLY // With this option only the Z axis is considered
@@ -15,8 +15,8 @@ index 09db032..172088a 100644
* 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 E0_AUTO_FAN_PIN FAN1_PIN //Extruder fan on FAN1 pin
-+#define E0_AUTO_FAN_PIN -1
+-#define E0_AUTO_FAN_PIN -1
++#define E0_AUTO_FAN_PIN FAN1_PIN //Extruder fan on FAN1 pin
#define E1_AUTO_FAN_PIN -1
#define E2_AUTO_FAN_PIN -1
#define E3_AUTO_FAN_PIN -1