Set max height for model chooser in setup wizard.

This commit is contained in:
Kevin Pope 2014-12-28 17:28:39 -08:00
parent 27f5bcfddd
commit 66726af531
3 changed files with 2 additions and 5 deletions

View file

@ -381,8 +381,6 @@ namespace MatterHackers.MatterControl
LoadSlicePresets(this.ActivePrinter.Make, this.ActivePrinter.Model, "material");
LoadSlicePresets(this.ActivePrinter.Make, this.ActivePrinter.Model, "quality");
foreach (CustomCommands customCommand in printerCustomCommands)
{
customCommand.PrinterId = ActivePrinter.Id;