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:
authorRijk van Manen <r.vanmanen@ultimaker.com>2022-09-13 12:27:18 +0300
committerRijk van Manen <r.vanmanen@ultimaker.com>2022-09-13 12:27:18 +0300
commit48c59099c892dbd8ea6ba7e885b6fe73c55a5820 (patch)
treeed4871176b169de6ace8c5e747d11167ca544cae /resources
parent410efc158849d123f3f359465d6b54daca28064d (diff)
increase fan speed over raft
The top surface of the raft is printed with default fan speed, while the base is printed with the fan off. PP-243
Diffstat (limited to 'resources')
-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"
},