3D Printing: Difference between revisions
From charlesreid1
No edit summary |
|||
| Line 3: | Line 3: | ||
Initial foray into 3D printing will be getting something reasonably small and simple printed - exaggerated terrain, or a complex shape. | Initial foray into 3D printing will be getting something reasonably small and simple printed - exaggerated terrain, or a complex shape. | ||
= | =Shapes= | ||
==Shape File Formats== | |||
* | |||
* | ===3D shape files=== | ||
STL file - https://en.wikipedia.org/wiki/STL_%28file_format%29 | |||
STL = stereo lithography file format, commonly-accepted 3d format | |||
3d printing wiki page - https://en.wikipedia.org/wiki/3D_printing | |||
3MF - 3d manufacturing format, xml-based format https://en.wikipedia.org/wiki/3D_Manufacturing_Format (contains more information than stl files can hold, about metadata) | |||
AMF - additive manufacturing format https://en.wikipedia.org/wiki/Additive_Manufacturing_File_Format | |||
CAD - i guess "cad" is a file format too. | |||
===Map file formats=== | |||
Maps and topological information come in many other formats as well. | |||
National Map Viewer offers the following data formats: | |||
3DEP - 3d elevation products | |||
* arcsecond DEM - at various resolutions 1/9 arcscond, 1/3 arcsecond, 1 arcsecond, etc. | |||
* Highest resolution is only available in IMG format | |||
* Second-highest resolution is available in other formats | |||
* Contours | |||
** available in shape file format, or fileGDB 1.0.3 | |||
Using the National Map Viewer, crash course: | |||
Open the National Map Viewer and zoom into your region of interest. | |||
[[Image:NMV1.png|200px]] | |||
Now pick a type of file format you wish to download, from the list on the left-hand side. Let's start with contours, in shapefile format. Check Elevation Products, the Contours: | |||
[[Image:NMV2.png|200px]] | |||
Now click "Find Products": this will bring up a list of different map data sets you can download. You can add stuff to your shopping cart by clicking the shopping cart Plus+ button. | |||
[[Image:NMV3.png|200px]] | |||
==Downloading Shape Files== | |||
==Defining Your Own Shapes== | |||
Blender - http://www.shapeways.com/tutorials/prepping_blender_files_for_3d_printing | |||
Google Sketchup? This was hoakie and overly complicated last time I tried it. See how it is now. | |||
CAD software - FreeCAD and AutoCAD files to 3d printer shape formats | |||
==Defining Shapes for Stuff== | |||
Multiple ways to do this: | |||
Can scan things, but that's complicated and expensive and requires specialized equipment | |||
For designing, e.g., a hackrf case, though, you can make physical measurements and thicknesses and create a physical model using something like Sketchup or a CAD program. | |||
Revision as of 04:25, 13 June 2016
Notes on 3D printing.
Initial foray into 3D printing will be getting something reasonably small and simple printed - exaggerated terrain, or a complex shape.
Shapes
Shape File Formats
3D shape files
STL file - https://en.wikipedia.org/wiki/STL_%28file_format%29
STL = stereo lithography file format, commonly-accepted 3d format
3d printing wiki page - https://en.wikipedia.org/wiki/3D_printing
3MF - 3d manufacturing format, xml-based format https://en.wikipedia.org/wiki/3D_Manufacturing_Format (contains more information than stl files can hold, about metadata)
AMF - additive manufacturing format https://en.wikipedia.org/wiki/Additive_Manufacturing_File_Format
CAD - i guess "cad" is a file format too.
Map file formats
Maps and topological information come in many other formats as well.
National Map Viewer offers the following data formats:
3DEP - 3d elevation products
- arcsecond DEM - at various resolutions 1/9 arcscond, 1/3 arcsecond, 1 arcsecond, etc.
- Highest resolution is only available in IMG format
- Second-highest resolution is available in other formats
- Contours
- available in shape file format, or fileGDB 1.0.3
Using the National Map Viewer, crash course:
Open the National Map Viewer and zoom into your region of interest.
Now pick a type of file format you wish to download, from the list on the left-hand side. Let's start with contours, in shapefile format. Check Elevation Products, the Contours:
Now click "Find Products": this will bring up a list of different map data sets you can download. You can add stuff to your shopping cart by clicking the shopping cart Plus+ button.
Downloading Shape Files
Defining Your Own Shapes
Blender - http://www.shapeways.com/tutorials/prepping_blender_files_for_3d_printing
Google Sketchup? This was hoakie and overly complicated last time I tried it. See how it is now.
CAD software - FreeCAD and AutoCAD files to 3d printer shape formats
Defining Shapes for Stuff
Multiple ways to do this:
Can scan things, but that's complicated and expensive and requires specialized equipment
For designing, e.g., a hackrf case, though, you can make physical measurements and thicknesses and create a physical model using something like Sketchup or a CAD program.