From 5eb004ea1d43fd25c8a5a8d0f0e4ebb6c4198aa2 Mon Sep 17 00:00:00 2001 From: Nicolas Graziano Date: Sun, 9 Jun 2024 03:50:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20AnyCubic=20Vyper=20auto-fa?= =?UTF-8?q?n,=20adjust=20probing=20(#1063)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/AnyCubic/Vyper/Configuration.h | 12 ++++++------ config/examples/AnyCubic/Vyper/Configuration_adv.h | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/examples/AnyCubic/Vyper/Configuration.h b/config/examples/AnyCubic/Vyper/Configuration.h index e2441ba72d..cbb0c49009 100644 --- a/config/examples/AnyCubic/Vyper/Configuration.h +++ b/config/examples/AnyCubic/Vyper/Configuration.h @@ -1635,12 +1635,12 @@ * Useful for a strain gauge or piezo sensor that needs to factor out * elements such as cables pulling on the carriage. */ -//#define PROBE_TARE +#define PROBE_TARE #if ENABLED(PROBE_TARE) - #define PROBE_TARE_TIME 200 // (ms) Time to hold tare pin - #define PROBE_TARE_DELAY 200 // (ms) Delay after tare before - #define PROBE_TARE_STATE HIGH // State to write pin for tare - //#define PROBE_TARE_PIN PA5 // Override default pin + #define PROBE_TARE_TIME 300 // (ms) Time to hold tare pin + #define PROBE_TARE_DELAY 100 // (ms) Delay after tare before + #define PROBE_TARE_STATE LOW // State to write pin for tare + #define PROBE_TARE_PIN AUTO_LEVEL_TX_PIN // Override default pin #if ENABLED(PROBE_ACTIVATION_SWITCH) //#define PROBE_TARE_ONLY_WHILE_INACTIVE // Fail to tare/probe if PROBE_ACTIVATION_SWITCH is active #endif @@ -2105,7 +2105,7 @@ */ #define ENABLE_LEVELING_FADE_HEIGHT #if ENABLED(ENABLE_LEVELING_FADE_HEIGHT) - #define DEFAULT_LEVELING_FADE_HEIGHT 10.0 // (mm) Default fade height. + #define DEFAULT_LEVELING_FADE_HEIGHT 0.0 // (mm) Default fade height. #endif /** diff --git a/config/examples/AnyCubic/Vyper/Configuration_adv.h b/config/examples/AnyCubic/Vyper/Configuration_adv.h index f181709de7..59a23119b0 100644 --- a/config/examples/AnyCubic/Vyper/Configuration_adv.h +++ b/config/examples/AnyCubic/Vyper/Configuration_adv.h @@ -681,7 +681,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 PB1 +#define E0_AUTO_FAN_PIN PB1 #define E1_AUTO_FAN_PIN -1 #define E2_AUTO_FAN_PIN -1 #define E3_AUTO_FAN_PIN -1