mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
ENH: add notice for PrintStatusAmsMappingInvalid
jira: [STUDIO-14577] Change-Id: I9c875ef07da8f7b56eee1923afd9fa5e9f346255 (cherry picked from commit ad0c04c57848325dcd3e57a67a29207f57f0207d)
This commit is contained in:
@@ -78,6 +78,7 @@ wxString PrePrintChecker::get_pre_state_msg(PrintDialogStatus status)
|
||||
case PrintStatusInSystemPrinting: return _L("The printer is executing instructions. Please restart printing after it ends");
|
||||
case PrintStatusInPrinting: return _L("The printer is busy on other print job");
|
||||
case PrintStatusAmsOnSettingup: return _L("AMS is setting up. Please try again later.");
|
||||
case PrintStatusAmsMappingInvalid: return _L("Not all filaments used in slicing are mapped to the printer. Please check the mapping of filaments.");
|
||||
case PrintStatusAmsMappingMixInvalid: return _L("Please do not mix-use the Ext with AMS");
|
||||
case PrintStatusNozzleDataInvalid: return _L("Invalid nozzle information, please refresh or manually set nozzle information.");
|
||||
case PrintStatusLanModeNoSdcard: return _L("Storage needs to be inserted before printing via LAN.");
|
||||
|
||||
Reference in New Issue
Block a user