mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-20 04:39:38 +08:00
Fix fallback setting error.
This commit is contained in:
parent
2f2b6a03ab
commit
3fbfca48d8
@ -84,7 +84,7 @@
|
|||||||
"material_standby_temperature":
|
"material_standby_temperature":
|
||||||
{
|
{
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"value": "material_print_temperature - 100"
|
"value": "resolveOrValue('material_print_temperature') - 100"
|
||||||
},
|
},
|
||||||
"meshfix_maximum_deviation": { "value": "machine_nozzle_size / 10" },
|
"meshfix_maximum_deviation": { "value": "machine_nozzle_size / 10" },
|
||||||
"meshfix_maximum_resolution": { "value": "max(speed_wall_0 / 75, 0.5)" },
|
"meshfix_maximum_resolution": { "value": "max(speed_wall_0 / 75, 0.5)" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user