mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 14:29:03 +08:00
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
This commit is contained in:
parent
410efc1588
commit
48c59099c8
@ -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"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user