PP-71
This commit is contained in:
Rijk van Manen 2023-01-24 11:59:35 +01:00
parent 0d1f73b090
commit 1c2ba2fcd4

View File

@ -4405,7 +4405,7 @@
"unit": "mm/s",
"type": "float",
"default_value": 10,
"enable": "cool_min_layer_time > 0",
"enabled": "cool_min_layer_time > 0",
"minimum_value": "0",
"maximum_value_warning": "100",
"settable_per_mesh": false,
@ -4417,7 +4417,7 @@
"description": "When the minimum speed is hit because of minimum layer time, lift the head away from the print and wait the extra time until the minimum layer time is reached.",
"type": "bool",
"default_value": false,
"enable": "cool_min_layer_time > 0",
"enabled": "cool_min_layer_time > 0",
"settable_per_mesh": false,
"settable_per_extruder": true
},
@ -4428,7 +4428,7 @@
"unit": "\u00b0C",
"type": "float",
"value": "material_print_temperature",
"enable": "cool_min_layer_time > 0",
"enabled": "cool_min_layer_time > 0",
"minimum_value": "material_final_print_temperature",
"maximum_value": "material_print_temperature",
"settable_per_mesh": false,