Added top infill speed.

Hid solid_shell on slic3r
Put in more comments
This commit is contained in:
Lars Brubaker 2015-10-13 13:40:35 -07:00
parent c236c300d5
commit 544ee2fa9a
6 changed files with 17 additions and 7 deletions

View file

@ -76,7 +76,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
hideItems.Add("heat_extruder_before_homing");
hideItems.Add("extruders_share_temperature");
hideItems.Add("print_leveling_method");
hideItems.Add("solid_shell");
}
return instance;
}