fixes for lin_advance & version

This commit is contained in:
efflicto
2023-11-10 20:38:24 +01:00
committed by Sven Soost
parent 0112b260fa
commit 91dfaec623
2 changed files with 2 additions and 2 deletions

View File

@@ -2105,7 +2105,7 @@
* *
* See https://marlinfw.org/docs/features/lin_advance.html for full instructions. * See https://marlinfw.org/docs/features/lin_advance.html for full instructions.
*/ */
#define LIN_ADVANCE //#define LIN_ADVANCE
#if ENABLED(LIN_ADVANCE) #if ENABLED(LIN_ADVANCE)
#if ENABLED(DISTINCT_E_FACTORS) #if ENABLED(DISTINCT_E_FACTORS)
#define ADVANCE_K { 0.00 } // (mm) Compression length per 1mm/s extruder speed, per extruder #define ADVANCE_K { 0.00 } // (mm) Compression length per 1mm/s extruder speed, per extruder

View File

@@ -65,7 +65,7 @@
* The WEBSITE_URL is the location where users can get more information such as * The WEBSITE_URL is the location where users can get more information such as
* documentation about a specific Marlin release. * 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 * Set the vendor info the serial USB interface, if changable