andete / madparts

A functional footprint editor.
GNU General Public License v3.0
80 stars 8 forks source link

Making all or even some pad names blank, causes Kicad to ignore pretty mod file #85

Closed spanner888 closed 9 years ago

spanner888 commented 9 years ago

example code:

pad3 = new Smd pad3.name = "" pad3.dx = tp_t_width pad3.dy = tp_t_length pad3.x = -tp_t_width - 1.25 + pad3.dx/2 pad3.y = 1.4 + pad3.dy/2 pad3.ro = 0

Output text is
pad smd rect (.... instead of
pad "" smd rect (....

spanner888 commented 9 years ago

thanks for the super quick fix, it works well and especially thanks for a really great tool

andete commented 9 years ago

You're welcome!