Update Codebase to Marlin 2.0.5.4

This commit is contained in:
Knutwurst
2020-07-17 09:54:52 +02:00
parent 8232232235
commit 620052b991
8 changed files with 91 additions and 83 deletions

View File

@@ -1522,6 +1522,7 @@
*/
#define LIN_ADVANCE
#if ENABLED(LIN_ADVANCE)
//#define EXTRA_LIN_ADVANCE_K // Enable for second linear advance constants
#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.
#endif