mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 14:21:19 -07:00
Disable the first layer cooling fan speed
This commit is contained in:
parent
4c6b8a6e1d
commit
4e4e32cdf8
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@
|
||||||
"value": 100
|
"value": 100
|
||||||
},
|
},
|
||||||
"cool_fan_speed_0": {
|
"cool_fan_speed_0": {
|
||||||
"value": 100
|
"value": 0
|
||||||
},
|
},
|
||||||
"infill_overlap": {
|
"infill_overlap": {
|
||||||
"value": "25 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0",
|
"value": "25 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue