Free and open source PCB design viewer written in Qt.
QCamber is developed in the hope to provide high quaility open source PCB design/viewer suite for everyone. Anyone can contribute to the project and the project is guaranteed to be free and open source in the future.
QCamber currently only supports Valor ODB++ format, but with the help of a sister project ipc2581_to_odb, IPC2851 format will be support in the future.
A prebuilt version for windows 32-bit is available here.
- Please report bugs to the Github issue tracker.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request