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
<gbruno> [github] ochafik synchronize pull request #5185 (Simple color support in 3D rendering (includes OFF color import / export)) https://github.com/openscad/openscad/pull/5185
J24k28 has joined #openscad
J24k46 has quit [Ping timeout: 250 seconds]
kintel has joined #openscad
<kintel> J24K I think the "stripes" can come from two places: 1) our vertex quantization or 2) floating point inaccuracy in Manifold. I'd explore 1) first. Do you see any warnings of the kind we discussed earlier? That warning will trigger a vertex quantization
kintel has quit [Client Quit]
<gbruno> [github] ochafik opened pull request #33 (Fix relative imports) https://github.com/openscad/openscad-playground/pull/33
<gbruno> [github] ochafik closed pull request #33 (Fix relative imports) https://github.com/openscad/openscad-playground/pull/33
<gbruno> [github] ochafik pushed 6 modifications (Merge pull request #33 from ochafik/rel-imports Fix relative imports) https://github.com/openscad/openscad-playground/commit/38806c13f5cb68879a0edbf43616fd0d61b347e5
<gbruno> [github] ochafik closed issue #32 (Relative paths in libraries don't work.) https://github.com/openscad/openscad-playground/issues/32
mmu_man has quit [Ping timeout: 264 seconds]
kintel has joined #openscad
kintel has quit [Client Quit]
<gbruno> [github] ochafik reopened issue #32 (Relative paths in libraries don't work.) https://github.com/openscad/openscad-playground/issues/32
LordOfBikes has quit [Ping timeout: 255 seconds]
snaked has joined #openscad
LordOfBikes has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
<gbruno> [github] ochafik opened pull request #5196 (Use Manifold for hull() and minkowksi()'s hull) https://github.com/openscad/openscad/pull/5196
<gbruno> [github] ochafik edited issue #4825 (Move manifold out of experimental) https://github.com/openscad/openscad/issues/4825
<J24k28> kintel  no repair warnings in this design (2024.06.25)
cart_ has joined #openscad
cart_ has quit [Ping timeout: 264 seconds]
mmu_man has joined #openscad
Guest67 has joined #openscad
<Guest67> Hi
Guest67 has quit [Client Quit]
mmu_man has quit [Ping timeout: 264 seconds]
<gbruno> [github] MrMaint opened issue #34 (Playing in the playground) https://github.com/openscad/openscad-playground/issues/34
mmu_man has joined #openscad
ccox has joined #openscad
ccox_ has quit [Ping timeout: 268 seconds]
peeps has joined #openscad
peeps[work] has quit [Ping timeout: 252 seconds]
<gbruno> [github] ochafik synchronize pull request #5185 (Simple color support in 3D rendering (includes OFF color import / export)) https://github.com/openscad/openscad/pull/5185
mmu_man has quit [Ping timeout: 264 seconds]
<gbruno> [github] ochafik synchronize pull request #5180 (Color support for 3D rendering + export to glTF, Collada, STEP, PLY, X3D) https://github.com/openscad/openscad/pull/5180
<gbruno> [github] ochafik edited pull request #5180 (Color support for 3D rendering + export to glTF, Collada, STEP, PLY, X3D) https://github.com/openscad/openscad/pull/5180
<gbruno> [github] ochafik edited pull request #5180 (Color support for 3D rendering + export to glTF, Collada, STEP, PLY, X3D) https://github.com/openscad/openscad/pull/5180
LordOfBikes has quit [Ping timeout: 256 seconds]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
LordOfBikes has joined #openscad
mmu_man has joined #openscad
J24k28 has quit [Quit: Client closed]
J24k has joined #openscad
neothechosen has quit [Ping timeout: 255 seconds]
<pca006132> J24k: can you minimize the test case?
pca006132 has quit [Remote host closed the connection]
pca006132 has joined #openscad
pca006132 has quit [Remote host closed the connection]
pca006132 has joined #openscad
<J24k> pca006132 for the vertical artifacts/edges  - as iam not sure why they occur it is hard to replicate it is an difference with an oval shaped ring.
ccox has quit [Ping timeout: 246 seconds]
kintel has joined #openscad
<kintel> J24K Could you share the design, as .scad or .csg ?
<J24k> I am just trying to replicate this on a minimal case. I think there are vertices very close together
<J24k> I could get something by using roof but the original design didn't use roof at that location
<teepee> kintel: statement on the qscintilla list: "QScintilla is effectively in maintenance mode - I will keep it working with new versions of Qt but there is little incentive to do a major upgrade."
pca006132 has quit [Remote host closed the connection]
pca006132 has joined #openscad
<J24k> kintel  if i render only the part where the issue occur - it doesn't
<J24k> kintel here https://imgur.com/a/Lkyyb5k  the ring is made with roof and is causing that
<kintel> teepee We don't really utilize much of qscintilla I guess but it will be a bit painful to port off it : /
<teepee> yep, and I have not seen much alternatives
<kintel> I guess an electron (or similar) app may be a more sustainable approach if we were to attempt anything big
<teepee> the obvious thing, the editor used in qtcreator seems to be not available as library
<J24k> even though it is above but in i union()
<kintel> J24k Roof requires some conversion to CGAL and back, so it is indeed a suspect..
<J24k> kintel here the csg https://bpa.st/O5RA
<kintel> teepee CircleCI: Yeah, I've been waiting for them to make the M1 macs available to us..
<kintel> For some reason they didn't really provide an overlap time, which is annoying
<kintel> Anyway, I'll get it running on the new one. Tests are still an issue, but we don't run tests on CircleCI I think
<teepee> yep, it's only for building the releases
<gbruno> [github] kintel pushed 1 modifications (Test M1 on CircleCI) https://github.com/openscad/openscad/commit/f1564b719d8f064966fee0a483d7ebfe91e33f36
<gbruno> [github] kintel opened pull request #5197 (Use new CircleCI M1 runner for macOS builds) https://github.com/openscad/openscad/pull/5197
<kintel> Meh, of course the build fails. This is why I wanted some overlap time.
<kintel> J24k I can reproduce the lines. Will look into it
noonien808310429 has joined #openscad
<teepee> yeah, not sure if I missing some notificaiton mail, I only saw it yesterday as banner on the website when looking at the build-fail notification
noonien808310429 has quit [Client Quit]
noonien808310429 has joined #openscad
<gbruno> [github] kintel pushed 1 modifications (Add arm64 first as build-time binaries sometimes prefer the first arch) https://github.com/openscad/openscad/commit/2c17b97ce170658df664002986f7f6bee41e266c
<gbruno> [github] kintel synchronize pull request #5197 (Use new CircleCI M1 runner for macOS builds) https://github.com/openscad/openscad/pull/5197
<kintel> Yeah, there is also a missing notification..
<kintel> I think it used to go to the old IRC channel, and CircleCI somehow messed up the IRC config
<kintel> J24k I think the root cause of the artifacts is 32-bit float inaccuracy
<kintel> You have two linear_extrude(height=1000) in your design, which expand the range of the object so far that 32-bit precision isn't enough to represent details. If you rewrite those, the artifacts go away
<kintel> pca006132 Good case for double support :)
<kintel> Huh, http://ftpmirror.gnu.org/ is down? argh
<gbruno> [github] kintel synchronize pull request #5197 (Use new CircleCI M1 runner for macOS builds) https://github.com/openscad/openscad/pull/5197
<gbruno> [github] kintel pushed 1 modifications (Download from ftp.gnu.org instead of ftpmirror.gnu.org) https://github.com/openscad/openscad/commit/e2c75b8a96d2aadb055ffb5c0c01a2ece6f3e048
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<teepee> hmm, latest Scintilla has some sort of Qt support
jan64 has joined #openscad
<jan64> hm, bit of a random question - is there a way to access the current time / date in an openscad script?
<jan64> trying to do some prototypes and i'd want to stamp the 'version number' on each one
<jan64> found a github ticket from like 2013 that has some discussion, but that seems to still be open :P
<teepee> without external help, no, not possible yet
<jan64> ah well
pca006132 has quit [Remote host closed the connection]
<jan64> i guess i'll keep incrementing a version string before sending it to the printer
pca006132 has joined #openscad
<teepee> if you always update to the latest dev snapshot, that version string would be an approximation ;-)
teepee has quit [Quit: bye...]
teepee has joined #openscad
marlasinger has joined #openscad
ccox has joined #openscad
marlasinger has quit [Client Quit]
gunnbr has joined #openscad
othx has quit [Remote host closed the connection]
othx has joined #openscad
pca006132 has quit [Remote host closed the connection]
pca006132 has joined #openscad
neothechosen has joined #openscad
<J24k> kintel 1000 is not much  and  the problem is that i don't know how big an object is so a steep angle could easy lead to objects that are bigger 1000
<J24k> But yes reducing that solved the problem
<Scopeuk> With floating point it's the difference in scale that causes issues rather than the absolute size
<Scopeuk> At 1000 scale you minimum step should be .00006103515625 but that's a single bit and could easily be lost else where, if you had. Arad -> degrees conversion etc
<J24k> it is the object that is cutting
<J24k> You can't determine the height of a roof operation
<J24k> https://imgur.com/a/026g4mT  this happens if that object is not big enough .. but i may switch back to intersections
kintel has joined #openscad
<kintel> J24k It's possible something else is going on too, but I slimmed down the model to only basic operations and it still failed
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Guest17 has joined #openscad
Guest17 has quit [Client Quit]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
teepee_ has joined #openscad
teepee has quit [Quit: bye...]
teepee_ is now known as teepee
mmu_man has quit [Ping timeout: 264 seconds]
pca006132 has quit [Remote host closed the connection]
pca006132 has joined #openscad