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
linext has joined #openscad
J25k62 has joined #openscad
J25k has quit [Ping timeout: 240 seconds]
teepee_ has joined #openscad
<gbruno> [github] wolfwood closed pull request #5669 (support centering an stl when importing) https://github.com/openscad/openscad/pull/5669
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
linext has quit [Quit: Client closed]
aiyion3 has quit [Remote host closed the connection]
aiyion3 has joined #openscad
ccox has quit [Ping timeout: 252 seconds]
mmu_man has quit [Ping timeout: 268 seconds]
guso78k has quit [Ping timeout: 240 seconds]
ccox has joined #openscad
stealth_ has quit [Quit: Leaving]
bozo16 has quit [Quit: Leaving]
Guest94 has joined #openscad
Guest94 has quit [Client Quit]
califax has quit [Remote host closed the connection]
califax has joined #openscad
califax has quit [Ping timeout: 264 seconds]
TheAssassin has quit [Quit: No Ping reply in 180 seconds.]
califax has joined #openscad
TheAssassin has joined #openscad
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
mmu_man has joined #openscad
misterfish has joined #openscad
guso78k has joined #openscad
foul_owl has quit [Ping timeout: 248 seconds]
foul_owl has joined #openscad
califax has quit [Remote host closed the connection]
califax has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
bozo16 has joined #openscad
hyperair has joined #openscad
bunnyhamer has joined #openscad
<bunnyhamer> hi im new here, i downloaded the latest version of OpenSCAD from the website, i made a cute model with it and really enjoyed myself. bui it seems really old and slow, i used the webassembly compiled version and it rendered my script a lot faster and looks a lot better too
<bunnyhamer> is there a newer version or everyone just builds from source
<teepee> yes, release version is old. if you scroll down on the download page you'll find the dev snapshots
<teepee> after installing dev snapshot, enable "Backend = Manifold" in preferences
<bunnyhamer> what does that do?
<bunnyhamer> and thanks
<teepee> it switches the mesh calculation engine to a new one which is faster and able to use multiple cpus
<teepee> plus it supports keeping colors in final meshes
<bunnyhamer> very cool, just used it, finished in under a second where previously was on about 30 seconds
HumanG33k has quit [Ping timeout: 248 seconds]
<bunnyhamer> thank you very much, though i think it would be cool if the release were up to date, I started looking on how to build for windows and was almost discourged from using till i asked here.
<buZz> communication is often key ;)
<buZz> but yeah, a new release version would be quite nice
<teepee> indeed, free time too ;-)
<buZz> i dont even get why macos is the toplisted download :D do even >5% users use that?
HumanG33k has joined #openscad
bunnyhamer has quit [Quit: Client closed]
<InPhase> buZz: Probably kintel with a for loop.
<teepee> I think buzz meant macos links coming top on the download page?
<teepee> I'm not sure about the numbers, let me see...
<teepee> hmm, ngtop generated a 2.3gb database, but no output
<buZz> so way below 5%
<buZz> :D
<teepee> oh, default is just show number of requests
<buZz> o
<teepee> give the poor raspi some time to crunch the numbers :)
<teepee> huh, 51.4k downloads of the windows *release* over the last month, that's crazy
<teepee> just 5k for snapshots
<teepee> 23k macos release
<teepee> last 6 month: https://pastebin.com/uH4q8zNg
<teepee> oh, forgot the appimage
<teepee> that looks even bogus, what are all those macos downloads, are those real? due to the update notification maybe? https://pastebin.com/eyiNs3XV
kintel has joined #openscad
<kintel> The snapshots don't autoupdate I think
<kintel> ..but lots of the downloads are bots/crawlers or download sites caching the images I think
<teepee> yeah, certainly looks like it
<kintel> I believe direct downloads was around 50% Win, 25% macOS, and 25% misc last I checked, but that's 8 years ago or so, and we averaged ~30K downloads a month back then
<kintel> Linux tends to get OpenSCAD from other sources, so it's hard to measure
<teepee> yeah, Snap has some numbers, Flatpak no, OBS no, distros no
Guest64 has joined #openscad
<kintel> Also, macOS one homebrew now just downloads our binaries, so we get those in our stats too
<Guest64> Thanks for helping. It worked! (y)
<kintel> I'm struggling with this issue: 1. Launch OpenSCAD, 2. View Error Log, 3. Detach Error Log, 4. Ctrl-Q, 5. Hang
<kintel> -> looks like Qt just gets stuck in an infinite loop trying to close the Error Log window; something about dock widgets being handled in a special way internally. Any ideas?
<teepee> works on linux with Qt5
<teepee> could be our docking callback, is that called maybe?
<teepee> snap: 5.5k release, 2.5k snapshot
<kintel> Could be Qt6 - same issue is discussed here: https://github.com/openscad/openscad/pull/5630
misterfish has quit [Ping timeout: 244 seconds]
peepsalot has quit [Remote host closed the connection]
peepsalot has joined #openscad
<kintel> teepee The issue seems to be related to the code in errorLogTopLevelChanged() - I don't really know how that all fits together, but I guess this is my opportunity to figure it out :)
<teepee> huh, that's the filter combobox?
<kintel> The same happens for FontList, so I don't expect it to be related to the widget contents
misterfish has joined #openscad
stealth_ has joined #openscad
<teepee> strange
mmu_man has quit [Ping timeout: 248 seconds]
<stealth_> indeed
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mmu_man has joined #openscad
<gbruno> [github] damienmarchal synchronize pull request #5630 ([UX] Add of the "Jump to..." navigation method and clean the "Window" menu of its duplicated elements) https://github.com/openscad/openscad/pull/5630
<gbruno> [github] damienmarchal edited issue #5648 (Cycling with Next Window/Prev Window is not working when the docks are detached.) https://github.com/openscad/openscad/issues/5648
Guest38 has joined #openscad
Guest64 has quit [Ping timeout: 240 seconds]
Guest38 has quit [Ping timeout: 240 seconds]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
<gbruno> [github] t-paul closed issue #5651 (Special character á in path causes failure to load .scad files in Nightlies) https://github.com/openscad/openscad/issues/5651
kintel has joined #openscad
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]