chore: removed JLC ref from plugin name and icon

This commit is contained in:
Benny Megidish
2022-06-07 12:38:16 +03:00
parent f7f27d3856
commit 5fa84df594
5 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# JLC PCB Plug-in for KiCad
# JLC PCB Plug-in for KiCad (Fabrication Toolkit)
## Features
1. Generates gerber files in correct format for production
@@ -9,7 +9,7 @@
## Installation
### Official Installation
Open the "Plugin and Content Manager" from the KiCad main menu an install the "JLC Plugin for KiCad" plugin from the selection list.
Open the "Plugin and Content Manager" from the KiCad main menu an install the "Fabrication Toolkit" plugin from the selection list.
### Manual installation
Download the latest ZIP file from https://github.com/bennymeg/JLC-Plugin-for-KiCad. Open the "Plugin and Content Manager" from the KiCads main window and install the ZIP file via "Install from File".
+2 -2
View File
@@ -1,6 +1,6 @@
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "JLC PCB Plugin for KiCad",
"name": "Fabrication Toolkit",
"description": "JLC PCB fabrication toolkit",
"description_full": "Toolkit for automating PCB fabrication process with KiCad and JLC PCB",
"identifier": "com.github.bennymeg.JLC-Plugin-for-KiCad",
@@ -23,7 +23,7 @@
},
"versions": [
{
"version": "0.1.0",
"version": "0.2.0",
"status": "testing",
"kicad_version": "6.00"
}
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

+1 -1
View File
@@ -45,7 +45,7 @@ class KiCadToJLCForm(wx.Frame):
class Plugin(pcbnew.ActionPlugin):
def __init__(self):
self.name = "JLC Plugin for KiCad"
self.name = "Fabrication Toolkit"
self.category = "Manufacturing"
self.description = "Toolkit for automating PCB fabrication process with KiCad and JLC PCB"
self.pcbnew_icon_support = hasattr(self, "show_toolbar_button")
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB