Eagle 9.6.2 Export Gerber & Excellon Files for Flatcam based PCB milling in 3018 CNC

This document is about geting the Gerber & Excellon Files needed to use in flatcam to generate the gcode files formilling PCB milling in 3018 CNC with Candle or GRBL-control. We should use the LabeE.dru file that is available on the link bellow. LabE – eagle – design rules (dru) and library (lbr) These design rules …

cnc 3018

Software (linux) Candle https://github.com/Denvi/Candle https://github.com/Denvi/Candle/releases/tag/v1.0 (old grbl firmware) Install candle linux ubuntu 20.04   ORIGINAL —————————————- Z-probe commands G91G21; G38.2Z-30F100; G0Z1; G38.2Z-1F10 G91G21G38.2Z-50F100; G92 Z0; G0Z5M30 G38.2 Z-1 F1; G92 Z0 FlatCam http://flatcam.org/ git clone https://bitbucket.org/jpcgt/flatcam Install Flatcam linux ubuntu 20.04   set_sys excellon_zeros T http://flatcam.org/manual/index.html http://flatcam.org/tutorial/selective https://altrish.co.uk/wp-content/uploads/2021/02/flatcam-and-milling-pcbs-2021.pdf ( Local copy flatcam-and-milling-pcbs-2021 ) FlatCAM pratica tutorial: introduction, installation and …

Install flatcam Ubuntu 20.04

Install flatcam linux Ubuntu 20.04 http://flatcam.org/ # get source cd src git clone https://bitbucket.org/jpcgt/flatcam cd flatcam git checkout origin/Beta # install required apt packages sudo apt-get install libgdal-dev gdal-bin sudo apt-get install libfreetype6 sudo apt-get install libfreetype6-dev sudo apt-get install libgeos-dev sudo apt-get install libpng-dev sudo apt-get install libspatialindex-dev sudo apt-get install qt5-style-plugins sudo apt-get …

Install Candle linux ubuntu 20.04

Install Candle (old grlb-control) linux ubuntu 20.04 https://github.com/Denvi/Candle https://github.com/Denvi/Candle/releases/tag/v1.0 (old grbl) Install Candle Ubuntu Focal 20.04 We cant run candle in ubuntu 64 bits. It gives an ELF error, so we need to replace the executable. This instructions ar for the version 1.0 as my CNC 3018 have the old firmware. For the last one, …