The width depth controls are working on all sides
Still have rendering issues
This commit is contained in:
parent
f7c269426a
commit
28d03c57d8
5 changed files with 52 additions and 77 deletions
|
|
@ -190,11 +190,10 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
if (selectedItem is IObjectWithWidthAndDepth widthAndDepth)
|
||||
{
|
||||
#if DEBUG
|
||||
Object3DControls.Add(new ScaleWidthDepthControl(this, 0));
|
||||
#else
|
||||
AddControls(ControlTypes.ScaleMatrixXY);
|
||||
#endif
|
||||
Object3DControls.Add(new ScaleWidthDepthControl(this, 1));
|
||||
Object3DControls.Add(new ScaleWidthDepthControl(this, 2));
|
||||
Object3DControls.Add(new ScaleWidthDepthControl(this, 3));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue