Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
remove thumbnail on disconnect, #122
  • Loading branch information
jneilliii committed Jan 25, 2024
1 parent 5d3a658 commit 92449a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ $(function() {
});

self.printerStateViewModel.dateString.subscribe(function(data){
if(data){
if(data && data != "unknown"){
OctoPrint.files.get('local',self.printerStateViewModel.filepath())
.done(function(file_data){
if(file_data){
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
plugin_name = "Slicer Thumbnails"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "1.0.4"
plugin_version = "1.0.5"

# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module
Expand Down

0 comments on commit 92449a9

Please sign in to comment.