From 697b6c64f8ae7b2564fbf6ff57488c7ca8025049 Mon Sep 17 00:00:00 2001
From: Kaalleen <36401965+kaalleen@users.noreply.github.com>
Date: Fri, 29 Mar 2024 11:09:17 +0100
Subject: add options to remove specific params only (#2774)
---
templates/jump_to_stroke.xml | 2 +-
templates/remove_embroidery_settings.xml | 154 +++++++++++++++++++++++++++----
2 files changed, 136 insertions(+), 20 deletions(-)
(limited to 'templates')
diff --git a/templates/jump_to_stroke.xml b/templates/jump_to_stroke.xml
index 65342368..061ccf2d 100644
--- a/templates/jump_to_stroke.xml
+++ b/templates/jump_to_stroke.xml
@@ -38,7 +38,7 @@
2.0
-
+
diff --git a/templates/remove_embroidery_settings.xml b/templates/remove_embroidery_settings.xml
index 083f953b..50785b53 100644
--- a/templates/remove_embroidery_settings.xml
+++ b/templates/remove_embroidery_settings.xml
@@ -2,26 +2,142 @@
Remove embroidery settings
org.{{ id_inkstitch }}.remove_embroidery_settings
-
- true
-
-
-
- {%- for command, description in object_commands -%}
-
- {% endfor %}
- {% for command, description in layer_commands %}
-
- {% endfor %}
- {% for command, description in global_commands %}
-
- {% endfor %}
-
- false
remove_embroidery_settings
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {%- for command, description in object_commands -%}
+
+ {% endfor %}
+ {% for command, description in layer_commands %}
+
+ {% endfor %}
+ {% for command, description in global_commands %}
+
+ {% endfor %}
+
+ false
+
+
+
+
+
+
+
+
+
+
+
all
--
cgit v1.2.3