01:19
J24k10 has quit [Quit: Client closed]
01:19
J24k10 has joined #openscad
01:21
guso78k6 has quit [Quit: Client closed]
01:30
J24k10 has quit [Quit: Client closed]
01:31
J24k10 has joined #openscad
01:45
snaked has joined #openscad
02:08
J24k78 has joined #openscad
02:12
J24k10 has quit [Ping timeout: 250 seconds]
02:16
R2robot has quit [Quit: Pull the lever, Kronk. Wrong leverrrrrrr!]
02:20
LordOfBikes has quit [Ping timeout: 256 seconds]
02:22
R2robot has joined #openscad
02:32
LordOfBikes has joined #openscad
02:59
GNUmoon has quit [Remote host closed the connection]
03:00
GNUmoon has joined #openscad
03:08
mmu_man has quit [Ping timeout: 246 seconds]
03:26
GNUmoon has quit [Remote host closed the connection]
03:27
GNUmoon has joined #openscad
04:05
pca006132 has quit [Remote host closed the connection]
04:48
J24k30 has joined #openscad
04:49
J24k76 has joined #openscad
04:52
J24k78 has quit [Ping timeout: 250 seconds]
04:53
J24k30 has quit [Ping timeout: 250 seconds]
04:58
J24k8 has joined #openscad
05:01
J24k76 has quit [Ping timeout: 250 seconds]
05:07
ferdna has quit [Quit: Leaving]
05:17
fling has quit [Ping timeout: 255 seconds]
05:45
fling has joined #openscad
06:02
qeed_ has quit [Quit: qeed_]
06:05
qeed has joined #openscad
06:14
epony has joined #openscad
06:32
epony has quit [Read error: Connection reset by peer]
06:44
epony has joined #openscad
07:21
JakeSays_ has joined #openscad
07:21
JakeSays has quit [Ping timeout: 264 seconds]
07:26
paddymahoney has quit [Read error: Connection reset by peer]
07:51
arebil has quit [Quit: arebil]
08:13
greenbigfrog has quit [Ping timeout: 240 seconds]
08:21
teepee_ has joined #openscad
08:24
teepee has quit [Ping timeout: 255 seconds]
08:24
teepee_ is now known as teepee
08:31
greenbigfrog has joined #openscad
09:29
mmu_man has joined #openscad
09:48
lastrodamo has joined #openscad
09:58
JakeSays has joined #openscad
09:59
JakeSays_ has quit [Ping timeout: 260 seconds]
10:15
Guest48 has joined #openscad
10:16
Guest48 has quit [Client Quit]
10:16
<
J24k8 >
this can load scripts from thingiverse or printables
10:27
guso78k has joined #openscad
10:31
kow__ has joined #openscad
10:34
<
Scopeuk >
looks to be fairly new, people seam to have taken to the wasm port
10:35
drkow has quit [Ping timeout: 260 seconds]
10:35
<
guso78k >
yes, i like it too. It enables people to perform OpenSCAD without having to install it.
10:36
<
guso78k >
I am wondering, if it works exactly like teepee has described it (with headless the threejs)
10:36
<
guso78k >
maybe i manage to add the python soon X-P
10:38
<
Scopeuk >
it looks like it, it's definitely rendering an stl with wasm and then showing it. most people use three.js for that, not seeing on a quick glance if this is
10:51
epony has quit [Remote host closed the connection]
11:22
epony has joined #openscad
11:31
<
phryk >
is there an easy way to indent echos?
11:43
mmu_man has quit [Ping timeout: 260 seconds]
11:47
pca006132 has joined #openscad
11:48
<
J24k8 >
phryk or with \n\t
11:49
<
J24k8 >
"\n\t" obviously
11:50
<
phryk >
J24k8: I need something more dynamic; in python i can just multiply strings like "\t" * x – can openscad do something like that?
11:50
mmu_man has joined #openscad
11:51
<
J24k8 >
you create a string with n × "\t"
11:52
<
phryk >
how? both 'x' and '×' give me a parser error.
11:52
<
pca006132 >
you need recursion...
11:54
<
phryk >
that's gonna be one hell of an ugly function definition. i'd really like multi-line functions for this kinda thing…^^
11:55
<
phryk >
mhh, think i'll just hardcode the indents for now.
11:56
<
J24k8 >
indent= function(n=0)str("\t",n?indent(n-1):"");echo(str(indent(0),"Test"));
11:56
<
J24k8 >
phryk recursion is your friend
11:56
<
guso78k >
this was created with python enabled OpenSCAD
11:57
<
phryk >
python enabled openscad? is that an official feature or some fork?
11:57
<
guso78k >
its a fork only, but has a homepage at least
11:58
<
phryk >
interesting development, will stick to vanilla for now tho. :)
12:05
guso78k has quit [Quit: Client closed]
12:06
<
phryk >
J24k8: thanks, i grumblingly arrived at function indent(string, n=0) = n ? str("\t", indent(string, n-1)) : string; ^^
12:07
ferdna has joined #openscad
12:07
JakeSays_ has joined #openscad
12:07
pca006132 has quit [Ping timeout: 256 seconds]
12:08
JakeSays has quit [Ping timeout: 264 seconds]
12:12
pca006132 has joined #openscad
12:27
J24k8 has quit [Quit: Client closed]
12:27
J24k8 has joined #openscad
12:28
guso78k has joined #openscad
12:39
pca006132 has quit [Remote host closed the connection]
12:39
pca006132 has joined #openscad
12:41
guso78k has quit [Quit: Client closed]
12:50
pca006133 has joined #openscad
12:52
pca006132 has quit [Ping timeout: 240 seconds]
12:52
pca006133 is now known as pca006132
12:56
snaked has quit [Remote host closed the connection]
13:09
guso78k has joined #openscad
13:19
mmu_man has quit [Ping timeout: 264 seconds]
13:26
mmu_man has joined #openscad
14:00
guso78k has quit [Ping timeout: 250 seconds]
14:00
guso78k has joined #openscad
14:04
mmu_man has quit [Ping timeout: 264 seconds]
14:15
RoyK has quit [Ping timeout: 260 seconds]
14:19
RoyK has joined #openscad
14:35
epony has quit [Remote host closed the connection]
14:39
buZz has quit [Ping timeout: 260 seconds]
14:40
buZz has joined #openscad
14:41
buZz is now known as Guest8200
14:59
pca006132 has quit [Remote host closed the connection]
15:32
mmu_man has joined #openscad
15:42
ferdna has quit [Quit: Leaving]
15:43
mmu_man has quit [Ping timeout: 256 seconds]
15:43
mmu_man has joined #openscad
15:46
ToAruShiroiNeko has quit [Read error: Connection reset by peer]
15:48
noonien has joined #openscad
15:48
ToAruShiroiNeko has joined #openscad
15:48
noonien has quit [Client Quit]
15:49
noonien has joined #openscad
15:53
mmu_man has quit [Ping timeout: 256 seconds]
16:18
mmu_man has joined #openscad
16:25
epony has joined #openscad
16:27
mmu_man has quit [Remote host closed the connection]
16:32
To_Aru_Shiroi_Ne has joined #openscad
16:33
ToAruShiroiNeko has quit [Ping timeout: 260 seconds]
16:50
mmu_man has joined #openscad
16:50
fling has quit [Remote host closed the connection]
17:00
mmu_man has quit [Remote host closed the connection]
17:00
erectus has quit [Remote host closed the connection]
17:00
mmu_man has joined #openscad
17:01
erectus has joined #openscad
17:06
fling has joined #openscad
17:11
mmu_man has quit [Ping timeout: 256 seconds]
17:48
GNUmoon has quit [Read error: Connection reset by peer]
17:48
TheAssassin has quit [Remote host closed the connection]
17:48
teepee has quit [Remote host closed the connection]
17:49
GNUmoon has joined #openscad
17:49
TheAssassin has joined #openscad
17:51
teepee has joined #openscad
17:54
mmu_man has joined #openscad
18:05
mmu_man has quit [Ping timeout: 260 seconds]
18:08
teepee has quit [Remote host closed the connection]
18:10
teepee has joined #openscad
18:46
guso78k92 has joined #openscad
19:01
Reisga2 has joined #openscad
19:02
moonlight has joined #openscad
19:07
<
moonlight >
When exporting to .3mf, is it possible to sepparate the objects in the xml file instead of joining them togheter as a single object?
19:09
mmu_man has joined #openscad
19:18
mmu_man has quit [Ping timeout: 252 seconds]
19:29
<
guso78k >
does openscad include some cgal code, to create a convex solid from a set of half-spaces ?
19:43
Guest8200 is now known as buZz
19:47
guso78k92 has quit [Quit: Client closed]
19:48
guso78k54 has joined #openscad
19:57
moonlight has quit [Quit: Connection closed]
20:00
moonlight has joined #openscad
20:15
J24k8 has quit [Quit: Client closed]
20:15
J24k8 has joined #openscad
20:21
J24k8 has quit [Quit: Client closed]
20:21
J24k8 has joined #openscad
20:32
lastrodamo has quit [Quit: Leaving]
20:51
mmu_man has joined #openscad
21:20
teepee_ has joined #openscad
21:22
teepee has quit [Ping timeout: 255 seconds]
21:22
teepee_ is now known as teepee
21:26
guso78k has quit [Quit: Client closed]
21:43
<
peeps[work] >
guso78: that's how Nef polyhedra are described, but i don't think any existing openscad code constructs directly from half spaces
21:44
<
peeps[work] >
then I guess just intersect a bunch of them
21:50
Reisga20 has joined #openscad
21:50
Reisga2 has quit [Read error: Connection reset by peer]
21:50
Reisga20 is now known as Reisga2
22:13
moonlight has quit [Quit: Connection closed]
22:13
Reisga2 has quit [Ping timeout: 256 seconds]
22:24
guso78k54 has quit [Ping timeout: 250 seconds]
22:26
dustinm` has quit [Quit: Leaving]
22:32
dustinm` has joined #openscad
23:41
J24k8 has quit [Quit: Client closed]
23:42
J24k8 has joined #openscad