With a simple shortcode you can enable and embed a WebGL viewer to show 3d stl files.
In the current version:
- STL files have to be uploaded to /wp-content/uploads
- The viewer can't be used more than one time per page. This might be a feature because the viewer needs a lot of resources.
A complete description of the plugin can be found on
my blog.
- Upload the directory to the
/wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Upload an STL-File to WordPress
- Insert the shortcode [stl file="filename.stl" ]
A complete description of the plugin can be found on
my blog