From 48c59099c892dbd8ea6ba7e885b6fe73c55a5820 Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Tue, 13 Sep 2022 11:27:18 +0200 Subject: 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 --- resources/definitions/ultimaker.def.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'resources') 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" }, -- cgit v1.2.3