Compare commits

..

2 Commits

Author SHA1 Message Date
884101c0ba bump version 2024-11-04 14:19:27 -05:00
7c87ba9482 fix base path for start print command for non X1 devices 2024-11-04 14:18:46 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ class IdleState(APrinterState):
filesystem_root = (
"file:///mnt/sdcard/"
if self._printer._settings.get(["device_type"]) in ["X1", "X1C"]
else "file:///"
else "file:///sdcard/"
)
print_command = {

View File

@ -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.1.8rc5"
plugin_version = "0.1.8rc6"
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module