Don't duplicate default setting

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Casper Lamboo 2023-02-08 16:14:24 +01:00 committed by GitHub
parent 06c0ccb572
commit b37d80a546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@
"support_line_distance": { "minimum_value_warning": "0 if support_structure == 'tree' else support_line_width" },
"support_offset": { "value": "0.9 if support_interface_enable else 0" },
"support_tower_roof_angle": { "value": "65 if support_interface_enable else 0" },
"support_use_towers": { "value": true },
"support_wall_count": { "value": "1 if support_structure == 'tree' else 0" },
"support_xy_distance": { "value": "1" },
"support_xy_distance_overhang": { "value": "0.2" },