From f97bbde32b25f0b8369ac1d0e97e5e378b9bc704 Mon Sep 17 00:00:00 2001 From: Brad Kartchner Date: Sun, 19 May 2024 21:31:37 -0600 Subject: [PATCH] Removed support for Cura 4.13.1 --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index e67ea9e..02e0e7a 100644 --- a/plugin.json +++ b/plugin.json @@ -3,5 +3,5 @@ "author": "Brad Kartchner", "version": "1.0.0", "description": "Simplifies adding post-processing scripts at specific layers in a model", - "supported_sdk_versions": ["7.9.0", "8.0.0", "8.1.0", "8.2.0", "8.3.0", "8.4.0", "8.5.0", "8.6.0"] + "supported_sdk_versions": ["8.0.0", "8.1.0", "8.2.0", "8.3.0", "8.4.0", "8.5.0", "8.6.0"] } \ No newline at end of file