Difference between revisions of "Ant PCB Maker"

From Hackerspace ACKspace
Jump to: navigation, search
Line 17: Line 17:
  
 
== Software installation ==
 
== Software installation ==
The instructions below were tested on Debian 10, with contrib, non-free and backports repositories enabled.
+
The instructions below were tested on Debian 10, with contrib, non-free and backports repositories enabled. <br/>
 +
First, install the following required packages using the following command <br/>
 +
<code>sudo apt update</code><br/>
 +
<code>sudo apt instal git python-pip</code>
 
=== Flatcam ===
 
=== Flatcam ===
 
=== bCNC ===
 
=== bCNC ===
 +
Run the following commands:<br/>
 +
<code>sudo apt install python-tk</code><br/>
 +
<code>pip2 install --upgrade bCNC</code><br/>
 +
From now on, you can launch bCNC by running:<br/>
 +
<code>python2 -m bCNC</code>

Revision as of 23:39, 7 September 2019

Project: Ant PCB Maker
Featured: No
State Active
Members Adnub
GitHub No GitHub project defined. Add your project here.
Description Creation of an Ant PCB Maker to prototype PCB design.

Also create needed manuals on how to operate it.

Picture
Ant PCB Maker Picture.jpg

Hardware completed. Documentation work in progress

Characeristics

  • Maximum supported size of PCBs: 150mm x 80mm
  • DC power supply: 12V 10A

Software used

  • Flatcam 8.97 Beta
  • bCNC

Software installation

The instructions below were tested on Debian 10, with contrib, non-free and backports repositories enabled.
First, install the following required packages using the following command
sudo apt update
sudo apt instal git python-pip

Flatcam

bCNC

Run the following commands:
sudo apt install python-tk
pip2 install --upgrade bCNC
From now on, you can launch bCNC by running:
python2 -m bCNC