From 91dfaec6231dde3c72bef8f7e5a856cb391c919d Mon Sep 17 00:00:00 2001 From: efflicto Date: Fri, 10 Nov 2023 20:38:24 +0100 Subject: [PATCH] fixes for lin_advance & version --- Marlin/Configuration_adv.h | 2 +- Marlin/Version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index b2f3ba9318..4f02258e09 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -2105,7 +2105,7 @@ * * See https://marlinfw.org/docs/features/lin_advance.html for full instructions. */ -#define LIN_ADVANCE +//#define LIN_ADVANCE #if ENABLED(LIN_ADVANCE) #if ENABLED(DISTINCT_E_FACTORS) #define ADVANCE_K { 0.00 } // (mm) Compression length per 1mm/s extruder speed, per extruder diff --git a/Marlin/Version.h b/Marlin/Version.h index 9a8ce2202f..0ccd7f97a2 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -65,7 +65,7 @@ * The WEBSITE_URL is the location where users can get more information such as * documentation about a specific Marlin release. */ -define WEBSITE_URL "https://soo.st" +//define WEBSITE_URL "https://soo.st" /** * Set the vendor info the serial USB interface, if changable