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:
parent
47db75d5fd
commit
4b85664b27
|
|
@ -424,7 +424,7 @@ your extruder heater takes 2 minutes to hit the target on heating.
|
||||||
#define DEFAULT_XJERK 10 // (mm/sec)
|
#define DEFAULT_XJERK 10 // (mm/sec)
|
||||||
#define DEFAULT_YJERK 10 // (mm/sec)
|
#define DEFAULT_YJERK 10 // (mm/sec)
|
||||||
#define DEFAULT_ZJERK 0.4 // (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===========================
|
//=============================Additional Features===========================
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue