Просмотр исходного кода

Merge branch 'main' into CURA-11403_save-PAP

Saumya Jain 1 год назад
Родитель
Сommit
ae686bcad9

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

@@ -110,7 +110,7 @@
         "min_infill_area": { "value": "5.0" },
         "minimum_polygon_circumference": { "value": "0.2" },
         "optimize_wall_printing_order": { "value": "True" },
-        "prime_tower_mode": { "value": "normal" },
+        "prime_tower_mode": { "value": "'normal'" },
         "retraction_amount": { "value": "1" },
         "retraction_combing": { "value": "'noskin'" },
         "retraction_combing_max_distance": { "value": "10" },

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

@@ -32,7 +32,7 @@
         "material_initial_print_temperature": { "value": "material_print_temperature" },
         "material_standby_temperature": { "value": "material_print_temperature" },
         "prime_tower_min_volume": { "value": "50" },
-        "prime_tower_mode": { "value": "normal" },
+        "prime_tower_mode": { "value": "'normal'" },
         "switch_extruder_retraction_amount": { "value": "0" }
     }
 }

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

@@ -32,7 +32,7 @@
         "material_initial_print_temperature": { "value": "material_print_temperature" },
         "material_standby_temperature": { "value": "material_print_temperature" },
         "prime_tower_min_volume": { "value": "50" },
-        "prime_tower_mode": { "value": "normal" },
+        "prime_tower_mode": { "value": "'normal'" },
         "switch_extruder_retraction_amount": { "value": "0" }
     }
 }

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

@@ -32,7 +32,7 @@
         "material_initial_print_temperature": { "value": "material_print_temperature" },
         "material_standby_temperature": { "value": "material_print_temperature" },
         "prime_tower_min_volume": { "value": "50" },
-        "prime_tower_mode": { "value": "normal" },
+        "prime_tower_mode": { "value": "'normal'" },
         "switch_extruder_retraction_amount": { "value": "0" }
     }
 }

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

@@ -45,7 +45,7 @@
         "meshfix_maximum_resolution": { "value": 0.25 },
         "optimize_wall_printing_order": { "value": true },
         "prime_tower_min_volume": { "value": 30 },
-        "prime_tower_mode": { "value": "normal" },
+        "prime_tower_mode": { "value": "'normal'" },
         "retract_at_layer_change": { "value": false },
         "retraction_amount": { "value": 4.5 },
         "roofing_layer_count": { "value": 1 },

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

@@ -103,7 +103,7 @@
             "default_value": false,
             "enabled": true
         },
-        "prime_tower_mode": { "value": "normal" },
+        "prime_tower_mode": { "value": "'normal'" },
         "retraction_amount": { "value": "6.5" },
         "retraction_hop": { "value": "2" },
         "retraction_hop_enabled": { "value": "extruders_enabled_count > 1" },

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

@@ -104,7 +104,7 @@
             "default_value": false,
             "enabled": true
         },
-        "prime_tower_mode": { "value": "normal" },
+        "prime_tower_mode": { "value": "'normal'" },
         "retraction_amount": { "value": "6.5" },
         "retraction_combing": { "value": "'no_outer_surfaces'" },
         "retraction_hop": { "value": "2" },