teepee changed the topic of #openscad to: OpenSCAD - The Programmers Solid 3D CAD Modeller | This channel is logged! | Website: http://www.openscad.org/ | FAQ: https://goo.gl/pcT7y3 | Request features / report bugs: https://goo.gl/lj0JRI | Tutorial: https://bit.ly/37P6z0B | Books: https://bit.ly/3xlLcQq | FOSDEM 2020: https://bit.ly/35xZGy6 | Logs: https://bit.ly/32MfbH5
GNUmoon has quit [Ping timeout: 264 seconds]
GNUmoon has joined #openscad
germ has quit [Read error: Connection reset by peer]
califax has quit [Remote host closed the connection]
<InPhase> teepee: I think AppImage has been working very impressively. The success rate is very good.
germ has joined #openscad
califax has joined #openscad
qpla has quit [Ping timeout: 265 seconds]
ccox has joined #openscad
howiemnt1 has joined #openscad
howiemnt has quit [Ping timeout: 260 seconds]
J25k21 has joined #openscad
J25k has quit [Ping timeout: 240 seconds]
califax has quit [Remote host closed the connection]
califax has joined #openscad
mmu_man has quit [Ping timeout: 252 seconds]
Guest15 has joined #openscad
Guest15 has quit [Client Quit]
snaked has quit [Remote host closed the connection]
Murr has quit [Ping timeout: 245 seconds]
Murr has joined #openscad
Murr has quit [Changing host]
Murr has joined #openscad
stealth_ has quit [Quit: Leaving]
ecraven- has joined #openscad
ecraven has quit [Ping timeout: 276 seconds]
<teepee> lol no dependency :)
<teepee> so we write our own gui framework? release target year 5395?
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
nomike_ has joined #openscad
nomike has quit [Ping timeout: 244 seconds]
califax has quit [Ping timeout: 264 seconds]
califax has joined #openscad
nomike_ is now known as nomike
Guest97 has joined #openscad
Guest97 has quit [Client Quit]
fling has quit [Ping timeout: 264 seconds]
Guest123 has joined #openscad
<gbruno> [github] gsohler synchronize pull request #5697 (separate Python Target) https://github.com/openscad/openscad/pull/5697
Guest123 has quit [Quit: Client closed]
guso33 has joined #openscad
<guso33> i dont get it, the HB include path is wrong, and why as -isystem  ?
qpla has joined #openscad
<InPhase> guso33: What do you see for: pkg-config --cflags harfbuzz
Guest92 has joined #openscad
Guest92 has quit [Client Quit]
Guest32 has joined #openscad
<Guest32> / Octimus Prime Transformer Knight - Basic Parametric Model
<Guest32> / Change transform_mode to "robot" or "truck" to see each form
<Guest32> / Wheel module
<Guest32> detail = 32;
<Guest32> module wheel() {
<Guest32>   cylinder(h = 5, r = 10, $fn = detail);
<Guest32> }
<Guest32> / Body, head, arms, and legs modules
<Guest32> module body() {
<Guest32>   cube([40, 60, 20], center = true);
<Guest32> }
<Guest32> module head() {
<Guest32>   translate([0, 0, 20])
<Guest32>     cube([20, 20, 10], center = true);
<Guest32> }
<Guest32> module arm() {
<Guest32>   translate([25, 0, 0])
<Guest32>     cube([10, 40, 10], center = true);
<Guest32>   translate([0, -20, 0])
<Guest32>     cube([60, 30, 10], center = true);
<Guest32>   // Cabin
<Guest32>   translate([0, 10, 10])
<Guest32>     cube([30, 30, 20], center = true);
<Guest32>   // Wheels
<Guest32>   for (x = [-20, 20]) {
<Guest32>     for (y = [-15, 15]) {
<Guest32>       translate([x, y, 0]) rotate([0, 90, 0]) wheel();
<Guest32>     }
<Guest32>   }
<Guest32> }
<Guest32> / Select 'robot' or 'truck'
<Guest32> transform_mode = "robot"; // options: "robot", "truck"
<Guest32> if (transform_mode == "robot") {
<Guest32>   robot();
<Guest32> } else {
<Guest32>   truck();
Guest32 has quit [Client Quit]
<buZz> ffs :D
<buZz> but pretty cool to see a transformer in multiple forms in a single file
<guso33> Inphase, thx. Was able to resolve in the meantime
<guso33> copied that line which resulted in /usr/include/harfbuzz/harfbuzz
<gbruno> [github] gsohler synchronize pull request #5697 (separate Python Target) https://github.com/openscad/openscad/pull/5697
mmu_man has joined #openscad
rawgreaze has quit [Ping timeout: 244 seconds]
guso33 has quit [Quit: Client closed]
J25k21 has quit [Quit: Client closed]
J25k21 has joined #openscad
J25k21 has quit [Quit: Client closed]
J25k21 has joined #openscad
mmu_man has quit [Ping timeout: 268 seconds]
mmu_man has joined #openscad
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #openscad
Guest36 has joined #openscad
Guest36 has quit [Client Quit]
fling has joined #openscad
howiemnt has joined #openscad
howiemnt1 has quit [Ping timeout: 260 seconds]
mmu_man has quit [Ping timeout: 265 seconds]
mmu_man has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
nomike has quit [Ping timeout: 265 seconds]
ecraven- is now known as ecraven
_whitelogger has joined #openscad
mmu_man has quit [Ping timeout: 248 seconds]
nomike has quit [Quit: Leaving]
stealth_ has joined #openscad
mmu_man has joined #openscad
califax has quit [Remote host closed the connection]
califax has joined #openscad
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #openscad
rawgreaze has joined #openscad
snaked has joined #openscad
<gbruno> [github] gsohler opened issue #119 (Out of resources ?) https://github.com/openscad/openscad-playground/issues/119
guso78k has joined #openscad
guso78k has quit [Client Quit]
drfff has quit [Ping timeout: 244 seconds]
drfff has joined #openscad
foul_owl has quit [Ping timeout: 260 seconds]
<stealth_> currently I draw model in inkscape then code it in openscad, is this something you guys do as well?
LordOfBikes_ has quit [Ping timeout: 260 seconds]
J25k21 has quit [Quit: Client closed]
J25k21 has joined #openscad
<InPhase> stealth_: I don't think it's too common of an approach, but people are doing it. JordanBrown1 put up a nice demo on Day 24 of the 2022 calendar: https://openscad.org/advent-calendar-2022/
LordOfBikes_ has joined #openscad
<stealth_> InPhase, well its hard to plan project just by coding it, why i am using inkscape
<stealth_> lets say you are making a chair! how do you just up and code it, you don't really know how it should look like
foul_owl has joined #openscad
foul_owl has quit [Ping timeout: 265 seconds]
LordOfBikes__ has joined #openscad
LordOfBikes_ has quit [Ping timeout: 265 seconds]
foul_owl has joined #openscad
<InPhase> stealth_: Well, I design it in my head. :)
<stealth_> InPhase, lol, none the less I have had good success using OpenScad for prototyping, it would have been such a pain (rendering) to use blender and other cad software.
<JordanBrown1> I have a fair amount of experience designing chairs in OpenSCAD, modeling real-life chairs. I measure, and I visualize each component as a geometric shape.
<JordanBrown1> But yes, a few times I have designed in Inkscape and then imported the SVG into OpenSCAD.
<JordanBrown1> Sometimes I do that with a straightforward import, while other times I transcribe the coordinates of Bezier control points over into calls to my Bezier function.
<JordanBrown1> Where I have found Inkscape particularly useful is when I have some image that I want to match, where I can draw an outline with Inkscape and then use it, one way or another, with OpenSCAD.
JordanBrown1 is now known as JordanBrown
<stealth_> o i c, thats good to know, its not just me.
<stealth_> i use python syntax to code so haven't used the .svg import yet.
<JordanBrown> https://www.thingiverse.com/thing:4264614 is my big project. You can find quite a few examples of furniture designed more or less directly in OpenSCAD there.
<othx> JordanBrown linked to "My House, with furniture by jordanbrown" on thingiverse => 5 IRC mentions
<JordanBrown> It really helps if you can get to the point where you can visualize Bezier curves and how their control points affect them.
<stealth_> i was using chair as an example in this case but i do woodworking as well, just build my computer desk+rack the other week.
<stealth_> yeah
<JordanBrown> I don't offhand remember how I designed those 3D curves.
<stealth_> i will bookmark your my house site, its neat, will come in handy when if/when i am designing a house design.
<JordanBrown> Modeling the furniture was mostly an exercise in measuring and in mentally fitting geometric shapes together.
<stealth_> did you do all those models ?
<JordanBrown> Sometimes it's just a polygon - like, for instance, the sides of the blue armchairs are polygons with half-pipes extruded along them and filled.
<JordanBrown> Yes, they are all my work, except for the elephants, which I scanned.
<stealth_> cool, thats a lot of work... but its really nice
<JordanBrown> The round tables are mostly me looking at the table and saying "that's a squashed sphere, with a cone on top of it, a stretched sphere, ..."
<JordanBrown> Yes, it was hundreds of hours of work. Thanks.
<JordanBrown> People look at it and say "you could do this for other people" and I say "uh, no". I'd have to *start* at maybe $10K for that model.
<stealth_> yep, if you are making it out of wood, its a lot of work.
<stealth_> even something as small computer setup for me took week or two, cutting, glueing, sanding, staining..
<JordanBrown> Making it out of wood seems like it would be insane. That's all plastic.
<JordanBrown> All 3D printed.
<JordanBrown> Some pieces require gluing.
<JordanBrown> If you like intricate models, this guy does better design work than I do: https://www.thingiverse.com/kabrumble/designs#google_vignette
<JordanBrown> Don't know where that # part came from the first time.
<stealth_> woo those are nice, is that person giving out all his designs for free?
<JordanBrown> You'd have to look at the details of what license he uses, but usually yes.
<stealth_> this looks like well planned house for the time https://www.thingiverse.com/thing:7011071
<othx> stealth_ linked to "MANSION 1 HO SCALE by garylavart" on thingiverse => 1 IRC mentions
<stealth_> too bad ppl make shitty looking hoses nowadays.
<JordanBrown> I am sure that they will make great looking houses... if you are willing to spend the money.
<stealth_> i feel modern builder have lost the meaning behind shapes, its designed more for utilizing space than functionality.
<JordanBrown> Indeed, getting the most possible out of your square footage is important to many people.
<stealth_> mhmm
<JordanBrown> (Past) time to pretend to do real work...
LordOfBikes__ has quit [Ping timeout: 252 seconds]