From be69554d34d708f9107bb0646794625e0989048c Mon Sep 17 00:00:00 2001 From: Bernhard Koppensteiner Date: Thu, 29 Aug 2024 14:40:27 +0200 Subject: [PATCH] changed thumbnail output --- .../Prusa/machine/Prusa MK3.5 0.25 nozzle.json | 13 +++++++------ .../Prusa/machine/Prusa MK3.5 0.4 nozzle.json | 5 +++-- .../Prusa/machine/Prusa MK3.5 0.6 nozzle.json | 5 +++-- .../Prusa/machine/Prusa MK3.5 0.8 nozzle.json | 13 +++++++------ 4 files changed, 20 insertions(+), 16 deletions(-) diff --git a/resources/profiles/Prusa/machine/Prusa MK3.5 0.25 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK3.5 0.25 nozzle.json index 4de5ca7958..4bab1d54a0 100644 --- a/resources/profiles/Prusa/machine/Prusa MK3.5 0.25 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK3.5 0.25 nozzle.json @@ -27,10 +27,11 @@ "retraction_minimum_travel": [ "1.5" ], - "thumbnails": [ - "16x16/QOI", - "220x124/QOI", - "200x240/QOI", - "640x480/PNG" - ] + "thumbnails": [ + "16x16/QOI", + "313x173/QOI", + "440x240/QOI", + "480x240/QOI", + "640x480/PNG" +] } diff --git a/resources/profiles/Prusa/machine/Prusa MK3.5 0.4 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK3.5 0.4 nozzle.json index 48895070ed..4e3dac4d43 100644 --- a/resources/profiles/Prusa/machine/Prusa MK3.5 0.4 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK3.5 0.4 nozzle.json @@ -111,8 +111,9 @@ "auxiliary_fan": "0", "thumbnails": [ "16x16/QOI", - "220x124/QOI", - "200x240/QOI", + "313x173/QOI", + "440x240/QOI", + "480x240/QOI", "640x480/PNG" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/machine/Prusa MK3.5 0.6 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK3.5 0.6 nozzle.json index 4e3253e74b..8bc0146caf 100644 --- a/resources/profiles/Prusa/machine/Prusa MK3.5 0.6 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK3.5 0.6 nozzle.json @@ -32,8 +32,9 @@ ], "thumbnails": [ "16x16/QOI", - "220x124/QOI", - "200x240/QOI", + "313x173/QOI", + "440x240/QOI", + "480x240/QOI", "640x480/PNG" ] } diff --git a/resources/profiles/Prusa/machine/Prusa MK3.5 0.8 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK3.5 0.8 nozzle.json index e804a1bb3d..4d97e18d0a 100644 --- a/resources/profiles/Prusa/machine/Prusa MK3.5 0.8 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK3.5 0.8 nozzle.json @@ -30,10 +30,11 @@ "deretraction_speed": [ "25" ], - "thumbnails": [ - "16x16/QOI", - "220x124/QOI", - "200x240/QOI", - "640x480/PNG" - ] +"thumbnails": [ + "16x16/QOI", + "313x173/QOI", + "440x240/QOI", + "480x240/QOI", + "640x480/PNG" +] }