Skip to content

Instantly share code, notes, and snippets.

@rwbot
Last active March 19, 2024 22:13
Show Gist options
  • Save rwbot/77963856113fa8e61d02bada1e0f4779 to your computer and use it in GitHub Desktop.
Save rwbot/77963856113fa8e61d02bada1e0f4779 to your computer and use it in GitHub Desktop.
states[object Object]
to get printfile
waiting for job + printfile null
send printprogress
// printing status
"printStatus": {
"enum": [
"waitingForJob", // default state
"heating", // waiting for temps to reach set value
"paused", // print paused
"printing", // printing normally
"waitingForRemoval", // successful print, waiting for removal
"jam", // print paused and jam need to be fixed
"fail" // print failed, check job.errorMessage for reason
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment