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
killjoy has joined #openscad
killjoy has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
mmu_man has quit [Ping timeout: 272 seconds]
mmu_man has joined #openscad
LordOfBikes has quit [Ping timeout: 252 seconds]
<gbruno> [github] Pizzanomicon opened issue #5258 (GPU Support) https://github.com/openscad/openscad/issues/5258
LordOfBikes has joined #openscad
J24k27 has joined #openscad
J24k90 has quit [Ping timeout: 256 seconds]
mmu_man has quit [Ping timeout: 272 seconds]
J24k27 has quit [Quit: Client closed]
J24k27 has joined #openscad
stealth_ has joined #openscad
ferdna has quit [Ping timeout: 252 seconds]
ferdna has joined #openscad
hyvoid has quit [Ping timeout: 248 seconds]
hyvoid has joined #openscad
ferdna has quit [Quit: Leaving]
stealth_ has quit [Quit: Leaving]
mmu_man has joined #openscad
Non-ICE has quit [Quit: Screw you guys, im going home!]
mmu_man has quit [Ping timeout: 248 seconds]
Non-ICE has joined #openscad
Non-ICE has quit [Quit: Screw you guys, im going home!]
misterfish has joined #openscad
Alexer has quit [Ping timeout: 264 seconds]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
Non-ICE has joined #openscad
Non-ICE has quit [Client Quit]
Non-ICE has joined #openscad
misterfish has quit [Ping timeout: 252 seconds]
misterfish has joined #openscad
<gbruno> [github] t-paul closed issue #5258 (GPU Support) https://github.com/openscad/openscad/issues/5258
mmu_man has joined #openscad
mmu_man has quit [Ping timeout: 258 seconds]
Guest39 has joined #openscad
ferdna has joined #openscad
<Guest39> How do I report that the download link on the web site seems to be broken?
<teepee> which one?
<Guest39> Any of the Windows installers
<teepee> then you have javascript disabled?
<Guest39> No.  Nothing on the internet would work without Javascript
<Guest39> It says "This site can't be reached"
<teepee> works fine from here
<teepee> 2024-08-11 18:22:00 (19,1 MB/s) - ‘OpenSCAD-2021.01-x86-64-Installer.exe’ saved [21876824/21876824]
<teepee> can you open just https://files.openscad.org/ ?
<Guest39> No.  Same thing.
<Guest39> It's not blocked by region is it?  I'm in the US.
<teepee> not that I'm aware of, the server is located in germany as far as I know
<teepee> but there's no other reports of blockage I have heard so far
<teepee> so more likely some local stuff. running some sort of company VPN maybe?
<teepee> or antivirus blocking downloads by domain?
Guest70 has joined #openscad
<Guest70> (I was Guest 39 a minute ago.  Just had to reconnect)
<InPhase> Or just any antivirus blocking download of an exe.
<teepee> you can see the last messages via https://bit.ly/32MfbH5
<Guest70> I tried us Nord VPN to route the request through a server in Germany and same issue.
<Guest70> You might be right about anti virus.  New PC so I'm having to reinstall everything.
<teepee> strange, if it would be just *.exe at least the folder view should work
<InPhase> Guest70: You should be able to keep your antivirus on to run it (a reasonable idea for Windows when downloading things, even though OpenSCAD should be perfectly safe, coming from our github build process). But you might have to check your antivirus settings to see if it blocks downloads of exe files.
Guest39 has quit [Ping timeout: 256 seconds]
<Guest70> OK, definitely something on my PC.  I logged into a Linux machine and was able to get it just fine
<Guest70> Odd.  The only anti virus I have is the built-in Windows defender.  It's like it's blocking that IP address specifically
<teepee> blocking the whole domain seems concerning, I *could* sort-of understand the exe download, even though I'm sure it's safe
<teepee> I had to fight microsoft 2 times receiving mails from a server hosted in the same datacenter
<teepee> even though it did have all the security stuff and validation setup correctly
<teepee> this really gets out of control as there's nobody who you can complain about this
<teepee> like 3 huge companies deciding what the world is allowed to see or not
<teepee> at least for the mail issue there is a form to get it fixed, although that is hugely annoying too as you have to create a microsoft account to complain :/
orlando has joined #openscad
<orlando> hello, good afternoon. Somebody available for a question?
<teepee> hmm, I can only find posted telling how to add more ip addresses to the block list, but not how to find out if a specific one is blocked by default or some list of default blocks :(
<teepee> orlando: just ask, if someone can answer, we'll find out :-)
<orlando> I have a cylinder defined with a primitive 3d order, and a volume defined by a 2d surface extruded. When make the difference, and in a preview, all is fine... but when render, cilinder keeps the same. This is the code:
<orlando> module recorte() {
<orlando>     linear_extrude(height = 10.501, convexity = 10, twist = 0, $fn = 50) {
<orlando>         polygon([[0,0], [5,0], [5,4.92]]);
<orlando>         rotate(a = [0, 0, 120])
<orlando>             polygon([[0,0], [5,0], [5,4.92]]);
<orlando>         rotate(a = [0, 0, 240])
<orlando>             polygon([[0,0], [5,0], [5,4.92]]);
<orlando>     }
<orlando> }
<orlando> difference() {
<orlando>     // Volumen principal (ligeramente más alto)
<orlando>     cylinder(h = 9.6, r1 = 2.75, r2 = 2.75, $fn = 100);
<orlando>     // Recorte (módulo extruido, ligeramente más bajo)
<orlando>     translate([0, 0, -0.5])
<orlando>         recorte();
<orlando> thanks teepee
<teepee> pasting more than 3 or 4 lines does not work well on IRC, try putting that into a paste service and post the link
<teepee> paste?
<othx> paste is https://bpa.st for .scad files and other text like long error reports, https://pasteboard.co/ or https://imgur.com/ for images
<teepee> oh, that recorte() module has 3 things touching in a single point in the center
<teepee> that's a problematic case. I think it could work with the new geometry engine available in the development snapshots
<orlando> Do I transform those base triangles touching eachother  in separated figures?
<orlando> should, sorry
<teepee> if it's not a problem for the design, you could add a tiny circle in the middle maybe
<teepee> so it's not just touching anymore
<orlando> not a problem. I'll try. Thanks.
<orlando> It worked... thanks a lot!
<teepee> aha, nice
<orlando> I'll keep in mind this flaw... Are there other to keep in mind? or just try and check?
<orlando> Just to not bother people with begginer`s questions...
<teepee> touching faces can create issues, so the recommendation is to avoid those
<teepee> so if you join things, have a bit of overlap
<teepee> if you difference, cut a bit more, so it's really punching through, just like in the real world :-)
<teepee> people have wished to make that automatic, but it's way more difficult as it seems, so there's no general solution
<orlando> Again, thank you.
mmu_man has joined #openscad
<J24k27> orlando using offset(0.001) can also help creating an overlap
germ has quit [Read error: Connection reset by peer]
germ has joined #openscad
Guest64 has joined #openscad
Guest64 has quit [Client Quit]
califax has quit [Remote host closed the connection]
califax has joined #openscad
mmu_man has quit [Ping timeout: 255 seconds]
mmu_man has joined #openscad
orlando has quit [Quit: Client closed]
lastrodamo has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
lastrodamo has quit [Quit: Leaving]
ferdna has quit [Ping timeout: 258 seconds]
ferdna has joined #openscad
noonien808310429 has joined #openscad
stealth_ has joined #openscad
<stealth_> is there going to be a new release anytime soon? looks like hasn't been on in few years. looking forward to faster rendering
<J24k27> just use the nightlies
<stealth_> J24k27, whats that?
<stealth_> J24k27, thanks, will try it out
<J24k27> stealth_ you will need to activate manifold under preferences↦features for faster rendering
<stealth_> ok
<stealth_> default CGAL has different color rendering than fast-csg/manifold
mmu_man has quit [Ping timeout: 252 seconds]
<stealth_> i am just rendering `logo.scad` and flushing cache to try out
<stealth_> Also I would like to use sublimetext to code and have it render only preview on `build`, is there a way to do this? I have tried `/usr/bin/openscad --preview ./scad/test.scad` with no luck, it opens the whole openscad softrware
mmu_man has joined #openscad
<teepee> https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/FAQ#I_don't_like_the_editor,_can_I_use_my_favourite_editor_instead?
<teepee> leave fast-csg disabled, it might interfere with manifold
<teepee> stealth_: ^
<stealth_> teepee, ok