瀏覽代碼

Increase pause filament retraction

Kevin Lee 4 年之前
父節點
當前提交
a1aaff63f2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Firmware/Marlin_main.cpp

+ 1 - 1
Firmware/Marlin_main.cpp

@@ -163,7 +163,7 @@ unsigned long NcTime;
 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;