Explorar o código

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 %!s(int64=4) %!d(string=hai) anos
pai
achega
4b85664b27
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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===========================