Made Marlin EEProm have import and export

This commit is contained in:
Lars Brubaker 2016-02-12 10:26:40 -08:00
parent 9d5c9c0181
commit cda645d03d
11 changed files with 207 additions and 73 deletions

View file

@ -147,7 +147,7 @@ namespace MatterHackers.MatterControl.PrintQueue
},
(saveParams) =>
{
if (saveParams.FileName != null)
if (!string.IsNullOrEmpty(saveParams.FileName))
{
PartsSheet currentPartsInQueue = new PartsSheet(parts, saveParams.FileName);