Documentation
¶
Overview ¶
Package gcode is providing parsing and marshalling functions to work with gcode data in text form.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshallAsText ¶
func MarshallAsText(data *File, w io.StringWriter) error
MarshallAsText is marshaling the content as gcode file
Types ¶
type File ¶
type File struct {
Lines []*Line
}
File represents *.gcode content (gcode application)
func ParseGCodeFile ¶
ParseGCodeFile is parsing given file into data structure
Click to show internal directories.
Click to hide internal directories.