diff --git a/.gitignore b/.gitignore index 6aa4531..64a0f4a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ gerbers.zip output/ *.lck *-backups/ - +production/ diff --git a/fabrication-toolkit-options.json b/fabrication-toolkit-options.json new file mode 100644 index 0000000..11ead7d --- /dev/null +++ b/fabrication-toolkit-options.json @@ -0,0 +1 @@ +{"EXTRA_LAYERS": "", "ALL_ACTIVE_LAYERS": false, "EXTEND_EDGE_CUT": false, "ALTERNATIVE_EDGE_CUT": false, "AUTO TRANSLATE": true, "AUTO FILL": true, "EXCLUDE DNP": false} \ No newline at end of file