JAVA Application - to Import STL objects to OpenSCAD with point values for editing

JAVA Application - to Import STL objects to OpenSCAD with point values for editing

thingiverse

This JAVA application is helpful to get a 2D or 3D object from a simple SVG sketch. Usually you can import a stl 3D printer object directly into OpenSCAD. You can resize it, you can transate it, rotate it, everything you want. But you won't get the points used in the object. to edit the lines or single points you must have these values within the scad command list. What I made is a program to convert the XML based information from SVG-files to point values for OpenSCAD. - import the values - set a specific point for every single value - create polygon 2D-objects - create optional 3D-objects - calculate the center points of single objects within the SVG (each line inner and outer, circles is a single object, in XML identifiable by the M-index for starting position and L-index for line vectors) - get information to min and max values of the object _______________ What you can do now is import a STL file, make a 2D projection of it (maybe cut into slices) and export this result from OpenSCAD to a SVG file. Now open this file with the java program, select the source, and specify the target scad file, let the tool work and open the SVG file and create a new OpenSCAD project. When you open this new file you will see every object. Per each there is a single module named p with a rising number. I have rounded each value to 1/100mm automaticly. You can exclude single points from the polygon, insert new points, move points, get simple measurements (the center of rotated objects could not be measured by simple X-Y-distances, look at the red arrow markers)

Download Model from thingiverse

With this file you will be able to print JAVA Application - to Import STL objects to OpenSCAD with point values for editing with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on JAVA Application - to Import STL objects to OpenSCAD with point values for editing.