aiyion has quit [Remote host closed the connection]
drfff has quit [Ping timeout: 252 seconds]
aiyion has joined #openscad
Guest55 has quit [Quit: Client closed]
J236 has joined #openscad
J23 has quit [Ping timeout: 260 seconds]
germ_ has quit [Read error: Connection reset by peer]
abff has quit [Read error: Connection reset by peer]
abff has joined #openscad
germ has joined #openscad
LordOfBikes has quit [Ping timeout: 248 seconds]
ur5us has quit [Ping timeout: 248 seconds]
LordOfBikes has joined #openscad
MrMobius has joined #openscad
<MrMobius>
is there a way to export certain 3D shapes to STL without having OpenSCAD combine them even though they lay flat? on one face of a cube, I have a 0.5mm cutout for text then the text itself the exact same size as the cutout. it looks fine in the preview but just becomes one solid face in the rendering. the person who will 3D print it needs to click on the text to add color in slicer
<JordanBrown[m]>
No.
<peeps[zen]>
MrMobius: I would recommend to try enabling the experimental feature "lazy-union". to use experimental you need to run a development snapshot from here http://openscad.org/downloads.html#snapshots
<peeps[zen]>
and then enable the specific feature in Preferences menu
<JordanBrown[m]>
OK, yeah, maybe that.
<MrMobius>
peeps[zen]: ok cool. ill give it a try
<JordanBrown[m]>
But I would rig the OpenSCAD program so that you can run it to generate the base material, and then run it again to generate the text, and then combine those two STLs in the slicer.
<JordanBrown[m]>
Can slicers really figure out what you mean if you have one STL with interior triangles that divide it into multiple parts?
<MrMobius>
JordanBrown[m]: unfortunately, I dont have a dual extruder and the person im paying to do it says the price doubles if he has to combine all the tiny text from two STLs
<InPhase>
MrMobius: Have you considered 3mf instead of stl?
<InPhase>
MrMobius: I believe that's designed to support such things better.
<InPhase>
stl is really a pretty simple format...
<MrMobius>
InPhase: ya playing with combining two 3MFs exported from openscad now
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #openscad
ur5us has joined #openscad
ur5us_ has joined #openscad
ur5us has quit [Ping timeout: 268 seconds]
TheAssassin has quit [Remote host closed the connection]
TheAssassin has joined #openscad
ur5us_ has quit [Ping timeout: 260 seconds]
<JordanBrown[m]>
I don't know enough about multicolor slicing to say anything authoritative, but it *should* be easier to do with multiple STLs, because they will be cleanly separate in the slicer. If you have one STL that has multiple parts, if it works at all, you'd have to select each individual part (e.g. each letter) and set the color for it. With two STLs, you select one STL, set the color, then select the other STL and set the color. There
<JordanBrown[m]>
shouldn't really be much in the way of "combining"; I'd expect that you can just load the STLs and tell the slicer that they all go together.
<JordanBrown[m]>
Anyhow, good luck - multicolor support is certainly an area where OpenSCAD needs work.
<escherial>
i don't need a whole box, but i ended up looking at how they create the mountpoints and it answered some questions i had, so thanks for the reference
<escherial>
specifically, i was wondering if they add threads to their design or allow the screw to tap them (seems it's the latter, no threads) and which diameter they used (seems it's slightly more than the major diameter of an m3 screw, 3mm versus 2.98mm)
<escherial>
i could always use metal inserts for m3 screws, which i do have on hand and which come with recommendations for the hole size, but i don't know if i want to waste them on boards i won't be removing often