Remove Add Printer restriction while printing
- Issue MatterHackers/MCCentral#5364 Add printers while printing
This commit is contained in:
parent
e1da0c5a62
commit
61980d5613
2 changed files with 2 additions and 9 deletions
|
|
@ -47,6 +47,7 @@ namespace MatterHackers.MeshVisualizer
|
|||
{
|
||||
GLHelper.PrepareFor3DLineRender(true);
|
||||
Frustum frustum = world.GetClippingFrustum();
|
||||
|
||||
for (int i = 0; i < sides; i++)
|
||||
{
|
||||
var rotatedPoint = new Vector3(Math.Cos(MathHelper.Tau * i / sides), Math.Sin(MathHelper.Tau * i / sides), 0) * diameter / 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue