add new application icon for GLFW
This commit is contained in:
parent
30f58f8ea9
commit
72ea164f11
4 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
BIN
StaticData/Icons/application.png
Normal file
BIN
StaticData/Icons/application.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
|
|
@ -1 +1 @@
|
|||
Subproject commit e65a677aed2ce96019b0dc4ac5e0033e8179a790
|
||||
Subproject commit d045922f4b54675b3ed4a241101c5b4965d0892e
|
||||
Loading…
Add table
Add a link
Reference in a new issue