Fixing null and improving help text

This commit is contained in:
LarsBrubaker 2021-05-11 08:00:25 -07:00
parent 540bbcbba6
commit b5302eb1f4
4 changed files with 35 additions and 7 deletions

View file

@ -47,7 +47,7 @@ using MatterHackers.VectorMath;
namespace MatterHackers.MatterControl.DesignTools
{
[MarkDownDescription("Drag the spheres to the locations you would like to measure the distance between.")]
[MarkDownDescription("Drag the spheres to the locations you would like to measure the distance between. The object on the bed will not print.")]
[HideMeterialAndColor]
public class MeasureToolObject3D : Object3D, IObject3DControlsProvider, IAlwaysEditorDraw, IEditorButtonProvider
{