you need the attached file. Keep it in the same folder where trial.scad is
placed
On Mon, 3 Feb 2025 at 21:34, Richard Thomas richdthomas@gmail.com wrote:
Oh wow, that was quick, thank you.
For some reason, the trial,scad only gave me the outer.
[image: image.png]
Any ideas?
Thanks,
Richard.
On Mon, 3 Feb 2025 at 14:45, Sanjeev Prabhakar sprabhakar2006@gmail.com
wrote:
Here is the scad file
you need to include dependencies2.scad file for this to work.
here is the pure openscad version
you need to keep both these files in the same folder
If the idea is to 3d print, then most slicers orca/cura, etc. let you
print infill patterns with various line widths, and orca for example can
create basic shapes and boolean transforms. I think for a simple grill,
it would give interesting mesh patterns with little effort.
Create a simple frame in openscad if you want , probably quicker to add
the fixing holes and other details in cad,
linear_extrude(8)
difference(){
square(100,true);
circle(d=90);
}
then in orca/whatever, make a cylinder a bit larger than the hole,
choose the infill for that part, thicken the infill and space as
required, and merge that into the frame. You can get very fine and
strong meshes, if needed.
On 03/02/2025 16:04, Richard Thomas via Discuss wrote:
Oh wow, that was quick, thank you.
For some reason, the trial,scad only gave me the outer.
image.png
Any ideas?
Thanks,
Richard.
On Mon, 3 Feb 2025 at 14:45, Sanjeev Prabhakar
sprabhakar2006@gmail.com wrote:
Here is the scad file
you need to include dependencies2.scad file for this to work.
OpenSCAD mailing list
To unsubscribe send an email todiscuss-leave@lists.openscad.org
Hi,
Yeah, I'd done the infill trick on a simpler design.
This particular one is part of a more complex part, which why I originally
went down the STL manipulation route.
Thanks,
Richard.
On Mon, 3 Feb 2025, 19:46 Raymond West via Discuss, <
discuss@lists.openscad.org> wrote:
If the idea is to 3d print, then most slicers orca/cura, etc. let you
print infill patterns with various line widths, and orca for example can
create basic shapes and boolean transforms. I think for a simple grill, it
would give interesting mesh patterns with little effort.
Create a simple frame in openscad if you want , probably quicker to add
the fixing holes and other details in cad,
linear_extrude(8)
difference(){
square(100,true);
circle(d=90);
}
then in orca/whatever, make a cylinder a bit larger than the hole, choose
the infill for that part, thicken the infill and space as required, and
merge that into the frame. You can get very fine and strong meshes, if
needed.
On 03/02/2025 16:04, Richard Thomas via Discuss wrote:
Oh wow, that was quick, thank you.
For some reason, the trial,scad only gave me the outer.
[image: image.png]
Any ideas?
Thanks,
Richard.
On Mon, 3 Feb 2025 at 14:45, Sanjeev Prabhakar sprabhakar2006@gmail.com
wrote:
Here is the scad file
you need to include dependencies2.scad file for this to work.
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org