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
califax has quit [Remote host closed the connection]
califax has joined #openscad
juri__ has quit [Ping timeout: 246 seconds]
LordOfBikes has quit [Ping timeout: 276 seconds]
LordOfBikes has joined #openscad
J1A8411 has joined #openscad
J1A84 has quit [Ping timeout: 252 seconds]
Colere has quit [Ping timeout: 246 seconds]
Colere has joined #openscad
Furor has joined #openscad
Colere has quit [Ping timeout: 246 seconds]
ur5us has quit [Ping timeout: 248 seconds]
drfff has quit [Ping timeout: 256 seconds]
drfff has joined #openscad
J1A8411 is now known as J1A84
<J1A84> imagine this https://www.craiyon.com/  but for oSCAD
hisacro has quit [Ping timeout: 276 seconds]
J1A84 has quit [Ping timeout: 252 seconds]
hisacro has joined #openscad
<peeps[zen]> but why would you want a broken website for OpenSCAD? doesn't do anything
J1A84 has joined #openscad
<Scopeuk> I guess the concept of "vaguely describe thing" receive 80% model of thing in a few seconds is probably quite appealing. I do however think we are a long way off
<J1A84> peeps[zen] working fine here .. generating images from text input via NLP ..
<J1A84> Scopeuk for working mechanics  probably but  to generate something like  "Blackberry flowerpot"  could work sooner
<Scopeuk> my understanding of how it works is to essentially mash together image search results for the keywords and then do a little immage tidy up, the data set to train a model for 3d designs probably isn't there yet
<Scopeuk> or we can train it on thingiverse and make it really slow and occasionally return a tent peg when you asked for a turbo charger
<J1A84> yes this is far from 3D  .. but there are already other algorithm that turn 2D into 3D models ..  for art this could work
<J1A84> the thing is that it not just "mash" together but "understands" how  so you can tell  "mona lisa by chagall"
<J1A84> i think that something like " make me a clip for a 20mm pipe"   would be some interesting design approach
<Scopeuk> arguably at that level you are just looking at a library
<Scopeuk> it might be an interesting approach to have a natural language proccessor assemble models from predefined parts
<Scopeuk> a plane language description of a 3d printer frame of "a h shaped gantry on top of a square base with a sliding tray" broken down into extrusion + joints would be interesting
<Scopeuk> probably still almost as quick to just stick bits togeather for now though
lastrodamo has joined #openscad
ur5us has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 268 seconds]
teepee_ is now known as teepee
ur5us has quit [Remote host closed the connection]
ur5us has joined #openscad
ur5us has quit [Ping timeout: 248 seconds]
little_blossom has quit [Ping timeout: 248 seconds]
little_blossom has joined #openscad
drfff has quit [Ping timeout: 248 seconds]
pah has joined #openscad
pa has quit [Ping timeout: 256 seconds]
jonasbits has quit [Ping timeout: 248 seconds]
jonasbits has joined #openscad
drfff has joined #openscad
Furor is now known as Colere
GNUmoon has joined #openscad
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #openscad
drkow has joined #openscad
drfff has quit [Ping timeout: 246 seconds]
jonasbits has quit [Quit: No Ping reply in 180 seconds.]
drkow has quit [Ping timeout: 256 seconds]
jonasbits has joined #openscad
drfff has joined #openscad
redlizard has joined #openscad
redlizard has quit [Changing host]
drfff has quit [Ping timeout: 256 seconds]
drfff has joined #openscad
ToAruShiroiNeko has quit [Remote host closed the connection]
ToAruShiroiNeko has joined #openscad
drfff has quit [Ping timeout: 246 seconds]
drfff has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 268 seconds]
teepee_ is now known as teepee
drkow has joined #openscad
drfff has quit [Ping timeout: 256 seconds]
noonien has quit [Ping timeout: 248 seconds]
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #openscad
noonien has joined #openscad
califax has quit [Quit: ZNC 1.8.2 - https://znc.in]
califax has joined #openscad
drkow has quit [Ping timeout: 240 seconds]
drfff has joined #openscad
drfff has quit [Ping timeout: 246 seconds]
drfff has joined #openscad
milza has joined #openscad
milza1 has joined #openscad
drfff has quit [Ping timeout: 264 seconds]
drfff has joined #openscad
IndyTec has joined #openscad
<IndyTec> Hello
<IndyTec> Is there a possibility to bend a cylinder with an angle e.g. 20°?
<IndyTec> Whereas it is more of a cone than a cylinder and I would like to bend the spite around a bit.
<Scopeuk> IndyTec cylinder can take a different top and bottom diameter
<IndyTec> yes I know that and now I would like to bend the tip a bit
<IndyTec> like a hook
KimK has quit [Ping timeout: 248 seconds]
drfff has quit [Ping timeout: 248 seconds]
la1yv_a has joined #openscad
la1yv has quit [Ping timeout: 246 seconds]
<J1A84> IndyTec you can use rotate_extrude
<J1A84> or a chained hull
<J1A84> (or construct a polyhedron)
<J1A84> there are also libraries to make this easier
<IndyTec> okay and how do I get rotate_extrude to be pointed?
<J1A84> rotate_extrude(angle=20,$fa=1,$fs=.5)translate([10,0])circle(1);
<J1A84> oh you need a scale .. then you can chain hulls
<IndyTec> okay thank i will try it
<J1A84> IndyTec  https://bpa.st/4DTQ
<J1A84> is this what you aim for ? https://pasteboard.co/bSeMU7p6vX5P.png
<J1A84> https://tinyurl.com/muue28n6  when you use a lib
Guest94 has joined #openscad
Guest94 has quit [Client Quit]
drfff has joined #openscad
drkow has joined #openscad
Ckat is now known as ck
ck is now known as Ckat
drfff has quit [Ping timeout: 264 seconds]
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
GNUmoon has quit [Ping timeout: 268 seconds]
GNUmoon has joined #openscad
drkow has quit [Ping timeout: 264 seconds]
drfff has joined #openscad
ur5us has joined #openscad
milza1 has quit [Quit: milza1]
milza has quit [Quit: milza]
aiyion has quit [Read error: Connection reset by peer]
milza has joined #openscad
milza1 has joined #openscad
ur5us has quit [Ping timeout: 248 seconds]
milza1 has quit [Client Quit]
milza has quit [Client Quit]
aiyion has joined #openscad
teepee_ has joined #openscad
ur5us has joined #openscad
teepee has quit [Ping timeout: 268 seconds]
teepee_ is now known as teepee
califax has quit [Ping timeout: 268 seconds]
califax_ has joined #openscad
califax_ is now known as califax
ur5us has quit [Quit: Leaving]
ur5us has joined #openscad
lastrodamo has quit [Quit: Leaving]
othx has quit [Ping timeout: 246 seconds]
othx has joined #openscad
IndyTec has quit [Ping timeout: 252 seconds]