Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--resources/definitions/ultimaker.def.json2
-rw-r--r--resources/definitions/ultimaker2.def.json3
-rw-r--r--resources/quality/ultimaker_s5/um_s5_bb0.8_PVA_Verydraft_Print.inst.cfg2
3 files changed, 5 insertions, 2 deletions
diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json
index 0a5ca81d65..1895bb90ab 100644
--- a/resources/definitions/ultimaker.def.json
+++ b/resources/definitions/ultimaker.def.json
@@ -233,7 +233,7 @@
"value": "2*line_width if support_interface_enable else 0"
},
"support_xy_distance": {
- "value": "support_offset"
+ "value": "1"
},
"support_xy_distance_overhang": {
"value": "wall_line_width_0"
diff --git a/resources/definitions/ultimaker2.def.json b/resources/definitions/ultimaker2.def.json
index c028363239..5399abc02b 100644
--- a/resources/definitions/ultimaker2.def.json
+++ b/resources/definitions/ultimaker2.def.json
@@ -86,6 +86,9 @@
},
"machine_acceleration": {
"default_value": 3000
+ },
+ "support_z_distance": {
+ "value": "0.1"
}
}
}
diff --git a/resources/quality/ultimaker_s5/um_s5_bb0.8_PVA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_bb0.8_PVA_Verydraft_Print.inst.cfg
index 77ef99418b..3892c954c2 100644
--- a/resources/quality/ultimaker_s5/um_s5_bb0.8_PVA_Verydraft_Print.inst.cfg
+++ b/resources/quality/ultimaker_s5/um_s5_bb0.8_PVA_Verydraft_Print.inst.cfg
@@ -19,4 +19,4 @@ support_brim_enable = True
support_infill_sparse_thickness = 0.3
support_interface_enable = True
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
-cool_fan_enabled = =not (support_enable and (extruder_nr == extruderValue(support_extruder_nr, 'support_infill_extruder_nr'))) \ No newline at end of file
+cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) \ No newline at end of file