fix for functions

CURA-11138
This commit is contained in:
saumya.jain 2023-10-27 09:30:06 +02:00
parent cf78ae0dca
commit 37e236405a
2 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ class CloudClusterResponse(BaseModel):
"""
return str({k: v for k, v in self.__dict__.items() if k in {"cluster_id", "host_guid", "host_name", "status", "is_online", "host_version", "host_internal_ip", "friendly_name", "printer_type", "printer_count", "capabilities"}})
def getPrinterTypeIfMakerBot(printer_type):
def getPrinterTypeIfMakerBot(self, printer_type):
method_printer_type = {
"fire_e": "ultimaker_method",
"lava_f": "ultimaker_methodx",