Made Marlin EEProm have import and export
This commit is contained in:
parent
9d5c9c0181
commit
cda645d03d
11 changed files with 207 additions and 73 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue