Linear Advance OFF by default for Ender 3 + E3-DIP (#278)

This commit is contained in:
Alexander Fomichev 2020-10-22 13:54:58 +03:00 committed by GitHub
parent 88f1782b37
commit 42fc73645d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1653,7 +1653,7 @@
#define LIN_ADVANCE
#if ENABLED(LIN_ADVANCE)
//#define EXTRA_LIN_ADVANCE_K // Enable for second linear advance constants
#define LIN_ADVANCE_K 0.22 // Unit: mm compression per 1mm/s extruder speed
#define LIN_ADVANCE_K 0.00 // Unit: mm compression per 1mm/s extruder speed
//#define LA_DEBUG // If enabled, this will generate debug information output over USB.
#define EXPERIMENTAL_SCURVE // Enable this option to permit S-Curve Acceleration
#endif