Browse Source

Fixed the value of "retraction_amount"

Робокинетика 5 years ago
parent
commit
f5d94b9646
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/definitions/erzay3d.def.json

+ 1 - 1
resources/definitions/erzay3d.def.json

@@ -66,7 +66,7 @@
     "material_print_temperature_layer_0": { "default_value": 220 },
     "material_initial_print_temperature": { "default_value": 220 },
     "material_final_print_temperature": { "default_value": 220 },
-    "retraction_amount": { "default_value": 4 },
+    "retraction_amount": { "default_value": 6.5 },
 
     "speed_print": { "default_value": 40 },
     "speed_infill": { "default_value": 60 },