custom printer is usable now

This commit is contained in:
Lars Brubaker 2020-12-16 14:24:47 -08:00
parent d5a64d6ccc
commit 261460d540
4 changed files with 15 additions and 18 deletions

View file

@ -1448,7 +1448,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
Units = "%".Localize(),
DefaultValue = "90",
Converter = new AsPercentOrDirect(),
QuickMenuSettings = { { "Light", "20" }, { "Standard", "80" }, { "Heavy", "100" } }
QuickMenuSettings = { { "Light", "10" }, { "Standard", "30" }, { "Heavy", "80" } }
},
new SliceSettingData()
{
@ -2266,7 +2266,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
SlicerConfigName = SettingsKey.printer_name,
PresentationName = "Printer Name".Localize(),
HelpText = "This is the name of your printer that will be displayed in the choose printer menu.".Localize(),
DataEditType = DataEditTypes.STRING,
DataEditType = DataEditTypes.WIDE_STRING,
ShowAsOverride = false,
DefaultValue = "",
RebuildGCodeOnChange = false