kicad 8 compat (rm dxf)

This commit is contained in:
U-CAD\userC
2024-11-09 11:21:34 +01:00
parent 89c86cc368
commit 2f02178b29
4 changed files with 0 additions and 1344 deletions

51
PcbToDxf/.gitignore vendored
View File

@ -1,51 +0,0 @@
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files, back
*.cab
*.msi
*.msm
*.msp
*.bak
# Windows shortcuts
*.lnk
# Python executable
*.pyc
# =========================
# Operating System Files
# =========================
# OSX
# =========================
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

View File

@ -1,6 +0,0 @@
import wx
try:
from .action_menu_pcb2dxf import pcb2dxf
pcb2dxf().register()
except Exception as e:
wx.LogMessage('pcb to dxf plugin error\n'+str(e))

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB