We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5351ee commit 693bb6dCopy full SHA for 693bb6d
bambu_octoeverywhere/bambumodels.py
@@ -13,7 +13,7 @@
13
# Here's the full list https://e.bambulab.com/query.php?lang=en
14
class BambuPrintErrors(Enum):
15
Unknown = 1 # This will be most errors, since most of them aren't mapped
16
- FilamentRunOut = 2,
+ FilamentRunOut = 2
17
PrintFailureDetected = 3 # The Bambu AI detected a failure.
18
19
0 commit comments