diff --git a/ApplicationView/ApplicationController.cs b/ApplicationView/ApplicationController.cs index b4d2cf126..f75d68980 100644 --- a/ApplicationView/ApplicationController.cs +++ b/ApplicationView/ApplicationController.cs @@ -264,6 +264,10 @@ namespace MatterHackers.MatterControl private List registeredSceneOperations = new List() { + { + "Make Support".Localize(), + (scene) => scene.SelectedItem.OutputType = PrintOutputTypes.Support + }, { "Bend".Localize(), (scene) => new BendOperation(scene.SelectedItem) diff --git a/StaticData/Translations/Master.txt b/StaticData/Translations/Master.txt index c35dd7ff7..9a16d87fe 100644 --- a/StaticData/Translations/Master.txt +++ b/StaticData/Translations/Master.txt @@ -4618,3 +4618,6 @@ Translated:Maximum X-Y jerk [mm/s]: English:Maximum Z jerk [mm/s]: Translated:Maximum Z jerk [mm/s]: +English:Make Support +Translated:Make Support +