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
guerd has joined #openscad
guerd has quit [Read error: Connection reset by peer]
mtm has quit [Ping timeout: 252 seconds]
guerd has joined #openscad
mtm has joined #openscad
guerd has quit [Read error: Connection reset by peer]
J24k91 has joined #openscad
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
J24k11 has quit [Quit: Client closed]
guerd has joined #openscad
little_blossom has joined #openscad
L29Ah has joined #openscad
ccox has quit [Ping timeout: 252 seconds]
<teepee> oh, linters :(
califax has quit [Remote host closed the connection]
califax has joined #openscad
ccox has joined #openscad
<gbruno> [github] t-paul pushed 1 modifications (Replace most mentions of "chat".) https://github.com/openscad/openscad.github.com/commit/7a847552352181c9d9ca3a73822f260386c25fb3
<gbruno> [github] t-paul pushed 10 modifications (Merge pull request #143 from openscad/closedown-advent-2024 Closedown advent 2024) https://github.com/openscad/openscad.github.com/commit/c218233c314cc3ac20e1d29914cb9468dbb006d4
<teepee> not having much hope, but I also replaced most uses of chat as suggested earlier
kintel has joined #openscad
<kintel> teepee Re. 3mf I found something else:
<kintel> 3mf only supports triangles, right? If so, we should set PolySet::is_triangular_
<kintel> ..to avoid triggering polygon tessellation
<kintel> The crash in question happened inside the tessellator
<teepee> ah, yes, it's triangles only, at least what we use
<teepee> v2 supports higher precision, but I'm not sure how safe that is
<teepee> meh, it's rebuilding everything
<teepee> 100% tests passed, 0 tests failed out of 86
<gbruno> [github] t-paul pushed 2 modifications (Set triangular flag on imported PolySet as we only can get triangles in 3MF.) https://github.com/openscad/openscad/commit/123f9fb61c709087fd038329dea62acd2ca48aab
<gbruno> [github] t-paul synchronize pull request #5527 (Add 3MF color support) https://github.com/openscad/openscad/pull/5527
<kintel> nice - no more assert here either :)
<kintel> Btw, in the meantime I managed to reproduce the assert from as simple polyhedron( ) call
<teepee> so eyes closed, press merge?
guso78k has quit [Quit: Client closed]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
J24k50 has joined #openscad
zauberfisch has quit [Ping timeout: 248 seconds]
J24k91 has quit [Ping timeout: 240 seconds]
zauberfisch has joined #openscad
<gbruno> [github] kintel pushed 5 additions 2 modifications (Make quantizeVertices support colors) https://github.com/openscad/openscad/commit/0e43d838bb887107c497ccc013515ab78eaf2236
<gbruno> [github] kintel opened pull request #5549 (Make quantizeVertices support colors) https://github.com/openscad/openscad/pull/5549
<kintel> teepee I say go!
<teepee> let the slicer questions come...
<gbruno> [github] t-paul edited pull request #5527 (Add 3MF color support) https://github.com/openscad/openscad/pull/5527
<gbruno> [github] t-paul closed pull request #5527 (Add 3MF color support) https://github.com/openscad/openscad/pull/5527
<gbruno> [github] t-paul pushed 3 additions 35 modifications (Merge pull request #5527 from openscad/3mf-add-color Add 3MF color support) https://github.com/openscad/openscad/commit/03edb5f81f036464095cea9f44309f561fc4d275
<gbruno> [github] kintel pushed 5 additions 2 modifications (Make quantizeVertices support colors) https://github.com/openscad/openscad/commit/fc3e12fdaf28969e960a2cb2f22f18da0a47d66e
<gbruno> [github] kintel synchronize pull request #5549 (Make quantizeVertices support colors) https://github.com/openscad/openscad/pull/5549
<gbruno> [github] kintel edited issue #5548 (Color import can fail in CGAL mode) https://github.com/openscad/openscad/issues/5548
<gbruno> [github] kintel edited issue #5548 (Color import can fail in CGAL mode) https://github.com/openscad/openscad/issues/5548
<teepee> what's with the release build fails? they complain about Clipper2, but that should not be different for release vs. debug, no?
<teepee> oh, it's MANIFOLD=ON -> ok, MANIFOLD=OFF fail
<teepee> no package installed, but manifold downloads + builds?
* teepee falls asleep anyway...
califax has quit [Remote host closed the connection]
califax has joined #openscad
lastrodamo has joined #openscad
mmu_man has quit [Ping timeout: 265 seconds]
<gbruno> [github] ochafik synchronize pull request #5196 (Use Manifold for hull() and minkowksi()'s hull) https://github.com/openscad/openscad/pull/5196
<gbruno> [github] kintel synchronize pull request #5549 (Make quantizeVertices support colors) https://github.com/openscad/openscad/pull/5549
<gbruno> [github] kintel pushed 5 additions 2 modifications (Make quantizeVertices support colors) https://github.com/openscad/openscad/commit/38de8b7ea5e16e8d03ce4680648032acf9379aea
<gbruno> [github] kintel pushed 1 modifications (Add Clipper2::Clipper2 alias when building Clipper from submodule) https://github.com/openscad/openscad/commit/061e533dd7e69d829cf2cdbbff560a356520409d
<gbruno> [github] kintel opened pull request #5550 (Add Clipper2::Clipper2 alias when building Clipper from submodule) https://github.com/openscad/openscad/pull/5550
<kintel> teepee Clipper2 issue was a missing target alias, should be fixed by https://github.com/openscad/openscad/pull/5550
<kintel> (manifold sets that alias, which is why it broke when turning off manifold)
<kintel> Related to this: We should try to shape up the tests, I've become desensitized to test failures, so I didn't notice those)
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
J24k50 has quit [Quit: Client closed]
J24k50 has joined #openscad
guso78k has joined #openscad
Guest61 has joined #openscad
Guest48 has joined #openscad
Guest48 has quit [Quit: Client closed]
Guest61 has quit [Quit: Client closed]
guerd1 has joined #openscad
guerd has quit [Ping timeout: 276 seconds]
<gbruno> [github] fah opened issue #5551 (Pasting a name with umlaut like ü into save dialog name field crashes immediately) https://github.com/openscad/openscad/issues/5551
hyperair has quit [Ping timeout: 265 seconds]
JakeSays_ has joined #openscad
JakeSays has quit [Ping timeout: 252 seconds]
TheCoffeMaker has quit [Ping timeout: 272 seconds]
guerd1 has quit [Read error: Connection reset by peer]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
mtm has quit [Ping timeout: 252 seconds]
mtm has joined #openscad
little_blossom_ has joined #openscad
<gbruno> [github] kintel closed pull request #5550 (Add Clipper2::Clipper2 alias when building Clipper from submodule) https://github.com/openscad/openscad/pull/5550
<gbruno> [github] kintel pushed 1 modifications (Add Clipper2::Clipper2 alias when building Clipper from submodule (#5550)) https://github.com/openscad/openscad/commit/f969eeeca8158ca90a5beeaea894fb13a2a81eca
<gbruno> [github] kintel edited issue #3640 (Next Release Checklist) https://github.com/openscad/openscad/issues/3640
TheCoffeMaker has joined #openscad
little_blossom_ has quit [Quit: little_blossom_]
little_blossom has quit [Quit: little_blossom]
little_blossom has joined #openscad
mmu_man has joined #openscad
Reisga2449 has quit [Quit: The Lounge - https://thelounge.chat]
Reisga2449 has joined #openscad
Reisga2449 has quit [Client Quit]
TheCoffeMaker has quit [Remote host closed the connection]
TheCoffeMaker has joined #openscad
<gbruno> [github] kintel edited issue #5516 (textmetrics: Release ready) https://github.com/openscad/openscad/issues/5516
<gbruno> [github] kintel edited issue #5522 (Vector swizzle: Release ready) https://github.com/openscad/openscad/issues/5522
<gbruno> [github] kintel edited issue #5521 (SVG import improvements: Release ready) https://github.com/openscad/openscad/issues/5521
<gbruno> [github] kintel edited issue #5519 (fill: Release ready) https://github.com/openscad/openscad/issues/5519
<gbruno> [github] kintel edited issue #5520 (linear_extrude: v= and segments=release ready) https://github.com/openscad/openscad/issues/5520
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
TheCoffeMaker has quit [Ping timeout: 244 seconds]
kintel has joined #openscad
<kintel> Does anyone know how to get Mastodon to render nicely? This is my situation on Chrome on macOS: https://imgur.com/a/asYYFgL
<gbruno> [github] kintel pushed 5 additions 2 modifications (Make quantizeVertices support colors (#5549)) https://github.com/openscad/openscad/commit/756e080c7e49072d9926cf9ce766def180a0dcae
<gbruno> [github] kintel closed pull request #5549 (Make quantizeVertices support colors) https://github.com/openscad/openscad/pull/5549
<gbruno> [github] kintel closed issue #5548 (Color import can fail in CGAL mode) https://github.com/openscad/openscad/issues/5548
<teepee> kintel: I'm using firefox, but I can try how it looks in chrome
<teepee> maybe try the IceCubes app?
TheCoffeMaker has joined #openscad
<teepee> no issues with Chromium - https://imgur.com/h4070bo
TheCoffeMaker has quit [Ping timeout: 244 seconds]
<kintel> works in Firefox. Perhaps time for a browser switch again :)
Reisga2449 has joined #openscad
Reisga2449 has quit [Client Quit]
<gbruno> [github] kintel pushed 1 modifications (Catch failure to parse font) https://github.com/openscad/openscad/commit/b9ff42aefc48f6a8f5c05fcdbfc4620f1e058482
<gbruno> [github] kintel assigned issue #5536 (text(..., font=":charset=junk") crashes OpenSCAD) https://github.com/openscad/openscad/issues/5536
<gbruno> [github] kintel opened pull request #5552 (Catch failure to parse font) https://github.com/openscad/openscad/pull/5552
<teepee> kintel: do you have a public key to share, for passing on a couple of credentials
Reisga2449 has joined #openscad
TheCoffeMaker has joined #openscad
Reisga2449 has quit [Quit: The Lounge - https://thelounge.chat]
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Reisga2449 has joined #openscad
Reisga2449 has quit [Client Quit]
kintel has joined #openscad
tachoknight has joined #openscad
Reisga2449 has joined #openscad
<pca006132> teepee: maybe the keys on github?
<pca006132> github.com/${user}.keys
<teepee> that's ssh, I don't know how I could use those for encryping files
<teepee> I was thinking gpg, is there some tools using ssh keys for that?
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kintel has joined #openscad
JakeSays_ is now known as JakeSays
<gbruno> [github] kintel pushed 5 additions (Added charset= test) https://github.com/openscad/openscad/commit/8a4ab31ad240192d8e84619b67258700ff2a2aeb
<gbruno> [github] kintel synchronize pull request #5552 (Catch failure to parse font) https://github.com/openscad/openscad/pull/5552
<gbruno> [github] kintel edited pull request #5552 (Catch failure to parse font) https://github.com/openscad/openscad/pull/5552
<InPhase> teepee: Interesting that it's relatively straightforward.
lastrodamo_ has joined #openscad
<teepee> InPhase: yep, not too bad for a single recipient case
lastrodamo has quit [Ping timeout: 265 seconds]
<InPhase> Kind of like giving somebody a present with some assembly required. :) But I didn't expect it to require so few steps.
<gbruno> [github] kintel closed issue #5492 (Have to force quit on mac) https://github.com/openscad/openscad/issues/5492
guso78k has quit [Ping timeout: 240 seconds]
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Guest61 has joined #openscad
Guest61 has quit [Ping timeout: 240 seconds]
tachoknight has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kintel has joined #openscad
califax has quit [Ping timeout: 264 seconds]
califax has joined #openscad
califax has quit [Ping timeout: 264 seconds]
califax has joined #openscad
drfff has quit [Ping timeout: 252 seconds]
drfff has joined #openscad
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
guerd has joined #openscad
TheAssassin has quit [Remote host closed the connection]
TheAssass1n has joined #openscad
lastrodamo_ has quit [Quit: Leaving]