Skip to content

List of print_status states #404

Answered by luizribeiro
daxliniere asked this question in Q&A
Discussion options

You must be logged in to vote

It's IDLE. There's no distinction between a finished print and the printer being idle at the moment.

These are the possible printer states as of today:

mariner/mariner/mars.py

Lines 14 to 18 in 8abc181

class PrinterState(Enum):
IDLE = "IDLE"
STARTING_PRINT = "STARTING_PRINT"
PRINTING = "PRINTING"
PAUSED = "PAUSED"

STARTING_PRINT is shown when no layers have been printed yet and the plate is lowering to print the first layer - just after you hit print. The other ones should be self-explanatory :)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by luizribeiro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants