1. 30 Jun, 2014 6 commits
    • jean-pierre charras's avatar
      Update complex_hierarchy.kicad_pcb file, used in qa tests, which was created... · 516c386a
      jean-pierre charras authored
      Update complex_hierarchy.kicad_pcb file, used in qa tests, which was created by a test version of Pcbnew, and was not currently readable.
      516c386a
    • jean-pierre charras's avatar
      Gerber output: Some changes after evaluation of Gerber files by Ucamco (the... · b50872ed
      jean-pierre charras authored
      Gerber output: Some changes after evaluation of Gerber files by Ucamco (the manager of GERBER format):
      * default file ext is now .gbr (the "official extension")
      * some outdated commands remoded.
      * mainly use mm and 4.5 format instead of inches and 3.4 format. this is mandatory,
        because the 3.4 format (comming from old pcbned internal units) creates truncations in coordinates.
        (with serious issues in polygons which can appear self-intersecting afer truncation)
      b50872ed
    • Dick Hollenbeck's avatar
      1) Add 32 Cu Layers and provisions for additional future layers. · d6d786ee
      Dick Hollenbeck authored
      2) Change from legacy Cu stack to counting down from top=(F_Cu or 0).
         The old Cu stack required knowing the count of Cu layers to make
         sense of the layer number when converting to many exported file types.
         The new Cu stack is more commonly used, although ours still gives
         B_Cu a fixed number.
      3) Introduce class LSET and enum LAYER_ID.  LAYER_NUM is only advisory and
         can safely be replaced with int.
      4) Change *.kicad_pcb file format version to 4 from 3.
      5) Change fixed names Inner1_Cu-Inner14_Cu to In1_Cu-In30_Cu and their
         meanings are typically flipped.
      6) Moved the #define LAYER_N_* stuff into legacy_plugin.cpp where they
         can die a quiet death, and switch to enum LAYER_ID symbols throughout.
      7) Removed the LEGACY_PLUGIN::Save() and FootprintSave() functions.
         You will need to convert to the format immediately, *.kicad_pcb and
         *.kicad_mod (=pretty) since legacy format was never going to know
         about 32 Cu layers and additional technical layers and the reversed Cu
         stack.
      d6d786ee
    • Dick Hollenbeck's avatar
      merge · 60140dfb
      Dick Hollenbeck authored
      60140dfb
    • Dick Hollenbeck's avatar
      merge · 1e7495e6
      Dick Hollenbeck authored
      1e7495e6
    • Dick Hollenbeck's avatar
      fix VIA::IsOnLayer() · 575f13d8
      Dick Hollenbeck authored
      575f13d8
  2. 29 Jun, 2014 6 commits
  3. 27 Jun, 2014 2 commits
  4. 26 Jun, 2014 1 commit
  5. 25 Jun, 2014 3 commits
  6. 24 Jun, 2014 4 commits
    • Dick Hollenbeck's avatar
      add lset.cpp · b76d0c53
      Dick Hollenbeck authored
      b76d0c53
    • Dick Hollenbeck's avatar
      fix zones · ab51a49c
      Dick Hollenbeck authored
      ab51a49c
    • jean-pierre charras's avatar
    • Dick Hollenbeck's avatar
      1) Add 32 Cu Layers. · 4578ea8b
      Dick Hollenbeck authored
      2) Change from legacy Cu stack to counting down from top=(F_Cu or 0).
         The old Cu stack required knowing the count of Cu layers to make
         sense of the layer number when converting to many exported file types.
         The new Cu stack is more commonly used, although ours still gives
         B_Cu a fixed number.
      3) Introduce class LSET and enum LAYER_ID.
      4) Change *.kicad_pcb file format version to 4 from 3.
      5) Change fixed names Inner1_Cu-Inner14_Cu to In1_Cu-In30_Cu and their
         meanings are typically flipped.
      6) Moved the #define LAYER_N_* stuff into legacy_plugin.cpp where they
         can die a quiet death, and switch to enum LAYER_ID symbols throughout.
      7) Removed the LEGACY_PLUGIN::Save() and FootprintSave() functions.
         You will need to convert to the format immediately, *.kicad_pcb and
         *.kicad_mod (=pretty) since legacy format was never going to know
         about 32 Cu layers and additional technical layers and the reversed Cu
         stack.
      4578ea8b
  7. 23 Jun, 2014 2 commits
  8. 20 Jun, 2014 3 commits
  9. 19 Jun, 2014 2 commits
  10. 18 Jun, 2014 2 commits
  11. 17 Jun, 2014 1 commit
  12. 16 Jun, 2014 5 commits
  13. 12 Jun, 2014 3 commits