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
Smeef has quit [Quit: (╯°□°)╯︵ ┻━━┻]
mmu_man has joined #openscad
mtm has quit [Ping timeout: 244 seconds]
mtm has joined #openscad
gbruno has quit [Server closed connection]
gbruno has joined #openscad
gbruno has joined #openscad
<gbruno> [github] kintel pushed 125 additions 1 modifications 127 removals (export-import tests) https://github.com/openscad/openscad/commit/5ac29288b64ab37f5f621eabe9a0539c5c72ac12
<gbruno> [github] kintel synchronize pull request #5219 (Merge the "render-colors" feature into the "manifold" feature, update lots of tests) https://github.com/openscad/openscad/pull/5219
LordOfBikes has quit [Ping timeout: 244 seconds]
LordOfBikes has joined #openscad
LordOfBikes has quit [Ping timeout: 245 seconds]
mmu_man has quit [Ping timeout: 252 seconds]
dostoyevsky2 has quit [Server closed connection]
dostoyevsky2 has joined #openscad
LordOfBikes has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
TheAssassin has quit [Remote host closed the connection]
TheAssassin has joined #openscad
J24k has quit [Quit: Client closed]
J24k has joined #openscad
meshugga has quit [Server closed connection]
meshugga has joined #openscad
J24k14 has joined #openscad
J24k has quit [Ping timeout: 256 seconds]
kanzure has quit [Server closed connection]
kanzure has joined #openscad
Wolf480pl has quit [Server closed connection]
Wolf480pl has joined #openscad
voxpelli has quit [Server closed connection]
voxpelli has joined #openscad
ferdna has joined #openscad
<gbruno> [github] ochafik closed pull request #51 (fix build-openscad-wasm.sh) https://github.com/openscad/openscad-playground/pull/51
<gbruno> [github] ochafik pushed 1 modifications (Merge pull request #51 from openscad/ochafik-patch-2 fix build-openscad-wasm.sh) https://github.com/openscad/openscad-playground/commit/30103209569a5882eec18a9f53d8f5a10cdde0bc
InPhase has quit [Server closed connection]
InPhase has joined #openscad
drkow has joined #openscad
kow__ has quit [Ping timeout: 246 seconds]
ferdna has quit [Ping timeout: 260 seconds]
ferdna has joined #openscad
marcus has quit [Server closed connection]
marcus has joined #openscad
<gbruno> [github] Rotzbua opened pull request #52 (feat: migrate to module) https://github.com/openscad/openscad-playground/pull/52
JakeSays_ has joined #openscad
JakeSays has quit [Ping timeout: 248 seconds]
Guest99 has joined #openscad
Guest99 has quit [Write error: Broken pipe]
ferdna has quit [Ping timeout: 255 seconds]
ferdna has joined #openscad
HumanG33k has quit [Server closed connection]
HumanG33k has joined #openscad
teepee_ has joined #openscad
misterfish has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
<gbruno> [github] yukulele edited issue #5221 (name polyhedron points) https://github.com/openscad/openscad/issues/5221
misterfish has quit [Ping timeout: 252 seconds]
guso78 has quit [Ping timeout: 248 seconds]
lf94 has quit [Ping timeout: 256 seconds]
guso78 has joined #openscad
lf94 has joined #openscad
adcurtin has joined #openscad
<adcurtin> hi, I've found some sort of regression between the 2024-06-03 build and 2024-06-24 and newer
<adcurtin> projection() causes the app to crash
<adcurtin> i'm gonna poke for a bit and see if I can get a minimal repro
ferdna has quit [Quit: Leaving]
<adcurtin> ```
<adcurtin> window_od = 365;
<adcurtin> window_id = 159;
<adcurtin> projection()
<adcurtin> difference() {
<adcurtin>     cylinder(h=2, d=window_od, $fn = 250);
<adcurtin>     hull() {
<adcurtin>         translate([0, 0, -1]) cylinder(h=4, d=window_id, $fn = 250);
<adcurtin>         translate([0, -100, -1]) cylinder(h=4, d=window_id);
<adcurtin>     }
<adcurtin>     translate([-window_od, -window_od - 14, -1]) cube([window_od*2, window_od, 4]);
<adcurtin>     for (i = [1:4]) rotate([0,0,i*360/4]) translate([window_id/2 + 6.5, 0, -1]) cylinder(h=42, d=4);
<adcurtin>     //for (i = [1:8]) rotate([0,0,i*360/8]) translate([window_od/2 - 6, 0, -1]) cylinder(h=4, d=4);
<adcurtin> }
<adcurtin> ```
<adcurtin> if that doesn't cause a crash, comment or uncomment one of the for loops and save. it should crash within 5 times, but usually 1 or 2
<adcurtin> 06-03 doesn't crash for any of them :)
<adcurtin> i'm on mac os 14.5, on apple silicon
adcurtin has quit [Quit: Client closed]
<gbruno> [github] yukulele edited issue #5221 (name polyhedron points) https://github.com/openscad/openscad/issues/5221
JakeSays has joined #openscad
JakeSays_ has quit [Ping timeout: 252 seconds]
Scopeuk has quit [Server closed connection]
Scopeuk has joined #openscad
mmu_man has joined #openscad
KimK has quit [Server closed connection]
KimK has joined #openscad
t4nk_freenode has joined #openscad
t4nk_fn has quit [Ping timeout: 252 seconds]
Knochi has joined #openscad
<Knochi> hi together... i have a few questions regarding polyhedra and how to describe them in openSCAD
<Knochi> There is this wonderfull website which has all kinds of polyhedra:
juri_ has quit [Ping timeout: 252 seconds]
<Knochi> Can someone give me a starting point on how to approach this in a general way? So I did an icosphere by coping from here http://blog.andreaskahler.com/2009/06/creating-icosphere-mesh-in-code.html read and understood the code.. but this is quite specific for icospheres.. so let's say i want to do a "Hexpropello Dodecahedron".. or some of the
<Knochi> others..
JakeSays_ has joined #openscad
JakeSays has quit [Ping timeout: 272 seconds]
pie_ has quit []
juri_ has joined #openscad
pie_ has joined #openscad
Knochi has joined #openscad
Knochi has quit [Changing host]
<J24k14> Knochi what is your problem?
juri_ has quit [Ping timeout: 252 seconds]
<Knochi> just need to know where to start.. so I have a science background (electronics) but not a maths expert
juri_ has joined #openscad
<Knochi> yes i know how to do polyhedrons.. but how to calculate the verts for such regular polyhedrons
<J24k14> depends on the polyhedron - each has its own way of calculation
<Knochi> there must be a mathematical way to describe those.. so i could just copy from the coordinates tab of the above website.. maybe thats a good start
<J24k14> we had some in the gallery for scadvent
<J24k14> https://kitwallace.tumblr.com/post/79746895220/polyhedra-in-openscad  chris wallace https://github.com/KitWallace had some nice but seems his website with it is down
fardog has quit [Server closed connection]
fardog has joined #openscad
misterfish has joined #openscad
juri_ has quit [Ping timeout: 252 seconds]
<Knochi> a great thanks.. i relies on the same webpage and made a script to convert those into openscad script
<gbruno> [github] yahbluez opened issue #5222 (export()) https://github.com/openscad/openscad/issues/5222
<Knochi> but the service it not available
juri_ has joined #openscad
dustinm` has quit [Server closed connection]
dustinm` has joined #openscad
Knochi has quit [Quit: Client closed]
phryk has quit [Server closed connection]
phryk has joined #openscad
t4nk_freenode is now known as t4nk_fn
J24k14 has quit [Quit: Client closed]
J24k14 has joined #openscad
mtm has quit [Ping timeout: 252 seconds]
mtm has joined #openscad
splud has quit [Server closed connection]
splud has joined #openscad
cart_ has joined #openscad
RichardPotthoff has quit [Read error: Connection reset by peer]
RichardPotthoff has joined #openscad
zauberfisch has quit [Server closed connection]
zauberfisch has joined #openscad
snaked has quit [Ping timeout: 248 seconds]
castaway has quit [Server closed connection]
castaway has joined #openscad
snaked has joined #openscad
snaked has quit [Remote host closed the connection]
Non-ICE has quit [Server closed connection]
Non-ICE has joined #openscad
misterfish has quit [Ping timeout: 255 seconds]
JakeSays has joined #openscad
JakeSays_ has quit [Ping timeout: 255 seconds]
misterfish has joined #openscad
misterfish has quit [Ping timeout: 252 seconds]
muesli has quit [Server closed connection]
muesli has joined #openscad
guerd87 has quit [Server closed connection]
guerd87 has joined #openscad
mmu_man has quit [Ping timeout: 244 seconds]
J24k14 has quit [Quit: Client closed]
J24k14 has joined #openscad
ooxoo has quit [Server closed connection]
ooxoo has joined #openscad
cart_ has quit [Ping timeout: 255 seconds]
SamantazFox has quit [Server closed connection]
adcurtin has joined #openscad
SamantazFox has joined #openscad
rogeliodh has quit [Server closed connection]
rogeliodh has joined #openscad
<gbruno> [github] kintel pushed 125 additions 1 modifications 127 removals (export-import tests) https://github.com/openscad/openscad/commit/824a266bd6fc36890efa431efd118b7de727415e
<gbruno> [github] kintel synchronize pull request #5219 (Merge the "render-colors" feature into the "manifold" feature, update lots of tests) https://github.com/openscad/openscad/pull/5219
adcurtin has quit [Quit: Client closed]
Alexer has quit [Server closed connection]
Alexer has joined #openscad
ferdna has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
mmu_man has joined #openscad
<gbruno> [github] kintel opened pull request #5223 (Work around manifold minkowski crash) https://github.com/openscad/openscad/pull/5223
<gbruno> [github] kintel pushed 4 additions 2 modifications (Work around manifold minkowski crash by returning an empty geometry on thrown exception) https://github.com/openscad/openscad/commit/e5e52d1fd058b71707f3074c8a0f903cddb09695
kintel__ has joined #openscad
<kintel__> guso78 Was away from IRC for a bit..
<kintel__> One note: you cannot really use macdeployqt if you linked against homebrew libraries: Homebrew doesn't build relocatable libraries
<kintel__> It's a bit of a pain, but that's why macosx-build-dependencies.sh exists
<kintel__> The qscintilla2 issue is because homebrew dropped qt5 support for qscintilla because no other packages rely on it. I haven't had the motivation to try to fix that in homebrew
<kintel__> I added a hack, but it's possible that this hack only works for a specific build of homebrew, it might hit us on the CI soon as well. I'm still on an older macOS version
<gbruno> [github] kintel synchronize pull request #5219 (Merge the "render-colors" feature into the "manifold" feature, update lots of tests) https://github.com/openscad/openscad/pull/5219
<gbruno> [github] kintel pushed 1 modifications (Disable failing Linux test) https://github.com/openscad/openscad/commit/40e1cd11e3cf4d589d4f581882c13e85810fe535
<kintel__> Warning: I'm working on a larger test cleanup to improve testing of manifold vs. CGAL and better tests of the new color support. Lots of test-related files are changing: https://github.com/openscad/openscad/pull/5219
<kintel__> I aim to merge in a day or two
<teepee> nice
<teepee> I suppose I need to start building that MMU3
<kintel__> Yeah, that might be a necessity very soon :)
<kintel__> We still only really support surface colors, but it's a start, and some printer toolchains can run with that
<teepee> after browsing through the build instructions, I'm slightly scared ;-)
<teepee> yeah, I saw prusaslicer calls it color painting
<kintel__> They should just send us prebuilt ones, as a service to the community :)
<teepee> :)
<teepee> only works for youtubers
<kintel__> We should just stream our emacs window for every character typed ;)
<teepee> oh my, that does sound a bit boring
<kintel__> Slow TV for devs - there must be an audience for that
<kintel__> ..or good training data for teaching AIs how code is written, not just what the end result looks like
<kintel__> I wonder if we should just drop AMF support. It's getting annoying to manage
<gbruno> [github] kintel pushed 1 modifications (Classify remaining disabled tests) https://github.com/openscad/openscad/commit/32c31368338951d9ae744bf48f575c6418845e6f
<gbruno> [github] kintel synchronize pull request #5219 (Merge the "render-colors" feature into the "manifold" feature, update lots of tests) https://github.com/openscad/openscad/pull/5219
<gbruno> [github] kintel closed pull request #5223 (Work around manifold minkowski crash) https://github.com/openscad/openscad/pull/5223
<gbruno> [github] kintel pushed 4 additions 2 modifications (Work around manifold minkowski crash by returning an empty geometry on thrown exception (#5223)) https://github.com/openscad/openscad/commit/f40f3d9ef834518dad1ca0d1079f785908a0e342
<teepee> I would not mind that
kintel__ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
teepee has quit [Ping timeout: 260 seconds]
teepee has joined #openscad
misterfish has joined #openscad
misterfish has quit [Ping timeout: 255 seconds]
misterfish has joined #openscad
<gbruno> [github] kintel opened pull request #5224 (Fix non-experimental build) https://github.com/openscad/openscad/pull/5224
<gbruno> [github] kintel pushed 2 modifications (Fix non-experimental build) https://github.com/openscad/openscad/commit/4eac63b14ee402de60d9da603d5b23b7fe43153e
misterfish has quit [Ping timeout: 276 seconds]
<gbruno> [github] kintel pushed 2 additions 4 modifications (Deal with issue 5211) https://github.com/openscad/openscad/commit/29e33842446e836eb76550c74b734692486b0b4d
<gbruno> [github] kintel synchronize pull request #5219 (Merge the "render-colors" feature into the "manifold" feature, update lots of tests) https://github.com/openscad/openscad/pull/5219
misterfish has joined #openscad
misterfish has quit [Ping timeout: 252 seconds]
misterfish has joined #openscad
Smeef has joined #openscad
ferdna has quit [Quit: Leaving]
misterfish has quit [Ping timeout: 276 seconds]