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.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json
index bacaaa9fb8..06e3cd00d0 100644
--- a/resources/definitions/ultimaker.def.json
+++ b/resources/definitions/ultimaker.def.json
@@ -245,6 +245,9 @@
"raft_base_thickness": {
"value": "min(machine_nozzle_size * 0.75, 0.3)"
},
+ "raft_interface_fan_speed": {
+ "value": "(raft_base_fan_speed + raft_surface_fan_speed) / 2"
+ },
"raft_interface_line_width": {
"value": "(raft_base_line_width + raft_surface_line_width) / 2"
},
@@ -257,6 +260,9 @@
"raft_speed": {
"value": 15
},
+ "raft_surface_fan_speed": {
+ "value": "cool_fan_speed"
+ },
"raft_surface_speed": {
"value": "speed_topbottom"
},