added paragraph names

This commit is contained in:
cpu
2026-06-14 11:49:16 +02:00
parent 33379f4747
commit 7415009b86

View File

@@ -159,6 +159,8 @@ Traces should appear black on white background.
Start with `--exposure 60` and bracket from there — Bungard presensitized at 405nm typically lands between 30120s depending on board vintage and storage. Start with `--exposure 60` and bracket from there — Bungard presensitized at 405nm typically lands between 30120s depending on board vintage and storage.
#### 4.1. Export print files for copper layers
Export the front and back **copper** layers for 120 seconds exposure Export the front and back **copper** layers for 120 seconds exposure
```bash ```bash
pcb-expose.sh Dummy.pm4n gerbers/Flow_Controller_Panel-Front.gtl \ pcb-expose.sh Dummy.pm4n gerbers/Flow_Controller_Panel-Front.gtl \
@@ -170,6 +172,8 @@ pcb-expose.sh Dummy.pm4n gerbers/Flow_Controller_Panel-Back.gtl \
--output pm4n/Flow_Controller_Panel-Back.pm4n --output pm4n/Flow_Controller_Panel-Back.pm4n
``` ```
#### 4.2. Export print files for soldermask layers
Export the front and back **soldermask** layers for 300 seconds exposure Export the front and back **soldermask** layers for 300 seconds exposure
```bash ```bash
pcb-expose.sh Dummy.pm4n gerbers/Flow_Controller_Panel-F_Mask.gtl \ pcb-expose.sh Dummy.pm4n gerbers/Flow_Controller_Panel-F_Mask.gtl \
@@ -181,6 +185,8 @@ pcb-expose.sh Dummy.pm4n gerbers/Flow_Controller_Panel-B_Mask.gtl \
--output pm4n/Flow_Controller_Panel-B_Mask.pm4n --output pm4n/Flow_Controller_Panel-B_Mask.pm4n
``` ```
#### 4.1. Export print files for silkscreen layers
Export the front and back **silkscreen** layers for 300 seconds exposure Export the front and back **silkscreen** layers for 300 seconds exposure
```bash ```bash
pcb-expose.sh Dummy.pm4n gerbers/Flow_Controller_Panel-F_Silkscreen.gtl \ pcb-expose.sh Dummy.pm4n gerbers/Flow_Controller_Panel-F_Silkscreen.gtl \