00:49
linext_ has joined #openscad
00:53
linext__ has quit [Ping timeout: 255 seconds]
01:01
linext__ has joined #openscad
01:04
linext_ has quit [Ping timeout: 255 seconds]
01:08
J23k50 has joined #openscad
01:11
J23k60 has quit [Ping timeout: 245 seconds]
01:30
mmu_man has quit [Ping timeout: 264 seconds]
01:53
yogadude has quit [Remote host closed the connection]
01:59
LordOfBikes has quit [Ping timeout: 264 seconds]
02:04
yogadude has joined #openscad
02:05
yogadude has quit [Remote host closed the connection]
02:11
califax_ has joined #openscad
02:11
califax has quit [Ping timeout: 252 seconds]
02:12
LordOfBikes has joined #openscad
02:12
yogadude has joined #openscad
02:12
califax_ is now known as califax
02:13
fling_ has joined #openscad
02:13
yogadude has quit [Remote host closed the connection]
02:13
castaway has quit [Ping timeout: 272 seconds]
02:14
fling has quit [Ping timeout: 252 seconds]
02:14
knielsen has quit [Ping timeout: 272 seconds]
02:14
yogadude has joined #openscad
02:15
knielsen has joined #openscad
02:20
fling_ is now known as fling
02:25
castaway has joined #openscad
03:46
Guest81 has joined #openscad
03:55
Guest81 has quit [Quit: Client closed]
04:39
bozo16 has quit [Ping timeout: 260 seconds]
05:31
fling has quit [Ping timeout: 252 seconds]
05:33
fling has joined #openscad
05:56
teepee has quit [Remote host closed the connection]
05:56
TheAssassin has quit [Remote host closed the connection]
05:56
TheAssassin has joined #openscad
05:57
teepee has joined #openscad
06:04
teepee has quit [Remote host closed the connection]
06:05
teepee has joined #openscad
07:38
erectus has quit [Ping timeout: 252 seconds]
07:39
ali1234 has quit [Remote host closed the connection]
07:39
ali1234 has joined #openscad
07:51
erectus has joined #openscad
08:15
cart_ has joined #openscad
08:36
Guest50 has joined #openscad
08:37
<
Guest50 >
hi to all, i've just updated my IMAC to sonoma 14.1 and openscad crashes at opening
08:37
<
Guest50 >
any idea?
08:37
<
teepee >
what openscad version?
08:38
<
Guest50 >
latest downloadable
08:38
<
Guest50 >
2021.01 macintel
08:39
<
teepee >
give the development snapshot a try then
08:39
<
Guest50 >
found it i let you know in minutes
08:40
<
Guest50 >
it opens!!
08:41
<
Guest50 >
great i let you know if all is ok, although i'm not a superuser
08:42
<
teepee >
cool. if you want to try a much faster model generation, you can check preferences and enable "Manifold"
08:43
<
teepee >
it's still an experimental feature, but so far I've seen not many cases where it behaves worse than the good old engine
08:44
<
Guest50 >
i use openscad to edit some simple name keychain, the old version is slow enough
08:45
<
Guest50 >
i surely try this new option
08:45
<
teepee >
yeah, text tends to make things slow down as it produces lots of vertices
08:47
<
Guest50 >
now i need about 1sec before 15/20/30 secs was needed
08:47
<
Guest50 >
great improvement
08:49
<
teepee >
yep, the people working on that geometry engine are doing an amazing job
08:59
Guest50 has quit [Quit: Client closed]
09:05
killjoy has quit [Ping timeout: 260 seconds]
09:05
killjoy has joined #openscad
09:05
killjoy has quit [Changing host]
09:05
killjoy has joined #openscad
09:11
killjoy has quit [Ping timeout: 255 seconds]
09:28
killjoy has joined #openscad
09:28
killjoy has joined #openscad
09:28
killjoy has quit [Changing host]
10:23
mmu_man has joined #openscad
10:26
omegatron has joined #openscad
10:47
teepee_ has joined #openscad
10:51
teepee has quit [Ping timeout: 252 seconds]
10:51
teepee_ is now known as teepee
11:24
J23k50 has quit [Quit: Client closed]
11:25
J23k50 has joined #openscad
12:07
snaked has quit [Quit: Leaving]
12:20
lastrodamo_ has joined #openscad
12:21
lastrodamo_ has quit [Remote host closed the connection]
12:23
lastrodamo has joined #openscad
12:24
lastrodamo has quit [Client Quit]
12:24
bozo16 has joined #openscad
13:00
qeed_ has quit [Read error: Connection reset by peer]
13:02
qeed has joined #openscad
13:57
J23k50 has quit [Quit: Client closed]
13:57
J23k50 has joined #openscad
14:05
e2k has quit [Quit: leaving]
14:15
sbab has joined #openscad
14:26
guso78k has joined #openscad
14:27
<
guso78k >
This is python syntax for use with the customizer. I was mostly able to reuse the comment parser.
14:38
guso78k has quit [Quit: Client closed]
14:39
guso78k has joined #openscad
14:43
<
teepee >
why use that horrible stuff?
14:43
<
teepee >
python has native features for adding meta data
14:48
guso78k has quit [Quit: Client closed]
14:59
<
teepee >
hmm, or did they really ignore variables copletely? that would be very annoying :(
15:00
guso78k has joined #openscad
15:01
<
guso78k >
I remember, you did not like to have a 2nd parser in OSCAD before. This was mainly to demonstrate the successful link from python to the Customizer windows ...
15:03
<
teepee >
I think it would be better if there's a python native way instead of trying to make it identical to the ugly comment parsing that exists because Thingiverse did not want to change OpenSCAD code
15:03
<
teepee >
did you see the PEP link?
15:03
<
teepee >
also it seems using doc-strings for variables is sort-of possible
15:03
<
guso78k >
yes, i did notice the PEP link, but did not yet look into.
15:04
<
teepee >
no rush, just wondering with the various disconnects and multiple users :)
15:04
<
teepee >
it seems a construct like:
15:05
<
teepee >
s = "string variable"
15:05
<
teepee >
''' this is a python docstring for variable s '''
15:05
<
teepee >
is not fully and officially supported but some python tools supposedly understand it anyway
15:05
<
guso78k >
using chat lot will always tell me the complete history. yep i know that multiple users is concern for you. you can recognize me as /guso.*/
15:08
<
teepee >
it would only make direct messages a bit confusing, but otherwise it's no problem
15:08
<
guso78k >
hmm naturally a description for a variable will be in front of it. but of course, will need to read the pep
15:09
<
teepee >
well, on python it's after the definition
15:10
<
teepee >
I like it better the other way around, but staying near standard python seems like a good idea
15:13
<
teepee >
claims PyCharm and VSCode accept this docstring style too
15:16
guso78k has quit [Quit: Client closed]
15:16
guso78k has joined #openscad
15:16
guso78k has quit [Client Quit]
15:17
sbab has quit [Quit: Client closed]
15:18
guso78k has joined #openscad
15:18
teepee has quit [Remote host closed the connection]
15:20
teepee has joined #openscad
15:37
guso78k has quit [Ping timeout: 245 seconds]
16:01
L29Ah has left #openscad [#openscad]
16:08
J23k50 has quit [Quit: Client closed]
16:08
J23k50 has joined #openscad
16:29
kintel has joined #openscad
17:01
feuerrot has quit [Read error: Connection reset by peer]
17:02
feuerrot has joined #openscad
17:08
mmu_man has quit [Ping timeout: 258 seconds]
17:18
cart_ has quit [Ping timeout: 255 seconds]
17:26
Guest81 has joined #openscad
17:26
Guest81 has quit [Client Quit]
17:28
feuerrot has quit [Read error: Connection reset by peer]
17:29
feuerrot has joined #openscad
17:43
L29Ah has joined #openscad
17:49
J23k50 has quit [Quit: Client closed]
17:50
J23k50 has joined #openscad
17:50
mmu_man has joined #openscad
18:10
guso78k has joined #openscad
18:15
feuerrot has quit [Ping timeout: 255 seconds]
18:15
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
18:19
feuerrot has joined #openscad
18:46
teepee_ has joined #openscad
18:48
teepee has quit [Ping timeout: 252 seconds]
18:48
teepee_ is now known as teepee
19:07
guso78k4 has joined #openscad
19:24
kintel has joined #openscad
19:29
<
guso78k4 >
it installs a cryptopp.pc file on install and the name always constant therefore
19:29
<
teepee >
instead how?
19:31
<
guso78k4 >
instead using the cryptopp lib which comes with the distro. this is sometimes calles cryptopp and sometimes crypto++ and sometimes provides a .pc file
19:35
<
teepee >
we are already way over the reasonable limit of submodules, if distros have bugs in packages, it would be better if those could be fixed
19:39
<
guso78k4 >
understood. story shows that the bugs were not fixed since 2016 and no ETA available. seens we have to improve on cmake modules to search for all possible names.
19:39
<
teepee >
*in the distros
19:40
<
guso78k4 >
Still wondering, how to calculate/estimate an adequate number of submodules ...
19:40
<
teepee >
ahh, no that's cmake packaging
19:41
<
guso78k4 >
yep, got confused :)
19:44
<
teepee >
maybe we should get the hint and use nettle or some other lib instead then
19:48
<
teepee >
is there a specific build issue somewhere now?
19:52
<
guso78k4 >
now special build issue. i am just irritated because i had to change the CMakeLists on mac again
19:53
<
guso78k4 >
now using all lowercase cryptopp, before it was Cryptopp
19:54
<
guso78k4 >
nettele owns a package config file in fedora
19:56
<
guso78k4 >
is this better than my anycubic ?
19:58
<
guso78k4 >
ok 3um placement precision and tremendous moving speeds for 1400 EUR. yes its better
20:29
feuerrot has quit [Read error: Connection reset by peer]
20:30
feuerrot_ has joined #openscad
20:40
<
lf94 >
give me your brain
20:40
<
lf94 >
how do I fix this
20:48
<
guso78k4 >
i think i see an error: you should multiply mx and my additionally with cos(dya)
20:49
<
guso78k4 >
but not yet sure if this is the error you are looking for
20:50
<
guso78k4 >
you want to specity the position of the camera as rotation and altitude ?
20:51
<
lf94 >
yes that might be it
20:51
<
lf94 >
I was so close, i was multiplying with sin on both :')
20:52
<
guso78k4 >
this bug really shot into my eyes!
20:52
<
guso78k4 >
lf94, thanks again for the nice hp!
20:53
<
guso78k4 >
homepage
21:42
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:55
guso78k4 has quit [Ping timeout: 245 seconds]
21:55
guso78k has quit [Ping timeout: 245 seconds]
22:03
foul_owl_ has quit [Quit: WeeChat 3.8]
22:04
foul_owl has joined #openscad
22:04
L29Ah has quit [Ping timeout: 272 seconds]
22:15
pie_ has joined #openscad
22:31
fling has quit [Ping timeout: 252 seconds]
22:35
fling has joined #openscad
22:41
teepee_ has joined #openscad
22:43
teepee has quit [Ping timeout: 252 seconds]
22:43
teepee_ is now known as teepee
22:49
snaked has joined #openscad
22:54
feuerrot_ has quit [Ping timeout: 272 seconds]
22:56
feuerrot has joined #openscad
23:10
peeps[work] has quit [Quit: Leaving]
23:11
peeps[work] has joined #openscad
23:43
L29Ah has joined #openscad