vpype_gscrib.enums
Machine component types and operation modes.
This module contains enumeration classes that define different machine states, options, and configurations for G-code generation. Each enum value is linked to a specific G-Code instruction and a description, which are stored in the vpype_gscrib.enums.codes_table. The GCodeBuilder class uses this table to create the appropriate G-code statements.
- class vpype_gscrib.enums.BedType(*values)
Bases:
BaseEnumBed controller types for the machine.
- HEATED = 'heated'
- OFF = 'off'
- class vpype_gscrib.enums.CoolantType(*values)
Bases:
BaseEnumCoolant controller types for the machine.
- FLOOD = 'flood'
- MIST = 'mist'
- OFF = 'off'
- class vpype_gscrib.enums.FanType(*values)
Bases:
BaseEnumFan controller types for the machine.
- COOLING = 'cooling'
- OFF = 'off'
- class vpype_gscrib.enums.HeadType(*values)
Bases:
BaseEnumHead controller types for the machine.
- AUTO_LEVELING = 'auto-leveling'
- STANDARD = 'standard'