Cleaning up the interface a bit. Removing unused parameter and some dead code.
This commit is contained in:
parent
6fe0ad8b15
commit
b49d83f60b
3 changed files with 14 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue