Changed Bake to MakePermanent

This commit is contained in:
Lars Brubaker 2018-04-09 11:57:45 -07:00
parent 440cfbdc04
commit 7590b179b6
6 changed files with 8 additions and 8 deletions

View file

@ -60,7 +60,7 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
{
}
public override void Bake()
public override void MakePermanent()
{
// push our matrix into our children
foreach (var child in this.Children)