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
kintel has joined #openscad
paddymahoney has quit [Remote host closed the connection]
LordOfBikes has quit [Ping timeout: 272 seconds]
J23k50 has joined #openscad
LordOfBikes has joined #openscad
J23k53 has quit [Ping timeout: 245 seconds]
<peepsalot> everyone see RPi 5 was announced? https://www.raspberrypi.com/products/raspberry-pi-5/ bunch of youtubers already had their hands on them, and apparently press embargo lifted today cause my feed was full of them this morning
<InPhase> Oh, finally.
<InPhase> I was waiting for that.
<InPhase> I want to see some HTPC benchmarks. :)
hyvoid has joined #openscad
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mmu_man has quit [Ping timeout: 240 seconds]
hyvoid has quit [Ping timeout: 255 seconds]
hyvoid has joined #openscad
peeps[win] has joined #openscad
peepsalot has quit [Ping timeout: 260 seconds]
hyvoid has quit [Ping timeout: 260 seconds]
paddymahoney has joined #openscad
paddymahoney has quit [Remote host closed the connection]
paddymahoney has joined #openscad
paddymahoney has quit [Remote host closed the connection]
paddymahoney has joined #openscad
J23k50 has quit [Quit: Client closed]
J23k50 has joined #openscad
misterfish has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 252 seconds]
teepee_ is now known as teepee
mmu_man has joined #openscad
hyperair has quit [Ping timeout: 248 seconds]
<Scopeuk> Big news for me, they put the PCIe on a fpc connector and you get too camera interfaces
J23k50 has quit [Quit: Client closed]
<Scopeuk> S/too/two
J23k50 has joined #openscad
hyperair has joined #openscad
arogora has joined #openscad
killjoy has quit [Ping timeout: 260 seconds]
arogora is now known as killjoy
killjoy has quit [Changing host]
killjoy has joined #openscad
hyperair has quit [Ping timeout: 255 seconds]
J23k50 has quit [Quit: Client closed]
J23k50 has joined #openscad
L29Ah has quit [Ping timeout: 255 seconds]
mmu_man has quit [Ping timeout: 255 seconds]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 252 seconds]
teepee_ is now known as teepee
castaway has quit [Ping timeout: 252 seconds]
mmu_man has joined #openscad
mmu_man has quit [Ping timeout: 255 seconds]
mmu_man has joined #openscad
L29Ah has joined #openscad
mmu_man has quit [Ping timeout: 264 seconds]
ToAruShiroiNeko has quit [Ping timeout: 240 seconds]
To_Aru_Shiroi_Ne has joined #openscad
mmu_man has joined #openscad
rogeliodh has quit [Quit: The Lounge - https://thelounge.chat]
rogeliodh has joined #openscad
To_Aru_Shiroi_Ne has quit [Ping timeout: 260 seconds]
ToAruShiroiNeko has joined #openscad
mmu_man has quit [Ping timeout: 255 seconds]
<RoyK> hi all. Any idea how I can most easily recreate the pattern on the outside of this wheel? It's for an adjustmen nob on a thermistor, so strictly not needed, but may be practical
<J23k50> RoyK  you are familiar with open SCAD .. like to use a library?
J23k50 has quit [Quit: Client closed]
J23k has joined #openscad
<RoyK> J23k: sure
<J23k> You  mean the zigzag pattern or? .. So you can use a gear  .. or  just  extrude a polygon ([for(i=[0:5:360])[cos(i),sin(i)]*(i%2?25:22)])
<J23k> or use  »include<ub.scad>LinEx(10)Star(20,22,25);«
<J23k> or maybe another Knurl();
<J23k> RoyK does that help?
<J23k> you could also make a difference with  rotating 40 cylinder(10,r=3,$fn=4); around
J23k has quit [Quit: Client closed]
J23k has joined #openscad
<RoyK> J23k: lemme check
cart_ has joined #openscad
cart_ has quit [Ping timeout: 240 seconds]
J23k has quit [Quit: Client closed]
hyperair has joined #openscad
J23k has joined #openscad
misterfish has quit [Ping timeout: 260 seconds]
guerd87 has quit [Read error: Connection reset by peer]
<lf94> Also: Doug moved curv to codeberg.
<lf94> It's nice to see GitHub usage become more fractured
<teepee> yeah, I would not want us to move, but it's good to not have *everything* on github
mmu_man has joined #openscad
snaked has quit [Quit: Leaving]
SamantazFox has quit [Read error: Connection reset by peer]
knielsen has quit [Ping timeout: 258 seconds]
SamantazFox has joined #openscad
knielsen has joined #openscad
othx has quit [Read error: Connection reset by peer]
othx has joined #openscad
L29Ah has left #openscad [#openscad]
JakeSays has quit [Ping timeout: 258 seconds]
JakeSays has joined #openscad
t4nk_fn has quit [Ping timeout: 245 seconds]
t4nk_freenode has joined #openscad
erectus has quit [Remote host closed the connection]
erectus has joined #openscad
InPhase has quit [Ping timeout: 258 seconds]
erectus has quit [Remote host closed the connection]
erectus has joined #openscad
InPhase has joined #openscad
t4nk_freenode is now known as t4nk_fn
<lf94> Im so torn using GH
L29Ah has joined #openscad
castaway has joined #openscad
muesli has quit [Quit: NO CARRIER]
muesli has joined #openscad
mmu_man has quit [Ping timeout: 255 seconds]
<gbruno> [github] yahbluez opened issue #4764 (The editor unfolds folded modules. ) https://github.com/openscad/openscad/issues/4764
misterfish has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 252 seconds]
teepee_ is now known as teepee
<Lagopus> http://ix.io/4HKR ok nice, looks like color() automatically implies union(). Otherwise the 2 cube modules would share 0 intersection volume.
J23k has quit [Quit: Client closed]
J23k has joined #openscad
kintel has joined #openscad
<J23k> Lagopus there is no module that would keep child objects separate  -  a for loop will do if "lazy union" is active
<Lagopus> This is good to know. Thanks
<J23k> and because of this there is the intersection_for module  so you can have an intersection between  looped objects
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mmu_man has joined #openscad
J23k has quit [Quit: Client closed]
J23k has joined #openscad
<gbruno> [github] kintel synchronize pull request #4761 (Fall back to GLX if EGL isn't available) https://github.com/openscad/openscad/pull/4761
<gbruno> [github] kintel pushed 3 modifications (Comments and style fixes) https://github.com/openscad/openscad/commit/ab2b5fc5978bf4ecd30605621a40a9071afd08c9
kintel has joined #openscad
<gbruno> [github] kintel closed pull request #4761 (Fall back to GLX if EGL isn't available) https://github.com/openscad/openscad/pull/4761
<gbruno> [github] kintel pushed 5 modifications (Fall back to GLX if EGL isn't available (#4761)) https://github.com/openscad/openscad/commit/036d6b4fa8ff30f6965c9d828483a3076654df8d
<gbruno> [github] kintel closed issue #4757 (Support both GLX and EGL in the same binary) https://github.com/openscad/openscad/issues/4757
<kintel> FYI: I just merged https://github.com/openscad/openscad/pull/4761 - this will default to using EGL instead of a virtual X11 server for GitHub CI tests. Let me know if anyone discovers any issues with that.
<teepee> nice, so normal compiling without special flags will default to EGL on Linux?
<teepee> I guess I need to enable GLAD
<teepee> ah, I see it depends on opencsg
misterfish has quit [Ping timeout: 255 seconds]
<teepee> src/glview/offscreen-old/OffscreenContextEGL.cc:92:16: error: non-constant-expression cannot be narrowed from type 'uint32_t' (aka 'unsigned int') to 'EGLint' (aka 'int') in initializer list [-Wc++11-narrowing]
<teepee> seems to be again warning->error
misterfish has joined #openscad
guerd87 has joined #openscad
misterfish has quit [Ping timeout: 260 seconds]
<teepee> kintel: compiles with https://pastebin.com/GtRn7UPB
snaked has joined #openscad
qeed_ has joined #openscad
qeed has quit [Ping timeout: 248 seconds]
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
snaked has quit [Remote host closed the connection]
snaked has joined #openscad