teepee changed the topic of #openscad to: OpenSCAD - The Programmers Solid 3D CAD Modeller | This channel is logged! | https://openscad.org/advent-calendar-2021/ | 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
foul_owl has quit [Ping timeout: 240 seconds]
foul_owl has joined #openscad
Zauberfisch_ is now known as Zauberfisch
gunnbr_ has joined #openscad
othx has quit [Ping timeout: 256 seconds]
othx has joined #openscad
gunnbr has quit [Ping timeout: 256 seconds]
califax has quit [Remote host closed the connection]
califax has joined #openscad
snakedLX is now known as snaked
Jack2252 has joined #openscad
califax- has joined #openscad
Jack22 has quit [Ping timeout: 256 seconds]
califax has quit [Ping timeout: 276 seconds]
califax- is now known as califax
LordOfBikes has quit [Ping timeout: 268 seconds]
LordOfBikes has joined #openscad
arebil has joined #openscad
snaked has quit [Ping timeout: 256 seconds]
snaked has joined #openscad
arebil has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
<gbruno> [github] kintel pushed 1 modifications (Universal build of pixman). https://github.com/openscad/openscad/commit/86a3f62f66c60f8437613732bf6fa499a82462ff
gunnbr__ has joined #openscad
gunnbr_ has quit [Ping timeout: 256 seconds]
arebil has joined #openscad
PovilasCNC has joined #openscad
arebil has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
ferdna has quit [Quit: Leaving]
BluShine has joined #openscad
<BluShine> Hey, is there supposed to be a button to clear the console? I saw this PR from 2019 that references a button, but I'm running OpenSCAD Windows release 2021.01 and I don't see any buttons in the console window besides the X to close. https://github.com/openscad/openscad/issues/2687
<gbruno> [github] kintel pushed 1 modifications (Universal build of opencsg and qscintilla). https://github.com/openscad/openscad/commit/7b9c8f47fffdcdf4b3200e3a2beed5f879a6539a
<BluShine> Oh, I found it. Right click menu but only if you click on the contents of the window. I was clicking on the window frame.
<BluShine> I guess that doesn't clear the error log tho :(
tecdroid has joined #openscad
<tecdroid> hi
<teepee> BluShine: Yes, ErrorLog is filled after each F5/F6 run
<tecdroid> .. and never cleaned  unless you tell it to do so.. btw is there a shortcut for this? ;)
<tecdroid> btw. haven't yet found something to create array programmatically.. is there any way? I want to calculate a cycloidic drive wheel and need to calculate each coordinate.. step by step.. my current workaround is generating a .scad file via python script.
<tecdroid> so what i need is something like appending values to an array
Jack2252 is now known as Jack22
<Jack22> have a cycloid in my lib Ü ..  you can use concat to add values to an array
af1 is now known as af
<tecdroid> why haven't i found this? X-D
<tecdroid> ty
<teepee> or even just
<teepee> extended = [ each array, "new", "value" ]
<tecdroid> sounds even better.. but isn't this slow? it sounds like always creating a new array
<Jack22> you create a new one each time .. you can not change "variables" in a functional language
<tecdroid> call me stupid but i never considered openscad to be functional.. but makes pretty much sense now
<teepee> creating that kind of array is optimized, the performance hit will happen once on first access to those nested arrays
<tecdroid> well, i'll give it a try..
crazy_imp has joined #openscad
crazy_imp has quit [Changing host]
crazy_imp has joined #openscad
<tecdroid> seems, I'm thinking toooo imperative.. https://pastebin.com/z1Za74Xa for example does not work.. but it's functional.. XD waveform = [for (alpha = [0:359]) sin(alpha)];
BluShine has quit [Ping timeout: 256 seconds]
<teepee> tecdroid: yes, that's trying to reassign a variable which is not possible
<teepee> just: waveform = [ for (a = [0:1:359]) sin(a) ];
lastrodamo has joined #openscad
arebil has joined #openscad
<tecdroid> fyi: that's what i got now https://pastebin.com/x09Pb07b
mhroncok has joined #openscad
<teepee> very wavy :)
tecdroid has quit [Quit: Ping timeout (120 seconds)]
<Jack22> a cycloid is a circle rolling on a circumference not a sin wave
<Jack22> tecdroid
The_Jag has joined #openscad
tecdroid has joined #openscad
<tecdroid> humm.. my router crashed :(
JHoglund has joined #openscad
<tecdroid> looks nice, Jack22
<teepee> tecdroid: check the channel topic, link to logs
<Jack22> tecdroid in case you just want a result and not the fun of going there you can use the code of Cycloid()
tecdroid has quit [Ping timeout: 256 seconds]
othx has quit [Ping timeout: 256 seconds]
othx has joined #openscad
Jack22 has quit [Ping timeout: 256 seconds]
Jack22 has joined #openscad
fpte has joined #openscad
af has quit [Quit: WeeChat 3.2.1]
veverak1 is now known as veverak
mhroncok has quit [Quit: Leaving.]
fpte has quit [Ping timeout: 256 seconds]
fpte has joined #openscad
af has joined #openscad
fpte has quit [Read error: Connection reset by peer]
fpte has joined #openscad
PovilasCNC has quit [Read error: Connection reset by peer]
fpte has quit [Quit: leaving]
lagash_ has quit [Quit: ZNC - https://znc.in]
mhroncok has joined #openscad
lagash has joined #openscad
cd has joined #openscad
cd is now known as Guest5059
Guest5059 has quit [Client Quit]
rvt has quit [Ping timeout: 240 seconds]
rvt has joined #openscad
<gbruno> [github] kintel assigned issue #4036 (macOS: Provide universal binaries (arm64 + x86_64)). https://github.com/openscad/openscad/issues/4036
<gbruno> [github] kintel opened issue #4036 (macOS: Provide universal binaries (arm64 + x86_64)). https://github.com/openscad/openscad/issues/4036
arebil has quit [Read error: Connection reset by peer]
<gbruno> [github] kintel pushed 1 modifications (Build boost before eigen, to allow eigen to consistently pick up boost). https://github.com/openscad/openscad/commit/76d389512e2f5b757002654ae624c09ee8a95aef
<gbruno> [github] kintel pushed 1 modifications (Add LOCAL_ARCH to GNU_ARCHS). https://github.com/openscad/openscad/commit/80858b178533ffd7e4f9fbb4f38f8aaed9267b9b
JHoglund has quit [Ping timeout: 256 seconds]
TheCoffeMaker has quit [Quit: So long and thanks for all the fish]
voxpelli has joined #openscad
TheCoffeMaker has joined #openscad
JHoglund has joined #openscad
mhroncok has quit [Quit: Leaving.]
Foidi[m] has joined #openscad
The_Jag has quit [Quit: The_Jag]
qeed has joined #openscad
qeed_ has quit [Ping timeout: 256 seconds]
JHoglund has quit [Ping timeout: 256 seconds]
lastrodamo has quit [Quit: Leaving]
hiredman has joined #openscad
<gbruno> [github] kintel pushed 1 modifications (qt5 fixes). https://github.com/openscad/openscad/commit/179c8af98ede6f33a4dd12bb9967968ba585499b
peeps has joined #openscad
peeps[zen] has quit [Ping timeout: 260 seconds]