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
snakedLX has quit [Remote host closed the connection]
snakedLX has joined #openscad
snakedGT has quit [Ping timeout: 252 seconds]
J25k has quit [Quit: Client closed]
J25k has joined #openscad
califax has quit [Remote host closed the connection]
califax has joined #openscad
J25k has quit [Quit: Client closed]
J25k has joined #openscad
J25k58 has joined #openscad
J25k has quit [Ping timeout: 240 seconds]
mwette has quit [Ping timeout: 272 seconds]
snakedGT has joined #openscad
mmu_man has quit [Ping timeout: 268 seconds]
snakedLX has quit [Ping timeout: 244 seconds]
bitbasher has quit [Ping timeout: 252 seconds]
little_blossom has quit [Ping timeout: 252 seconds]
hyperair has joined #openscad
sculptor_ has joined #openscad
sculptor__ has joined #openscad
sculptor has quit [Ping timeout: 252 seconds]
sculptor_ has quit [Ping timeout: 252 seconds]
TylerTork has joined #openscad
sparsh-n has joined #openscad
<TylerTork> Am I going crazy here or is the "Dump Pictures" option on the animation panel completely broken?
<TylerTork> Because I can't find the output files.
<church__> https://bpa.st/DZ5A - any advise how should i resize & place ovoid to get recessing by it "more round"? So that cross-sections with planes are rounder as in if with 3 cylinders
<TylerTork> church__ it sounds like you need to look at $fa and $fa constants
<TylerTork> sorry $fs
<church__> TylerTork: $fn there is thrown in just to slightly round. Question was more about dimensions & placement of (resized)sphere ovoid in diff, so that shape gets closer to one formed with cylinders ..
<church__> a bit failing to imagine geometry calc how to resize/place properly, but rough initial variant is not recessed deep enough
<TylerTork> I guess I don't understand the question. A sphere isn't very similar to a shape formed by the intersection of 3 cylinders.
<church__> shape formed with differencing with 3 cylinders (unusable due that sticking point in mid) is more there just to illustrate by how much i'd wish to decrease radiuses of ovoid (in red # debug part)
<TylerTork> what problem are you trying to solve with this?
<church__> to fillet one inner corner with also clearing other parts there
<TylerTork> kind of like if you smooshed some clay into that corner without also rounding off the edges then
<TylerTork> and you want there not to be a corner where the clay meets the side.
<church__> yup, smoothed no step join
<TylerTork> that surface wouldn't be a sphere or ovoid though.
<TylerTork> thinking
<church__> of course, maybe my initial approach of just resizing unevenly & moving sphere might be wrong. seemed simplest to do
sculptor__ has quit [Ping timeout: 276 seconds]
cbmuser has quit [Ping timeout: 252 seconds]
<gbruno> [github] kintel pushed 1 modifications 1 removals (Updated a number of macOS deps) https://github.com/openscad/openscad/commit/6a99094e1db40ae9513235301acdbe1eb29060c9
cbmuser has joined #openscad
<gbruno> [github] kintel opened pull request #5948 (Updated a number of macOS deps) https://github.com/openscad/openscad/pull/5948
fling has quit [Remote host closed the connection]
fling has joined #openscad
<TylerTork> church__: yeah I don't know that's a complicated shape and it's late. I'll sleep on it.
<TylerTork> church__: you may be working too hard to avoid having corners in a model made of polygons that'll inevitably have corners where they meet anyway.
TylerTork has quit [Quit: Client closed]
<gbruno> [github] kintel pushed 4 modifications (Merge branch 'master' into kintel-macos) https://github.com/openscad/openscad/commit/c11f024135bf029d08472b30e226fbf38a466df1
<gbruno> [github] kintel ready_for_review pull request #5948 (Updated a number of macOS deps) https://github.com/openscad/openscad/pull/5948
<gbruno> [github] kintel synchronize pull request #5948 (Updated a number of macOS deps) https://github.com/openscad/openscad/pull/5948
sparsh-n has quit [Quit: Client closed]
little_blossom has joined #openscad
<pca006132> bitbasher: I think the issues you face are orthogonal to openscad
<pca006132> from my experience several years ago, any powershell is good enough for you
<pca006132> for mingw64, you need to run inside the mingw64 shell to use its build environment
<pca006132> vscode will not automatically select it for you
<pca006132> I will recommend you do everything inside a shell, so no need to config vscode
<pca006132> and vscode stands for Visual Studio Code, I do not recommend you to use Code as the short hand, that will be very confusing
<pca006132> re. powershell: if you need Visual Studio (msvc and such), iirc you will want to use the developer shell in the Visual Studio sub-menu in the start menu
<pca006132> maybe you will want to compile something else first to check you have the basic environment setup, manifold is good in that regard because it will automatically download everything you need (apart from cmake and the c++ compiler)
howiemnt1 has joined #openscad
howiemnt has quit [Remote host closed the connection]
<Scopeuk> I think there was a post a few days ago using a docker environment with vscode via a plugin to perform development on windows, there was a development branch a few years ago which allowed native windows builds. I used it for a while to do some experimentation with bluetoothle devices as controllers. from memory that was using visual studio (not
<Scopeuk> code) to load the cmake file as a project. it worked at the time but is probably stale by the point
califax has quit [Remote host closed the connection]
califax has joined #openscad
mmu_man has joined #openscad
teepee_ has joined #openscad
<pca006132> I think it is typically much easier to figure out what is wrong with CLI (at least for me)
<pca006132> adding more tools = more complexity
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
J25k58 has quit [Quit: Client closed]
J25k58 has joined #openscad
snakedGT has quit [Quit: Leaving]
califax has quit [Remote host closed the connection]
fling has quit [Remote host closed the connection]
califax has joined #openscad
fling has joined #openscad
<gbruno> [github] kintel edited issue #5940 (Make CMake 4 work everywhere) https://github.com/openscad/openscad/issues/5940
<gbruno> [github] kintel opened issue #5949 (macOS: Run test using distribution binary) https://github.com/openscad/openscad/issues/5949
<gbruno> [github] kintel edited issue #5940 (Make CMake 4 work everywhere) https://github.com/openscad/openscad/issues/5940
<gbruno> [github] kintel edited issue #5940 (Make CMake 4 work everywhere) https://github.com/openscad/openscad/issues/5940
<gbruno> [github] kintel edited issue #5940 (Make CMake 4 work everywhere) https://github.com/openscad/openscad/issues/5940
<gbruno> [github] kintel edited issue #5940 (Make CMake 4 work everywhere) https://github.com/openscad/openscad/issues/5940
<gbruno> [github] kintel edited issue #5940 (Make CMake 4 work everywhere) https://github.com/openscad/openscad/issues/5940
howiemnt1 has quit [Ping timeout: 260 seconds]
howiemnt has joined #openscad
TylerTork has joined #openscad
aiyion2 has quit [Remote host closed the connection]
aiyion2 has joined #openscad
<gbruno> [github] MethylBromide opened issue #5950 (Dump Pictures is failing for complex models) https://github.com/openscad/openscad/issues/5950
J25k58 has quit [Quit: Client closed]
J25k58 has joined #openscad
Ekho has quit [Ping timeout: 252 seconds]
Ekho has joined #openscad
TylerTork has quit [Ping timeout: 240 seconds]
gbruno has quit [Ping timeout: 248 seconds]
gbruno has joined #openscad
rawgreaze has quit [Ping timeout: 252 seconds]
abff has quit [Ping timeout: 272 seconds]
JakeSays has quit [Ping timeout: 248 seconds]
marcus has quit [Ping timeout: 252 seconds]
zauberfisch has quit [Ping timeout: 252 seconds]
gehel has quit [Ping timeout: 268 seconds]
gehel has joined #openscad
voxpelli has quit [Ping timeout: 268 seconds]
JakeSays has joined #openscad
voxpelli has joined #openscad
nomike has quit [Read error: Connection reset by peer]
lf94 has quit [Read error: Connection reset by peer]
lf94 has joined #openscad
abff has joined #openscad
rawgreaze has joined #openscad
howiemnt1 has joined #openscad
foul_owl has quit [Ping timeout: 276 seconds]
howiemnt has quit [Read error: Connection reset by peer]
howiemnt4 has joined #openscad
InPhase has quit [Ping timeout: 272 seconds]
zauberfisch has joined #openscad
InPhase has joined #openscad
marcus has joined #openscad
howiemnt1 has quit [Ping timeout: 252 seconds]
foul_owl has joined #openscad
redlizard_ is now known as redlizard
redlizard has quit [Changing host]
redlizard has joined #openscad
mmu_man has quit [Ping timeout: 252 seconds]
J25k58 has quit [Quit: Client closed]
J25k58 has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
mmu_man has joined #openscad
cbmuser has quit [Ping timeout: 276 seconds]
TylerTork has joined #openscad
J25k58 has quit [Quit: Client closed]
J25k58 has joined #openscad
TylerTork has quit [Ping timeout: 240 seconds]
cbmuser has joined #openscad
J25k58 has quit [Quit: Client closed]
J25k58 has joined #openscad
h1 has joined #openscad
<h1> how would i make an articulated leg in openscad like in this youtube video https://www.youtube.com/watch?v=njPpyid0FSc ?
<othx> h1 linked to YouTube video "Articulated Cuttlefish with Print-in-Place Ball & Socket Joints!" => 1 IRC mentions
<h1> what I'm interested in doing is the Print-in-Place Ball & Socket Joints
<h1> to create a uniform leg
<h1> uniform tube like structure connected by rint-in-Place Ball & Socket Joints
Guest61 has joined #openscad
Guest61 has quit [Client Quit]
<InPhase> h1: The three steps are to figure out the target shape, to figure out how to position the elements so both are printable from the bottom up without supports inside the socket, and then to parameterize the gap between the inner and outer element so you can fix it when your first test print is too large or too small of a gap.
<InPhase> h1: I did a bearing years back, which is an example of the same idea: https://www.thingiverse.com/thing:1686372
<othx> InPhase linked to "Idler Pulley Bearing, Prints Fully Assembled by rcolyer" on thingiverse => 4 IRC mentions
<h1> thanks
bitbasher has joined #openscad
bitbasher has quit [Client Quit]
bitbasher has joined #openscad
bitbasher has quit [Changing host]
bitbasher has joined #openscad
mmu_man has quit [Ping timeout: 268 seconds]
h1 has quit [Quit: Konversation terminated!]
mmu_man has joined #openscad
<gbruno> [github] kintel edited pull request #5914 (Update manifold to 3.1.0) https://github.com/openscad/openscad/pull/5914
Guest14 has joined #openscad
<gbruno> [github] kintel closed pull request #5947 (Add missing python3-venv package) https://github.com/openscad/openscad/pull/5947
<gbruno> [github] kintel pushed 1 modifications (Add missing python3-venv package (#5947)) https://github.com/openscad/openscad/commit/2306b94a77c7a7508eac0fb68ba24aed61d54658
<gbruno> [github] kintel closed issue #5917 (ensurepip, pip not found on Ubuntu-24.04-LTS) https://github.com/openscad/openscad/issues/5917
<gbruno> [github] kintel closed pull request #5948 (Updated a number of macOS deps) https://github.com/openscad/openscad/pull/5948
<gbruno> [github] kintel pushed 1 modifications 1 removals (Updated a number of macOS deps (#5948)) https://github.com/openscad/openscad/commit/81d89252b3209ebf5cc92cf1d3bffe2e1f82024a
Guest14 has quit [Client Quit]
mmu_man has quit [Ping timeout: 248 seconds]
mmu_man has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
sculptor has joined #openscad
stealth_ has joined #openscad
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #openscad
snaked has joined #openscad
J25k58 has quit [Quit: Client closed]
J25k58 has joined #openscad
snaked has quit [Ping timeout: 268 seconds]
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #openscad
L29Ah has quit [Read error: Connection reset by peer]
L29Ah has joined #openscad