Skip to content

Commit

Permalink
Linear Advance K 0.07 instead of 0.22
Browse files Browse the repository at this point in the history
https://teachingtechyt.github.io/calibration.html#linadv
Marlin's Generator:
LinAdv_0-0.2-0.02_1000kfactor.gcode
0 to 0.2 in 0.02 steps (15mm apart, with frame) at 1000 acceleration
  • Loading branch information
vogler committed Oct 22, 2021
1 parent 2a449df commit 8ddd873
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 @@ -1912,7 +1912,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.07 // 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
Expand Down

0 comments on commit 8ddd873

Please sign in to comment.