Remove all em-dashes from website content and documentation

Replace ' — ' with ', ' across 40 files. Hyphens (-) untouched.
timecapsule, stefankoelle, LICENSE, CSS comments left as-is.
This commit is contained in:
2026-09-11 20:13:28 +02:00
parent 3363702ee6
commit eb0b777418
40 changed files with 311 additions and 311 deletions
+4 -4
View File
@@ -12,12 +12,12 @@ layout: base.njk
<p>A Raspberry Pi 3B runs OctoPrint for remote 3D-printer control, plus a
live camera stream so print progress can be checked without walking over
to the printer. This eliminates the need to stand next to the printer
watching the first layer a quality-of-life improvement that's hard to
watching the first layer, a quality-of-life improvement that's hard to
go back from once you've experienced it.</p>
<h2>Current setup</h2>
<ul>
<li><strong>OctoPrint</strong> runs as a Docker container the main remote control interface for the printer.</li>
<li><strong>OctoPrint</strong> runs as a Docker container, the main remote control interface for the printer.</li>
<li><strong>Camera streaming</strong> is handled by a lightweight camera-server project, exposing both an HLS stream and an MJPEG stream, the latter wired directly into OctoPrint's webcam panel.</li>
<li><strong>Container management</strong> (Portainer, cAdvisor, a node exporter) runs alongside, giving the same monitoring pattern as the rest of the fleet.</li>
</ul>
@@ -27,7 +27,7 @@ go back from once you've experienced it.</p>
camera-server project provides two streaming modes: MJPEG for the
OctoPrint dashboard (low latency, works in any browser) and HLS for
remote viewing over slower connections. The MJPEG stream is the primary
way to check on prints it loads quickly and updates in real time in the
way to check on prints, it loads quickly and updates in real time in the
OctoPrint web interface.</p>
<h2>History</h2>
@@ -39,7 +39,7 @@ that point to better reflect its now-singular focus on the printer.</p>
<h2>Notable OS lesson</h2>
<p>After moving this Pi to a newer OS release, boot configuration files
moved to a new path editing the old path silently does nothing, which
moved to a new path, editing the old path silently does nothing, which
is an easy trap when following older notes or tutorials for the same
hardware. The lesson: always verify that configuration changes actually
take effect, especially after OS upgrades on embedded hardware.</p>