Fab #
A class to describe a fabrication machine.
A fab
object represents a 3D printer. It is comprised of the following information:
workEnvelope
: maximum X, Y, and Z dimensions of the machinenozzleDiameter
: Diameter of the nozzle in mmfilamentDiameter
: Diameter of filament in mmname
: a human readable string to identify this machine
Syntax #
fab([config])
Parameters #
- config: a json object specifying requisite machine information