Added more description to the eeprom error message

This commit is contained in:
Lars Brubaker 2015-02-26 11:06:48 -08:00
parent 06e97320c2
commit c3cacf9b5f
2 changed files with 4 additions and 1 deletions

View file

@ -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()
{