PCB CAM Software on Linux

The Ant Farm

  1. Download the zip fiel of the latest release at: The Ant Farm Git Hub
  2. unzip the contents of the zip file and place it in ~/Apps/TheAntFarm (your home folder)
  3. opoen a terminal from the above folder.
  4. run the command: sudo apt install python3.11-venv
  5. sudo apt install python3.11-venv
  6. sudo apt install libxcb-xinerama0
  7. add a empty text file in the TheAntFarm directory called requirements.txt Run the commands here How to install and pre requisites
  8. note that the command prompt in the terminal has (env) added for the python enviroment you just activated.
  9. Now explore to the folder you unzipped into and locate the “the_ant_farm” file and right click it and select properties, go to permissions and check the checkbox next to “Allow executing file as a program” and close that window.
  10. Now you can double click the “the_ant_farm” file and the software open!
  11. Check this video out for an overview of how to use the Ant Farm Software The Ant Farm: from Gerbers to a Real PCB

Note that g-code generated by The Ant Farm gets saved in the “gcode_temp_dir” folder.

FlatCAM

I tried in get FlatCAM installed on Linux Mint Cinnamon in 2019 and then again on Linux Debian Mint Edition (LDME) on Dec 7 2024. It was horrible trying to get FlastCAM to run.

It also ends up the version of python that FlatCAM needs conflicts with the needs of Cinnamon Desktop.

Back to Home Page