From 7a2bad56ae3f5486276038632ca031dc29c92152 Mon Sep 17 00:00:00 2001
From: Kaalleen <36401965+kaalleen@users.noreply.github.com>
Date: Sun, 3 Sep 2023 13:00:23 +0200
Subject: remove specific commands only (#2494)
---
templates/remove_embroidery_settings.xml | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
(limited to 'templates/remove_embroidery_settings.xml')
diff --git a/templates/remove_embroidery_settings.xml b/templates/remove_embroidery_settings.xml
index be3615dc..478fd44c 100644
--- a/templates/remove_embroidery_settings.xml
+++ b/templates/remove_embroidery_settings.xml
@@ -5,8 +5,21 @@
Use this extension to remove the information Ink/Stitch has stored in your document. This can be especially useful if you copy and paste objects from an embroidery design into another document.
true
- false
+
+
+
+ {%- 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
--
cgit v1.2.3