Revert linear advance settings
This commit is contained in:
@@ -8,7 +8,6 @@ Diese Firmwarekonfiguration aktiviert viele neue erweitere Funktionen der Marlin
|
|||||||
|
|
||||||
* Mesh-Bed Kalibrierung
|
* Mesh-Bed Kalibrierung
|
||||||
* S-Kurven Beschleunigung
|
* S-Kurven Beschleunigung
|
||||||
* Linar Advance
|
|
||||||
* "Juction Deviation" statt des klassischen "Jerk"
|
* "Juction Deviation" statt des klassischen "Jerk"
|
||||||
* Babystepping während des Druckvorgangs
|
* Babystepping während des Druckvorgangs
|
||||||
* Bilinear Bed Leveling (BBL)
|
* Bilinear Bed Leveling (BBL)
|
||||||
@@ -110,7 +109,6 @@ This firmware configuration activates many new features of the Marlin firmware:
|
|||||||
|
|
||||||
* Mesh bed calibration
|
* Mesh bed calibration
|
||||||
* S-curve acceleration
|
* S-curve acceleration
|
||||||
* Linear advance
|
|
||||||
* "Juction Deviation" instead of the classic "Jerk"
|
* "Juction Deviation" instead of the classic "Jerk"
|
||||||
* Baby stepping during printing
|
* Baby stepping during printing
|
||||||
* Bilinear Bed Leveling (BBL)
|
* Bilinear Bed Leveling (BBL)
|
||||||
|
@@ -1412,7 +1412,7 @@
|
|||||||
* See http://marlinfw.org/docs/features/lin_advance.html for full instructions.
|
* See http://marlinfw.org/docs/features/lin_advance.html for full instructions.
|
||||||
* Mention @Sebastianv650 on GitHub to alert the author of any issues.
|
* Mention @Sebastianv650 on GitHub to alert the author of any issues.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE
|
//#define LIN_ADVANCE
|
||||||
#if ENABLED(LIN_ADVANCE)
|
#if ENABLED(LIN_ADVANCE)
|
||||||
#define LIN_ADVANCE_K 0 // Unit: mm compression per 1mm/s extruder speed
|
#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.
|
//#define LA_DEBUG // If enabled, this will generate debug information output over USB.
|
||||||
|
Reference in New Issue
Block a user