From e968f814f718c32742466bfa50cb62f0ad7b2d54 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Tue, 24 May 2022 19:40:30 +0200 Subject: Add ripple stitch feature (#1667) --- lib/commands.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/commands.py') diff --git a/lib/commands.py b/lib/commands.py index 1d235759..a7affb6d 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -26,6 +26,9 @@ COMMANDS = { # L10N command attached to an object "fill_end": N_("Fill stitch ending position"), + # L10N command attached to an object + "ripple_target": N_("Ripple stitch target position"), + # L10N command attached to an object "run_start": N_("Auto-route running stitch starting position"), @@ -60,7 +63,8 @@ COMMANDS = { "stop_position": N_("Jump destination for Stop commands (a.k.a. \"Frame Out position\")."), } -OBJECT_COMMANDS = ["fill_start", "fill_end", "run_start", "run_end", "satin_start", "satin_end", "stop", "trim", "ignore_object", "satin_cut_point"] +OBJECT_COMMANDS = ["fill_start", "fill_end", "ripple_target", "run_start", "run_end", "satin_start", "satin_end", + "stop", "trim", "ignore_object", "satin_cut_point"] FREE_MOVEMENT_OBJECT_COMMANDS = ["run_start", "run_end", "satin_start", "satin_end"] LAYER_COMMANDS = ["ignore_layer"] GLOBAL_COMMANDS = ["origin", "stop_position"] -- cgit v1.2.3