0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

中抜き(シルク||穴) on EasyEDA (KiCAD から EasyEDA にコンバート)

Last updated at Posted at 2025-07-03

EasyEDA 記事の記事一覧:

#「EasyEDA Pro を使ってみよう! 記事 index」

https://qiita.com/nanbuwks/items/1832e7dd815be5675a52

併せてご覧ください。

EasyEDA Pro 版には、 KiCAD からのコンバート機能がついている。

image.png

Notice:
1.Please compress schematic and PCB together as a zip file by KiCad and then import it, if you only import the schematic you need to binding with the footprint manually. KiCad import tutorial
2.The PCB text will use the editor new font family, the text maybe will appear a litte excursion.
3.Because of different file format and element design, the imported element may have some differences, please check carefully. The more information please refer the tutorials.
4.EasyEDA is not responsible for any losses caused by format conversion differences, if you do not agree, please do not import.

ということで、プロジェクトが含まれるディレクトリを ZIP に圧縮して読ませました。

コンバート例その1 中抜き穴の問題

KiCAD上
image.png

EASYEDAでうまくいっているようだが・・・
image.png

中抜きデータになっていない

image.png

これは、スロットを使って書き直すことになります。
メニューの Slot Resion を選び、Rectangle を選びます。

image.png

長円形を作るには、まず長方形を描き、image.png

Corner Radius で長円形にします。
image.png

コンバート例その2 中抜きシルクの問題

IMG_20250703_141944.jpg

これの KiCAD のデータはこの通り。

image.png

「低」や「AVTOKYO」がもともとシルクの白抜きとして作っていた部分がEasyEDAではベタ塗りとなっている。

EasyEDA の画面
image.png

これは、もともと KiCAD では Bitmap2Component で作成したもの
image.png

cf.,「KiCad で異型パッド」
https://qiita.com/nanbuwks/items/4aef9ccd78c94f29cea3

Bitmap から ポリゴンに変換されているけれども、ポリゴンはもともと中抜きは表現できないぽい。それをこのように一筆書き状態のデータを作ってクリアしているようだ。

image.png

□がポリゴンの頂点。オーバーラップして一筆書きを隠している。

image.png

一方、EasyEDA はこのようになっていて

image.png

一見うまくコンバートできているように見えるけれども・・・
image.png

一筆書きとは異なるトポロジーに変換されていました。

image.png

解決策

このように、KiCAD 側で一筆書きのクリアランスを大きくしておきます。

image.png
EasyEDAにコンバートしたところ
image.png

スキマが気になる場合はぎりぎりまで詰めていきます。0.025mmのクリアランスだとOKでした。
image.png

スキマが目立たなくなりました。
image.png

同じようにして、AVTOKYO フォントや、ロゴをコンバートしてみました。
KiCAD側で、最初から0.025mmのクリアランスを空けています。

image.png
これで、中抜きシルクはクリアしました。

・・・ところが、シューティングアイコンが消えています。
image.png
これは中抜きの問題とは原因が別っぽいです。調査中・・・

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?