Working on now filament library
This commit is contained in:
parent
6dca32d931
commit
9d9040f799
15 changed files with 494 additions and 1 deletions
|
|
@ -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) =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue