kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mmu_man has quit [Ping timeout: 268 seconds]
RichardPotthoff has quit [Ping timeout: 260 seconds]
erectus has quit [Remote host closed the connection]
erectus has joined #openscad
stefanct has quit [Quit: quit]
stefanct has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
<J24k23>
using 2024.06.01 on Win64 it seems the Zebra (R) is causing it when rendered in higher resolution. ```linear_extrude(2,$fn=72)text(text="R",font="naturePro",size=5);```
<J24k23>
kintel No the Zebra costing time (and is weird) but also without i get the issue linear_extrude(2,$fn=65)text(text="ABCDEFGHIJKLMNOPQSTUVWXYZ+-.,",font="naturePro",size=5);
<J24k23>
it is the higher $fn probably causing it
<J24k23>
kintel .. seems some number work better than other $fn 120 is fine again ```linear_extrude(1,$fn=120)text(text="ABCDEFGHIJKLMNOPQSTUVWXYZ+-.,",font="naturePro",size=500);```
J24k23 has quit [Quit: Client closed]
J24k23 has joined #openscad
AzAv8r has quit [Quit: Client closed]
<J24k23>
kintel .. removing the lion works (Y) .. oh or putting the Y first works too, probably those glyphs are not ideal - but maybe showing some underlaying issue.
<J24k23>
kintel the Zebra (R) shows different level of bottom and top face errors with different resolution https://imgur.com/a/Fxxbwi3
feuerrot has quit [Read error: Connection reset by peer]
J24k23 has quit [Ping timeout: 250 seconds]
feuerrot has joined #openscad
J24k5 has joined #openscad
J24k75 has quit [Ping timeout: 250 seconds]
mmu_man has joined #openscad
feuerrot has quit [Read error: Connection reset by peer]
feuerrot_ has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
<InPhase>
ashafq: Okay. I'm glad you got it working. :) But that was also not what you were proposing needing. (Which is what I was afraid of, and why I didn't try a second time to demonstrate how to do it.) That's not even what a U is shaped like, and doesn't match any of the drawings.
<cart_man>
teepee: I took a screenshot of that little explanation :)
mmu_man has quit [Ping timeout: 264 seconds]
mmu_man has joined #openscad
rapha has joined #openscad
<rapha>
hi all!
<rapha>
is it not possible to do a minkowski() involving an import()ed .stl, or does it just take very, very long?