Added more description to the eeprom error message
This commit is contained in:
parent
06e97320c2
commit
c3cacf9b5f
2 changed files with 4 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
|
|||
|
||||
static EePromMarlinWindow openEePromMarlinWidget = null;
|
||||
static EePromRepetierWindow openEePromRepetierWidget = null;
|
||||
string noEepromMappingMessage = "Oops! There is no eeprom mapping for your printer's firmware.".Localize();
|
||||
string noEepromMappingMessage = "Oops! There is no eeprom mapping for your printer's firmware.".Localize() + "\n\n" + "You may need to wait a minute for your printer to finish initializing.".Localize();
|
||||
string noEepromMappingTitle = "Warning - No EEProm Mapping".Localize();
|
||||
private FlowLayoutWidget GetEEPromControl()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue