Fixed removing filament with spools

This commit is contained in:
Donkie
2023-04-03 20:12:29 +02:00
parent ada139844a
commit 497540511f
3 changed files with 29 additions and 5 deletions

View File

@@ -5,5 +5,9 @@ class ItemNotFoundError(Exception):
pass
class ItemDeleteError(Exception):
pass
class ItemCreateError(Exception):
pass