15 lines
633 B
Markdown
15 lines
633 B
Markdown
# Gcode Interpreter
|
|
|
|
Extracted [from
|
|
octoprint](https://raw.githubusercontent.com/OctoPrint/OctoPrint/master/src/octoprint/util/gcodeInterpreter.py), this
|
|
package provides static analysis (ahem. abstract interpretation) of GCODE scripts for 3d printers to provide key data
|
|
such as the bounding box through which the tool(s) move, estimated net movement time and the net amount of material
|
|
extruded.
|
|
|
|
## License
|
|
|
|
This artifact is licensed under the GNU Affero General Public License http://www.gnu.org/licenses/agpl.html
|
|
|
|
Copyright © Reid McKenzie <me@arrdem.com>
|
|
Copyright © Gina Häußge <osd@foosel.net>
|
|
Copyright © David Braam
|