Working on now filament library

This commit is contained in:
Lars Brubaker 2022-03-08 17:59:59 -08:00
parent 6dca32d931
commit 9d9040f799
15 changed files with 494 additions and 1 deletions

View file

@ -115,7 +115,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
AggContext.FileDialogs.SaveFileDialog(
new SaveFileDialogParams("MatterControl Settings Export|*.material", title: "Export Material Setting")
{
FileName = presetsContext.PersistenceLayer.Name
FileName = ApplicationController.Instance.SanitizeFileName(presetsContext.PersistenceLayer.Name)
},
(saveParams) =>
{