Thingiverse
JAVA Application - to Import STL objects to OpenSCAD with point values for editing
door PredatorJr
32
Downloads
25
Likes
0
Makes
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 th
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 th
Heb je dit model geprint? Inloggen en deel je make!
Log in om een reactie achter te laten
InloggenNog geen reacties – wees de eerste!