Skip to content

Commit

Permalink
modify plugin name shown in toolbar of kicad
Browse files Browse the repository at this point in the history
  • Loading branch information
SYSUeric66 committed Aug 22, 2023
1 parent d5fd272 commit 3b78ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Plugin(pcbnew.ActionPlugin):
def __init__(self):
self.name = "NextPCB"
self.name = "HQ NextPCB Active Manufacturing"
self.category = "Manufacturing"
self.description = "Quote and place order with one button click."
self.pcbnew_icon_support = hasattr(self, "show_toolbar_button")
Expand Down

0 comments on commit 3b78ccb

Please sign in to comment.