7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-05 00:25:20 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
Wayne Stambaugh
7f84e24ac5 Update demos to V9 file formats except simulations. 2025-02-18 09:24:23 -05:00
jean-pierre charras
337217ccb2 Demo update 2025-01-07 16:15:00 +01:00
jean-pierre charras
248a8caa45 Demos update 2023-11-01 10:15:11 +01:00
Wayne Stambaugh
37b9b3f3cc Update demos using latest file formats. 2023-02-06 14:29:24 -05:00
jean-pierre charras
f7aa5a24b7 Demos update 2022-05-21 13:46:16 +02:00
jean-pierre charras
3f040185ce Update demos. 2021-04-26 09:06:25 +02:00
jean-pierre charras
d802b4a7af Update demos 2021-03-07 15:58:18 +01:00
jean-pierre charras
2d282b8b19 Demos update 2021-01-15 20:21:23 +01:00
jean-pierre charras
04793924d7 Update demos 2020-11-08 09:11:05 +01:00
jean-pierre charras
fd62c42ded Update demos 2020-10-25 18:50:20 +01:00
jean-pierre charras
b420845242 Update demos 2018-02-01 13:25:56 +01:00
jean-pierre charras
353e91a6f8 Update demos 2017-11-21 21:26:06 +01:00
jean-pierre charras
ae506e8223 polygons in footprint body: fix incorrect calculation of polygons with clearance or outline thickness (fix bug )
Clean demos
2015-11-02 10:24:32 +01:00
jean-pierre charras
9da39717ae Add a python script example in demo folder to create various plot files from a board. Fix also some issues in plot controller helper class.
Important note: from a python script one cannot plot the palge layout, because the page layout template file is not stored in the board file, but it is part of the project.
Because when using a python script, the project is not loaded, the page layout template is not known.
Trying to plot it crashes the script.
2015-04-27 20:02:27 +02:00
jean-pierre charras
9a7116d4ab Update old demo board files. Minor code cleaning. 2014-07-04 21:36:43 +02:00
jean-pierre charras
f0412874c0 Update demo files. A minor code cleaning. 2014-01-10 21:12:36 +01:00
Dick Hollenbeck
8ccf0320b4 1) Add "rules" to base of tree for copying into BZR_HOME/rules.
File "rules" has instructional text as comments near top.

2) Convert all text files in repo to LF line ending form.
   Any checkout done with "rules" in play will convert the working
   tree to native line ending, while keeping repo as LF line ending.
2013-05-25 23:36:44 -05:00
jean-pierre charras
8d22086097 AUTHORS.txt: add some contributor names (I certainly forgot some other contributors, and I apologize).
Demos: convert .brd files to .kicad_pcb files and fix 2 broken files
2013-01-14 13:16:23 +01:00
jean-pierre charras
d41b81fc3b Pcbnew: Enhanced algorithm to calculate board connections:
* A track is seen connected to a pad if the track end is inside the pad shape.
* Pads inside pads are now seen connected, if the center of the pad is *inside* the other pad.
* this is made to be sure a large copper area is shared by the 2 pads,  and to keep algorithm fast.
2011-12-19 12:58:24 +01:00