Documentation
¶
Overview ¶
package mjolnir implements a driver for the MarkingWay engraving machine.
Index ¶
Constants ¶
View Source
const ( // StrokeWidth in millimeters. StrokeWidth = 0.3 // Step is the step distance in millimeters per machine unit. Step = 0.00796 // Millimeters is machine units per millimeter. Millimeter = 1 / Step )
Variables ¶
View Source
var ErrCancelled = errors.New("cancelled")
Functions ¶
Types ¶
type Program ¶
Click to show internal directories.
Click to hide internal directories.