Working on align tool

This commit is contained in:
LarsBrubaker 2018-02-11 13:52:19 -08:00
parent a3eca8e420
commit 9ce555a740
6 changed files with 125 additions and 138 deletions

View file

@ -116,8 +116,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
var transformDatas = GetTransforms(axisIndex, alignment);
scene.UndoBuffer.AddAndDo(new TransformCommand(transformDatas));
//scene.SelectedItem.MaterialIndex = extruderIndexCanPassToClick;
scene.Invalidate();
//scene.SelectedItem.MaterialIndex = extruderIndexCanPassToClick;
scene.Invalidate();
}
};