Skip to content

fbatogo/PCBMill

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCBMill

PCBMill FABtotum plugin

How to Install

Linux

git clone https://github.com/imarin2/PCBMill.git

mv PCBMill pcbmill

zip -r pcbmill.zip pcbmill -x *.git*

Now go to the FAB-UI, plugins (plug icon on the top right of the screen), and upload the generated zip file.

NOTE: If you are seeing this file as a normal text file (not from github), not that * is markdown for *, so actually the zip command is: zip -r pcbmill.zip pcbmill -x .git . This makes only sense if you are seeing this file as text (e.g. cat README.md)

Windows

I have not tried this instructions, because I do not have a windows machine.

  1. Download zip file from: https://github.com/imarin2/PCBMill

  2. Extract the zip

  3. Delete the folder ".git" inside the extracted folder

  4. Rename the extracted folder to "pcbmill"

  5. zip this folder to generate "pcbmill.zip".

Now go to the FAB-UI, plugins (plug icon on the top right of the screen), and upload the generated zip file.

About

PCBMill FABtotum plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.5%
  • PHP 25.5%
  • JavaScript 12.4%
  • CSS 0.6%