GcodeState
Enum class for the Gcode State
Gcode State that the printer can be in.
- bambulabs_api.GcodeState.IDLE
- Type:
The printer is idle.
- bambulabs_api.GcodeState.PREPARING
- Type:
The printer is preparing (File upload).
- bambulabs_api.GcodeState.RUNNING
- Type:
The printer is running.
- bambulabs_api.GcodeState.PAUSED
- Type:
The printer is paused.
- bambulabs_api.GcodeState.FINISHED
- Type:
The printer has finished.
- bambulabs_api.GcodeState.UNKNOWN
- Type:
The printer state is unknown.
- bambulabs_api.GcodeState.FAILED
- Type:
The printer has failed.