teepee changed the topic of #openscad to: OpenSCAD - The Programmers Solid 3D CAD Modeller | This channel is logged! | 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
howiemnt has joined #openscad
Guest98 has joined #openscad
Guest98 has quit [Client Quit]
bitbasher has quit [Ping timeout: 276 seconds]
snaked has joined #openscad
<sculptor> it's lovely to see people talking in here
sculptor_ has joined #openscad
mmu_man has quit [Ping timeout: 240 seconds]
sculptor_ has quit [Client Quit]
sculptor has quit [Ping timeout: 260 seconds]
_whitelogger has joined #openscad
J25k7 has joined #openscad
J25k21 has quit [Ping timeout: 272 seconds]
califax_ has joined #openscad
califax has quit [Remote host closed the connection]
califax_ is now known as califax
peeps[zen] has joined #openscad
peepsalot has quit [Ping timeout: 260 seconds]
guso78k has joined #openscad
<guso78k> Maybe you want to improve the user experience there ? https://github.com/openscad/openscad/blob/master/src/io/export_3mf_v1.cc#L337
guso78k has quit [Quit: Client closed]
snakedGT has quit [Ping timeout: 260 seconds]
guso78k has joined #openscad
Guest9 has joined #openscad
<Guest9> / Clip Block 10x10x10mm
<Guest9> $fn = 50; // High resolution
<Guest9> module main_body() {
<Guest9>     hull() {
<Guest9>         // Base (10mm square)
<Guest9>         translate([0,0,0]) cube([10,10,0.1], center=true);
<Guest9>         // Top (9mm square)
<Guest9>         translate([0,0,10]) cube([9,9,0.1], center=true);
<Guest9>     }
<Guest9> }
<Guest9> module collar() {
<Guest9>     difference() {
<Guest9>         // Outer ring
<Guest9>         cylinder(h=3, d=8.9, center=true);
<Guest9>         // Inner cut + gap
<Guest9>         union() {
<Guest9>             cylinder(h=4, d=6.5, center=true);
<Guest9>             translate([0,4,0]) cube([2.2,8,4], center=true);
Guest9 has quit [Client Quit]
snakedGT has joined #openscad
guso78k has quit [Quit: Client closed]
guso78k has joined #openscad
howiemnt has quit [Remote host closed the connection]
howiemnt has joined #openscad
howiemnt1 has joined #openscad
howiemnt has quit [Ping timeout: 248 seconds]
bitbasher has joined #openscad
bitbasher has quit [Changing host]
bitbasher has joined #openscad
J25k7 has quit [Quit: Client closed]
J25k7 has joined #openscad
guso78k has quit [Quit: Client closed]
gunnbr has quit [Read error: Connection reset by peer]
gunnbr has joined #openscad
j45_ has joined #openscad
j45 has quit [Ping timeout: 248 seconds]
j45_ is now known as j45
j45 has quit [Changing host]
j45 has joined #openscad
j45_ has joined #openscad
j45 has quit [Ping timeout: 276 seconds]
j45_ is now known as j45
j45 has quit [Changing host]
j45 has joined #openscad
bitbasher has quit [Ping timeout: 248 seconds]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 244 seconds]
teepee_ is now known as teepee
L29Ah has quit [Ping timeout: 248 seconds]
bitbasher has joined #openscad
<gbruno> [github] pkriens opened issue #6043 (Make Value a double ...) https://github.com/openscad/openscad/issues/6043
ali1234 has quit [Remote host closed the connection]
ali1234 has joined #openscad
bitbasher has quit [Ping timeout: 260 seconds]
snakedGT has quit [Quit: Leaving]
L29Ah has joined #openscad
L29Ah has quit [Read error: Connection reset by peer]
mmu_man has joined #openscad
<JordanBrown1> guso78k: in a couple of quick experiments, I'm not able to trip that assertion; that case gets caught by an earlier check and results in a perfectly good error message. What are you doing to trip it?
L29Ah has joined #openscad
bitbasher has joined #openscad
mmu_man has quit [Ping timeout: 245 seconds]
GNUmoon has quit [Ping timeout: 244 seconds]
mmu_man has joined #openscad
sculptor has joined #openscad
mmu_man has quit [Ping timeout: 240 seconds]
mmu_man has joined #openscad
bitbasher has quit [Ping timeout: 252 seconds]
guso78k has joined #openscad
<guso78k> Jordan, did you use 3mf V1.0 lib ?
<JordanBrown1> No idea. I used whatever my build used.
<JordanBrown1> and just tried whatever the nightly uses.
<JordanBrown1> It looks like it should get "ERROR: Current top level object is not a 3D object." before it gets down to the 3MF library.
<JordanBrown1> Looks like the behavior should be the same for GUI and CLI.
mmu_man has quit [Ping timeout: 245 seconds]
mmu_man has joined #openscad
J25k7 has quit [Quit: Client closed]
J25k7 has joined #openscad
J25k7 has quit [Quit: Client closed]
J25k7 has joined #openscad
bitbasher has joined #openscad
howiemnt1 has quit [Remote host closed the connection]
howiemnt1 has joined #openscad
mmu_man has quit [Ping timeout: 265 seconds]
mmu_man has joined #openscad
ali12341 has joined #openscad
ali1234 has quit [Remote host closed the connection]
hyperair has quit [Ping timeout: 268 seconds]
hyperair has joined #openscad
mmu_man has quit [Ping timeout: 240 seconds]
mmu_man has joined #openscad
J25k7 has quit [Quit: Client closed]
J25k7 has joined #openscad
Guest7 has joined #openscad
mmu_man has quit [Ping timeout: 244 seconds]
mmu_man has joined #openscad
<gbruno> [github] dgatwood opened issue #6044 (Turn manifold renderer on by default, with splash screen to tell people about the setting) https://github.com/openscad/openscad/issues/6044
gunnbr has quit [Read error: Connection reset by peer]
<gbruno> [github] t-paul closed issue #6044 (Turn manifold renderer on by default, with splash screen to tell people about the setting) https://github.com/openscad/openscad/issues/6044
<gbruno> [github] t-paul closed pull request #3193 (Parallelize render using multiple processes) https://github.com/openscad/openscad/pull/3193
<gbruno> [github] t-paul closed pull request #6042 (Add explicit constData() assignment for a QByteArray) https://github.com/openscad/openscad/pull/6042
<gbruno> [github] t-paul pushed 1 modifications (Merge pull request #6042 from Sparsh-N/fix-qbytearray-use Add explicit constData() assignment for a QByteArray) https://github.com/openscad/openscad/commit/6a8ab04bfd8bbe5cafab3efb74d2b46cb33fafe7
Guest7 has quit [Quit: Client closed]
<gbruno> [github] dgatwood opened issue #6045 (OpenSCAD reproducible hang on Apple Silicon involving calls to removed/renamed functions) https://github.com/openscad/openscad/issues/6045
<gbruno> [github] dgatwood edited issue #6045 (OpenSCAD reproducible hang on Apple Silicon involving calls to removed/renamed functions and variables and out-out-of-scope variables) https://github.com/openscad/openscad/issues/6045
<gbruno> [github] dgatwood edited issue #6045 (OpenSCAD reproducible hang on Apple Silicon involving calls to removed/renamed functions and variables and out-of-scope variables) https://github.com/openscad/openscad/issues/6045
<gbruno> [github] dgatwood edited issue #6045 (OpenSCAD reproducible hang on Apple Silicon involving calls to removed/renamed functions and variables and out-of-scope variables) https://github.com/openscad/openscad/issues/6045
<gbruno> [github] dgatwood edited issue #6045 (OpenSCAD reproducible hang on Apple Silicon involving calls to removed/renamed functions and variables and out-of-scope variables) https://github.com/openscad/openscad/issues/6045
guso78k has quit [Quit: Client closed]
GNUmoon has joined #openscad
bitbasher has quit [Ping timeout: 252 seconds]
mmu_man has quit [Ping timeout: 276 seconds]
mmu_man has joined #openscad
howiemnt has joined #openscad
howiemnt1 has quit [Ping timeout: 260 seconds]