More scripting
This commit is contained in:
parent
36a52d25ac
commit
5102f8bdd6
3 changed files with 31 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue