From 7aebea83c76829f2cb91026c3469bd78ae2c6e7b Mon Sep 17 00:00:00 2001 From: larsbrubaker Date: Wed, 18 Jun 2014 19:55:13 -0700 Subject: [PATCH] Added bridge fan speed to MatterSlice --- CustomWidgets/ExportPrintItemWindow.cs | 1 + SlicerConfiguration/SlicerMapping/EngineMappingMatterSlice.cs | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CustomWidgets/ExportPrintItemWindow.cs b/CustomWidgets/ExportPrintItemWindow.cs index eae21c94b..a96ef15e9 100644 --- a/CustomWidgets/ExportPrintItemWindow.cs +++ b/CustomWidgets/ExportPrintItemWindow.cs @@ -291,6 +291,7 @@ namespace MatterHackers.MatterControl SaveFileDialogParams saveParams = new SaveFileDialogParams("Save as STL|*.stl"); saveParams.Title = "MatterControl: Export File"; saveParams.ActionButtonLabel = "Export"; + saveParams.FileName = printItemWrapper.Name; System.IO.Stream streamToSaveTo = FileDialog.SaveFileDialog(ref saveParams); diff --git a/SlicerConfiguration/SlicerMapping/EngineMappingMatterSlice.cs b/SlicerConfiguration/SlicerMapping/EngineMappingMatterSlice.cs index a2dedb7ab..99afd307e 100644 --- a/SlicerConfiguration/SlicerMapping/EngineMappingMatterSlice.cs +++ b/SlicerConfiguration/SlicerMapping/EngineMappingMatterSlice.cs @@ -138,6 +138,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration new MapItem("infillSpeed", "infill_speed"), new MapItem("bridgeSpeed", "bridge_speed"), + + new MapItem("bridgeFanSpeedPercent", "bridge_fan_speed"), //infillStartingAngle=45 new MapItem("infillStartingAngle", "fill_angle"),