Making calibration wipe tower round

This commit is contained in:
LarsBrubaker 2020-05-07 19:01:16 -07:00
parent a22c837041
commit 053d9bdb53
4 changed files with 9 additions and 3 deletions

View file

@ -138,7 +138,7 @@ namespace MatterHackers.MatterControl.DesignTools
// add in the wipe tower
this.Children.Add(new Object3D()
{
Mesh = PlatonicSolids.CreateCube(),
Mesh = new CylinderObject3D(1, 1, 50).Mesh,
Matrix = Matrix4X4.CreateTranslation(1 / 2.0, 1 / 2.0, 1 / 2.0)
* Matrix4X4.CreateScale(WipeTowerSize, WipeTowerSize, ChangeHeight * 2)
* Matrix4X4.CreateTranslation(TabDepth * 1, TabDepth * 2, 0),