Skip to content

Commit c8415eb

Browse files
committed
Update standby temperature to use resolveOrValue function
Changed the 'material_standby_temperature' value to use resolveOrValue('material_print_temperature') instead of referencing the variable directly. This may improve dynamic resolution of the standby temperature based on the print temperature.
1 parent ee19650 commit c8415eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/definitions/tank_m_base.def.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"material_final_print_temperature": { "value": "material_print_temperature" },
4747
"material_initial_print_temperature": { "value": "material_print_temperature" },
4848
"material_print_temperature": { "value": "195" },
49-
"material_standby_temperature": { "value": "material_print_temperature" },
49+
"material_standby_temperature": { "value": "resolveOrValue('material_print_temperature')" },
5050
"minimum_interface_area": { "value": 10 },
5151
"minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
5252
"retraction_amount": { "value": 1.0 },

0 commit comments

Comments
 (0)