From 6e120164a21d3de3cc7f5fbec507171f065f99d4 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Tue, 9 Jun 2020 11:54:07 +0200 Subject: [PATCH] Revert linear advance settings --- README.md | 2 -- config/default/Configuration_adv.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b811228..cd6220f4 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ Diese Firmwarekonfiguration aktiviert viele neue erweitere Funktionen der Marlin * Mesh-Bed Kalibrierung * S-Kurven Beschleunigung - * Linar Advance * "Juction Deviation" statt des klassischen "Jerk" * Babystepping während des Druckvorgangs * Bilinear Bed Leveling (BBL) @@ -110,7 +109,6 @@ This firmware configuration activates many new features of the Marlin firmware: * Mesh bed calibration * S-curve acceleration - * Linear advance * "Juction Deviation" instead of the classic "Jerk" * Baby stepping during printing * Bilinear Bed Leveling (BBL) diff --git a/config/default/Configuration_adv.h b/config/default/Configuration_adv.h index 51ac1a32..39e2c798 100755 --- a/config/default/Configuration_adv.h +++ b/config/default/Configuration_adv.h @@ -1412,7 +1412,7 @@ * See http://marlinfw.org/docs/features/lin_advance.html for full instructions. * Mention @Sebastianv650 on GitHub to alert the author of any issues. */ -#define LIN_ADVANCE +//#define LIN_ADVANCE #if ENABLED(LIN_ADVANCE) #define LIN_ADVANCE_K 0 // Unit: mm compression per 1mm/s extruder speed //#define LA_DEBUG // If enabled, this will generate debug information output over USB.