Skip to content
Snippets Groups Projects
Commit 35ebe23c authored by Benjamin Koch's avatar Benjamin Koch
Browse files

add DXF for holes in case

parent e76064e3
No related branches found
No related tags found
No related merge requests found
......@@ -429,6 +429,7 @@ TODO und weitere Gedanken:
- https://www.gnu.org/software/gawk/manual/html_node/More-CSV.html
- `mv c3pb-heizung-display-all-pos.csv x.csv && gawk '{ FPAT="([^,]+)|(\"[^\"]+\")"; OFS=","; if ($7 == "bottom") $4 = -$4; print }' <x.csv >c3pb-heizung-display-all-pos.csv && rm x.csv`
- Rechnungsadresse passend einstellen.
- Fräsen: File -> Plot, nur User.4 auswählen, "Plot graphics items using their contours" abschalten, Format DXF. Für FreeCAD passt es damit.
- TODO später:
- Anschlussplan designen für in den Deckel kleben, wo keine Display-Platine ist.
This diff is collapsed.
......@@ -54,7 +54,7 @@
(pad_to_mask_clearance 0)
(grid_origin 152.4 101.6)
(pcbplotparams
(layerselection 0x00010fc_ffffffff)
(layerselection 0x0200000_7ffffffe)
(disableapertmacros false)
(usegerberextensions false)
(usegerberattributes true)
......@@ -80,7 +80,7 @@
(plotinvisibletext false)
(sketchpadsonfab false)
(subtractmaskfromsilk false)
(outputformat 1)
(outputformat 3)
(mirror false)
(drillshape 0)
(scaleselection 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment