Improved the message for gcode loading error.
This commit is contained in:
parent
0f2cb51756
commit
6be1916c89
4 changed files with 6 additions and 3 deletions
|
|
@ -78,7 +78,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
private static string slicingErrorMessage = "Slicing Error.\nPlease review your slice settings.".Localize();
|
||||
private static string pressGenerateMessage = "Press 'generate' to view layers".Localize();
|
||||
private static string fileNotFoundMessage = "File not found on disk.".Localize();
|
||||
private static string fileTooBigToLoad = "GCode file too big to load for '{0}'.".Localize();
|
||||
private static string fileTooBigToLoad = "GCode file too big to preview ({0}).".Localize();
|
||||
|
||||
private Vector2 bedCenter;
|
||||
private Vector3 viewerVolume;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue