feat: Add routing replication commands for Issue #30 Phase 2
Implements advanced trace manipulation and routing pattern copying: - Enhanced delete_trace with net-based bulk deletion and layer filtering - Added modify_trace to change width, layer, or net by UUID/position - Added copy_routing_pattern to replicate routing between component groups Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -315,6 +315,8 @@ class KiCADInterface:
|
||||
"add_via": self.routing_commands.add_via,
|
||||
"delete_trace": self.routing_commands.delete_trace,
|
||||
"query_traces": self.routing_commands.query_traces,
|
||||
"modify_trace": self.routing_commands.modify_trace,
|
||||
"copy_routing_pattern": self.routing_commands.copy_routing_pattern,
|
||||
"get_nets_list": self.routing_commands.get_nets_list,
|
||||
"create_netclass": self.routing_commands.create_netclass,
|
||||
"add_copper_pour": self.routing_commands.add_copper_pour,
|
||||
|
||||
Reference in New Issue
Block a user