Documentation ¶
Overview ¶
Package slice provides types and functions for slicing and compiling STL format 3D models into G-code to be used for 3D printing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Concentric ¶
type Concentric struct {
Spacing float64
}
func (*Concentric) Fill ¶
func (in *Concentric) Fill(r *Region)
type Encoder ¶
type Encoder struct {
// contains filtered or unexported fields
}
func NewEncoder ¶
func (*Encoder) EncodeLayer ¶
EncodeLayer compiles a layer into gcode.
type Layer ¶
type Layer struct {
// contains filtered or unexported fields
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.