mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 03:19:04 +08:00
Resolve failed printer definition linting.
CURA-10332 | PP-249
This commit is contained in:
parent
63f5916cfb
commit
68087b1551
@ -116,7 +116,6 @@
|
|||||||
"support_brim_enable": { "value": "support_structure == 'normal' or support_structure == 'tree'" },
|
"support_brim_enable": { "value": "support_structure == 'normal' or support_structure == 'tree'" },
|
||||||
"support_brim_width":
|
"support_brim_width":
|
||||||
{
|
{
|
||||||
"default_value": 3,
|
|
||||||
"value": "6 if support_structure == 'tree' else line_width * initial_layer_line_width_factor * 0.02 "
|
"value": "6 if support_structure == 'tree' else line_width * initial_layer_line_width_factor * 0.02 "
|
||||||
},
|
},
|
||||||
"support_infill_angles": { "default_value": "[65]" },
|
"support_infill_angles": { "default_value": "[65]" },
|
||||||
|
@ -125,7 +125,6 @@
|
|||||||
"speed_z_hop": { "default_value": 5 },
|
"speed_z_hop": { "default_value": 5 },
|
||||||
"support_angle": { "default_value": 60 },
|
"support_angle": { "default_value": 60 },
|
||||||
"support_brim_enable": { "value": false },
|
"support_brim_enable": { "value": false },
|
||||||
"support_brim_width": { "default_value": 4 },
|
|
||||||
"support_enable": { "default_value": true },
|
"support_enable": { "default_value": true },
|
||||||
"support_infill_rate": { "value": 15 },
|
"support_infill_rate": { "value": 15 },
|
||||||
"support_interface_density": { "default_value": 33.333 },
|
"support_interface_density": { "default_value": 33.333 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user