فهرست منبع

Increase pause filament retraction

Kevin Lee 4 سال پیش
والد
کامیت
edeaee55eb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Firmware/Marlin_main.cpp

+ 1 - 1
Firmware/Marlin_main.cpp

@@ -165,7 +165,7 @@ unsigned long PingTime = _millis();
 uint8_t mbl_z_probe_nr = 3; //numer of Z measurements for each point in mesh bed leveling calibration
 
 //used for PINDA temp calibration and pause print
-#define DEFAULT_RETRACTION    1
+#define DEFAULT_RETRACTION    10
 #define DEFAULT_RETRACTION_MM 4 //MM
 
 float default_retraction = DEFAULT_RETRACTION;