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
<gbruno> [github] kintel pushed 2 modifications (Merge branch 'master' into kintel-printservice) https://github.com/openscad/openscad/commit/9a3f50a27fc77f71c66da680e228fa03f8420cb3
<gbruno> [github] kintel synchronize pull request #5357 (Add support for multiple 3D print services) https://github.com/openscad/openscad/pull/5357
kintel has joined #openscad
<kintel> teepee appimage fix merged. (sorry, not reading messages often enough)
<gbruno> [github] kintel closed issue #5367 (Why doesn't OSX icon bounce on opening?) https://github.com/openscad/openscad/issues/5367
GNUmoon has quit [Remote host closed the connection]
califax has quit [Remote host closed the connection]
califax has joined #openscad
GNUmoon has joined #openscad
<gbruno> [github] kintel unassigned issue #350 (Lazy union (aka. no implicit union)) https://github.com/openscad/openscad/issues/350
<gbruno> [github] kintel unassigned issue #4583 (Tests are not runnable for msys2 build) https://github.com/openscad/openscad/issues/4583
<gbruno> [github] kintel assigned issue #880 (Mac OS X: Sign application [$55]) https://github.com/openscad/openscad/issues/880
<gbruno> [github] kintel unassigned issue #1881 (Export pure polyhedron CSG tree) https://github.com/openscad/openscad/issues/1881
<peepsalot> well i found that the cgal issue has been fixed, just not in ubuntu's version yet https://github.com/CGAL/cgal/pull/8360
J24k47 has joined #openscad
J24k has quit [Ping timeout: 256 seconds]
<gbruno> [github] kintel assigned issue #4825 (Make manifold integration release ready) https://github.com/openscad/openscad/issues/4825
<gbruno> [github] kintel edited issue #2031 (Support wireframe rendering for simple objects and Manifold objects) https://github.com/openscad/openscad/issues/2031
<gbruno> [github] kintel assigned issue #2031 (Support wireframe rendering for simple objects and Manifold objects) https://github.com/openscad/openscad/issues/2031
<gbruno> [github] kintel edited issue #4825 (Make manifold integration release ready) https://github.com/openscad/openscad/issues/4825
<gbruno> [github] kintel edited issue #2031 (Support wireframe rendering for simple objects and Manifold objects) https://github.com/openscad/openscad/issues/2031
L29Ah has left #openscad [#openscad]
L29Ah has joined #openscad
J24k94 has joined #openscad
J24k47 has quit [Ping timeout: 256 seconds]
LordOfBikes has quit [Ping timeout: 265 seconds]
LordOfBikes has joined #openscad
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
L29Ah has quit [Ping timeout: 252 seconds]
shan has joined #openscad
<shan> hey guys how would i go about adding ridges to the outside of my cylinder
mmu_man has quit [Ping timeout: 265 seconds]
mmu_man has joined #openscad
mmu_man has quit [Ping timeout: 252 seconds]
abff has quit [Quit: everybody gets one]
germ has quit [Quit: ZNC 1.8.2 - https://znc.in]
<peepsalot> shan: define ridges
abff has joined #openscad
<shan> peepsalot: like, cutouts
<shan> i ended up going with this:
germ has joined #openscad
<peepsalot> ah, like knurling
<peepsalot> your $fn=3 setting get overridden btw. also its recommended to use $fs and $fa instead of $fn, to account for large and small features
<shan> yes like knurling, is my cylinders approach stupid peepsalot
<shan> I'm printing it now as i sent it to you
<shan> and yes i got rid of the fns, i noticed the warning later
<peepsalot> the cylinder approach works fine if that's the shape you are going for. the feature size seems a bit small so depending on your printer it may be difficult to reproduce
<shan> it's 0.5mm, should be fine right?
<peepsalot> ah, my mistake i was thinking 0.25mm diameter
JakeSays_ has joined #openscad
JakeSays has quit [Ping timeout: 252 seconds]
<shan> this is my first time designing anything
<shan> lets hope it goes well
<shan> i fear i may have gone too snug on the fit
<peepsalot> friction fit can be difficult to dial in with 3d printing
<gbruno> [github] UBaer21 closed pull request #5377 (correct rotation view in export_pov.cc) https://github.com/openscad/openscad/pull/5377
<peepsalot> here is slightly fancier way to do it with rounded ends on the ridges if you want e.g. https://bpa.st/JFURQ also example of using $fs and $fa
<peepsalot> btw that mozilla pastebin seems to insert some odd character that I had to edit out for every blank line of code https://www.fileformat.info/info/unicode/char/200b/index.htm
<peepsalot> was producing syntax errors
<peepsalot> hmm, only if you select the text and copy with ctrl-c though. clicking "copy snippet" does work normally
<shan> peepsalot: woops, only just looking at this
<shan> i got the first one back, as suspected the fit wasn't quite right
<shan> almost though. tenths of millimeters
guso68 has joined #openscad
<peepsalot> you could try heating it up and mashing it on the shaft to reform the hole
<shan> can't, have to print like 100 of these
<peepsalot> shan: oh also i doubled the size of the ridges and reduced the count in my example code, forgot i made that change before you pointed out the diameter was 0.5mm
<shan> i saw
<shan> it's okay i am only importing your changes to mine because i futzed with the fitting and stuff too
<peepsalot> ah, i thought it might be a one-off part
<peepsalot> how was the ridge defiition in the end product?
<shan> i didn't realise how small 0.5mm would be
<shan> so i made them bigger
<shan> they looked fine though, no weird issues
<peepsalot> hehe, yeah sometimes scale is hard to really picture until its in your hand
<peepsalot> on small features like that
<shan> openscad is a hell of a drug
<shan> the feedback loop is even crazier than web development
<peepsalot> yep it can be addicting. i've got to head to bed, have fun
<shan> thanks peepsalot have a good one
<shan> i just got the second print back and ...
<shan> it's too loose
cart_ has joined #openscad
Artea has joined #openscad
cart_ has quit [Quit: Konversation terminated!]
<J24k94> shan to get a good fit use passmarks  like  having a few elevated ridges that friction fit
<J24k94> pressing a ring onto a cylinder is hard but if that ring is a hexagon or star there is some diameter change due to deflection
<shan> it's a D shape. i got the fit dialed in
hyperair has quit [Ping timeout: 252 seconds]
hyperair has joined #openscad
JakeSays has joined #openscad
JakeSays_ has quit [Ping timeout: 255 seconds]
<J24k94> shan just add a small cylinder top bottom lift right to fill the gap and allow some squeeze
<J24k94> or leave holes to insert pieces of filament to tighten the fit
<J24k94> just don't try to get the full surface to fit as this can't work reliably
greenbigfrog has quit [Ping timeout: 255 seconds]
greenbigfrog has joined #openscad
guso68 has quit [Ping timeout: 256 seconds]
guerd871 has joined #openscad
guerd87 has quit [Ping timeout: 248 seconds]
L29Ah has joined #openscad
mmu_man has joined #openscad
snaked has quit [Quit: Leaving]
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
J24k94 has quit [Quit: Client closed]
J24k94 has joined #openscad
L29Ah has left #openscad [#openscad]
<gbruno> [github] allTexas opened issue #5397 (Intersecting Circles become Unioned Circles if for loop is used) https://github.com/openscad/openscad/issues/5397
<gbruno> [github] allTexas edited issue #5397 (Intersecting Circles become Unioned Circles if for loop is used) https://github.com/openscad/openscad/issues/5397
<gbruno> [github] kintel closed issue #5397 (Intersecting Circles become Unioned Circles if for loop is used) https://github.com/openscad/openscad/issues/5397
L29Ah has joined #openscad
aiyion has quit [Remote host closed the connection]
aiyion has joined #openscad
J24k94 has quit [Quit: Client closed]
J24k94 has joined #openscad
teepee_ has joined #openscad
Guest4 has joined #openscad
Guest4 has quit [Client Quit]
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
<gbruno> [github] DeanDavis opened issue #5398 (Macintosh Sequoia 15.1 prevent OpenSCAD v2021.01 from opening) https://github.com/openscad/openscad/issues/5398
mmu_man has quit [Ping timeout: 246 seconds]
L29Ah has quit [Ping timeout: 245 seconds]
mmu_man has joined #openscad
mmu_man has quit [Ping timeout: 252 seconds]
Guest82 has joined #openscad
<Guest82> hola
Guest82 has quit [Client Quit]
mmu_man has joined #openscad
TheAssassin has quit [Ping timeout: 260 seconds]
TheAssassin has joined #openscad
L29Ah has joined #openscad
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #openscad
aiyion has quit [Remote host closed the connection]
aiyion has joined #openscad
aiyion has quit [Remote host closed the connection]
aiyion has joined #openscad
aiyion has quit [Remote host closed the connection]
aiyion has joined #openscad
aiyion has quit [Remote host closed the connection]
aiyion has joined #openscad
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
J24k94 has quit [Quit: Client closed]
J24k94 has joined #openscad
Guest19 has joined #openscad
Guest19 has quit [Client Quit]
J24k94 has quit [Quit: Client closed]
J24k94 has joined #openscad
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #openscad
snaked has joined #openscad
MatrixBot12 has joined #openscad
MatrixBot12 was kicked from #openscad by teepee [MatrixBot12]
JordanBrown1 has joined #openscad
JordanBrown has quit [Read error: Connection reset by peer]
othx has quit [Read error: Connection reset by peer]
othx has joined #openscad
J24k94 has quit [Quit: Client closed]
J24k94 has joined #openscad
Non-ICE has quit [Read error: Connection reset by peer]
Non-ICE has joined #openscad
J24k94 has quit [Quit: Client closed]
J24k94 has joined #openscad
ccox has quit [Ping timeout: 252 seconds]