Skip to content

Commit

Permalink
v024 update
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasToka authored Jan 8, 2024
1 parent b6c93b2 commit 29c0e65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions E3S1PROFORKBYTT_printdata_crealityslicer_thumbnail.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
from cura.CuraVersion import CuraVersion
from ..Script import Script

class E3S1PROFORKBYTT_printdata_cura_v5_thumbnail(Script):
class E3S1PROFORKBYTT_printdata_crealityslicer_thumbnail(Script):
def __init__(self):
super().__init__()

def getSettingDataString(self):
return """{
"name": "E3S1PROFORKBYTT Thumbnail",
"key": "E3S1PROFORKBYTT_printdata_cura_v5_thumbnail",
"key": "E3S1PROFORKBYTT_printdata_crealityslicer_thumbnail",
"metadata": {},
"version": 2,
"settings": {
Expand Down Expand Up @@ -255,4 +255,4 @@ def execute(self, data):
except Exception as e:
Logger.logException("e", "Error in script execution: {}".format(str(e)))

return data
return data

0 comments on commit 29c0e65

Please sign in to comment.