Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
884101c0ba | |||
7c87ba9482 |
@ -25,7 +25,7 @@ class IdleState(APrinterState):
|
|||||||
filesystem_root = (
|
filesystem_root = (
|
||||||
"file:///mnt/sdcard/"
|
"file:///mnt/sdcard/"
|
||||||
if self._printer._settings.get(["device_type"]) in ["X1", "X1C"]
|
if self._printer._settings.get(["device_type"]) in ["X1", "X1C"]
|
||||||
else "file:///"
|
else "file:///sdcard/"
|
||||||
)
|
)
|
||||||
|
|
||||||
print_command = {
|
print_command = {
|
||||||
|
2
setup.py
2
setup.py
@ -14,7 +14,7 @@ plugin_package = "octoprint_bambu_printer"
|
|||||||
plugin_name = "OctoPrint-BambuPrinter"
|
plugin_name = "OctoPrint-BambuPrinter"
|
||||||
|
|
||||||
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
|
# 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
|
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
|
||||||
# module
|
# module
|
||||||
|
Reference in New Issue
Block a user