More scripting

This commit is contained in:
Lars Brubaker 2021-10-26 14:14:46 -07:00
parent 36a52d25ac
commit 5102f8bdd6
3 changed files with 31 additions and 14 deletions

View file

@ -52,7 +52,9 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
, IPropertyGridModifier
#endif
{
[Description("The height of the extrusion")]
[Slider(.1, 50, Easing.EaseType.Quadratic, useSnappingGrid: true)]
[MaxDecimalPlaces(2)]
public DoubleOrExpression Height { get; set; } = 5;
#if DEBUG