preparing for MSLA exposure

This commit is contained in:
cpu
2026-06-07 23:04:34 +02:00
parent 1ec56ce169
commit 0cac6e76b6
4 changed files with 409 additions and 23 deletions

View File

@@ -75,3 +75,5 @@ Set up the entire back side as one big GND pour. Then, increase the thermal spok
![Thermal spoke width](../images/spoke_width.png)

View File

@@ -21,11 +21,11 @@ kicad-cli pcb export gerbers -o "$GERBERS_DIR" -l Back "$PCB_FILE"
kicad-cli pcb export gerbers -o "$GERBERS_DIR" -l Edge.Cuts "$PCB_FILE"
# Export outlines of the penelized board i.e. use the layer 'User.Eco1'.
echo "Exporting panelized outlines from layer 'User.Eco1'..."
python3 export_panel_outlines_gerber.py \
--layers User.Eco1 \
--output "$GERBERS_DIR" \
"$PCB_FILE"
# echo "Exporting panelized outlines from layer 'User.Eco1'..."
# python3 export_panel_outlines_gerber.py \
# --layers User.Eco1 \
# --output "$GERBERS_DIR" \
# "$PCB_FILE"
# Input layers/filenames and all milling/drilling parameters are taken from the config file: 'millproject'.
echo "Exporting Gcode..."

View File

@@ -24,32 +24,26 @@
"type": "tightframe",
"copperFill": true,
"slotwidth": "2.1mm",
"mintotalheight": "100mm",
"mintotalwidth": "160mm",
"maxtotalheight": "100mm",
"maxtotalwidth": "160mm"
"mintotalheight": "87mm",
"mintotalwidth": "153.4mm",
"maxtotalheight": "87mm",
"maxtotalwidth": "153.4mm"
},
"tooling": {
"type": "plugin",
"code": "tooling_plugin.py.CustomTooling",
"arg": ""
},
"fiducials": {
"type": "4fid",
"type": "3hole",
"layout": "3hole",
"hoffset": "6mm",
"voffset": "9.2mm",
"coppersize": "2mm",
"opening": "1mm",
"voffset": "6mm",
"size": "2mm",
"paste": true,
"code": "none",
"arg": ""
"soldermaskmargin": "0mm"
},
"text": {
"type": "simple",
"text": "Front",
"anchor": "mt",
"hoffset": "0mm",
"voffset": "15mm",
"voffset": "10mm",
"orientation": "0deg",
"width": "3.5mm",
"height": "3.5mm",
@@ -63,7 +57,7 @@
"text": "Back",
"anchor": "mt",
"hoffset": "0mm",
"voffset": "15mm",
"voffset": "10mm",
"orientation": "0deg",
"width": "3.5mm",
"height": "3.5mm",
@@ -76,7 +70,7 @@
"type": "solid",
"clearance": "0.5mm",
"edgeclearance": "0.5mm",
"layers": "B.Cu"
"layers": "F.Cu,B.Cu"
},
"post": {
"type": "auto",