Skip to content

Commit

Permalink
Properly disable linear advance (was disabled with value 0 before)
Browse files Browse the repository at this point in the history
  • Loading branch information
crysxd committed Jul 30, 2020
1 parent c1f42d2 commit 49fbd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@
*
* See https://marlinfw.org/docs/features/lin_advance.html for full instructions.
*/
#define LIN_ADVANCE
// #define LIN_ADVANCE
#if ENABLED(LIN_ADVANCE)
//#define EXTRA_LIN_ADVANCE_K // Enable for second linear advance constants
#define LIN_ADVANCE_K 0.0 // Unit: mm compression per 1mm/s extruder speed
Expand Down

0 comments on commit 49fbd96

Please sign in to comment.