From 29c0e653952864b67772ef215cd1bea7474e9e48 Mon Sep 17 00:00:00 2001 From: ThomasToka <117008525+ThomasToka@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:33:57 +0100 Subject: [PATCH] v024 update --- E3S1PROFORKBYTT_printdata_crealityslicer_thumbnail.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/E3S1PROFORKBYTT_printdata_crealityslicer_thumbnail.py b/E3S1PROFORKBYTT_printdata_crealityslicer_thumbnail.py index 385d3a7..64afec8 100644 --- a/E3S1PROFORKBYTT_printdata_crealityslicer_thumbnail.py +++ b/E3S1PROFORKBYTT_printdata_crealityslicer_thumbnail.py @@ -24,14 +24,14 @@ from cura.Snapshot import Snapshot 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": { @@ -255,4 +255,4 @@ class E3S1PROFORKBYTT_printdata_cura_v5_thumbnail(Script): except Exception as e: Logger.logException("e", "Error in script execution: {}".format(str(e))) - return data \ No newline at end of file + return data