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
mtm has quit [Ping timeout: 260 seconds]
mtm has joined #openscad
L29Ah has left #openscad [#openscad]
L29Ah has joined #openscad
fling has quit [Ping timeout: 264 seconds]
fling has joined #openscad
<InPhase> $1000 for multicolor seems steep. But also I'm very bothered by Prusa's dysfunctional website. Scrolling doesn't even work right.
<stealth_> website seems fine to me
mkatychev has joined #openscad
kintel has joined #openscad
<kintel> What are people's opinion on minimum required OpenGL version?
<kintel> A while back we disabled preview support for OpenGL 1.2, effectively requiring OpenGL 2.0 to get previews, but OpenSCAD itself still works using OpenGL 1.2
<kintel> I'm considering kicking out the last of that legacy and require OpenGL 2.0 going forward. Anyone know if we still have use-cases requiring OpenGL 1.x?
<stealth_> "glxinfo | grep "OpenGL version" give me "OpenGL version string: 4.6.0 NVIDIA 565.77"
<stealth_> does 1.* have technical limitation vs 2.0?
<kintel> Most limitations are implemented as extension in 1.x, which is handled separately. It's mostly about having to enable/disable preview rendering in a bunch of places
<kintel> If we can just disallow 1.x completely, the internal code paths become cleaner as we know that previews are always possible
<stealth_> well most ppl would still be using version 2021, if you have opengl 2.0 for next release, they would keep using 2021, or find a reason to upgrade.
<stealth_> i would personally go with 2.0 and improve the software overall to latest tech, but thats just me.
<stealth_> actually opengl 3 is what i would go with, :p 1-2 is so old!
germ- has quit [Ping timeout: 252 seconds]
abff has quit [Ping timeout: 248 seconds]
abff has joined #openscad
<kintel> OpenGL 3 is also 16 years old ;)
<stealth_> ya!
germ has quit [Ping timeout: 265 seconds]
<stealth_> but some ppl still use old systems, i was one of those still system fried.
<kintel> But yeah, next step after OpenGL 2 is that I want to go for OpenGL 3.2 Core / GLES 2
<gbruno> [github] alanbernstein opened issue #5612 (Emacs keybindings ctrl-a and ctrl-e in editor) https://github.com/openscad/openscad/issues/5612
<stealth_> why not go with 3 now? if they can't use it, they can use the openscad 2021 version.
germ has joined #openscad
<kintel> There is no benefit yet; we still require OpenGL 2 immediate mode
<stealth_> i see
<kintel> The next release is also going to be major, so I don't want to lose too many users :)
<stealth_> you also want to attract new users.. with modern systems
<InPhase> kintel: I guess opengl versions don't map well to libgl versions.
germ- has joined #openscad
<InPhase> kintel: OpenGL 2 seems to have had a release date of 2004. 20 years sounds like it should be enough. Do any targets exist that don't support it?
<kintel> InPhase OpenGL versions are decoupled from the client library versions; it's all dynamically looked up in the drivers
<kintel> I hope nobody needs OpenGL <2 :)
<kintel> I think Microsoft still ships OpenGL 1.1 by default, but at some point we cannot be slaves to that decision
<kintel> I think that would be the only one I can think of: Microsoft VMs using SW rendering with the default OpenGL 1.1
<stealth_> i use a really small keyboard and it even had a "home" button, to comment about that link
<InPhase> It seems OpenGL 1.2 came out right around when I decided to stop using Windows.
mmu_man has quit [Ping timeout: 245 seconds]
<gbruno> [github] kintel pushed 31 modifications 1 removals (Remove wireframe-only support) https://github.com/openscad/openscad/commit/12587d306208ac35f23f4c366aa4712f8545f9a6
<gbruno> [github] kintel synchronize pull request #5585 (Even more VBO refactoring) https://github.com/openscad/openscad/pull/5585
<gbruno> [github] kintel edited pull request #5585 (Even more VBO refactoring) https://github.com/openscad/openscad/pull/5585
<kintel> ^ 600 loc deleted without functional impact - it's getting somewhere
<kintel> (some functional impact: wireframe mode is gone, but it was a very useless mode)
<InPhase> kintel: I was trying to figure out how far back opengl 3.x support goes. I got to this 2011 integrated card having opengl 3.1? https://www.techpowerup.com/gpu-specs/hd-graphics-3000.c1257
<InPhase> It's hard to search for later video cards without this...
<kintel> Yeah, but then again, that card isn't supported on Windows 10, which OpenSCAD requires : /
<kintel> ..but there might be Linux drivers
<gbruno> [github] jordanbrown0 closed issue #5610 (Random number generation gives similar results on calls with the same seed) https://github.com/openscad/openscad/issues/5610
J25k has quit [Quit: Client closed]
J25k has joined #openscad
J25k60 has joined #openscad
<gbruno> [github] kintel closed pull request #5585 (Even more VBO refactoring) https://github.com/openscad/openscad/pull/5585
<gbruno> [github] kintel pushed 3 additions 36 modifications 6 removals (Even more VBO refactoring (#5585) * Renamed CGAL_OGL_VBO_helper to VBOPolyhedron * Renamed VertexArray to VBOBuilder * Flattened inheritance hierarchy; removed unnecessary CGAL_OGL_VBOPolyhedron * Merged CGAL_OGL_Polyhedron into VBOPolyhedron * Remove wireframe-only support) https://github.com/openscad/openscad/commit/e6cca91c8e8c7fb51e8311739405e1784df12b70
mkatychev has quit [Ping timeout: 240 seconds]
J25k has quit [Ping timeout: 240 seconds]
califax has quit [Remote host closed the connection]
califax has joined #openscad
stealth_ has quit [Quit: Leaving]
<gbruno> [github] kintel pushed 1 modifications (Make PolySetRenderer work, needs cleanup) https://github.com/openscad/openscad/commit/b3ec07c716a031655377b7a1b44c39f3a6d39501
<gbruno> [github] kintel synchronize pull request #5530 (Introduce PolySetRenderer) https://github.com/openscad/openscad/pull/5530
<gbruno> [github] kintel pushed 1 modifications (Make PolySetRenderer work, needs cleanup) https://github.com/openscad/openscad/commit/f5a91403396f84210226c7710df86ef507bc89e6
<gbruno> [github] kintel synchronize pull request #5530 (Introduce PolySetRenderer) https://github.com/openscad/openscad/pull/5530
lastrodamo has joined #openscad
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rawgreaze has quit [Quit: ZNC 1.8.2 - https://znc.in]
rawgreaze has joined #openscad
hyperair has quit [Ping timeout: 252 seconds]
J25k60 has quit [Quit: Client closed]
J25k60 has joined #openscad
hyperair has joined #openscad
<J25k60> InPhase prusa website is very browser dependent
hyperair has quit [Ping timeout: 248 seconds]
mtm has quit [Ping timeout: 244 seconds]
mtm has joined #openscad
Smeef has quit [Ping timeout: 265 seconds]
hyperair has joined #openscad
ccox has quit [Remote host closed the connection]
ccox has joined #openscad
hyperair has quit [Ping timeout: 248 seconds]
ccox_ has joined #openscad
ccox has quit [Ping timeout: 276 seconds]
J25k60 has quit [Quit: Client closed]
J25k60 has joined #openscad
hyperair has joined #openscad
guso78k has joined #openscad
<guso78k> Hi @kintel, when I compile with the latest master, i see a strange behaviour on the negative axes.  https://imgur.com/a/RCiTlw9
<guso78k> I doubt its neither a local artefact,nor intentional, let me know
mmu_man has joined #openscad
<guso78k> compiled a version which is one month old and still same issue. something else must have changed
guso78k has quit [Quit: Client closed]
guso78k has joined #openscad
<guso78k> recently upgraded  to VirtualBox 7.1, maybe this is not compatible with the recent Axis drawing code. you mentioned before, that it urgently needs rework ?
<gbruno> [github] damienmarchal opened issue #5613 (UX choice of the Window menu) https://github.com/openscad/openscad/issues/5613
<gbruno> [github] damienmarchal closed pull request #5608 (Rename some of the methods so there is a consistent naming scheme in classes) https://github.com/openscad/openscad/pull/5608
hyperair has quit [Ping timeout: 276 seconds]
mtm has quit [Ping timeout: 260 seconds]
mtm has joined #openscad
anon9 has quit [Read error: Connection reset by peer]
J25k60 has quit [Quit: Client closed]
J25k60 has joined #openscad
lockywolf has joined #openscad
Smeef has joined #openscad
J25k60 has quit [Quit: Client closed]
J25k60 has joined #openscad
L29Ah has quit [Read error: Connection timed out]
hyperair has joined #openscad
guso78k has quit [Quit: Client closed]
J25k60 has quit [Quit: Client closed]
J25k60 has joined #openscad
snaked has quit [Remote host closed the connection]
hyperair has quit [Read error: Connection reset by peer]
hyperair has joined #openscad
Reisga2449 has quit [Quit: The Lounge - https://thelounge.chat]
Reisga2449 has joined #openscad
Reisga2449 has quit [Client Quit]
Reisga2449 has joined #openscad
Guest1 has joined #openscad
Guest1 has quit [Client Quit]
guso78k has joined #openscad
L29Ah has joined #openscad
<guso78k> i am just wondering if its legal to publish information which ought be private  inside a company
drfff has quit [Ping timeout: 246 seconds]
guso78k has quit [Quit: Client closed]
drfff has joined #openscad
guso78k has joined #openscad
little_blossom has quit [Quit: little_blossom]
little_blossom has joined #openscad
guso78k has quit [Ping timeout: 240 seconds]
Guest67 has joined #openscad
Guest67 has quit [Client Quit]
<teepee> L29Ah: yeah, and he is going to fight any takedown notices, not so easy to remove as in other places
redlizard has quit [Quit: Konversation terminated!]
redlizard has joined #openscad
redlizard has quit [Client Quit]
redlizard has joined #openscad
ubuntourist has joined #openscad
stealth_ has joined #openscad
L29Ah has quit [Read error: Connection timed out]
Guest81 has joined #openscad
<Guest81> Hi all, I have an openscad CLI question:
<Guest81> I seem to be running v2021.01, on Mac
<Guest81> $ openscad -v
<Guest81> OpenSCAD version 2021.01
<Guest81> thats the output when I check the version in terminal
teepee_ has joined #openscad
<Guest81> but when I try to use the "--summary-file" command line option, it tells me that it isnt available
<Guest81> $ openscad --summary-file
<Guest81> unrecognised option '--summary-file'
<teepee_> and openscad --version?
<Guest81> according to the manual on CLI usage, the option is supposed to be available in 2021.01 : https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_OpenSCAD_in_a_command_line_environment
J25k60 has quit [Quit: Client closed]
J25k60 has joined #openscad
<Guest81> it says I'm running 2021.01
<Guest81> $ openscad --version 1
<Guest81> OpenSCAD version 2021.01
<Guest81> when I run openscad -h
<Guest81> the help page indeed does NOT list the --summary-file option
<teepee_> so the wiki is wrong
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
Guest57 has joined #openscad
<Guest81> yeah it seems to me the wiki is wrong, but thought maybe somebody had an idea
<teepee> idea about?
<teepee> it's in the dev snapshots, and would likely be included in the next release whenever that may happen
<InPhase> This is the commit that introduced it. 2021-09-09, which postdates the named release. That help dump was added by someone with a random IP address on 2021-11-30, using the wrong binary (probably a snapshot from 2021-11 instead of the release), and no one fixed it.
<InPhase> Oops, meant to link to the commit: https://github.com/openscad/openscad/commit/ac6f4c8ca
<InPhase> Guest81: But anyone can edit the wiki. It was just some unknown person who put that there, and you can fix it with the right help dump to resolve it. :)
Guest57 has quit [Quit: Client closed]
ubuntourist has quit [Quit: Leaving]
sparr has quit [Quit: WeeChat 3.6]
<J25k60> quite possible it was me - Ü
<InPhase> Well the address does at least point the finger at Germany. :)
<gbruno> [github] scrameta synchronize pull request #5584 (RFC: New general-purpose extrusion mechanism - 2025 refresh) https://github.com/openscad/openscad/pull/5584
Guest81 has quit [Ping timeout: 240 seconds]
<stealth_> InPhase, have you checked out https://cachyos.org/ ? super good.
Guest84 has joined #openscad
Guest84 has left #openscad [#openscad]
L29Ah has joined #openscad
mmu_man has quit [Read error: Connection reset by peer]
mmu_man has joined #openscad
<gbruno> [github] scrameta synchronize pull request #5584 (RFC: New general-purpose extrusion mechanism - 2025 refresh) https://github.com/openscad/openscad/pull/5584
J25k60 has quit [Quit: Client closed]
J25k60 has joined #openscad
guso78k has joined #openscad
guso78k has quit [Client Quit]
stealth_ has quit [Remote host closed the connection]
lastrodamo has quit [Quit: Leaving]
stealth_ has joined #openscad
zauberfisch has quit [Ping timeout: 252 seconds]
<gbruno> [github] scrameta synchronize pull request #5584 (RFC: New general-purpose extrusion mechanism - 2025 refresh) https://github.com/openscad/openscad/pull/5584