Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanMachineCache ¶
func CleanMachineCache() error
CleanLibraryCache compares the libraries on disk to the ones we have configured. It then removes any on disk from the cache that aren't present in the config.
If there are any libaries in the config that don't exist on disk, they are removed from the config.
Types ¶
type Capabilities ¶
type Machine ¶
type Machine struct { Name string `json:"name" yaml:"name"` Axes []Axis `json:"axes" yaml:"axes"` Capabilities Capabilities `json:"capabilities" yaml:"capabilities"` Spindle Range `json:"spindle" yaml:"spindle"` Procedures map[string]string `json:"procedures" yaml:"procedures"` }
func LoadMachine ¶
Click to show internal directories.
Click to hide internal directories.