Made the pre-heat use the temperature and bed_temperature .
Put in a menu to select the slice settings level.
This commit is contained in:
parent
527757b314
commit
f8e92931e1
6 changed files with 41 additions and 53 deletions
|
|
@ -152,8 +152,8 @@ namespace MatterHackers.MatterControl.ConfigurationPage
|
|||
optionsContainer.AddChild(releaseOptionsDropList);
|
||||
optionsContainer.Width = 200;
|
||||
|
||||
MenuItem releaseOptionsDropDownItem = releaseOptionsDropList.AddItem(LocalizedString.Get("Normal"), "responsive");
|
||||
MenuItem preReleaseDropDownItem = releaseOptionsDropList.AddItem(LocalizedString.Get("Touchscreen"), "touchscreen");
|
||||
MenuItem responsizeOptionsDropDownItem = releaseOptionsDropList.AddItem(LocalizedString.Get("Normal"), "responsive");
|
||||
MenuItem touchscreenOptionsDropDownItem = releaseOptionsDropList.AddItem(LocalizedString.Get("Touchscreen"), "touchscreen");
|
||||
|
||||
List<string> acceptableUpdateFeedTypeValues = new List<string>() { "responsive", "touchscreen" };
|
||||
string currentUpdateFeedType = UserSettings.Instance.get("ApplicationDisplayMode");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue