From 5a716f722a767e25962810d3f3ed4ee51dc419e4 Mon Sep 17 00:00:00 2001 From: Eddie Ehlin Date: Fri, 1 Apr 2022 19:22:14 +0200 Subject: Added diffs projecting the changes made for using manual probe with mesh bed leveling. --- .../Configuration_adv.h.diff | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 marlinfw-skr-e3-mini-v2/config-2.0.9.3/manual-probe-with-mesh-leveling/Configuration_adv.h.diff (limited to 'marlinfw-skr-e3-mini-v2/config-2.0.9.3/manual-probe-with-mesh-leveling/Configuration_adv.h.diff') 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 new file mode 100644 index 0000000..6f444c9 --- /dev/null +++ b/marlinfw-skr-e3-mini-v2/config-2.0.9.3/manual-probe-with-mesh-leveling/Configuration_adv.h.diff @@ -0,0 +1,22 @@ +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 +--- 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 + #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 +@@ -607,7 +607,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 E0_AUTO_FAN_PIN FAN1_PIN //Extruder fan on FAN1 pin ++#define E0_AUTO_FAN_PIN -1 + #define E1_AUTO_FAN_PIN -1 + #define E2_AUTO_FAN_PIN -1 + #define E3_AUTO_FAN_PIN -1 -- cgit v1.2.3