Improved the message for gcode loading error.

This commit is contained in:
Lars Brubaker 2015-05-21 15:09:59 -07:00
parent 0f2cb51756
commit 6be1916c89
4 changed files with 6 additions and 3 deletions

View file

@ -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;