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.