A Python Construct Protocol server library.
__init__ takes the following kwargs:
- settings: A dict containing
- sensor_poll_rate
- sensor_names
- server_settings: A dict of tornado application settings
- routes: An array of tornado routes to append to the standard construct routes
- components: A dict of any applicable printer components keyed by their type
and stored as arrays of component
short_name
s including:- extruders
- beds
- fans
- conveyors
- axes
A printer must have the following methods defined:
The returned object will be stored as the print job's body.