Skip to content

Commit adcb7ba

Browse files
committed
feat: extend docs with mirror back layers
1 parent 26abb6e commit adcb7ba

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

web/help.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ <h2>Drills</h2>
4949
Affinity and KiCAD.
5050
</p>
5151

52+
<h2>Mirror back layers</h2>
53+
<p>Gingerbread allows you to mirror the <code>B.SilkS</code>, <code>B.Mask</code>, and <code>B.Cu</code> layers so that the it is correctly mirrored in the output. This can be switched
54+
off if you don't want this behavior.</p>
55+
56+
5257
<h2>Exporting your design</h2>
5358
<p>When exporting you design to an SVG for Gingerbread, click the <strong>More</strong> button and setup the export parameters as shown below so that "Rasterize" is set to
5459
"Nothing", "Export text as curves" is checked, and "Flatten transforms" is checked.</p>

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<div class="field">
130130
<label class="checkbox">
131131
<input type="checkbox" x-model="design.mirror_back_layers">
132-
Mirror back layers (3)
132+
Mirror back layers
133133
</label>
134134
</div>
135135

0 commit comments

Comments
 (0)