From 3d78585b77eb5fbb0b1f5eb30c729cf675f034d1 Mon Sep 17 00:00:00 2001 From: 5axes <5axes@users.noreply.github.com> Date: Mon, 21 Feb 2022 12:03:14 +0100 Subject: [PATCH] V1.8.1 --- CalibrationShapes.py | 1 + plugin.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CalibrationShapes.py b/CalibrationShapes.py index 6c075fa..61f342e 100644 --- a/CalibrationShapes.py +++ b/CalibrationShapes.py @@ -41,6 +41,7 @@ # V1.7.0 : Add AccelerationTower. Modification of the Temp Tower Design with Thicker design to avoit this report : https://github.com/5axes/Calibration-Shapes/issues/78 # # V1.8.0 : New design on Acceleration Tower +# V1.8.1 : Script Modification + New Script # #----------------------------------------------------------------------------------- from PyQt5.QtCore import QObject, pyqtProperty, pyqtSignal, pyqtSlot, QUrl diff --git a/plugin.json b/plugin.json index bdda537..a746060 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "Calibration Shapes", "author": "5axes", - "version": "1.8.0", + "version": "1.8.1", "description": "Adds test parts and simple shapes to the build plate", "api": 7, "supported_sdk_versions": ["7.0.0", "7.1.0", "7.2.0", "7.3.0", "7.4.0", "7.5.0", "7.6.0", "7.7.0", "7.8.0", "7.9.0"],