mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-16 09:29:34 -07:00
PP-658 Fix BVT temperature limits based on thermal model F4
This commit is contained in:
parent
04acc9a1b6
commit
cef22c5ca7
1 changed files with 2 additions and 2 deletions
|
|
@ -74,8 +74,8 @@
|
|||
{
|
||||
"maximum_value": "max(35, min((material_bed_temperature + 20) / 2, 70))",
|
||||
"maximum_value_warning": "max(30, min((material_bed_temperature + 10) / 2, 70))",
|
||||
"minimum_value": "max((material_bed_temperature - 30) / 2, 30)",
|
||||
"minimum_value_warning": "max((material_bed_temperature - 20) / 2, 30)"
|
||||
"minimum_value": "max((material_bed_temperature - 40) / 1.5, 30)",
|
||||
"minimum_value_warning": "max((material_bed_temperature - 35) / 1.5, 30)"
|
||||
},
|
||||
"cool_min_layer_time": { "value": 3 },
|
||||
"cool_min_layer_time_fan_speed_max": { "value": "cool_min_layer_time + 12" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue