amorphitec / opengb

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

Record print volume #5

Open amorphic opened 8 years ago

amorphic commented 8 years ago

As a user I would like to query the dimensions (width * depth * height) of a print job. This would allow me to find for example:

Likely this would need to be part of the metadata for a given gcode file as there is no obvious way to calculate this based on the gcode itself.

Requires #4.