//
pkg.gl
Category
github.com/mauroalderete/gcode-cli
gcodefile
package
1.0.1
Repository:
https://github.com/mauroalderete/gcode-cli.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
104 SLOC
#
Functions
NewFromFile
NewFromFile returns a new instance of [GcodeFile] from a file with the gcode blocks contented.
NewFromReader
NewFromReader returns a new instance of [GcodeFile] from an [io.Reader] object with the gcode blocks contented.
#
Structs
GcodeFile
GcodeFile model a file or another type source that contain a 3D object written in gcode format.