From fc45069654dd9cf7263b8cea81d478a5cd5f130a Mon Sep 17 00:00:00 2001 From: 5axes <5axes@users.noreply.github.com> Date: Mon, 11 Jul 2022 14:49:27 +0200 Subject: [PATCH] V2.6.5 Change Style of Button for Cura 5.0 5.1 --- CustomSupportsCylinder.py | 2 +- plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CustomSupportsCylinder.py b/CustomSupportsCylinder.py index 5b96f23..95efa72 100644 --- a/CustomSupportsCylinder.py +++ b/CustomSupportsCylinder.py @@ -38,7 +38,7 @@ # V2.6.3 25-05-2022 Temporary ? solution for the Toolbar height in QT6 # V2.6.4 31-05-2022 Add Button Remove All # Increase the Increment angle for Cylinder and Tube from 2° to 10° -# +# V2.6.5 11-07-2022 Change Style of Button for Cura 5.0 5.1 #-------------------------------------------------------------------------------------------- VERSION_QT5 = False diff --git a/plugin.json b/plugin.json index 4c0a3ff..720ce45 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "Custom Supports Cylinder", "author": "5@xes", - "version": "2.6.4", + "version": "2.6.5", "description": "Create 6 types of custom supports", "i18n-catalog": "cura", "api": 7,