0.0.20 (#27)
* fixes issue related to printing a cloud print again and subtask_name including full path to file, #25
This commit is contained in:
parent
3e7708429d
commit
176154cfee
@ -183,6 +183,8 @@ class BambuPrinter:
|
||||
filename = f"{filename.lower()}.3mf"
|
||||
elif self._sdFileListCache.get(f"{filename.lower()}.gcode.3mf"):
|
||||
filename = f"{filename.lower()}.gcode.3mf"
|
||||
elif filename.startswith("cache/"):
|
||||
filename = filename[6:]
|
||||
else:
|
||||
self._logger.debug(f"No 3mf file found for {print_job}")
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -14,7 +14,7 @@ plugin_package = "octoprint_bambu_printer"
|
||||
plugin_name = "OctoPrint-BambuPrinter"
|
||||
|
||||
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
|
||||
plugin_version = "0.0.19"
|
||||
plugin_version = "0.0.20"
|
||||
|
||||
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
|
||||
# module
|
||||
|
Loading…
x
Reference in New Issue
Block a user