Cleaning up the interface a bit. Removing unused parameter and some dead code.

This commit is contained in:
Lars Brubaker 2014-12-05 16:23:24 -08:00
parent 6fe0ad8b15
commit b49d83f60b
3 changed files with 14 additions and 33 deletions

View file

@ -127,7 +127,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
currentRatioDone += ratioPerMeshGroup;
// and put it on the bed
PlatingHelper.PlaceMeshGroupOnBed(asynchMeshGroups, asynchMeshGroupTransforms, meshGroupIndex, false);
PlatingHelper.PlaceMeshGroupOnBed(asynchMeshGroups, asynchMeshGroupTransforms, meshGroupIndex);
}
// and finally center whatever we have as a group