mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:59:00 +08:00
fix typo
PP-71
This commit is contained in:
parent
0648cc5fd6
commit
0d1f73b090
@ -40,7 +40,7 @@
|
|||||||
"cool_fan_speed_max": { "value": "100" },
|
"cool_fan_speed_max": { "value": "100" },
|
||||||
"cool_min_layer_time": { "value": 6 },
|
"cool_min_layer_time": { "value": 6 },
|
||||||
"cool_min_layer_time_fan_speed_max": { "value": "cool_min_layer_time + 5" },
|
"cool_min_layer_time_fan_speed_max": { "value": "cool_min_layer_time + 5" },
|
||||||
"cool_min_speed": { "value": "speed_wall_0 * 3 / 4 if lift_head else speed_wall_0 / 5" },
|
"cool_min_speed": { "value": "speed_wall_0 * 3 / 4 if cool_lift_head else speed_wall_0 / 5" },
|
||||||
"cool_min_temperature": { "value": "material_print_temperature - 15" },
|
"cool_min_temperature": { "value": "material_print_temperature - 15" },
|
||||||
"gradual_support_infill_step_height": { "value": "4 * layer_height" },
|
"gradual_support_infill_step_height": { "value": "4 * layer_height" },
|
||||||
"gradual_support_infill_steps": { "value": "2 if support_interface_enable else 0" },
|
"gradual_support_infill_steps": { "value": "2 if support_interface_enable else 0" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user