Skip to content

Commit f82e2cd

Browse files
committed
Adjust the build manual
Signed-off-by: Petr Horacek <petr@zlosynth.com>
1 parent 592086c commit f82e2cd

2 files changed

Lines changed: 23 additions & 10 deletions

File tree

manual/build/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PHOTOS = \
66
p05.jpg \
77
p06.jpg
88

9-
pdf: $(PHOTOS) pdf-images manual.tex
9+
pdf: $(PHOTOS) manual.tex
1010
pdflatex manual.tex
1111
pdflatex manual.tex
1212
touch $@

manual/build/manual.tex

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,21 @@ \section{Daisy Patch Submodule}
130130

131131
\clearpage
132132

133+
\section{Inspection}
134+
\label{inspection}
135+
136+
Visually inspect all solder joints before continuing with the build. Look for the following problems:
137+
138+
\begin{itemize}
139+
\item Missed connection -- a pin that was not soldered at all. Fix it by adding solder to the joint.
140+
\item Cold joint -- a dull, grainy, or lumpy joint instead of a smooth shiny one. Fix it by reheating the joint until the solder flows again. Add a small amount of fresh solder if needed.
141+
\item Solder bridge -- excess solder connecting two adjacent pads or pins that should not be connected. Try reheating the bridge and separating the pads with the tip of the soldering iron. Alternatively, place solder wick over the bridge, press it with a hot iron, and lift the wick away to absorb the excess solder.
142+
\end{itemize}
143+
144+
If you spot a problem, fix it before moving on.
145+
146+
\newpage
147+
133148
\section{Front panel}
134149

135150
Now when all the internal parts are soldered, the next step is to assemble
@@ -138,7 +153,7 @@ \section{Front panel}
138153
\begin{enumerate}
139154
\item Snap in the buttons.
140155
\item Place the 4 green D-shaped potentiometers in ``Green pot''
141-
footprints. If the big legs are hard to snap in, flatten them with pliers first. Do not solder the legs yet.
156+
footprints. If the big legs are hard to snap in, flatten them with pliers first.
142157
\item Similarly, place the 6 blue trimmer potentiometers in the ``Blue pot''
143158
footprints.
144159
\item Put all jack sockets into the PCB.
@@ -161,15 +176,16 @@ \section{Front panel}
161176
Once all the components are placed correctly, move on to soldering.
162177

163178
\begin{enumerate}
164-
\item Solder in all the potentiometers and jacks. Only solder the three
165-
smaller terminals of each potentiometer.
179+
\item Solder in all the potentiometers and jacks.
166180
\item Solder all the buttons.
167181
\item Use a masking tape on the portion of the panel with holes for LEDs, see
168182
Figure \ref{masking}. Push the LEDs against the tape, so they are even with
169183
the panel surface.
170184
\item Solder the LEDs. Then snap their legs off and remove the tape.
171185
\end{enumerate}
172186

187+
Repeat the inspection procedure described in Section~\ref{inspection}.
188+
173189
\section{Knobs}
174190

175191
You can now put knobs on the potentiometers.
@@ -194,18 +210,17 @@ \section{Knobs}
194210
\label{masking}
195211
\end{figure}
196212

197-
\clearpage
198-
199213
\section{Final assembly}
200214

201215
Connect the Daisy Patch Submodule to the main black PCB to complete the build.
202216

203-
\section{Testing and inspection}
217+
\newpage
218+
219+
\section{Testing}
204220

205221
Before powering up the module, perform these checks to prevent damage:
206222

207223
\begin{itemize}
208-
\item Visually inspect all solder joints for missed connections, cold joints, and solder bridges.
209224
\item Always connect power with the system off. Verify the red stripe on the ribbon cable aligns with -12V on the PCB.
210225
\item If you can, test the module in an isolated case first to prevent damage to your entire Eurorack system if there are assembly errors.
211226
\end{itemize}
@@ -216,8 +231,6 @@ \section{Congratulations}
216231

217232
You can find the user manual on \url{https://zlosynth.com/arplus-user-manual.pdf}.
218233

219-
\newpage
220-
221234
\begin{figure}[h]
222235
\centering
223236
\includegraphics[width=\linewidth]{p06.jpg}

0 commit comments

Comments
 (0)