integrating offline changes

This commit is contained in:
Lars Brubaker 2023-03-10 17:15:55 -08:00
parent 121623bad3
commit 3f8eeda65b
125 changed files with 5442 additions and 5434 deletions

View file

@ -82,7 +82,7 @@ namespace MatterHackers.MatterControl.DesignTools
{
var item = new TextObject3D();
if (!setTo2D)
if (setTo2D)
{
item.Output = OutputDimensions.Output2D;
}
@ -166,7 +166,7 @@ namespace MatterHackers.MatterControl.DesignTools
{
await Rebuild();
}
else if (SheetObject3D.NeedsRebuild(this, invalidateArgs))
else if (Expressions.NeedRebuild(this, invalidateArgs))
{
await Rebuild();
}