mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06: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
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue