KiCad / kicad-library-utils

Some scripts for helping with library development
GNU General Public License v3.0
128 stars 95 forks source link

#275 Allow step files in F9.3 #276

Closed drid closed 5 years ago

drid commented 5 years ago

According to https://github.com/KiCad/kicad-packages3D both WRL and STEP can be used.

KLC F9.3 should be updated accordingly

herostrat commented 5 years ago

Just for better overview This is the Issue drid opened for this PR: https://github.com/KiCad/kicad-library-utils/issues/275

fauxpark commented 5 years ago

F9.3.8 states:

Filetype must be .wrl (KiCad replaces it with .step automatically for the step export.)

As far as I can tell it's not necessary for the check scripts to care about STEP files since they are apparently only used for MCAD integration. Thus it was actually removed in https://github.com/KiCad/kicad-library-utils/commit/15bec825d90951bba156bd8a24276b88d6ca58d4.

poeschlr commented 5 years ago

@fauxpark is correct. i detailed it in the original issue. Closed as invalid.