Browse Source

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).
Yuri D'Elia 4 years ago
parent
commit
4b85664b27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Firmware/Configuration.h

+ 1 - 1
Firmware/Configuration.h

@@ -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===========================