<guso7887>
the 3d offset can definitely benefit from getting more robust. is there a function in openscad which can merge adjacent tringles, which have same orientation (normal vector) ?
guso78 has quit [Ping timeout: 260 seconds]
<teepee>
there might be something in the new fast-csg code, but I could not point to any specific code
snaked has quit [Quit: Leaving]
guso7887 has quit [Quit: Client closed]
guso78 has joined #openscad
guso78 has quit [Ping timeout: 260 seconds]
use-value has quit [Remote host closed the connection]
<guso78>
i found some "hybrid" stuff in geometry/cgal but i just found the tesselation. need the other dir
Guest88 has joined #openscad
J231588 has quit [Ping timeout: 260 seconds]
guso7889 has joined #openscad
guso7889 has quit [Ping timeout: 260 seconds]
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #openscad
J23 has joined #openscad
guso78 has quit [Quit: Client closed]
Ckat has joined #openscad
teepee_ has joined #openscad
teepee has quit [Remote host closed the connection]
teepee_ is now known as teepee
epony has quit [Remote host closed the connection]
epony has joined #openscad
robert7 has left #openscad [Bye]
Guest88 has quit [Quit: Client closed]
<cbmuser>
teepee: ping
<teepee>
heyho o/
<cbmuser>
=> Matrix-Chat?
ur5us has joined #openscad
Guest88 has joined #openscad
<Guest88>
I wonder if someone might be able to help me. I'm not real good at OpenSCAD, but I've managed to make a few simple things. The one I'd like some help with is a tray that I created using the 'tray.scad' library and a very simple 'tray([300, 200, 40], thickness=3);'. This worked great, but I'd like to add a square pad, roughly 1.5cm square, at the
<Guest88>
bottom in each corner. Is this possible?
<InPhase>
Guest88: So yes, it's quite possible. This tutorial walks you through some basic examples of combining things, which should illustrate to you how to do such a change to your generated tray.
<Guest88>
The problem is I've looked through various articles and tutorials, and am no closer to understanding it. For reasons I can't explain, coding/programming, which is essentially the nature of OpenSCAD, has always escaped me. I'll look some more and try to give it another go.
<InPhase>
If you haven't tried this tutorial give it a go. We put a lot of attention into designing that tutorial, and it was prepared by a paid GSoC worker, so it got a lot of attention. We also thought carefully about the pedagogical arrangement and accessibility of it.
<InPhase>
I taught OpenSCAD to large numbers of non-programmers in a college setting before advising on the content of this tutorial.
<Guest88>
Thanks, I'll take a look and see if I can make heads or tails of it.
<InPhase>
You should also be able to make heads and tails with it. ;)
<InPhase>
I recommend going through it actively. Get yourself an open openscad window and work along with the tutorial, making the bits as you go. You should have a nice car at the end.