Stall have to add the "other" into the potential printers list.

This commit is contained in:
Lars Brubaker 2015-11-09 17:39:41 -08:00
parent 34882249d4
commit 7813c7d608

View file

@ -143,6 +143,7 @@ namespace MatterHackers.MatterControl
}
}
ModelDropList.AddItem(LocalizedString.Get("Other"));
AddChild(ModelDropList);
HAnchor = HAnchor.FitToChildren;