Fix fallback setting error.

This commit is contained in:
Remco Burema 2025-03-18 16:14:50 +01:00
parent 2f2b6a03ab
commit 3fbfca48d8

View File

@ -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)" },