SoyuzCapsule/Soyuz/Soyuz.help/Contents/Resources/English.lproj/index.html
Madeline Pace 1dd2e37f61 TestFlight v1.0 Beta build 3
Add new icon, help bundle, hint information when Soyuz connects.

Fix some network-handling crashes and sleep/wake issues. Fix network ping/pong timeout issue. Increase web socket connection timeout value
2023-05-27 22:29:05 -04:00

22 lines
813 B
HTML

<head>
<title>First Start Configuration</title>
<meta name="KEYWORDS" content="zeroconf bonjour mainsail moonraker api server connect">
<meta name="robots" content="anchors">
</head>
<body>
<a name="bonjour"></a>
<h1>First Start Configuration</h1>
<p>
Soyuz can auto-detect your 3D printer using Bonjour, also known as zeroconf. An install of Mainsail
supports zeroconf, but it isn't enabled out of the box and requires a single-line configuration change.
</p>
<p>
To enable zeroconf in Mainsail, locate your <em>moonraker.conf</em> file and add a single entry:
</p>
<span>[zeroconf]</span>
<br/>
<p>
This is sufficient to enable zeroconf support, you don't need any additional configuration after this single line.
</p>
</body>