Revise int and double fields
This commit is contained in:
parent
bb3602c3ff
commit
2e343e5af8
5 changed files with 37 additions and 35 deletions
|
|
@ -228,6 +228,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
|
||||
private void MenuItem_Selected(object sender, EventArgs e)
|
||||
{
|
||||
// When a preset is selected store the current values of all known settings to compare against after applying the preset
|
||||
Dictionary<string, string> settingBeforeChange = new Dictionary<string, string>();
|
||||
foreach (var keyName in PrinterSettings.KnownSettings)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue