Hi,
I'm trying to 3D print a model of a windmill. The blades will
eventually be bigger than my printer can handle, so I'll have to chop
them up into printable parts. I was planning on making
the mating constructions in openscad.
Now I've downloaded a windmill blade model from thingiverse:
https://www.thingiverse.com/thing:2122925
and it renders just fine as long as I don't add or subtract anything
from it.
For a first test I just want to print it scaled so that it fits on my
printer:
module blade ()
{
translate ([3,13,95.5])
rotate ([90,0,0]) import ("bird_blade/Bird-Blade.STL", convexity = 10);
}
blade ();
*cylinder (d=50, h=1.1);
once I add the cylinder (to fix it to the bed), a "render" will
complain it is not closed and remove the blade from the render.
I've seemingly tried 6 windmill blade models, and all of them
have this problem.
bird_blade/source:https://www.thingiverse.com/thing:2122925
fan_blade/source:https://www.thingiverse.com/thing:3278347
turbine_blade/source:https://www.thingiverse.com/thing:3099569
wind_turbine_blade/source:https://www.thingiverse.com/thing:4775695
wind_turbine/source:https://www.thingiverse.com/thing:1252692
I've run all of them through an online STL fixer and they still
have this problem.
Does anybody have a suggestion on how to get this working ?
Roger.
--
** R.E.Wolff@BitWizard.nl ** https://www.BitWizard.nl/ ** +31-15-2049110 **
** Delftechpark 11 2628 XJ Delft, The Netherlands. KVK: 27239233 **
f equals m times a. When your f is steady, and your m is going down
your a is going up. -- Chris Hadfield about flying up the space shuttle.
Looking at the first one in NetFabb studio it isn't a closed mesh. It has
holes and self intersections so I expect the others are all the same. I
don't think OpenSCAD is ever wrong when it calls out STLs. Most STLs on
Thingiverse are broken.
On Sun, 25 Jun 2023 at 09:44, Rogier Wolff R.E.Wolff@bitwizard.nl wrote:
Hi,
I'm trying to 3D print a model of a windmill. The blades will
eventually be bigger than my printer can handle, so I'll have to chop
them up into printable parts. I was planning on making
the mating constructions in openscad.
Now I've downloaded a windmill blade model from thingiverse:
https://www.thingiverse.com/thing:2122925
and it renders just fine as long as I don't add or subtract anything
from it.
For a first test I just want to print it scaled so that it fits on my
printer:
module blade ()
{
translate ([3,13,95.5])
rotate ([90,0,0]) import ("bird_blade/Bird-Blade.STL", convexity =
10);
}
blade ();
*cylinder (d=50, h=1.1);
once I add the cylinder (to fix it to the bed), a "render" will
complain it is not closed and remove the blade from the render.
I've seemingly tried 6 windmill blade models, and all of them
have this problem.
bird_blade/source:https://www.thingiverse.com/thing:2122925
fan_blade/source:https://www.thingiverse.com/thing:3278347
turbine_blade/source:https://www.thingiverse.com/thing:3099569
wind_turbine_blade/source:https://www.thingiverse.com/thing:4775695
wind_turbine/source:https://www.thingiverse.com/thing:1252692
https://www.thingiverse.com/thing:4775695wind_turbine/source:https://www.thingiverse.com/thing:1252692
I've run all of them through an online STL fixer and they still
have this problem.
Does anybody have a suggestion on how to get this working ?
Roger.
--
** R.E.Wolff@BitWizard.nl ** https://www.BitWizard.nl/ ** +31-15-2049110
**
** Delftechpark 11 2628 XJ Delft, The Netherlands. KVK: 27239233 **
f equals m times a. When your f is steady, and your m is going down
your a is going up. -- Chris Hadfield about flying up the space shuttle.
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org
Have you tried grouping the objects in Cura?
Roger.
Roger. Sent from my iPhone 6
On 25 Jun 2023, at 09:43, Rogier Wolff R.E.Wolff@bitwizard.nl wrote:
Hi,
I'm trying to 3D print a model of a windmill. The blades will
eventually be bigger than my printer can handle, so I'll have to chop
them up into printable parts. I was planning on making
the mating constructions in openscad.
Now I've downloaded a windmill blade model from thingiverse:
https://www.thingiverse.com/thing:2122925
and it renders just fine as long as I don't add or subtract anything
from it.
For a first test I just want to print it scaled so that it fits on my
printer:
module blade ()
{
translate ([3,13,95.5])
rotate ([90,0,0]) import ("bird_blade/Bird-Blade.STL", convexity = 10);
}
blade ();
*cylinder (d=50, h=1.1);
once I add the cylinder (to fix it to the bed), a "render" will
complain it is not closed and remove the blade from the render.
I've seemingly tried 6 windmill blade models, and all of them
have this problem.
bird_blade/source:https://www.thingiverse.com/thing:2122925
fan_blade/source:https://www.thingiverse.com/thing:3278347
turbine_blade/source:https://www.thingiverse.com/thing:3099569
wind_turbine_blade/source:https://www.thingiverse.com/thing:4775695
wind_turbine/source:https://www.thingiverse.com/thing:1252692
I've run all of them through an online STL fixer and they still
have this problem.
Does anybody have a suggestion on how to get this working ?
Roger.
--
** R.E.Wolff@BitWizard.nl ** https://www.BitWizard.nl/ ** +31-15-2049110 **
** Delftechpark 11 2628 XJ Delft, The Netherlands. KVK: 27239233 **
f equals m times a. When your f is steady, and your m is going down
your a is going up. -- Chris Hadfield about flying up the space shuttle.