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> hey teepee, i updated the example for the openscad-wasm readme: https://github.com/openscad/openscad-wasm/pull/14/commits/063531a3b19876c40277fce174531cd9d09fcfdc
<teepee> looking at it :)
* teepee gets lots of notification mails :)
<teepee> would it make sense to just have both cases? like not replacing but adding your example as 2nd more complete one?
<teepee> adding a new section "example html" or so
<linext> maybe if the wasm might be used outside a web page
<teepee> yeah, there are other wasm runners, not sure if those could handle openscad-wasm though
<linext> if the links to the js files like openscad.js were full-links, i think the user could just copy and paste the code into a .html file
<linext> it's common for web developers to link to repos for jquery on a cdn
<teepee> bad idea in EU for the most part
J24k27 has joined #openscad
J24k30 has quit [Quit: Client closed]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
<JordanBrown> teepee, InPhase: I agree that auto-preview=true seems like a bad idea.
<JordanBrown> as a default, that is.
<teepee> yep
<teepee> also... aaaaAAARGH!
<teepee> whoever invented wchar or Qt needs to be sent at least to pluto so they can't do no more harm
<teepee> right char32_t is C++11, that might help
<InPhase> teepee: Pluto sometimes comes inside the orbital distance to Neptune, which sounds too close for a proper response to that.
<teepee> good point, better: voyager 1, they fixed it no? and it's going into the right direction
<teepee> so having a Qt input field and just want to get the unicode char its:
<teepee> get QString -> toStdU32String() -> str[0]
<teepee> because there is QString.at(0).unicode()
<teepee> but of course that returns 16 bit
<teepee> why not
<teepee> on the plus side, with all that dance, i can filter fonts that have a \u1f600 = 😀 glyph
<InPhase> :)
califax_ has joined #openscad
<InPhase> teepee: $fa=1; $fs=0.4; minkowski() { sphere(2); linear_extrude(0.1) difference() { circle(15); offset(2) resize([20,20]) rotate(-90) text(":)", halign="center", valign="center"); } }
califax has quit [Ping timeout: 260 seconds]
califax_ is now known as califax
<teepee> ouch, testing with empty config had CGAL enabled :D
<InPhase> Oops.
<teepee> slow smile
<InPhase> Well, 2 seconds in the modern approach. :)
LordOfBikes has quit [Ping timeout: 268 seconds]
LordOfBikes has joined #openscad
<linext> the wasm also have cgal by default
J24k47 has joined #openscad
J24k27 has quit [Ping timeout: 250 seconds]
<InPhase> I didn't know you could dock the font list window as a tab.
<teepee> you can't... yet :)
<teepee> while I want the filter stuff, I think it makes more sense to have it as "normal" tool window
<InPhase> That might be why I didn't know that!
snakedGT has joined #openscad
<InPhase> I was also just thinking that the inability to see what the fonts look like makes the font window almost useless.
<InPhase> So that appears to be a solid innovation as well.
<InPhase> It might make fonts a whole lot more worth using in OpenSCAD. Next up, customizer font selection. :)
<teepee> yep, that's also something I'd like to have
<teepee> just not yet sure if it's ok inside the table, or if that may need a separate pane for just the selected font
snaked has quit [Ping timeout: 268 seconds]
<gbruno> [github] t-paul pushed 3 additions 6 modifications (Dockable font list window with extended search filter.) https://github.com/openscad/openscad/commit/614bcf7f986ca76e11cb8b14c834366b69c23284
mmu_man has quit [Ping timeout: 268 seconds]
<gbruno> [github] t-paul opened pull request #5114 (Dockable font list window with extended search filter.) https://github.com/openscad/openscad/pull/5114
Lagopus has quit [Ping timeout: 260 seconds]
<Virindi> wow nice. I tried guso78k's csg branch and freecad import gets a lot further with my test model. the result even looks like the model! still a boatload of errors but I am not sure if they are meaningful https://paste.ec/paste/6RkMaSHk#PAUSa+6224tnlM-k+9HHqRWiGQJ5jVCIBeYE3dsbJ0D
R2robot has quit [Quit: Pull the lever, Kronk. Wrong leverrrrrrr!]
<Virindi> interestingly some arc faces got converted to an arc face, others became a pile of tiny faces
<Virindi> in the middle of some arc faces there is randomly a break
<Virindi> where nothing should be different at that point
R2robot has joined #openscad
<Virindi> but it looks like it might be usable
<Virindi> I'm impressed :)
<Virindi> I know it is just a missing print param but that was a fast fix
teepee has quit [Ping timeout: 260 seconds]
teepee has joined #openscad
Church- has joined #openscad
<Church-> guys, can you advise on https://pastebin.com/Pya0QG2a why i need to increase lenght by constant called weird :) , for sake of connecting sides? even without it formulas seem fine, hate adding manual adjustments for parts "to fit"