diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-04-15 20:47:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-15 20:47:50 +0200 |
| commit | 32ea53f71ec441e1ee0f117949ba6ff829987beb (patch) | |
| tree | f951f8bf4c3d78ce5b48f7fc283f5ae8bb0d6d15 | |
| parent | 56fbbc2ffb44fa189289e5510644287cb1f71609 (diff) | |
add satin_cut_point command to hidden connector commands (#3654)
| -rw-r--r-- | lib/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/commands.py b/lib/commands.py index 13439e80..24c045ee 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -62,7 +62,7 @@ COMMANDS = { OBJECT_COMMANDS = ["starting_point", "ending_point", "target_point", "autoroute_start", "autoroute_end", "stop", "trim", "ignore_object", "satin_cut_point"] -HIDDEN_CONNECTOR_COMMANDS = ["starting_point", "ending_point", "autoroute_start", "autoroute_end"] +HIDDEN_CONNECTOR_COMMANDS = ["starting_point", "ending_point", "autoroute_start", "autoroute_end", "satin_cut_point"] FREE_MOVEMENT_OBJECT_COMMANDS = ["autoroute_start", "autoroute_end"] LAYER_COMMANDS = ["ignore_layer"] GLOBAL_COMMANDS = ["origin", "stop_position"] |
