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
<bitbasher> ah .. i cannot attach it
<bitbasher> i present this pastebin of the feedback i have from my first attempt https://bpa.st/262A
stealth_ has joined #openscad
J25k21 has joined #openscad
<teepee> git clone --recursive !
J25k59 has quit [Ping timeout: 272 seconds]
kintel has joined #openscad
<kintel> ..or git submodule update --init --recursive
<kintel> Take a look at this, which is guaranteed to provide a working build, and compare the relevant parts with what you do: https://github.com/openscad/openscad/blob/master/.github/workflows/windows.yml
bitbasher has quit [Ping timeout: 272 seconds]
<gbruno> [github] mvirkkunen opened pull request #5960 (Improve measurement tools) https://github.com/openscad/openscad/pull/5960
<gbruno> [github] mvirkkunen synchronize pull request #5960 (Improve measurement tools) https://github.com/openscad/openscad/pull/5960
<gbruno> [github] mvirkkunen opened pull request #5961 (Ensure selection order does not affect angle measurement results) https://github.com/openscad/openscad/pull/5961
<gbruno> [github] mvirkkunen edited pull request #5961 (Ensure selection order does not affect angle measurement results) https://github.com/openscad/openscad/pull/5961
snaked has joined #openscad
snaked has quit [Read error: Connection reset by peer]
L29Ah has quit [Read error: Connection reset by peer]
L29Ah has joined #openscad
rogeliodh has quit [Quit: The Lounge - https://thelounge.chat]
guso78k61 has quit [Ping timeout: 272 seconds]
rogeliodh has joined #openscad
guso78k has quit [Ping timeout: 272 seconds]
L29Ah has quit [Read error: Connection reset by peer]
sculptor has quit [Ping timeout: 248 seconds]
kintel has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
sparsh-n has joined #openscad
<sparsh-n> Hi bitbasher, I've been working a bit more on Windows build, I'm also using Windows 11. I've made a branch with some modifications for getting it built (but it assumes most packages are installed using VCPKG). Its still work in progress, although I'm currently trying to get a headless debug build working first.
<sparsh-n> If you're looking to build it with MSYS2, I've actually found the wikibooks https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Building_on_Microsoft_Windows worked perfectly. You just need to run the commands all in the MSYS command line (typing MSYS2 MSYS should show this tool).
<sparsh-n> Still a work in progress, but here's my branch that's trying to get a vcpkg/msvc based build working. Currently have some small CMake errors but I'll post updates here if anything builds/any big issue pops up.
<sparsh-n> Forgot to mention but I also used the windows.yml workflow that kintel linked to help in figuring out building with QT6/QT5.
sparsh-n has quit [Quit: Client closed]
sparsh-n has joined #openscad
sparsh-n has quit [Client Quit]
bozo16 has quit [Quit: Leaving]
guso78k has joined #openscad
stealth_ has quit [Quit: Leaving]
howiemnt1 has joined #openscad
guso78k21 has joined #openscad
howiemnt has quit [Ping timeout: 276 seconds]
sculptor has joined #openscad
sculptor has quit [Ping timeout: 252 seconds]
howiemnt4 has joined #openscad
howiemnt4 has quit [Remote host closed the connection]
howiemnt4 has joined #openscad
howiemnt1 has quit [Ping timeout: 276 seconds]
howiemnt4 has quit [Remote host closed the connection]
howiemnt has joined #openscad
sinned691586 has quit [Quit: Ping timeout (120 seconds)]
sinned691586 has joined #openscad
bitbasher has joined #openscad
L29Ah has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 244 seconds]
teepee_ is now known as teepee
J25k21 has quit [Quit: Client closed]
J25k21 has joined #openscad
J25k21 has quit [Quit: Client closed]
J25k21 has joined #openscad
J25k21 has quit [Quit: Client closed]
J25k21 has joined #openscad
guso78k has quit [Quit: Client closed]
J25k21 has quit [Quit: Client closed]
J25k21 has joined #openscad
sculptor has joined #openscad
guso78k21 has quit [Quit: Client closed]
socrates1298 has joined #openscad
bozo16 has joined #openscad
socrates1298 has quit [Ping timeout: 252 seconds]
<gbruno> [github] kintel pushed 3 modifications (Convert via Surface_mesh instead of Polyhedron for convex decomposition) https://github.com/openscad/openscad/commit/9599900f551bfc0085f6091beda064c8ddf6883a
<gbruno> [github] mvirkkunen synchronize pull request #5960 (Improve measurement tools) https://github.com/openscad/openscad/pull/5960
<gbruno> [github] mvirkkunen synchronize pull request #5960 (Improve measurement tools) https://github.com/openscad/openscad/pull/5960
sculptor_ has joined #openscad
sculptor has quit [Ping timeout: 276 seconds]
sculptor has joined #openscad
sculptor_ has quit [Ping timeout: 276 seconds]
guso78k has joined #openscad
kintel has joined #openscad
<kintel> pca006132 I have an interesting possible corner case for Manifold. My understanding is that Manifold now performs some kind of mesh optimization to reduce number of vertices/faces in planar regions, but sometimes I find good optimization candidates that seems to slip through, like this:
<kintel> openscad tests/data/scad/3D/issues/issue1069.scad -o out.png --view=edges --backend=manifold
<kintel> Essentially, this is a cube with a rather complex internal objects, which was created by union together a lot of puzzle pieces (manifold convex decomposition)
<gbruno> [github] kintel pushed 4 modifications (Convert via Surface_mesh instead of Polyhedron for convex decomposition) https://github.com/openscad/openscad/commit/d894b0ab3372b2cd773d8fb85e403661c619c61c
<gbruno> [github] kintel opened pull request #5962 (Manifold minkowski: Convert via Surface_mesh instead of Polyhedron for convex decomposition) https://github.com/openscad/openscad/pull/5962
kintel has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<gbruno> [github] gsohler edited pull request #5959 (Geometry explode Operator and separate function) https://github.com/openscad/openscad/pull/5959
guso78k has quit [Quit: Client closed]
<bitbasher> thanks for the windows build tips .. i will be ab le to try that tomorrow
bitbasher has quit [Ping timeout: 252 seconds]
stealth_ has joined #openscad
<gbruno> [github] t-paul pushed 1 modifications (Update info on OBS key.) https://github.com/openscad/openscad.github.com/commit/5cf8005dfe223142d62eef43387335ed87fe5340
<gbruno> [github] kintel pushed 1 modifications (Use CMake and Python from Homebrew) https://github.com/openscad/openscad/commit/7fd8378f7861de2153e35e74a64be88af187e0bf
<gbruno> [github] kintel pushed 1 modifications (Use CMake and Python from Homebrew) https://github.com/openscad/openscad/commit/7fd8378f7861de2153e35e74a64be88af187e0bf
<gbruno> [github] kintel synchronize pull request #5962 (Manifold minkowski: Convert via Surface_mesh instead of Polyhedron for convex decomposition) https://github.com/openscad/openscad/pull/5962
<gbruno> [github] bneuen synchronize pull request #3505 (Allow 2D objects in 3D hull and minkowski operations) https://github.com/openscad/openscad/pull/3505
teepee_ has joined #openscad
teepee has quit [Ping timeout: 244 seconds]
teepee_ is now known as teepee
sculptor_ has joined #openscad
sculptor_ has quit [Remote host closed the connection]
sculptor has quit [Ping timeout: 248 seconds]
<gbruno> [github] kintel pushed 1 modifications (Attempt to workaround GitHub runner issue) https://github.com/openscad/openscad/commit/051883f0b2e60c4d2f533f662b5914a84c0ec07c
<gbruno> [github] kintel synchronize pull request #5962 (Manifold minkowski: Convert via Surface_mesh instead of Polyhedron for convex decomposition) https://github.com/openscad/openscad/pull/5962
<gbruno> [github] kintel pushed 1 modifications (Attempt to workaround GitHub runner issue) https://github.com/openscad/openscad/commit/76c96c558948529feb0005130c9e9e176d4f17c8
<gbruno> [github] kintel synchronize pull request #5962 (Manifold minkowski: Convert via Surface_mesh instead of Polyhedron for convex decomposition) https://github.com/openscad/openscad/pull/5962