Remove Try Multiple Line Thicknesses setting

This setting is now always enabled, hard-coded in the engine.
This commit is contained in:
Ghostkeeper 2018-05-30 10:35:50 +02:00
parent b43806fd4b
commit 6ea5924c95
No known key found for this signature in database
GPG Key ID: 5252B696FB5E7C7A

View File

@ -6678,14 +6678,6 @@
"type": "float",
"enabled": "bridge_settings_enabled and bridge_enable_more_layers",
"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
}
}
},