Module files are not backward compatible due to the change of units to mm

Asked by Tobias Schmidt

I've recently edited my footprint library (.mod file) with the latest version of KiCAD (ubuntu ppa adamwolf 0.201302090958+3937~16~quantal1). Later on I've realized that the units in the file have changed from deci-mills to mm but the version is still the same. The new header is the following:

PCBNEW-LibModule-V1 Sun 10 Feb 2013 01:54:09 AM CET
# encoding utf-8
Units mm

whereas the old header was like this:

PCBNEW-LibModule-V1 Thu 05 Jul 2012 12:09:59 AM CEST
# encoding utf-8
Units deci-mils

This seems to break the modules when trying to load them in an old KiCAD version (I can't check right now which version it is, but it's the one which comes with Ubuntu 11.04).

Is this a bug or is it expected behaviour?

Question information

Language:
English Edit question
Status:
Solved
For:
KiCad Edit question
Assignee:
No assignee Edit question
Solved by:
Lorenzo Marcantonio
Solved:
Last query:
Last reply:
Revision history for this message
Best Lorenzo Marcantonio (l-marcantonio) said :
#1

On Sun, Feb 10, 2013 at 12:30:54AM -0000, Tobias Schmidt wrote:
> Is this a bug or is it expected behaviour?

AFAIK it's a policy in kicad to not worry too much about reading stuff with
previous releases. It's free so it's easy to update kicad itself...

--
Lorenzo Marcantonio
Logos Srl

Revision history for this message
Tobias Schmidt (tobs-e) said :
#2

Many thanks for your explanation.