Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@
"python.formatting.autopep8Args": [
"--max-line-length=200"
],
"python.languageServer": "Microsoft",
}
1 change: 1 addition & 0 deletions octoprint_Julia2020AdvancedABLTouchUI/Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ def onServerConnected(self):
else:
self.firmwareUpdateCheck()
except:
print "error on Server Connected"
pass

''' +++++++++++++++++++++++++Filament Sensor++++++++++++++++++++++++++++++++++++++ '''
Expand Down
2 changes: 1 addition & 1 deletion octoprint_Julia2020AdvancedABLTouchUI/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def get_update_information(self):


__plugin_name__ = "Julia Advanced ABL Touch UI"
__plugin_version__ = "1.0.3"
__plugin_version__ = "1.0.4"


def __plugin_load__():
Expand Down