Skip to content

Commit

Permalink
Add SET_VALUE to known commands
Browse files Browse the repository at this point in the history
  • Loading branch information
TojikCZ committed Sep 23, 2024
1 parent ecc321b commit 5b710d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prusa/connect/printer/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ class Command(Enum):

SET_PRINTER_READY = "SET_PRINTER_READY"
CANCEL_PRINTER_READY = "CANCEL_PRINTER_READY"
SET_VALUE = "SET_VALUE"

LOAD_FILAMENT = "LOAD_FILAMENT"
UNLOAD_FILAMENT = "UNLOAD_FILAMENT"
Expand Down

0 comments on commit 5b710d4

Please sign in to comment.