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
averdow61 has quit [Ping timeout: 240 seconds]
mmu_man has quit [Ping timeout: 276 seconds]
germ has quit [Read error: Connection reset by peer]
averdow has quit [Quit: Client closed]
ccox has joined #openscad
mmu_man has joined #openscad
germ has joined #openscad
<gbruno> [github] AaronVerDow opened issue #5840 (PDF export options cannot be set via CLI) https://github.com/openscad/openscad/issues/5840
<gbruno> [github] AaronVerDow edited issue #5840 (PDF export options cannot be set via CLI) https://github.com/openscad/openscad/issues/5840
J25k93 has joined #openscad
J25k17 has quit [Ping timeout: 240 seconds]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
mmu_man has quit [Ping timeout: 272 seconds]
guso78k has quit [Ping timeout: 240 seconds]
<InPhase> teepee: Does the Qt Designer do a good job of making diff changes be actual changes?
<InPhase> teepee: I haven't touched it in ages, because this did not used to be the case.
<InPhase> "change name of button" --> 1000 lines have been updated.
<InPhase> Maybe modern source code management was figured out by them somewhere along the way. :)
<J25k93> guso78 you don't get a gimbal lock with quaternions
<InPhase> J25k93: Yeah, you can turn all 720 degrees around in any direction without any problems. :)
guso78k has joined #openscad
J25k93 has quit [Quit: Client closed]
J25k93 has joined #openscad
stealth_ has quit [Quit: Leaving]
J25k93 has quit [Quit: Client closed]
J25k93 has joined #openscad
mmu_man has joined #openscad
ToAruShiroiNeko has quit [Ping timeout: 252 seconds]
To_Aru_Shiroi_Ne has joined #openscad
To_Aru_Shiroi_Ne has quit [Ping timeout: 245 seconds]
ToAruShiroiNeko has joined #openscad
Guest11 has joined #openscad
Guest11 has quit [Client Quit]
J25k93 has quit [Quit: Client closed]
J25k93 has joined #openscad
rogeliodh has quit [Quit: The Lounge - https://thelounge.chat]
rogeliodh has joined #openscad
J25k93 has quit [Quit: Client closed]
J25k93 has joined #openscad
L29Ah has left #openscad [#openscad]
L29Ah has joined #openscad
L29Ah has left #openscad [#openscad]
L29Ah has joined #openscad
<gbruno> [github] AaronVerDow opened pull request #5841 (Add export options to manpage) https://github.com/openscad/openscad/pull/5841
<gbruno> [github] t-paul pushed 1 modifications (Fix handling of PDF export options from command line (fixes #5840).) https://github.com/openscad/openscad/commit/58da4a7d12a508a620ab9ba9b97e571d1cbf7ab9
<gbruno> [github] t-paul opened pull request #5842 (Fix handling of PDF export options from command line (fixes #5840).) https://github.com/openscad/openscad/pull/5842
guso78k has quit [Quit: Client closed]
<gbruno> [github] t-paul pushed 1 modifications (Merge pull request #5841 from AaronVerDow/export_man Add export options to manpage) https://github.com/openscad/openscad/commit/ab1497a53c56caf4abef2b322800851d37af2372
<gbruno> [github] t-paul closed pull request #5841 (Add export options to manpage) https://github.com/openscad/openscad/pull/5841
<gbruno> [github] t-paul pushed 1 modifications (Update default settings for PDF.) https://github.com/openscad/openscad/commit/074445ad91f5570e8f33ad1bac0cee04e589d408
<gbruno> [github] t-paul synchronize pull request #5842 (Fix handling of PDF export options from command line (fixes #5840).) https://github.com/openscad/openscad/pull/5842
<gbruno> [github] t-paul closed pull request #5842 (Fix handling of PDF export options from command line (fixes #5840).) https://github.com/openscad/openscad/pull/5842
<gbruno> [github] t-paul pushed 2 modifications (Merge pull request #5842 from openscad/fix-pdf-cmdline-options Fix handling of PDF export options from command line (fixes #5840).) https://github.com/openscad/openscad/commit/edbbd86b2a44092fd876ec71e162934d03fdb25c
<gbruno> [github] t-paul closed issue #5840 (PDF export options cannot be set via CLI) https://github.com/openscad/openscad/issues/5840
J25k93 has quit [Quit: Client closed]
J25k has joined #openscad
Guest76 has joined #openscad
Guest76 has quit [Client Quit]
pmn_ has joined #openscad
<pmn_> how do i *plot* a mathematical function?
<pmn_> i'm trying to create a CRT casing plus sunshades (one object) with Gompertz curve or generalised logistic function
<pmn_> it's for casing a display panel and housing the eDP driver for it
<pmn_> in my head, i had it that i would draw out the curve in [-y1, y1] with start of the growth at some -x1 for some positive x1
<pmn_> then, linear_extrude() that^ and get the vaccume tube you see here: https://www.makingsoftware.com/ (scroll down a bit)
<pmn_> it could be done with decay function too but again i don't see anyway to do this from the manual or the cheatsheet
<pmn_> i have seen something close to it here: https://github.com/whosawhatsis/Calculus/tree/main/exponentials
<pmn_> but not exactly the same thing...
<pmn_> any help?
pmn_ has quit [Remote host closed the connection]
pmn has joined #openscad
pmn has quit [Ping timeout: 252 seconds]
pmn has joined #openscad
<teepee> pmn: feeding the function into a polygon is relatively easy
<pmn> teepee: i see
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
<pmn> oh wow. that's simple: https://pastebin.com/apN384SC
<pmn> problem there is it's as if it's taking the antiderivative of that function; i don't want the area between x and f(x)
<pmn> once i call the linear_extrude() on this polygon it's going to be a filled solid object; then i have to fix it with difference()? i don't know how to do that...
<pmn> oh, another polygon with smaller scales i guess
<teepee> it also depends on how this is processed further, in some cases a solid object is fine leaving the shell operation to later steps
kintel has joined #openscad
mmu_man has quit [Ping timeout: 260 seconds]
<kintel> Preview or render multiple times during a test case run: This was discussed a loong time ago, but I wonder if it's convenient to bring it up again: It would be very helpful to be able to preview or render a design multiple times in succession (i.e. without restarting the process) during testing, and extract some metadata. I'm thinking about more convenient ways of testing things like caching, VBO generation vs. rendering, perhaps animation, and any
<kintel> other feature where the second rendering may behave differently from the first.
<kintel> Did anyone happen to think about this recently? :)
mmu_man has joined #openscad
<teepee> I have not
kintel has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
J25k has quit [Quit: Client closed]
J25k has joined #openscad
teepee_ has joined #openscad
J25k has quit [Quit: Client closed]
J25k has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
J25k has quit [Quit: Client closed]
J25k has joined #openscad
J25k has quit [Quit: Client closed]
J25k has joined #openscad
foul_owl has quit [Ping timeout: 276 seconds]