amorphitec / opengb

3d printer controller with touchscreen interface and websocket API
http://opengb.readthedocs.org/
Other
12 stars 4 forks source link

Gcode files are rendered in 3D #14

Open amorphic opened 8 years ago

amorphic commented 8 years ago

A user should be able to view a 3d rendering of any gcode file.

This will need to be added to re-3D/opengb-web but we'll track it here for now.

Work was done on this in a previous iteration of opengb-web (using Angular.js) so we need to port that code across to the new Vue.js platform and work out how it fits into the new UI layout.