Merge branch 'development' of https://github.com/MatterHackers/MatterControl into color_gradient_work
This commit is contained in:
commit
b98120bcc1
14 changed files with 167 additions and 72 deletions
|
|
@ -884,7 +884,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
if (gcodeViewWidget != null
|
||||
&& gcodeViewWidget.LoadedGCode == null)
|
||||
{
|
||||
if (GCodeFile.FileTooBigToLoad(printItem.FileLocation))
|
||||
// If we have finished loading the gcode and the source file exists but we don't have any loaded gcode it is because the loaded decided to not load it.
|
||||
if (File.Exists(printItem.FileLocation))
|
||||
{
|
||||
SetProcessingMessage(string.Format(fileTooBigToLoad, printItem.Name));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue