mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Holeless Disk2D fix
This commit is contained in:
parent
a27f82e64b
commit
13ead1e4de
1 changed files with 1 additions and 2 deletions
|
@ -605,8 +605,7 @@ class X3DReader(MeshReader):
|
|||
|
||||
angle = 2 * pi / n
|
||||
|
||||
if innerRadius:
|
||||
self.reserveFaceAndVertexCount(n*4 if innerRadius else n-2, n*2 if innerRadius else n)
|
||||
self.reserveFaceAndVertexCount(n*4 if innerRadius else n-2, n*2 if innerRadius else n)
|
||||
|
||||
for i in range(n):
|
||||
s = sin(angle * i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue