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
J24k43 has quit [Quit: Client closed]
J24k43 has joined #openscad
mtm has quit [Ping timeout: 244 seconds]
mtm has joined #openscad
sinned69158 has quit [Ping timeout: 246 seconds]
sinned69158 has joined #openscad
TylerTork has joined #openscad
<TylerTork> Someone did something in a recent development build with color of rendered objects, I think?
<TylerTork> In the sense that they are reverting to their default color?
UltimateCodeWarr has quit [Quit: Client closed]
TylerTork has quit [Ping timeout: 256 seconds]
sparr has joined #openscad
<gbruno> [github] MethylBromide opened issue #5351 (Inconsistent color in render operation) https://github.com/openscad/openscad/issues/5351
<sparr> https://openscad.org/libraries.html links to https://github.com/boltsparts/BOLTS which has been renamed to https://github.com/boltsparts/BOLTS_archive and the README directs users to the new repo at https://github.com/boltsparts/boltsparts which should probably be what's linked on the site. I'm not sure where to post this; I couldn't find a source repo for the website to make a PR against.
TylerTork has joined #openscad
paddymahoney has quit [Ping timeout: 272 seconds]
J24k7 has joined #openscad
paddymahoney has joined #openscad
RichardP_ has joined #openscad
J24k43 has quit [Ping timeout: 256 seconds]
RichardPotthoff has quit [Ping timeout: 246 seconds]
<J24k7> line 180
<pca006132> kintel: ah yeah I missed it, I think it should be robust enough
<kintel> pca006132 Cool, I'll try rebooting that effort
<kintel> Btw latest manifold master doesn't build in OpenSCAD : ( Looks like cmake needs some love again.
<pca006132> I think I tried implementing it, not really getting much speed improvement though
<pca006132> convex decomposition is still taking most of the time
<kintel> J24k7 Humm, perhaps the bug is that it sometimes is transparent in the first place
LordOfBikes has quit [Ping timeout: 265 seconds]
PolyBytes has joined #openscad
<PolyBytes> is it alright to ask questions about specific OpenSCAD libraries here? I have a question about BOSL2
<kintel> TylerTork Answered your issue. You're using CGAL, where colors are not supported
<teepee> PolyBytes: you can try, but if it's a very specific question you might have a higher chance for answers on the mailing list as some of the BOSL developers are there
<PolyBytes> alright then, so the cuboid module from BOSL2 (https://github.com/BelfrySCAD/BOSL2/wiki/shapes3d.scad#module-cuboid) states that you can specify chamfering. This works well but if I have to make several cuboids that all share the same chamfer value, I was wondering if there was a way to set the chamfering for a particular block / module?
<PolyBytes> Example of current issue:
<PolyBytes> cuboid(corner_cube_size, chamfer = 2);
<PolyBytes> cuboid(corner_cube_size, chamfer = 2);
<PolyBytes> cuboid(corner_cube_size, chamfer = 2);
<PolyBytes> Also there are other specifics with each of these cuboids so I cannot use loops to solve this issue. I just removed the specifics to make it more readable.
<teepee> I don't know a BOSL specific solution but you could create your own "module mycuboid(size) { cuboid(size, chamfer=2); }"
LordOfBikes has joined #openscad
<J24k7> teepee seen that info about Bolts library change?
PolyBytes has quit [Quit: Client closed]
<teepee> yes, I also found that not long ago
<teepee> also it seems all those changes were made 2 years ago and then nothing
<J24k7> hm, never used that lib
<teepee> same, but I liked the idea
TylerTork has quit [Ping timeout: 256 seconds]
greenbigfrog has quit [Ping timeout: 252 seconds]
GNUmoon has quit [Ping timeout: 260 seconds]
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
GNUmoon has joined #openscad
dalias has quit [Ping timeout: 276 seconds]
dalias has joined #openscad
UltimateCodeWarr has joined #openscad
mmu_man has quit [Ping timeout: 244 seconds]
myosotis has quit [Remote host closed the connection]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
greenbigfrog has joined #openscad
greenbigfrog has quit [Ping timeout: 252 seconds]
<UltimateCodeWarr> In other CAD Programs, the Rendered Objects have all the edges outlined in black, that looks pretty slick.
pca006132 has quit [Remote host closed the connection]
greenbigfrog has joined #openscad
pca006132 has joined #openscad
greenbigfrog has quit [Ping timeout: 252 seconds]
greenbigfrog has joined #openscad
little_blossom has joined #openscad
TheCoffeMaker has quit [Ping timeout: 246 seconds]
ccox has quit [Ping timeout: 276 seconds]
TheCoffeMaker has joined #openscad
teepee has quit [Remote host closed the connection]
J24k7 has quit [Quit: Client closed]
J24k7 has joined #openscad
teepee has joined #openscad
greenbigfrog has quit [Ping timeout: 244 seconds]
ccox has joined #openscad
<pca006132> kintel: I think we should wait a bit for the v3.0 release
J24k7 has quit [Quit: Client closed]
<pca006132> there are no bug fixes after the previous manifold update (on openscad), so better wait until all the breaking changes are done and update
J24k7 has joined #openscad
peepsalot has quit [Remote host closed the connection]
peepsalot has joined #openscad
greenbigfrog has joined #openscad
greenbigfrog has quit [Ping timeout: 245 seconds]
greenbigfrog has joined #openscad
krushia has quit [Ping timeout: 252 seconds]
paddymahoney has quit [Ping timeout: 265 seconds]
paddymahoney has joined #openscad
<J24k7> UltimateCodeWarr like wireframe?
greenbigfrog has quit [Ping timeout: 245 seconds]
greenbigfrog has joined #openscad
<J24k7> UltimateCodeWarr you can have a wireframe but what you see are nurbs or splines - while openScad works with meshes (triangles)
<J24k7> what you see in other CAD are not the render but the mathematical boundaries to simulate a 3D form
<UltimateCodeWarr> ok, good to know.
<UltimateCodeWarr> What's the best way to fillet the edges of a Cube?
greenbigfrog has quit [Ping timeout: 248 seconds]
J24k7 has quit [Quit: Client closed]
J24k7 has joined #openscad
misterfish has joined #openscad
<J24k7> UltimateCodeWarr hull() of spheres but that is rounding
<J24k7> using minkowski works too and easier to use
<J24k7> I have those cubes in my library -  Prisma([10,20,30],r=5,rad=1);
<J24k7> chamfer is a different option by using an octahedron instead of a sphere
crazy_imp has quit [Ping timeout: 252 seconds]
crazy_imp has joined #openscad
<J24k7> UltimateCodeWarr color("lime",.5)hull()for(x=[-1,1]*10,y=[-1,1]*10,z=[-1,1]*10)translate([x,y,z])OctaH(2);
greenbigfrog has joined #openscad
UltimateCodeWarr has quit [Quit: Client closed]
greenbigfrog has quit [Ping timeout: 248 seconds]
greenbigfrog has joined #openscad
greenbigfrog has quit [Ping timeout: 248 seconds]
Guest49 has joined #openscad
greenbigfrog has joined #openscad
Guest49 has quit [Quit: Ping timeout (120 seconds)]
Guest49 has joined #openscad
Guest49 has quit [Client Quit]
misterfish has quit [Ping timeout: 272 seconds]
mmu_man has joined #openscad
<gbruno> [github] spotlesscoder opened issue #5352 (OpenSCAD crashes on elementaryOS 7.1 ) https://github.com/openscad/openscad/issues/5352
mmu_man has quit [Ping timeout: 265 seconds]
mmu_man has joined #openscad
greenbigfrog has quit [Ping timeout: 265 seconds]
greenbigfrog has joined #openscad
mmu_man has quit [Ping timeout: 272 seconds]
J24k7 has quit [Quit: Client closed]
J24k has joined #openscad
mmu_man has joined #openscad
mmu_man has quit [Ping timeout: 246 seconds]
<J24k> looks nicer in scad .. https://v.redd.it/gh94t3l7uisd1/DASH_480.mp4
<dTal> that printer is ozzing
<dTal> oozing
<J24k> .6 nozzle
<dTal> the print quality isn't doing it any favors for sure
<dTal> neat design, very organic, you made it in OpenSCAD?
<J24k> yes
mmu_man has joined #openscad
mmu_man has quit [Ping timeout: 255 seconds]
<buZz> J24k: oooo cool! needs to be a bit wider so 2 links can fit into one and then turn it into a chain as jewelry
<buZz> and a better color scheme than just a stripe :P
<buZz> but very cool
<buZz> i still hope someday openscad gets something like texture mapping or texture projecting ;)
<J24k> if it is wider - one ring will not turn the other
<buZz> oh yeah, right, i guess
<buZz> i'm just saying, its very close to being 'expensive jewelry' ;)
<buZz> something you'd sell on etsy for a lot
<J24k> and other color schemes cause way to much waste .. i tested one and ended with 30m flushed filament for 2m object
<buZz> just cancel the tower and let the colors bleed :)
<buZz> for a test i would do that anyway
<J24k> still 400 filament changes and you can't stop a bit purging but may end in just 5m waste
mtm has quit [Ping timeout: 252 seconds]
mtm has joined #openscad
paddymahoney has quit [Ping timeout: 260 seconds]
paddymahoney has joined #openscad
greenbigfrog has quit [Ping timeout: 276 seconds]
<gbruno> [github] spotlesscoder closed issue #5352 (OpenSCAD crashes on elementaryOS 7.1 ) https://github.com/openscad/openscad/issues/5352
myosotis has joined #openscad
greenbigfrog has joined #openscad
J24k has quit [Quit: Client closed]
J24k has joined #openscad
greenbigfrog has quit [Ping timeout: 252 seconds]
pca006132 has quit [Remote host closed the connection]
<gbruno> [github] Dapid opened issue #5353 (Differences between preview and render) https://github.com/openscad/openscad/issues/5353
<gbruno> [github] Dapid edited issue #5353 (Differences between preview and render) https://github.com/openscad/openscad/issues/5353
greenbigfrog has joined #openscad
mmu_man has joined #openscad
paddymahoney has quit [Ping timeout: 248 seconds]
paddymahoney has joined #openscad
ccox has quit [Ping timeout: 276 seconds]
ccox_ has joined #openscad
mmu_man has quit [Ping timeout: 252 seconds]
pca006132 has joined #openscad
greenbigfrog has quit [Ping timeout: 245 seconds]
krushia has joined #openscad
mmu_man has joined #openscad
greenbigfrog has joined #openscad
mmu_man has quit [Ping timeout: 244 seconds]
greenbigfrog has quit [Ping timeout: 252 seconds]
greenbigfrog has joined #openscad
paddymahoney has quit [Ping timeout: 276 seconds]
paddymahoney has joined #openscad
mmu_man has joined #openscad
mmu_man has quit [Ping timeout: 248 seconds]
greenbigfrog has quit [Ping timeout: 252 seconds]
mmu_man has joined #openscad
greenbigfrog has joined #openscad
J24k has quit [Quit: Client closed]
J24k has joined #openscad
paddymahoney has quit [Ping timeout: 255 seconds]
paddymahoney has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
greenbigfrog has quit [Ping timeout: 265 seconds]
greenbigfrog has joined #openscad
J24k has quit [Quit: Client closed]
J24k has joined #openscad
TheAssass1n is now known as TheAssassin
L29Ah has quit [Ping timeout: 252 seconds]
rogeliodh9101 has quit [Quit: The Lounge - https://thelounge.chat]
rogeliodh9101 has joined #openscad
califax has quit [Remote host closed the connection]
aiyion1 has quit [Remote host closed the connection]
califax has joined #openscad
aiyion1 has joined #openscad
paddymahoney has quit [Ping timeout: 245 seconds]
krushia has quit [Ping timeout: 244 seconds]
paddymahoney has joined #openscad
mmu_man has quit [Ping timeout: 252 seconds]
kintel has joined #openscad
<kintel> pca006132 sg, I'll hold off with manifold build&packaging activities for now :)
krushia has joined #openscad
mmu_man has joined #openscad
paddymahoney has quit [Ping timeout: 260 seconds]
paddymahoney has joined #openscad
J24k has quit [Quit: Client closed]
J24k has joined #openscad
Guest0 has joined #openscad
califax has quit [Remote host closed the connection]
califax has joined #openscad
Guest0 has quit [Ping timeout: 256 seconds]
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
L29Ah has joined #openscad
J24k has quit [Quit: Client closed]
J24k has joined #openscad
greenbigfrog has quit [Ping timeout: 276 seconds]
greenbigfrog has joined #openscad
paddymahoney has quit [Ping timeout: 260 seconds]
paddymahoney has joined #openscad
paddymahoney has quit [Ping timeout: 246 seconds]
paddymahoney has joined #openscad
snaked has quit [Quit: Leaving]
snaked has joined #openscad