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
noonien808310429 has quit [Ping timeout: 252 seconds]
L29Ah has quit [Ping timeout: 260 seconds]
L29Ah has joined #openscad
snaked has joined #openscad
J25k47 has joined #openscad
J25k has quit [Ping timeout: 240 seconds]
califax has quit [Remote host closed the connection]
califax has joined #openscad
mmu_man has quit [Ping timeout: 244 seconds]
J25k47 has quit [Quit: Client closed]
J25k47 has joined #openscad
<gbruno> [github] kintel closed pull request #5679 (resovle some warnings) https://github.com/openscad/openscad/pull/5679
<gbruno> [github] kintel pushed 1 modifications (Upload clang-tidy results to artifacts (#5681)) https://github.com/openscad/openscad/commit/d9859a07d12de0bee7af7e7c59a9aa28419bce0b
<gbruno> [github] kintel pushed 11 modifications (resovle some warnings (#5679) Co-authored-by: Guenther Sohler <guenther.sohler@photeon.com>) https://github.com/openscad/openscad/commit/c82289cd00a3b61a2c522a82e879f49282048f49
<gbruno> [github] kintel closed pull request #5681 (Upload clang-tidy results to artifacts) https://github.com/openscad/openscad/pull/5681
<gbruno> [github] kintel closed pull request #5677 (Fix transparency issues on Wayland) https://github.com/openscad/openscad/pull/5677
kintel has joined #openscad
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Guest15 has joined #openscad
Guest15 has quit [Client Quit]
hyperair has quit [Remote host closed the connection]
hyperair has joined #openscad
peepsalot has quit [Ping timeout: 260 seconds]
Ckat has quit [Ping timeout: 268 seconds]
<JakeSays> hey does openscad have a way to open a document remotely, like via dbus, or a socket/protocol, etc?
peepsalot has joined #openscad
<Scopeuk> there is nothing socket, the dbus interface as far as I'm aware is mostly for camera control (it lets you create custom input devices without modifying the application) but it can trigger actions.
<Scopeuk> what are you trying to achieve? typically one just calls the application with the file to add it to the open dataset?
<JakeSays> Scopeuk: yeah i'm looking at the dbus code now
<JakeSays> Scopeuk: i want to be able to open, refresh, and switch to documents
<Scopeuk> there was a branch at one point with someone working on integrations with external editors which implemented lsp and was then looking at the potential for dbus application control but I believe it dead ended
<Scopeuk> open and refresh the application can do for you, switching between documented I don't know of an external application
<Scopeuk> the typical use case with an external editor auto reload is enabled in openscad and it watches the filesystem for changes to the open file
<JakeSays> i use vscode as my editor, and i'd like the active document in openscad to track the active one in vscode
<Scopeuk> I've not tried it but how does openscad react if you just call it with the file name when switching tabs in vscode?
misterfish has joined #openscad
<JakeSays> i dont know. i haven't tried that
<JakeSays> so does openscad maintain a single instance, or would i end up with an openscad instance per document?
<Scopeuk> there is a multi tab editor within the application, I'm trying to remember if there is a way to tell the application at launch to do single instance, it's not a feature I use. multiple copies would be a poor solution for your intended use case
<Scopeuk> https://github.com/openscad/openscad/pull/3635 I think was the last attempt at this style of integration
<JakeSays> hmm. it's unfortunate that it died
<Scopeuk> given how vs code works it would probably be relatively easy to embed the wasm build in there now days, but I'm not aware of anyone having tried
<JakeSays> openscad as wasm sounds.. yikes
<Scopeuk> the wasm build is the engine, that demo also uses manifold as it's back end to go faster
<JakeSays> hmm
<JakeSays> that's quite interesting
guso78k has joined #openscad
guerd has joined #openscad
mmu_man has joined #openscad
little_blossom has quit [Remote host closed the connection]
guerd has quit [Ping timeout: 272 seconds]
J25k47 has quit [Quit: Client closed]
J25k47 has joined #openscad
<gbruno> [github] pipatron opened issue #5682 (Background and Debug modifier transparency differ in non-obvious way.) https://github.com/openscad/openscad/issues/5682
J25k47 has quit [Quit: Client closed]
J25k47 has joined #openscad
guso78k has quit [Quit: Client closed]
TheCoffeMaker has joined #openscad
<church_> hmm, if recessed or rised logo or text is relatively simple to make (just minkowski around with cone (from eg. low $fn cylinder)). I wonder how should i get flush logo(or text), but with recess around by contour? First minkowski around with thicker, trapezze cross-section, then readd back minkowski again with pointy cone? :/
califax has quit [Read error: Connection reset by peer]
GNUmoon has quit [Remote host closed the connection]
aiyion3 has quit [Remote host closed the connection]
aiyion4 has joined #openscad
califax_ has joined #openscad
GNUmoon has joined #openscad
califax_ is now known as califax
fling has quit [Remote host closed the connection]
fling has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
<ali1234> church_: get nightly and use roof
ahmedhamed has joined #openscad
<ali1234> use offset to get the contour in 2d
<gbruno> [github] dbyy closed issue #5676 (OpenScad v 2025.01.26 (Snap on Linux Mint) - Save File As: Can't navigate to mounted NAS locations (/mnt/...) (on NAS)) https://github.com/openscad/openscad/issues/5676
Ckat has joined #openscad
stealth_ has joined #openscad
mmu_man has quit [Ping timeout: 265 seconds]
mmu_man has joined #openscad
<gbruno> [github] wolfwood synchronize pull request #5671 (support centering when importing) https://github.com/openscad/openscad/pull/5671
<gbruno> [github] wolfwood edited pull request #5671 (support centering when importing) https://github.com/openscad/openscad/pull/5671
<gbruno> [github] wolfwood edited pull request #5671 (support centering when importing) https://github.com/openscad/openscad/pull/5671
<gbruno> [github] wolfwood opened pull request #5683 (test the interaction of svg viewbox with svg_import centering. currently fails) https://github.com/openscad/openscad/pull/5683
<gbruno> [github] wolfwood synchronize pull request #5671 (support centering when importing) https://github.com/openscad/openscad/pull/5671
Guest80 has joined #openscad
Guest80 has quit [Client Quit]
ahmedhamed has quit [Quit: Connection closed for inactivity]
<gbruno> [github] 0v3rcl0ck3d opened issue #5684 (Problem exporting STL file in OpenSCAD 2019.05) https://github.com/openscad/openscad/issues/5684
mmu_man has quit [Ping timeout: 245 seconds]
<gbruno> [github] t-paul closed issue #5684 (Problem exporting STL file in OpenSCAD 2019.05) https://github.com/openscad/openscad/issues/5684
J25k47 has quit [Quit: Client closed]
J25k47 has joined #openscad
TheCoffeMaker has quit [Ping timeout: 252 seconds]
TheCoffeMaker has joined #openscad
J25k47 has quit [Quit: Client closed]
J25k47 has joined #openscad
<feep> I'm never giving back my smooth_union() <3 https://i.imgur.com/C3Bmqgj.png
<gbruno> [github] wolfwood synchronize pull request #5683 (test the interaction of svg viewbox with svg_import centering. currently fails) https://github.com/openscad/openscad/pull/5683
<gbruno> [github] wolfwood edited pull request #5683 (fix the interaction of svg viewbox with svg_import centering) https://github.com/openscad/openscad/pull/5683
<gbruno> [github] wolfwood edited pull request #5683 (fix the interaction of svg viewbox with svg_import centering) https://github.com/openscad/openscad/pull/5683
<gbruno> [github] wolfwood edited pull request #5683 (fix the interaction of svg viewbox with svg_import centering) https://github.com/openscad/openscad/pull/5683
<gbruno> [github] wolfwood edited pull request #5683 (fix the interaction of svg viewbox with svg_import centering) https://github.com/openscad/openscad/pull/5683
<gbruno> [github] wolfwood synchronize pull request #5671 (support centering when importing) https://github.com/openscad/openscad/pull/5671
<gbruno> [github] wolfwood synchronize pull request #5671 (support centering when importing) https://github.com/openscad/openscad/pull/5671
<gbruno> [github] wolfwood synchronize pull request #5671 (support centering when importing) https://github.com/openscad/openscad/pull/5671
Guest5 has joined #openscad
Guest5 has quit [Client Quit]
<gbruno> [github] Stone-Age-Sculptor opened issue #5685 (A backspace as first character gets wrong in the string.) https://github.com/openscad/openscad/issues/5685
misterfish has quit [Ping timeout: 248 seconds]
<gbruno> [github] Stone-Age-Sculptor edited issue #5685 (A backspace gets wrong in the string.) https://github.com/openscad/openscad/issues/5685
<gbruno> [github] Stone-Age-Sculptor edited issue #5685 (A backspace gets wrong in the string.) https://github.com/openscad/openscad/issues/5685
<gbruno> [github] Stone-Age-Sculptor edited issue #5685 (A backspace gets wrong in the string.) https://github.com/openscad/openscad/issues/5685
<gbruno> [github] Stone-Age-Sculptor edited issue #5685 (A backspace gets wrong in the string.) https://github.com/openscad/openscad/issues/5685
ccox_ has quit [Remote host closed the connection]
<gbruno> [github] Stone-Age-Sculptor edited issue #5685 (A backspace gets wrong in the string.) https://github.com/openscad/openscad/issues/5685
plasma41 has joined #openscad
TheAssassin has quit []
mmu_man has joined #openscad
<church_> feep: unionRound? seems working ok on not too complified objects, but on more complified shapes, performance hit becomes too big. minkowski, after all
<gbruno> [github] Stone-Age-Sculptor opened issue #5686 (Cheat sheet shows "t" as first parameter for text() function, but it is "text".) https://github.com/openscad/openscad/issues/5686
<feep> church_: yeah but it's my sdf based openscad clone, so instead of performance tanking, it's bugs for days
* feep is sick of csg :v
TheAssassin has joined #openscad
ccox has joined #openscad
TheAssassin has quit [Client Quit]
TheAssassin has joined #openscad
<gbruno> [github] t-paul closed issue #5685 (A backspace gets wrong in the string.) https://github.com/openscad/openscad/issues/5685
Smeef has quit [Read error: Connection reset by peer]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
<feep> oh hey it's fixed, whew
<feep> it's always "debug for two hours, dig into the like four different paths for calculating sdfs....... find the bug, it's "you stupidly forget to use the nice clean code you already wrote and instead used a hacky abstraction that didn't work")
<feep> -)
<feep> still. I mean... church_: https://i.imgur.com/sFSPMTM.png all worth it for that smooth_union~
<feep> to be clear, bugs aside, I put zero work into that. that's just... cylinders unioned with a cube.
mmu_man has quit [Ping timeout: 268 seconds]
peepsalot has quit [Remote host closed the connection]
Smeef has joined #openscad
mmu_man has joined #openscad
peepsalot has joined #openscad
rawgreaze has quit [Ping timeout: 276 seconds]
rawgreaze has joined #openscad
<JakeSays> so is that manifold library only used in the wasm build?
<InPhase> It's the primary library for the nightly builds as long as you enable it. It's what most people are using who are using these.
<JakeSays> InPhase: hmm. i think i'm on a 2/9 build
<JakeSays> ohh i found the option
<JakeSays> the options dialog needs a save button
<InPhase> I think it saves by default.
<InPhase> Although I don't remember if it's at button press or program close.
<InPhase> But I think each time you change one.
<teepee> yes in most cases settings are directly saved, there may be cases where it happens at dialog close