##// END OF EJS Templates
Show More
Commit message Age Author Refs
r16:b59e8f9f1232
Improved polygon splitter and started some perf functions.
0
r15:4df93d51b13e
Improved Polygon rendering by splittig them into lower complexity polygons.
0
r14:72560b13551a
Added Polygon drawing but huge perf issue, to be solved.
0
r13:e725b52b6a87
Fixed Pad rotation issue.
0
r12:93ef9e74723d
Non working pad rendering.. Rotation issue.
0
r11:10ac2f44ce26
Sync
Jeandet Alexis
0
r10:78cd1f963533
Make via movable.
Jeandet Alexis
0
r9:b996b116b7be
Really fixed build!
0
r8:79b3f038ed29
Fixed some builds issues
0
r7:f3cd68e05582
PCB Viewer is working but still WIP.
0
< 1 2 >

Kicad Tools

Kicad Tools is a set of tolls which aims to extend kicad functionality.

Licensing

Kicad Tools is provided under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Wiki

More details here

How to build

To build it on linux you can look here https://hephaistos.lpp.polytechnique.fr/redmine/projects/kicadtools/wiki/Linux_setup

If you can't access to it, first you will need a working qt5 kit with all the development packages. Step 1: Get and install SocExplorer

  hg clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/kicadtools kicadtools
  cd kicadtools
  qmake-qt5
  make
  sudo make install

Bug repports

To repport any bug you can either send a mail or repport an issue here