mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Fix fallback setting error.
This commit is contained in:
parent
2f2b6a03ab
commit
3fbfca48d8
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
|||
"material_standby_temperature":
|
||||
{
|
||||
"minimum_value": "0",
|
||||
"value": "material_print_temperature - 100"
|
||||
"value": "resolveOrValue('material_print_temperature') - 100"
|
||||
},
|
||||
"meshfix_maximum_deviation": { "value": "machine_nozzle_size / 10" },
|
||||
"meshfix_maximum_resolution": { "value": "max(speed_wall_0 / 75, 0.5)" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue