<buZz>
did the suse repo break or something? key expired i think
<buZz>
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://download.opensuse.org/repositories/home:/t-paul/Debian_12 ./ InRelease: The following signatures were invalid: EXPKEYSIG 75F3214F30EB8E08 home:t-paul OBS Project <home:t-paul@build.opensuse.org>
<buZz>
for the nightlies, that is
bitbasher has joined #openscad
bitbasher has quit [Changing host]
bitbasher has joined #openscad
<bitbasher>
possibly this is a duplicate posting .. the code for linear_extrusion does not have any file params .. but the import function has both filename and file
<kintel>
bitbasher: That was removed a long time ago from linear_extrude
<kintel>
I think the reason code complete doesn't show the v= argument as the second argument is that it's considered a more advanced feature, combined with an indication that people should prefer named arguments to linear_extrude, to disambiguate intent.
<InPhase>
If you want to share code to discuss, use a pastebin and ask a question.
<sculptor>
we admire your coding skills
<sculptor>
but why don't you use psatebin
JordanBrown has joined #openscad
<JordanBrown>
Guest31 was there a question there, or just showing an interesting model? (Which doesn't do anything, because there are no calls to the modules.)
<sculptor>
he stays consistent with no calls
<JordanBrown>
I wonder whether this is the same guest who did a similar drive-by copy-paste on Tuesday.
<teepee>
buZz: yes, you need to import the updated key, see download page
Guest68 has quit [Ping timeout: 272 seconds]
Guest31 has quit [Ping timeout: 272 seconds]
<sculptor>
fizz buzz
church__ has joined #openscad
church_ has quit [Read error: Connection reset by peer]
mwette has joined #openscad
<mwette>
Is there a function to get the length of a list?
califax has quit [Remote host closed the connection]
califax has joined #openscad
<mwette>
I looked at the cheatsheet - but failed to spot it. Thanks!
<buZz>
teepee: ty :)
<InPhase>
cheatsheetgpt!
* InPhase
looks at othx.
<bitbasher>
and guest's code is missing the outer_ring() module and is making a resursive call to module central_rose() without setting any depth limit .. so that will go bad fast
<bitbasher>
and he defines base() but never uses the module . humm