Making calibration wipe tower round
This commit is contained in:
parent
a22c837041
commit
053d9bdb53
4 changed files with 9 additions and 3 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue