mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
quickfix for fan full at height
This commit is contained in:
parent
235f324d56
commit
ec06226907
1 changed files with 1 additions and 1 deletions
|
@ -1132,7 +1132,7 @@
|
|||
"min_value": "0",
|
||||
"max_value_warning": "100",
|
||||
"visible": false,
|
||||
"inherit_function": "int((parent_value - layer_height_0 + 0.001) / layer_height)",
|
||||
"inherit_function": "int((parent_value - layer_height_0 + 0.001) / layer_height) + 1",
|
||||
"global_only": "True"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue