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
cart_ has quit [Ping timeout: 255 seconds]
L29Ah has quit [Ping timeout: 255 seconds]
J24k22 has quit [Quit: Client closed]
J24k22 has joined #openscad
califax has quit [Remote host closed the connection]
califax has joined #openscad
J24k21 has joined #openscad
J24k22 has quit [Ping timeout: 250 seconds]
mmu_man has quit [Ping timeout: 260 seconds]
mmu_man has joined #openscad
califax has quit [Remote host closed the connection]
califax has joined #openscad
<mmu_man> I was live modeling a retro part https://www.youtube.com/watch?v=s2GmulWfXTA
<othx> mmu_man linked to YouTube video "Remodeling PowerBook 1xx battery door with OpenSCAD" => 1 IRC mentions
LordOfBikes has quit [Ping timeout: 240 seconds]
LordOfBikes has joined #openscad
mmu_man has quit [Ping timeout: 264 seconds]
R2robot has quit [Quit: Pull the lever, Kronk. Wrong leverrrrrrr!]
R2robot has joined #openscad
<t4nk_fn> I've been missing out on some backlog upon reconnecting to irc recently, don't think I got any responses though, but
<t4nk_fn> about https://github.com/openscad/openscad/commit/224e81fa7713dcad8df3cdf5bf0e7263c0f12d00 line 374 of Preferences.cc; if someone has any ideas for me it would be appreciated;
<t4nk_fn> if I revert this one line, then my issues as reported in #4992 and #4920 are solved
<t4nk_fn> but just out of curiosity... how could I go about investigating this? it seems that from this line, the action of saving the new setting to OpenScad.conf is performed equally
<t4nk_fn> however something changes upon retrieving it the next time you open the program, it's rather strange to me how this line could have any influence on that
guerd87 has quit [Ping timeout: 240 seconds]
guerd87 has joined #openscad
Experimentalist has joined #openscad
Experimentalist1 has joined #openscad
Experimentalist1 has quit [Client Quit]
paddymahoney has quit [Remote host closed the connection]
paddymahoney has joined #openscad
mmu_man has joined #openscad
Reisga2 has quit [Quit: Ping timeout (120 seconds)]
Reisga2 has joined #openscad
mmu_man has quit [Ping timeout: 246 seconds]
mmu_man has joined #openscad
<pca006132> t4nk_fn: logs are in https://bit.ly/32MfbH5
<t4nk_fn> ah, thnx, I'll keep that in mind
<t4nk_fn> doesn't seem like I missed anything I guess, but I can never be sure lately
<t4nk_fn> heh, it's probably because Preferences::on_syntaxHighlight_currentTextChanged(const QString& s) gets triggered upon setting up the widget I think
misterfish has joined #openscad
<t4nk_fn> so it gets triggered and sets it to the default light background..
<t4nk_fn> heh, yeah, I tested it; I put a 'bool bGuiUpdated' inside Preferences.h
<t4nk_fn> and set that to true in Preferences::updateGui()
<t4nk_fn> and then in the on_syntaxHighlight_currentTextChanged slot I put a if (guiUpdated) as a tester..
<t4nk_fn> *ponder*
mmu_man has quit [Ping timeout: 256 seconds]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
mmu_man has joined #openscad
L29Ah has joined #openscad
califax has quit [Ping timeout: 260 seconds]
califax has joined #openscad
misterfish has quit [Ping timeout: 255 seconds]
JordanBrown has quit [Read error: Connection reset by peer]
JordanBrown has joined #openscad
ToAruShiroiNeko has quit [Ping timeout: 264 seconds]
mmu_man has quit [Ping timeout: 260 seconds]
mmu_man has joined #openscad
yogadude` has quit [Ping timeout: 256 seconds]
yogadude has joined #openscad
ToAruShiroiNeko has joined #openscad
misterfish has joined #openscad
<t4nk_fn> well, ok then.. https://dpaste.com/DDEQE27CU this is the patch as I have it setup for myself: https://dpaste.com/DDEQE27CU
<t4nk_fn> cleanest way was to just use on_syntaxHighlight_textActivated instead of currentTextChanged since that only fires upon user action
<t4nk_fn> I don't have qt6, but the signals exist for both qt5 and 6 so it should work
<t4nk_fn> I do wonder what you ppl are using for an editor though, because this bug has been around since last year
<t4nk_fn> I don't use openscad all that often, but it was quite annoying having to adjust the colors every time ;)
misterfish has quit [Ping timeout: 255 seconds]
pca006132 has quit [Remote host closed the connection]
pca006132 has joined #openscad
<pca006132> maybe you can send a PR?
L29Ah has quit [Ping timeout: 260 seconds]
pca006132 has quit [Remote host closed the connection]
pa has quit [Ping timeout: 255 seconds]
pah has joined #openscad
pca006132 has joined #openscad
<buZz> qt6? dang
<buZz> i still have some qt4->5 ports on my todo :P
misterfish has joined #openscad
L29Ah has joined #openscad
snaked has quit [Remote host closed the connection]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
pah is now known as pa
<gbruno> [github] kintel pushed 1 modifications (Bugfix: Use new GLX provider (it was accidentally reverted to old)) https://github.com/openscad/openscad/commit/263aa6d587cd2351763a8f66f44c2e45531c5c3c
<gbruno> [github] kintel opened pull request #5024 (Bugfix: Use new GLX provider (it was accidentally reverted to old)) https://github.com/openscad/openscad/pull/5024
<gbruno> [github] kintel ready_for_review pull request #5024 (Bugfix: Use new GLX provider (it was accidentally reverted to old)) https://github.com/openscad/openscad/pull/5024
kintel has joined #openscad
califax has quit [Remote host closed the connection]
califax has joined #openscad
<gbruno> [github] kintel pushed 1 modifications (Disable new 3mf tests if lib3mf wasn't found) https://github.com/openscad/openscad/commit/509306c0de00ad7a9ecffa9e4fdf47790ef1eef5
<gbruno> [github] kintel opened pull request #5025 (Disable new 3mf tests if lib3mf wasn't found) https://github.com/openscad/openscad/pull/5025
<gbruno> [github] kintel closed pull request #5024 (Bugfix: Use new GLX provider (it was accidentally reverted to old)) https://github.com/openscad/openscad/pull/5024
<gbruno> [github] kintel pushed 1 modifications (Bugfix: Use new GLX provider (it was accidentally reverted to old) (#5024)) https://github.com/openscad/openscad/commit/a27bd43f7c65535a86663bd84349c9ae9de3e6e7
qeed_ has joined #openscad
qeed has quit [Ping timeout: 264 seconds]
L29Ah has left #openscad [#openscad]
misterfish has quit [Ping timeout: 264 seconds]
<gbruno> [github] kintel closed pull request #5025 (Disable new 3mf tests if lib3mf wasn't found) https://github.com/openscad/openscad/pull/5025
<gbruno> [github] kintel pushed 1 modifications (Disable new 3mf tests if lib3mf wasn't found (#5025)) https://github.com/openscad/openscad/commit/e3e5f8e0ca2c95ada85f97418ca0e7bd3498413f
L29Ah has joined #openscad
guso78k has joined #openscad
<guso78k> When thinking about adding new features to openscad, using Nef Polyhedrons we could easily generate the DUAL Object from any convex input shape.
<guso78k> So cube would become an octaeder, sphere, will remain,  cylinder will turn to a double-cone , but it would work for any convex input.
<guso78k> would there be any use for that ?
guso78k has quit [Quit: Client closed]
misterfish has joined #openscad
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
guso78k has joined #openscad
kintel has joined #openscad
<guso78k> is there any slicer which can eventually make use of multi-colored 3mf ?
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
guerd87 has quit [Ping timeout: 264 seconds]
misterfish has quit [Ping timeout: 264 seconds]
qeed_ has quit [Quit: qeed_]
qeed has joined #openscad
qeed_ has joined #openscad
qeed has quit [Ping timeout: 256 seconds]
guerd87 has joined #openscad
paddymahoney has quit [Remote host closed the connection]
paddymahoney has joined #openscad