improving item button logic
fix spelling
This commit is contained in:
parent
90934aa04f
commit
2026bb220c
9 changed files with 18 additions and 11 deletions
|
|
@ -609,7 +609,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
}
|
||||
|
||||
string fileName = Path.GetFileNameWithoutExtension(settingsFilePath);
|
||||
var existingPrinterNames = Instance.ActiveProfiles.Select(p => p.Name);
|
||||
var existingPrinterNames = new HashSet<string>(Instance.ActiveProfiles.Select(p => p.Name));
|
||||
|
||||
var printerInfo = new PrinterInfo
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue