Applied printer-linter format

This commit is contained in:
rburema 2023-04-20 21:33:03 +00:00 committed by github-actions[bot]
parent b6926b9a24
commit 29380a5ed7
2 changed files with 2 additions and 5 deletions

View File

@ -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" },

View File

@ -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 },