Make sure we can show all settings
This commit is contained in:
parent
e990ce1fe8
commit
49a0e89084
4 changed files with 5 additions and 19 deletions
|
|
@ -124,6 +124,9 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
SettingsKey.emulate_endstops,
|
||||
SettingsKey.enable_line_splitting,
|
||||
SettingsKey.enable_network_printing,
|
||||
SettingsKey.create_skirt,
|
||||
SettingsKey.create_raft,
|
||||
SettingsKey.create_brim,
|
||||
SettingsKey.enable_retractions,
|
||||
SettingsKey.enable_sailfish_communication,
|
||||
SettingsKey.filament_cost,
|
||||
|
|
|
|||
|
|
@ -343,7 +343,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
PresentationName = "Create Raft".Localize(),
|
||||
HelpText = "Creates a raft under the printed part. Useful to prevent warping when printing ABS (and other warping-prone plastics) as it helps parts adhere to the bed.".Localize(),
|
||||
DataEditType = DataEditTypes.CHECK_BOX,
|
||||
ShowIfSet = "NEVER_SHOW",
|
||||
DefaultValue = "0",
|
||||
ReloadUiWhenChanged = true,
|
||||
Converter = new MappedToBoolString(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue