matthewlai / JLCKicadTools

Tool for using JLCPCB assembly service with KiCad
GNU General Public License v3.0
346 stars 62 forks source link

fix rotation for C6649 #42

Closed pacew closed 3 years ago

pacew commented 3 years ago

EL357N opto isolator https://jlcpcb.com/parts/componentSearch?searchTxt=C427442

I'm not totally clear on the ?! regex operator, but it may be this section could be written more clearly like this:

"^SOP-4_",0
"^SOP-18_",0
"^SOP-",270

But, with the smaller change in this commit, my opto isolators work.

Thanks for a great tool!