Menu

webFreePCB / Blog: Recent posts

fpc file link can be directly opened

One example:
http://webfreepcb.sourceforge.net/?url=http://46.167.245.59/motorMod.fpc
In case of your own link to fpc file is also neccessary to add following line into your .htaccess file in directory, where the file is attached:

Header set Access-Control-Allow-Origin "http://webfreepcb.sourceforge.net"

Posted by Pavel Štemberk 2015-06-02

Selection tools almost done

The main part of selection toolkit has been implemented using auxiliary layers in paper.js. Ready for testing.

Posted by Pavel Štemberk 2015-05-23

almost ready for first .fpc file viewer testing

webFreePCB application can read .fpc files now. It also can show the freePCB project connections, pads and texts.

To read the .fpc file, use DB->New, then File->Import and select your .fpc file. This will add your .fpc file into the sql.js database. Content of the database can be saved using DB->Save. Later, the content of the database can be restored using DB->Open. DB->Browse will show the grid, where you can select Your previously imported project to be shown.

Posted by Pavel Štemberk 2015-04-26

Invitation

Hi All,

First, I have to thanks to FreePCB creator Allan Wright. He is the founder of the FreePCB project. This project shall continue the FreePCB. Main concept of webFreePCB consists in to create web application to emulate the FreePCB application.

Posted by Pavel Štemberk 2015-04-12