Raise default extruder jerk to 4.5

This should be the new default for LA1.5 for direct drive printers and
newer PrusaSlicer profiles too (hopefully).
This commit is contained in:
Yuri D'Elia 2020-02-03 14:28:54 +01:00
parent 47db75d5fd
commit 4b85664b27

View file

@ -424,7 +424,7 @@ your extruder heater takes 2 minutes to hit the target on heating.
#define DEFAULT_XJERK 10 // (mm/sec)
#define DEFAULT_YJERK 10 // (mm/sec)
#define DEFAULT_ZJERK 0.4 // (mm/sec)
#define DEFAULT_EJERK 2.5 // (mm/sec)
#define DEFAULT_EJERK 4.5 // (mm/sec)
//===========================================================================
//=============================Additional Features===========================