Added FlatCAM default settings

pull/20/head
Carlos Garcia 2014-09-22 23:46:52 +02:00
parent 5addec6d75
commit c6c56f644d
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,14 @@
FlatCAM
===================
FlatCAM is a neat cross-platform alternative for generating G-codes for PCB milling.
- <http://caram.cl/software/flatcam/>
- [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 <b>defaults.json</b> file that will be present in the installation folder of FlatCAM.
![ScreenShot](http://caram.cl/wp-content/uploads/2014/02/bottom.png)

View File

@ -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}