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
teepee_ has joined #openscad
<JordanBrown> FluxLalonde please send me e-mail at openscad(at)jordan(dot)maileater(dot)net.
teepee_ has quit [Remote host closed the connection]
<pca006132> kintel I think it is easier to complete sscad than to refactor the existing evaluator and make the backend pluggable :)
teepee_ has joined #openscad
<pca006132> btw, I will add sscad to opencax GSoC issue list now
teepee has quit [Ping timeout: 240 seconds]
teepee_ is now known as teepee
<teepee> the new overview list now updates on build, so the manifold projects are now included
<pca006132> nice
<teepee> that should be enough, I don't think hitting the API endpoint for every page load is needed
<teepee> no changes to the sort order yet, I'll probably try that
<pca006132> btw I think you may want to optimize the mobile view padding and x overflow
<pca006132> I think the effective width available on mobile is about 42%... so the line wrapping is pretty bad
<pca006132> and code snippets are overflowing in x direction
<teepee> I know, I have not really looked into mobile view it probably should change they layout moving or even totally hiding the logo
<pca006132> yeah
<pca006132> maybe move the logo into the title part? idk
<teepee> right, inline size of the text
<teepee> meh, mastodon broke loading images, that makes the #guineapig feed very boring ;-)
<teepee> time to get some sleep I suppose
<teepee> good thing is the 3h workshop meeting tomorrow is remote as usual, so I just need to make sure to be muted when falling asleep :D
<pca006132> yeah remote meetings are nice
<pca006132> university students enjoy remote courses as well
<pca006132> I remember some of them put a looping virtual camera of themselves when the instructor requires them to turn on the camera
<teepee> that I can believe :)
<teepee> uh, that's easy to defeat. "turn on your camera and put your finger on the nose"
<pca006132> the instructors need to know this trick exists
<pca006132> and it was pretty novel at the time, so they don't know :)
<teepee> true, if they don't expect being ignored, it's easy
<pca006132> those courses are not that interactive anyway
<teepee> just as the in-person one when I was in university. that probably never changes
<teepee> benefit of youtube / video courses: pause button :D
<pca006132> for cs courses, I prefer to just read the paper/textbook
<pca006132> listening is too slow, or too fast to think about
kintel has joined #openscad
<gbruno> [github] kintel pushed 2 modifications (Minor alignment of how exporters process PolySets) https://github.com/openscad/openscad/commit/f41c44c7c5c3d742c1df7a34ada04eb0211563ea
<gbruno> [github] kintel opened pull request #4950 (Support predictable output for more file formats) https://github.com/openscad/openscad/pull/4950
snaked has joined #openscad
<gbruno> [github] kintel pushed 2 modifications (Use the predictible output feature to determine 3mf output) https://github.com/openscad/openscad/commit/71718e2ab9f98239644ce8e5e20716574c5031d0
<gbruno> [github] kintel synchronize pull request #4950 (Support predictable output for more file formats) https://github.com/openscad/openscad/pull/4950
HumanG33k has quit [Ping timeout: 276 seconds]
<gbruno> [github] kintel pushed 1 modifications (Compile fix) https://github.com/openscad/openscad/commit/ec49564778c93fab626733f045a4ea1aaa82495d
<gbruno> [github] kintel synchronize pull request #4950 (Support predictable output for more file formats) https://github.com/openscad/openscad/pull/4950
<gbruno> [github] kintel edited issue #4851 (PolySet needs cleanup) https://github.com/openscad/openscad/issues/4851
<gbruno> [github] kintel edited issue #4851 (PolySet needs cleanup) https://github.com/openscad/openscad/issues/4851
<kintel> pca006132 Not sure if you saw my message from a few days ago.. Was just wondering if you were planning to pick up the cleanup topics where you tagged yourself in https://github.com/openscad/openscad/issues/4851
<kintel> I'm thinking of wrapping up my work and split out remaining topics as separate tickets
arebil has quit [Quit: arebil]
HumanG33k has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
FluxLalonde has quit [Quit: Client closed]
J24k52 has joined #openscad
LordOfBikes has quit [Ping timeout: 256 seconds]
J24k43 has quit [Ping timeout: 250 seconds]
SharpHammer has joined #openscad
<gbruno> [github] kintel pushed 4 additions (Add expected images for polyhedron-cube) https://github.com/openscad/openscad/commit/73952e3155018a6e1dcdfa6bf6eb2bad689e9617
<gbruno> [github] kintel synchronize pull request #4950 (Support predictable output for more file formats) https://github.com/openscad/openscad/pull/4950
<gbruno> [github] kintel ready_for_review pull request #4950 (Support predictable output for more file formats) https://github.com/openscad/openscad/pull/4950
LordOfBikes has joined #openscad
mmu_man has quit [Ping timeout: 264 seconds]
hyvoid has joined #openscad
SharpHammer has quit [Ping timeout: 250 seconds]
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
fling has quit [Remote host closed the connection]
fling has joined #openscad
kintel has joined #openscad
<gbruno> [github] kintel edited pull request #4950 (Support predictable output for more file formats) https://github.com/openscad/openscad/pull/4950
hyperair has quit [Ping timeout: 264 seconds]
J24k52 has quit [Quit: Client closed]
fling has quit [Remote host closed the connection]
J24k52 has joined #openscad
fling has joined #openscad
<kintel> JordanBrown I had a quick look at your customizer UI code
<kintel> ..and tinkered a tiny bit with style sheets. If I replace your ParameterWidget::setFontFamilySize() with this, it looks like it works:
<kintel> this->setStyleSheet(QString("font: %1px").arg(fontsize));
<kintel> If we could get this working with stylesheets, it would make the code a lot simpler I think.
<kintel> Didn't look into changing font family; not sure if that's really necessary for this feature
<gbruno> [github] kintel closed pull request #4889 (Test macos-13 runner) https://github.com/openscad/openscad/pull/4889
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kow__ has joined #openscad
drkow has quit [Ping timeout: 268 seconds]
hyperair has joined #openscad
fling_ has joined #openscad
fling has quit [Ping timeout: 240 seconds]
fling_ is now known as fling
hyperair has quit [Read error: Connection reset by peer]
J24k52 has quit [Quit: Client closed]
J24k52 has joined #openscad
guso78k has joined #openscad
arebil has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
hyperair has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 240 seconds]
teepee_ is now known as teepee
Church- has quit [Quit: Leaving]
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
cart_ has joined #openscad
califax has quit [Remote host closed the connection]
califax has joined #openscad
<pca006132> kintel: oh I forgot about them
<pca006132> I was thinking about extrudePolygon, it should be very similar to the one in manifold
<pca006132> I can try to find some time this weekend to finish them up
califax has quit [Remote host closed the connection]
califax has joined #openscad
califax has quit [Remote host closed the connection]
califax has joined #openscad
mmu_man has joined #openscad
guso78k has quit [Quit: Client closed]
califax has quit [Ping timeout: 240 seconds]
J24k52 has quit [Quit: Client closed]
J24k52 has joined #openscad
califax has joined #openscad
erectus has quit [Ping timeout: 240 seconds]
erectus has joined #openscad
guso78k has joined #openscad
guso78k has quit [Quit: Client closed]
arebil has quit [Quit: arebil]
snaked has quit [Quit: Leaving]
foul_owl has quit [Read error: Connection reset by peer]
mmu_man has quit [Ping timeout: 264 seconds]
foul_owl has joined #openscad
J24k52 has quit [Quit: Client closed]
J24k52 has joined #openscad
mmu_man has joined #openscad
TheAssassin has quit [Remote host closed the connection]
TheAssassin has joined #openscad
TheAssassin has quit [Ping timeout: 240 seconds]
TheAssassin has joined #openscad
rawgreaze has quit [Quit: ZNC 1.8.2 - https://znc.in]
bozo16 has joined #openscad
rawgreaze has joined #openscad
Virindi has quit [Quit: ZNC 1.8.2+deb3.1 - https://znc.in]
mmu_man has quit [Ping timeout: 264 seconds]
mmu_man has joined #openscad
JakeSays_ is now known as JakeSays
J24k52 has quit [Quit: Client closed]
J24k52 has joined #openscad
cart_ has quit [Ping timeout: 252 seconds]
fling has quit [Read error: Connection reset by peer]
fling has joined #openscad
J24k52 has quit [Quit: Client closed]
J24k52 has joined #openscad
mmu_man has quit [Ping timeout: 264 seconds]
teepee has quit [Ping timeout: 240 seconds]
teepee has joined #openscad
J24k52 has quit [Quit: Client closed]
J24k52 has joined #openscad
bozo16 has quit [Quit: Leaving]
soul-aw has joined #openscad
adigitoleo has quit [*.net *.split]
adigitoleo has joined #openscad
adigitoleo has quit [Max SendQ exceeded]
adigitoleo has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
<othx> peepsalot linked to YouTube video "DeepMind’s AlphaGeometry AI: 100,000,000 Examples!" => 1 IRC mentions
<peepsalot> now someone just add a clippy AI assistant to openscad
guso78k has joined #openscad
mmu_man has joined #openscad
<teepee> awesome, so we could be an AI project too
<teepee> lets hope the nonsense part dies as fast as with NFT
fling_ has joined #openscad
fling has quit [Ping timeout: 240 seconds]
fling_ is now known as fling
epony has joined #openscad
TheAssassin has quit [Remote host closed the connection]
TheAssassin has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 240 seconds]
teepee_ is now known as teepee
J24k52 has quit [Quit: Client closed]
J24k52 has joined #openscad
guso78k has quit [Ping timeout: 250 seconds]
mmu_man has quit [Ping timeout: 260 seconds]
mmu_man has joined #openscad
L29Ah has quit [Ping timeout: 260 seconds]
<juri_> kittycad joined with another company to be AI of SCAD.
<juri_> they call themselves "Zoo" now.