Welcome! Log In Create A New Profile

Advanced

Differencing two .stl files...

Posted by Komb' 
Differencing two .stl files...
December 12, 2012 02:31PM
I've been banging my head on this most of the day...

It's been too long since I did anything in 3D editing programs.

I need to cut some text into another object.

I've used openscad to convert the text from and Inkscape .dxf file to .stl

I have MeshLab, Art of Illusion, netfab basic and Blender to work with.

AoL keeps opening another window when I try importing the second .stl in.

Netfab Basic will let me do it, but not save it unless I spring for the upgrade.

I almost had it with Blender, but then the thing kept stalling badly...

Any help with any of the above would be appreciated.

If I've overlooked doing it in Openscad, info on that would be great too. smiling smiley

Thanks
Re: Differencing two .stl files...
December 12, 2012 05:38PM
In AOL you can cut and paste from the new window to the old one and close the new one. PITA but it works.

In Openscad you can import both files and difference them but it is is picky about which STL files it will read.

difference() {
   import("file1.stl");
   import("file2.stl");
}


[www.hydraraptor.blogspot.com]
Re: Differencing two .stl files...
December 12, 2012 05:49PM
Blender will do it but be sure both files are manifolded and then wait. I have waited hours on my single core for a single complex boolean in blender.


FFF Settings Calculator Gcode post processors Geometric Object Deposition Tool Blog
Tantillus.org Mini Printable Lathe How NOT to install a Pololu driver
Re: Differencing two .stl files...
December 13, 2012 03:31AM
I do this with OpenSCAD all the time!
If it can't read the STL then run it through the netfabb Cloud Service - Beta (or using netfabb Studio Basic). The cloud version is able to correct more problems than the download version (for whatever reason).


Bob Morrison
Wörth am Rhein, Germany
"Luke, use the source!"
BLOG - PHOTOS - Thingiverse
Re: Differencing two .stl files...
December 13, 2012 12:53PM
Thanks Lots guys!

I went back to AoI first as I wanted to do it in a visual editor and it reminded me of the one I had on my ST. smiling smiley

Looks like I have it now. Saving file now.

I'll try it some other time in OpenSCAD. smiling smiley


Komb'
Glankonian Protoforms
Sorry, only registered users may post in this forum.

Click here to login