Merge pull request #3617 from Ultimaker/feature_try_line_widths

Add setting to try multiple line thicknesses
This commit is contained in:
Lipu Fei 2018-04-04 11:00:30 +02:00 committed by GitHub
commit 836cba9c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6585,6 +6585,14 @@
"type": "float", "type": "float",
"enabled": "bridge_settings_enabled and bridge_enable_more_layers", "enabled": "bridge_settings_enabled and bridge_enable_more_layers",
"settable_per_mesh": true "settable_per_mesh": true
},
"wall_try_line_thickness":
{
"label": "Try Multiple Line Thicknesses",
"description": "When creating inner walls, try various line thicknesses to fit the wall lines better in narrow spaces. This reduces or increases the inner wall line width by up to 0.01mm.",
"default_value": false,
"type": "bool",
"settable_per_mesh": true
} }
} }
}, },