00:00
J24k43 has quit [Quit: Client closed]
00:00
J24k43 has joined #openscad
00:02
mtm has quit [Ping timeout: 244 seconds]
00:05
mtm has joined #openscad
00:22
sinned69158 has quit [Ping timeout: 246 seconds]
00:26
sinned69158 has joined #openscad
00:34
TylerTork has joined #openscad
00:35
<
TylerTork >
Someone did something in a recent development build with color of rendered objects, I think?
00:35
<
TylerTork >
In the sense that they are reverting to their default color?
00:36
UltimateCodeWarr has quit [Quit: Client closed]
00:53
TylerTork has quit [Ping timeout: 256 seconds]
00:55
sparr has joined #openscad
00:56
TylerTork has joined #openscad
01:01
paddymahoney has quit [Ping timeout: 272 seconds]
01:02
J24k7 has joined #openscad
01:04
paddymahoney has joined #openscad
01:05
RichardP_ has joined #openscad
01:06
J24k43 has quit [Ping timeout: 256 seconds]
01:08
RichardPotthoff has quit [Ping timeout: 246 seconds]
01:21
<
pca006132 >
kintel: ah yeah I missed it, I think it should be robust enough
01:30
<
kintel >
pca006132 Cool, I'll try rebooting that effort
01:31
<
kintel >
Btw latest manifold master doesn't build in OpenSCAD : ( Looks like cmake needs some love again.
01:31
<
pca006132 >
I think I tried implementing it, not really getting much speed improvement though
01:31
<
pca006132 >
convex decomposition is still taking most of the time
01:31
<
kintel >
J24k7 Humm, perhaps the bug is that it sometimes is transparent in the first place
01:32
LordOfBikes has quit [Ping timeout: 265 seconds]
01:34
PolyBytes has joined #openscad
01:36
<
PolyBytes >
is it alright to ask questions about specific OpenSCAD libraries here? I have a question about BOSL2
01:37
<
kintel >
TylerTork Answered your issue. You're using CGAL, where colors are not supported
01:39
<
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
01:42
<
PolyBytes >
Example of current issue:
01:42
<
PolyBytes >
cuboid(corner_cube_size, chamfer = 2);
01:42
<
PolyBytes >
cuboid(corner_cube_size, chamfer = 2);
01:42
<
PolyBytes >
cuboid(corner_cube_size, chamfer = 2);
01:43
<
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.
01:43
<
teepee >
I don't know a BOSL specific solution but you could create your own "module mycuboid(size) { cuboid(size, chamfer=2); }"
01:44
LordOfBikes has joined #openscad
01:45
<
J24k7 >
teepee seen that info about Bolts library change?
01:45
PolyBytes has quit [Quit: Client closed]
01:46
<
teepee >
yes, I also found that not long ago
01:46
<
teepee >
also it seems all those changes were made 2 years ago and then nothing
01:48
<
J24k7 >
hm, never used that lib
01:52
<
teepee >
same, but I liked the idea
01:52
TylerTork has quit [Ping timeout: 256 seconds]
02:15
greenbigfrog has quit [Ping timeout: 252 seconds]
02:29
GNUmoon has quit [Ping timeout: 260 seconds]
02:31
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
02:44
GNUmoon has joined #openscad
03:02
dalias has quit [Ping timeout: 276 seconds]
03:17
dalias has joined #openscad
03:23
UltimateCodeWarr has joined #openscad
03:24
mmu_man has quit [Ping timeout: 244 seconds]
03:30
myosotis has quit [Remote host closed the connection]
03:43
teepee_ has joined #openscad
03:46
teepee has quit [Ping timeout: 260 seconds]
03:46
teepee_ is now known as teepee
03:48
greenbigfrog has joined #openscad
04:29
greenbigfrog has quit [Ping timeout: 252 seconds]
04:57
<
UltimateCodeWarr >
In other CAD Programs, the Rendered Objects have all the edges outlined in black, that looks pretty slick.
05:01
pca006132 has quit [Remote host closed the connection]
05:02
greenbigfrog has joined #openscad
05:03
pca006132 has joined #openscad
05:06
greenbigfrog has quit [Ping timeout: 252 seconds]
05:16
greenbigfrog has joined #openscad
05:19
little_blossom has joined #openscad
05:43
TheCoffeMaker has quit [Ping timeout: 246 seconds]
05:44
ccox has quit [Ping timeout: 276 seconds]
05:45
TheCoffeMaker has joined #openscad
05:51
teepee has quit [Remote host closed the connection]
05:52
J24k7 has quit [Quit: Client closed]
05:52
J24k7 has joined #openscad
05:52
teepee has joined #openscad
05:59
greenbigfrog has quit [Ping timeout: 244 seconds]
06:11
ccox has joined #openscad
06:19
<
pca006132 >
kintel: I think we should wait a bit for the v3.0 release
06:19
J24k7 has quit [Quit: Client closed]
06:19
<
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
06:20
J24k7 has joined #openscad
06:30
peepsalot has quit [Remote host closed the connection]
06:31
peepsalot has joined #openscad
06:47
greenbigfrog has joined #openscad
06:57
greenbigfrog has quit [Ping timeout: 245 seconds]
06:57
greenbigfrog has joined #openscad
07:01
krushia has quit [Ping timeout: 252 seconds]
07:04
paddymahoney has quit [Ping timeout: 265 seconds]
07:06
paddymahoney has joined #openscad
07:13
<
J24k7 >
UltimateCodeWarr like wireframe?
07:15
greenbigfrog has quit [Ping timeout: 245 seconds]
07:15
greenbigfrog has joined #openscad
07:31
<
J24k7 >
UltimateCodeWarr you can have a wireframe but what you see are nurbs or splines - while openScad works with meshes (triangles)
07:32
<
J24k7 >
what you see in other CAD are not the render but the mathematical boundaries to simulate a 3D form
07:37
<
UltimateCodeWarr >
ok, good to know.
07:37
<
UltimateCodeWarr >
What's the best way to fillet the edges of a Cube?
07:53
greenbigfrog has quit [Ping timeout: 248 seconds]
07:53
J24k7 has quit [Quit: Client closed]
07:54
J24k7 has joined #openscad
07:54
misterfish has joined #openscad
08:00
<
J24k7 >
UltimateCodeWarr hull() of spheres but that is rounding
08:01
<
J24k7 >
using minkowski works too and easier to use
08:02
<
J24k7 >
I have those cubes in my library - Prisma([10,20,30],r=5,rad=1);
08:07
<
J24k7 >
chamfer is a different option by using an octahedron instead of a sphere
08:08
crazy_imp has quit [Ping timeout: 252 seconds]
08:09
crazy_imp has joined #openscad
08:10
<
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);
08:11
greenbigfrog has joined #openscad
08:12
UltimateCodeWarr has quit [Quit: Client closed]
08:26
greenbigfrog has quit [Ping timeout: 248 seconds]
08:31
greenbigfrog has joined #openscad
08:54
greenbigfrog has quit [Ping timeout: 248 seconds]
09:36
Guest49 has joined #openscad
09:43
greenbigfrog has joined #openscad
09:43
Guest49 has quit [Quit: Ping timeout (120 seconds)]
09:44
Guest49 has joined #openscad
09:46
Guest49 has quit [Client Quit]
09:46
misterfish has quit [Ping timeout: 272 seconds]
09:49
mmu_man has joined #openscad
09:58
mmu_man has quit [Ping timeout: 265 seconds]
09:59
mmu_man has joined #openscad
10:07
greenbigfrog has quit [Ping timeout: 265 seconds]
10:12
greenbigfrog has joined #openscad
10:31
mmu_man has quit [Ping timeout: 272 seconds]
10:42
J24k7 has quit [Quit: Client closed]
10:42
J24k has joined #openscad
11:02
mmu_man has joined #openscad
11:20
mmu_man has quit [Ping timeout: 246 seconds]
11:23
<
dTal >
that printer is ozzing
11:24
<
dTal >
the print quality isn't doing it any favors for sure
11:24
<
dTal >
neat design, very organic, you made it in OpenSCAD?
11:32
mmu_man has joined #openscad
11:44
mmu_man has quit [Ping timeout: 255 seconds]
11:46
<
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
11:46
<
buZz >
and a better color scheme than just a stripe :P
11:46
<
buZz >
but very cool
11:47
<
buZz >
i still hope someday openscad gets something like texture mapping or texture projecting ;)
11:47
<
J24k >
if it is wider - one ring will not turn the other
11:47
<
buZz >
oh yeah, right, i guess
11:48
<
buZz >
i'm just saying, its very close to being 'expensive jewelry' ;)
11:48
<
buZz >
something you'd sell on etsy for a lot
11:48
<
J24k >
and other color schemes cause way to much waste .. i tested one and ended with 30m flushed filament for 2m object
11:48
<
buZz >
just cancel the tower and let the colors bleed :)
11:49
<
buZz >
for a test i would do that anyway
11:49
<
J24k >
still 400 filament changes and you can't stop a bit purging but may end in just 5m waste
12:03
mtm has quit [Ping timeout: 252 seconds]
12:05
mtm has joined #openscad
12:23
paddymahoney has quit [Ping timeout: 260 seconds]
12:24
paddymahoney has joined #openscad
12:40
greenbigfrog has quit [Ping timeout: 276 seconds]
13:04
myosotis has joined #openscad
13:14
greenbigfrog has joined #openscad
13:33
J24k has quit [Quit: Client closed]
13:33
J24k has joined #openscad
13:37
greenbigfrog has quit [Ping timeout: 252 seconds]
13:39
pca006132 has quit [Remote host closed the connection]
14:10
greenbigfrog has joined #openscad
14:24
mmu_man has joined #openscad
14:28
paddymahoney has quit [Ping timeout: 248 seconds]
14:30
paddymahoney has joined #openscad
14:39
ccox has quit [Ping timeout: 276 seconds]
14:46
ccox_ has joined #openscad
14:48
mmu_man has quit [Ping timeout: 252 seconds]
14:57
pca006132 has joined #openscad
14:59
greenbigfrog has quit [Ping timeout: 245 seconds]
15:10
krushia has joined #openscad
15:12
mmu_man has joined #openscad
15:17
greenbigfrog has joined #openscad
15:22
mmu_man has quit [Ping timeout: 244 seconds]
15:26
greenbigfrog has quit [Ping timeout: 252 seconds]
15:26
greenbigfrog has joined #openscad
15:28
paddymahoney has quit [Ping timeout: 276 seconds]
15:31
paddymahoney has joined #openscad
15:33
mmu_man has joined #openscad
15:41
mmu_man has quit [Ping timeout: 248 seconds]
16:14
greenbigfrog has quit [Ping timeout: 252 seconds]
16:19
mmu_man has joined #openscad
16:47
greenbigfrog has joined #openscad
16:49
J24k has quit [Quit: Client closed]
16:50
J24k has joined #openscad
16:53
paddymahoney has quit [Ping timeout: 255 seconds]
16:56
paddymahoney has joined #openscad
17:16
teepee_ has joined #openscad
17:19
teepee has quit [Ping timeout: 260 seconds]
17:19
teepee_ is now known as teepee
17:39
greenbigfrog has quit [Ping timeout: 265 seconds]
17:40
greenbigfrog has joined #openscad
18:17
J24k has quit [Quit: Client closed]
18:18
J24k has joined #openscad
18:22
TheAssass1n is now known as TheAssassin
18:38
L29Ah has quit [Ping timeout: 252 seconds]
18:50
rogeliodh9101 has joined #openscad
18:55
califax has quit [Remote host closed the connection]
18:55
aiyion1 has quit [Remote host closed the connection]
18:55
califax has joined #openscad
18:55
aiyion1 has joined #openscad
18:56
paddymahoney has quit [Ping timeout: 245 seconds]
18:57
krushia has quit [Ping timeout: 244 seconds]
18:57
paddymahoney has joined #openscad
19:02
mmu_man has quit [Ping timeout: 252 seconds]
19:03
kintel has joined #openscad
19:04
<
kintel >
pca006132 sg, I'll hold off with manifold build&packaging activities for now :)
19:04
krushia has joined #openscad
19:18
mmu_man has joined #openscad
19:44
paddymahoney has quit [Ping timeout: 260 seconds]
19:46
paddymahoney has joined #openscad
20:11
J24k has quit [Quit: Client closed]
20:11
J24k has joined #openscad
20:18
Guest0 has joined #openscad
20:32
califax has quit [Remote host closed the connection]
20:33
califax has joined #openscad
20:33
Guest0 has quit [Ping timeout: 256 seconds]
20:59
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:19
L29Ah has joined #openscad
22:00
J24k has quit [Quit: Client closed]
22:01
J24k has joined #openscad
22:12
greenbigfrog has quit [Ping timeout: 276 seconds]
22:21
greenbigfrog has joined #openscad
22:36
paddymahoney has quit [Ping timeout: 260 seconds]
22:38
paddymahoney has joined #openscad
23:03
paddymahoney has quit [Ping timeout: 246 seconds]
23:05
paddymahoney has joined #openscad
23:35
snaked has quit [Quit: Leaving]
23:50
snaked has joined #openscad