diff --git a/Software/FlatCAM/README.md b/Software/FlatCAM/README.md new file mode 100644 index 0000000..e6c6883 --- /dev/null +++ b/Software/FlatCAM/README.md @@ -0,0 +1,14 @@ +FlatCAM +=================== + +FlatCAM is a neat cross-platform alternative for generating G-codes for PCB milling. + +- +- [User manual](http://caram.cl/software/flatcam-user-manual/) + +The provided [default settings file](defaults.json) simplifies the usage of the program when working with Metric units. + +In order to use these settings, install FlatCAM as usual and afterwards replace the defaults.json file that will be present in the installation folder of FlatCAM. + +![ScreenShot](http://caram.cl/wp-content/uploads/2014/02/bottom.png) + diff --git a/Software/FlatCAM/defaults.json b/Software/FlatCAM/defaults.json new file mode 100644 index 0000000..e4c3c98 --- /dev/null +++ b/Software/FlatCAM/defaults.json @@ -0,0 +1 @@ +{"gerber_noncopperrounded": true, "excellon_plot": true, "geometry_paintoverlap": 0.5, "geometry_plot": true, "gerber_isotooldia": 0.2, "gerber_plot": true, "gerber_cutoutgapsize": 2, "geometry_feedrate": 150, "units": "MM", "excellon_travelz": 5, "gerber_multicolored": false, "gerber_solid": true, "gerber_isopasses": 2, "cncjob_append": "", "excellon_feedrate": 60, "cncjob_tooldia": 0.2, "geometry_travelz": 5, "gerber_cutoutmargin": 3, "excellon_solid": true, "geometry_paintmargin": 0.5, "geometry_cutz": -0.05, "geometry_cnctooldia": 1, "gerber_cutouttooldia": 2, "gerber_gaps": "4", "gerber_bboxmargin": 0.5, "cncjob_plot": true, "excellon_drillz": -2.5, "gerber_isooverlap": 0.05, "gerber_bboxrounded": true, "gerber_noncoppermargin": 0.5, "geometry_painttooldia": 1}