mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 00:39:03 +08:00
Applied printer-linter format
This commit is contained in:
parent
b6926b9a24
commit
29380a5ed7
@ -114,10 +114,7 @@
|
||||
"support_angle": { "value": "45 if speed_print > 99.9 else 50" },
|
||||
"support_bottom_offset": { "value": "-0.4" },
|
||||
"support_brim_enable": { "value": "support_structure == 'normal' or support_structure == 'tree'" },
|
||||
"support_brim_width":
|
||||
{
|
||||
"value": "6 if support_structure == 'tree' else line_width * initial_layer_line_width_factor * 0.02 "
|
||||
},
|
||||
"support_brim_width": { "value": "6 if support_structure == 'tree' else line_width * initial_layer_line_width_factor * 0.02 " },
|
||||
"support_infill_angles": { "default_value": "[65]" },
|
||||
"support_interface_density": { "default_value": 33.333 },
|
||||
"support_interface_pattern": { "default_value": "lines" },
|
||||
|
@ -117,8 +117,8 @@
|
||||
"speed_wall_x": { "value": "speed_wall" },
|
||||
"speed_z_hop": { "default_value": 5 },
|
||||
"support_angle": { "default_value": 60 },
|
||||
"support_brim_enable": { "value": false },
|
||||
"support_bottom_stair_step_height": { "value": 0.2 },
|
||||
"support_brim_enable": { "value": false },
|
||||
"support_brim_width": { "default_value": 4 },
|
||||
"support_enable": { "default_value": true },
|
||||
"support_interface_density": { "default_value": 80 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user