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
This commit is contained in:
30
Soyuz/Soyuz.help/Contents/Info.plist
Normal file
30
Soyuz/Soyuz.help/Contents/Info.plist
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>info.maddie.Soyuz.help</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en_us</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Soyuz</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>hbwr</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>HPDBookAccessPath</key>
|
||||
<string>index.html</string>
|
||||
<key>HPDBookKBProduct</key>
|
||||
<string>SoyuzCapsule1</string>
|
||||
<key>HPDBookTitle</key>
|
||||
<string>Soyuz Capsule Help</string>
|
||||
<key>HPDBookType</key>
|
||||
<string>3</string>
|
||||
</dict>
|
||||
</plist>
|
||||
21
Soyuz/Soyuz.help/Contents/Resources/English.lproj/index.html
Normal file
21
Soyuz/Soyuz.help/Contents/Resources/English.lproj/index.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user