Adding a printable flag

This commit is contained in:
Lars Brubaker 2021-10-19 10:19:34 -07:00
parent 8824d35e5e
commit 846f665db7
8 changed files with 32 additions and 17 deletions

View file

@ -122,7 +122,7 @@ namespace MatterHackers.MatterControl.DesignTools
[HideFromEditor]
public bool PositionsHaveBeenSet { get; set; } = false;
public override bool Persistable => false;
public override bool Printable => false;
public void AddObject3DControls(Object3DControlsLayer object3DControlsLayer)
{