add new application icon for GLFW

This commit is contained in:
Lars Brubaker 2020-11-18 15:18:32 -08:00
parent 30f58f8ea9
commit 72ea164f11
4 changed files with 3 additions and 3 deletions

View file

@ -1038,7 +1038,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
HelpText = "The starting height (z) of the print head before probing each print level position.".Localize(),
DataEditType = DataEditTypes.DOUBLE,
Units = "mm".Localize(),
ShowIfSet = "!has_hardware_leveling",
ShowIfSet = "!has_hardware_leveling&has_z_probe",
DefaultValue = "10",
RebuildGCodeOnChange = false
},

View file

@ -314,7 +314,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
},
new NamedBoolAction()
{
Title = "Configure Printer".Localize(),
Title = "Show Printer".Localize(),
Action = () => { },
GetIsActive = () => printer.ViewState.ConfigurePrinterVisible,
SetIsActive = (value) => printer.ViewState.ConfigurePrinterVisible = value

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

@ -1 +1 @@
Subproject commit e65a677aed2ce96019b0dc4ac5e0033e8179a790
Subproject commit d045922f4b54675b3ed4a241101c5b4965d0892e