From 3b78ccbbd38ac91fe106c363aeccbd83178f1a88 Mon Sep 17 00:00:00 2001 From: zhuangjiezhi <840064358@qq.com> Date: Tue, 22 Aug 2023 17:05:06 +0800 Subject: [PATCH] modify plugin name shown in toolbar of kicad --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index ad721b2..802a6c7 100644 --- a/plugin.py +++ b/plugin.py @@ -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")