<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title><![CDATA[Cruisers & Sailing Forums]]></title>
		<link>https://www.cruisersforum.com/forums/</link>
		<description>Cruisers Forum is an online forum community of cruisers from around the world!</description>
		<language>en</language>
		<lastBuildDate>Sat, 09 May 2026 02:15:33 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://www.cruisersforum.com/forums/images/misc/rss.jpg</url>
			<title><![CDATA[Cruisers & Sailing Forums]]></title>
			<link>https://www.cruisersforum.com/forums/</link>
		</image>
		<item>
			<title>Aspiring plugin developers</title>
			<link>https://www.cruisersforum.com/forums/f134/aspiring-plugin-developers-300137.html</link>
			<pubDate>Sat, 09 May 2026 01:21:01 GMT</pubDate>
			<description><![CDATA[Announcing the release of a new "demo" plugin. 
 
This plugin demonstrates the use of many of the OpenCPN plugin API's and should accelerate the...]]></description>
			<content:encoded><![CDATA[<div>Announcing the release of a new &quot;demo&quot; <a title="View more discussions on Plugin" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/plugin.html">plugin</a>.<br />
<br />
This <a title="View more discussions on Plugin" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/plugin.html">plugin</a> demonstrates the use of many of the <a title="View more discussions on OpenCPN" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/opencpn.html">OpenCPN</a> plugin API's and should accelerate the development of new plugins.<br />
<br />
It uses a superset of the API's used in the <a title="View more discussions on OpenCPN" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/opencpn.html">OpenCPN</a> built-in demo plugin but more importantly is built using the same process that are used for third party plugins (ie. those installed using the plugin manager). <br />
<br />
It is based the &quot;ShipDriver&quot; template which is one of the two templates that are used to automate the Github, CircleCI and Cloudsmith processes. However the plugin can also be built and installed locally which greatly eases the task of programming, testing and debugging.<br />
<br />
It is not meant to demonstrate the best C/C++ coding practices, explain the intricacies of wxWidgets; the cross platform library used by OpenCPN, educate developers on how to use github, CircleCI or Cloudsmith nor describe the <a title="View more discussions on Installation" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/installation.html">installation</a> of the prerequisites (compiler, cmake, wxWidgets etc.) <br />
<br />
Information about the plugin development process can be found on the <a href="https://opencpn-manuals.github.io/main/ocpn-dev-manual/0.1/index.html" target="_blank">OpenCPN developer web site</a>.<br />
<br />
Each chapter corresponds to a git commit/tag and the features are added incrementally. <br />
<ul><li>Chapter 1. A Basic plugin, that does little except to dump some common OpenCPN file paths</li>
<li>Chapter 2. Plugin initial configuration and settings</li>
<li>Chapter 3. Saving &amp; loading settings and modifying settings using the toolbox</li>
<li>Chapter 4. User interaction - Context Menus</li>
<li>Chapter 5. User interaction - Toolbar Buttons</li>
<li>Chapter 6. <a title="View more discussions on Navigation" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/navigation.html">Navigation</a> Data - (6a. Using callback API, 6b. Using Observer/Listener model)</li>
<li>Chapter 7. <a title="View more discussions on NMEA&nbsp;0183" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/nmea.html 0183">NMEA 0183</a> - (7a. Receiving data using callback API, 7b. Using Observer/Listener model)<ul><li>           <a title="View more discussions on NMEA&nbsp;0183" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/nmea.html 0183">NMEA 0183</a> - (7c. Transmitting Data using PushNMEABuffer API)</li>
<li>           <a title="View more discussions on NMEA" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/nmea.html">NMEA</a> 0183 - (7d. Transmitting Data using Observer/Listener model)</li>
</ul></li>
<li>Chapter 8. <a title="View more discussions on NMEA&nbsp;2000" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/nmea.html 2000">NMEA 2000</a> - (8a. Receiving <a title="View more discussions on NMEA&nbsp;2000" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/nmea.html 2000">NMEA 2000</a> data)<ul><li>           <a title="View more discussions on NMEA" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/nmea.html">NMEA</a> 2000 - (8b. Transmitting NMEA 2000 data)</li>
</ul></li>
<li>Chapter 9. Plugin Messaging - (9a. Receiving messages using callback API)<ul><li>           Plugin Messaging - (9b. Transmit messages using SendPluginMessage API)</li>
<li>           Plugin Messaging - (9c. Receiving messages using Observer/Listener model)</li>
<li>           Plugin Messaging - (9d. Transmit messages using Observer/Listener model)</li>
</ul></li>
<li>Chapter 10. SignalK - (10a. Receive SignalK updates using Plugin Messaging)<ul><li>            SignalK - (10b. Receive SignalK updates using Observer/Listener model)</li>
</ul></li>
<li>Chapter 11. Routes and Waypoints - (11a. Retrieve Waypoints)<ul><li>            Routes and Waypoints - (11b. Retrieve Routes)</li>
<li>            Routes and Waypoints - (11c. Adding a Waypoint)</li>
<li>            Routes and Waypoints - (11d. Modifying a Waypoint)</li>
<li>            Routes and Waypoints - (11e. Adding a Route)</li>
<li>            Routes and Waypoints - (11f. Modifying a Route)</li>
</ul></li>
<li>Chapter 12. Drawing on the <a title="View more discussions on Canvas" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/canvas.html">Canvas</a> Non OpenGL - (12a. Using a Device Context)<ul><li>            Drawing on the <a title="View more discussions on Canvas" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/canvas.html">Canvas</a> Non OpenGL - (12b. Using a Graphics Context)</li>
<li>            Drawing on the Canvas Non OpenGL - (12c. Using Graphics Context transform/translate functions etc.)</li>
</ul></li>
<li>Chapter 13. Drawing on the Canvas using OpenGL</li>
<li>Chapter 14. Interacting with the canvas</li>
<li>Chapter 15. Using wxWidgets Advanced User Interface (wxAUI)</li>
</ul>There are a few more chapters to add; miscellaneous features such as HTTP download API's, Chart API's, support for Android and the new model for API's beyond API level 1.21.<br />
<br />
There is some <a title="View more discussions on Documentation" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/documentation.html">documentation</a> which at some stage will be &quot;processed&quot; into a readable format and hosted somewhere.<br />
<br />
The plugin can be downloaded/forked from this <a href="https://github.com/twocanplugin/demo" target="_blank">github repository.</a></div>

]]></content:encoded>
			<category domain="https://www.cruisersforum.com/forums/f134/">OpenCPN</category>
			<dc:creator>stevead</dc:creator>
			<guid isPermaLink="true">https://www.cruisersforum.com/forums/f134/aspiring-plugin-developers-300137.html</guid>
		</item>
		<item>
			<title>Is there any scenario for keeping manual bilge pump?</title>
			<link>https://www.cruisersforum.com/forums/f2/is-there-any-scenario-for-keeping-manual-bilge-pump-300135.html</link>
			<pubDate>Fri, 08 May 2026 18:22:56 GMT</pubDate>
			<description><![CDATA[For a solo cruising sailor, is there any reasonable scenario for keeping a manual bilge pump thats operated from the cockpit? 
 
I'm considering...]]></description>
			<content:encoded><![CDATA[<div>For a solo cruising sailor, is there any reasonable scenario for keeping a manual <a title="View more discussions on Bilge&nbsp;pump" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/bilge.html pump">bilge pump</a> thats operated from the <a title="View more discussions on Cockpit" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/cockpit.html">cockpit</a>?<br />
<br />
I'm considering disconnecting it and attaching a large 4000GPH <a title="View more discussions on Electric&nbsp;pump" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/electric.html pump">electric pump</a> in its place instead.  The 4000GPH uses the same 1.5&quot; diameter hose, so would just be a hot swap.  Unfortunately I dont have clean <a title="View more discussions on Route" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/route.html">route</a>, or extra thru-hulls for adding many more large pumps, so I essentially need to choose between an manual or <a title="View more discussions on Electric&nbsp;pump" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/electric.html pump">electric pump</a> so I can use the existing thru-hull and 1.5&quot; hose for one or the other. <br />
<br />
I never really thought about it, but if your solo sailing and need to <a title="View more discussions on Plug" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/plug.html">plug</a> a bad leak, you cant be in the <a title="View more discussions on Cockpit" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/cockpit.html">cockpit</a> pumping away on a manual <a title="View more discussions on Pump" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/pump.html">pump</a>.  Its seems to me a more prudent thing to do would be to install another large <a title="View more discussions on Pump" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/pump.html">pump</a> in its place that can automatically de-water the <a title="View more discussions on Bilge" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/bilge.html">bilge</a> and free one up for plugging the leak instead.  <br />
<br />
With <a title="View more discussions on Lithium" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/lithium.html">lithium</a> and a redundant <a title="View more discussions on Battery" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/battery.html">battery</a> system, i seems like a better option.  Anyone already ditched, or disconnected their old manual pump?</div>

]]></content:encoded>
			<category domain="https://www.cruisersforum.com/forums/f2/">General Sailing Forum</category>
			<dc:creator>User 09</dc:creator>
			<guid isPermaLink="true">https://www.cruisersforum.com/forums/f2/is-there-any-scenario-for-keeping-manual-bilge-pump-300135.html</guid>
		</item>
		<item>
			<title>Marinas in Myrtle Beach for Sailboats</title>
			<link>https://www.cruisersforum.com/forums/f60/marinas-in-myrtle-beach-for-sailboats-300134.html</link>
			<pubDate>Fri, 08 May 2026 17:57:52 GMT</pubDate>
			<description>We are traveling north on the ICW and have discovered that several marinas in the Myrtle Beach area refuse sailboats. 
We need a spot to stop this...</description>
			<content:encoded><![CDATA[<div>We are traveling north on the <a title="View more discussions on ICW" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/icw.html">ICW</a> and have discovered that several <a title="View more discussions on Marinas" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/marinas.html">marinas</a> in the Myrtle Beach area refuse sailboats.<br />
We need a spot to stop this coming Sunday, May 10th.  This becomes more critical due to the absence of any <a title="View more discussions on Anchorages" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/anchorages.html">anchorages</a> in this area.<br />
Can anyone help suggest a solution, either a safe anchorage or an affordable marina with decent approach depths that accepts sailboats?<br />
Thanks deeply for all suggestions.</div>

]]></content:encoded>
			<category domain="https://www.cruisersforum.com/forums/f60/">Marinas</category>
			<dc:creator>redsky49</dc:creator>
			<guid isPermaLink="true">https://www.cruisersforum.com/forums/f60/marinas-in-myrtle-beach-for-sailboats-300134.html</guid>
		</item>
		<item>
			<title>Cruising Europe -- Boat for Sale</title>
			<link>https://www.cruisersforum.com/forums/f152/cruising-europe-boat-for-sale-300132.html</link>
			<pubDate>Fri, 08 May 2026 16:25:51 GMT</pubDate>
			<description>Have you dreamed about cruising the canals, rivers and lakes in Europe?  This is your chance as we are selling our 40 foot Steel Dutch Cruiser,...</description>
			<content:encoded><![CDATA[<div>Have you dreamed about cruising the canals, rivers and lakes in <a title="View more discussions on Europe" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/Europe.html">Europe</a>?  This is your chance as we are selling our 40 foot <a title="View more discussions on Steel" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/steel.html">Steel</a> Dutch Cruiser, currently being painted in Akkrum, <a title="View more discussions on Netherlands" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/Netherlands.html">Netherlands</a>, ready June 20.  EMAIL=&quot;Lynnfairwind@gmail.com.  69,500 euros.  <br />
Contact me for a full list of <a title="View more discussions on Equipment" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/equipment.html">equipment</a>, <a title="View more discussions on History" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/history.html">history</a> and photos.</div>


	<br />
	<div style="padding:8px">

	
		<fieldset class="fieldset">
			<legend>Attached Thumbnails</legend>
			<div style="padding:3px">
			
<a href="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310365&amp;d=1778257445" rel="Lightbox_4072485" id="attachment310365" target="_blank"><img class="thumbnail" src="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310365&amp;stc=1&amp;thumb=1&amp;d=1778257445" border="0" alt="Click image for larger version

Name:	IMG_3896.jpg
Views:	N/A
Size:	426.5 KB
ID:	310365" /></a>
&nbsp;

			</div>
		</fieldset>
	

	

	

	

	</div>
]]></content:encoded>
			<category domain="https://www.cruisersforum.com/forums/f152/">Boats For Sale and Wanted</category>
			<dc:creator>Zwerver26</dc:creator>
			<guid isPermaLink="true">https://www.cruisersforum.com/forums/f152/cruising-europe-boat-for-sale-300132.html</guid>
		</item>
		<item>
			<title>For Sale: 1986 Tanzer 31 Shoal Draft  Fresh Water Survivor</title>
			<link>https://www.cruisersforum.com/forums/f152/1986-tanzer-31-shoal-draft-fresh-water-survivor-300131.html</link>
			<pubDate>Fri, 08 May 2026 15:45:20 GMT</pubDate>
			<description><![CDATA[Location: Keswick/Ontario Base Price (Boat & Steel Cradle): $22,500 CAD Infrastructure Package (Trailer & Lifter): $12,500 CAD Total "Freedom"...]]></description>
			<content:encoded><![CDATA[<div>Location: Keswick/Ontario Base <a title="View more discussions on Price" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/price.html">Price</a> (Boat &amp; <a title="View more discussions on Steel" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/steel.html">Steel</a> Cradle): $22,500 CAD Infrastructure Package (Trailer &amp; Lifter): $12,500 CAD Total &quot;Freedom&quot; Package: $35,000 CAD<br />
Overview<br />
This Quebec-built Tanzer 31 is a rare &quot;freshwater survivor.&quot; It has never seen <a title="View more discussions on Salt&nbsp;water" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/salt.html water">salt water</a>, has been stored on land and maintained by a marina for roughly half its life, and has seen remarkably low usage. With only 4,000 total lifetime miles, the <a title="View more discussions on Hull" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/hull.html">hull</a> and standing <a title="View more discussions on Rigging" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/rigging.html">rigging</a> have experienced significantly less stress than typical cruisers.<br />
<br />
The Vessel<br />
<a title="View more discussions on Engine" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/engine.html">Engine</a>: Reliable <a title="View more discussions on Yanmar" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/yanmar.html">Yanmar</a> <a title="View more discussions on Diesel" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/diesel.html">Diesel</a> (Estimated &lt;1,000 hrs).<br />
Shoal <a title="View more discussions on Draft" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/draft.html">Draft</a>: 48&quot; (4')  Ideal for gunkholing and thin <a title="View more discussions on Water" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/water.html">water</a>.<br />
<a title="View more discussions on Canal" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/canal.html">Canal</a> Ready: Equipped with a tabernacle, custom tackle for self-stepping the <a title="View more discussions on Mast" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/mast.html">mast</a>, and a custom <a title="View more discussions on Aluminum" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/aluminum.html">aluminum</a> mast-stowage bracket for a 5' vertical clearance.<br />
<a title="View more discussions on Interior" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/interior.html">Interior</a>: 6' 3&quot; <a title="View more discussions on Headroom" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/headroom.html">headroom</a>, sleeps 6, 3-burner <a title="View more discussions on Propane" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/propane.html">propane</a> stove/oven, and LED <a title="View more discussions on Lighting" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/lighting.html">lighting</a> conversion.<br />
<br />
Tankage:<br />
<a title="View more discussions on Fuel" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/fuel.html">Fuel</a>: 25 Gallons<br />
Fresh <a title="View more discussions on Water" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/water.html">Water</a>: 25 Gallons<br />
<a title="View more discussions on Holding&nbsp;Tank" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/holding.html tank">Holding Tank</a>: 15 Gallons<br />
<a title="View more discussions on Electrical" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/electrical.html">Electrical</a>:<br />
2-battery Lead Acid house bank.<br />
Dedicated <a title="View more discussions on Head" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/head.html">Head</a> <a title="View more discussions on Battery" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/battery.html">Battery</a>: Located in the <a title="View more discussions on Head" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/head.html">head</a> cabinetry less than 18&quot; from the <a title="View more discussions on Motor" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/motor.html">motor</a>, ensuring zero voltage loss for the macerator.<br />
All <a title="View more discussions on Batteries" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/batteries.html">batteries</a> maintained by a dedicated <a title="View more discussions on Tender" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/tender.html">tender</a> <a title="View more discussions on Charging" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/charging.html">charging</a> system.<br />
<a title="View more discussions on Propane" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/propane.html">Propane</a> System: Safe dual-tank setup in a <a title="View more discussions on Remote" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/remote.html">remote</a> vented locker with a <a title="View more discussions on Remote" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/remote.html">remote</a> shutoff solenoid.<br />
<br />
<a title="View more discussions on Galley" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/galley.html">Galley</a>: 3-burner propane <a title="View more discussions on Stove" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/stove.html">stove</a> with <a title="View more discussions on Oven" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/oven.html">oven</a>; dual large iceboxes (ready for easy <a title="View more discussions on Refrigeration" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/refrigeration.html">refrigeration</a> conversion).<br />
<br />
The Infrastructure Package (Optional but Recommended)<br />
Designed for the owner who wants total independence from marina schedules and <a title="View more discussions on Fees" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/fees.html">fees</a>:<br />
Custom 16' Flatbed Float with 30' Tongue Extension: This is the &quot;secret weapon&quot; for this <a title="View more discussions on Boat" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/boat.html">boat</a>. The custom <a title="View more discussions on Trailer" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/trailer.html">trailer</a> features an extra-long extendable tongue that puts a full 30' between the <a title="View more discussions on Trailer" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/trailer.html">trailer</a> tires and the tow vehicle tires. This allows you to launch a 31' sailboat at a standard <a title="View more discussions on Boat" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/boat.html">boat</a> <a title="View more discussions on Ramp" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/ramp.html">ramp</a> while keeping your truck tires completely dry and on solid ground.<br />
<a title="View more discussions on Cradle" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/cradle.html">Cradle</a> Lifter: Specialized <a title="View more discussions on Equipment" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/equipment.html">equipment</a> to <a title="View more discussions on Lift" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/lift.html">lift</a> the boat and <a title="View more discussions on Cradle" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/cradle.html">cradle</a> off the trailer, allowing for private <a title="View more discussions on Storage" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/storage.html">storage</a> on your own property.<br />
Heavy-Duty Cradle: Custom 1/4&quot; plate steel with a collapsible rear bunk designed specifically for <a title="View more discussions on Ramp" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/ramp.html">ramp</a> launching.<br />
<br />
Investment Analysis: Why the Infrastructure Package is &quot;Free&quot;<br />
<a title="View more discussions on Purchasing" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/purchasing.html">Purchasing</a> the Trailer and Cradle Lifter isn't just an equipment upgradeit is a financial strategy. By owning the means to transport, launch, and store this vessel yourself, you eliminate the &quot;hidden costs&quot; of boat <a title="View more discussions on Ownership" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/ownership.html">ownership</a>.<br />
Estimated Annual Savings (Southern Ontario/Great Lakes Averages):<br />
<a title="View more discussions on Winter" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/winter.html">Winter</a> <a title="View more discussions on Storage" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/storage.html">Storage</a> (Land/Cradle): $1,200  $1,800<br />
Spring Haul-out &amp; Fall Launch: $600  $900<br />
Stepping/Unstepping <a title="View more discussions on Mast" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/mast.html">Mast</a>: $400  $600<br />
Mast Storage <a title="View more discussions on Fees" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/fees.html">Fees</a>: $150  $300<br />
Trailer/Trucking Fees: $500+<br />
Total Estimated Annual Savings: $2,850  $4,100<br />
The Bottom Line: The $12,500 infrastructure package pays for itself in roughly 3 to 4 seasons. After that, you are essentially sailing for &quot;free&quot; while others pay thousands in annual marina services.<br />
<br />
Cruisers Forum Note: This setup is the ultimate solution for a &quot;Loopers&quot; or those looking to explore the Trent-Severn, Erie, or Rideau canals without the $2,000+ cost of professional mast stepping and haul-out services.<br />
The boat is available for <a title="View more discussions on Inspection" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/inspection.html">inspection</a> [on its cradle/in the water]. The full infrastructure package is offered to the boat buyer first.<br />
<br />
Boat and Cradle <a title="View more discussions on Lift" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/lift.html">Lift</a> Video<br />
<a href="https://www.youtube.com/watch?v=aMd2geVnnPI" target="_blank">https://www.youtube.com/watch?v=aMd2geVnnPI</a><br />
<br />
Boat and cradle lifter details<br />
<a href="https://www.youtube.com/watch?v=vhttOMDtjIw" target="_blank">https://www.youtube.com/watch?v=vhttOMDtjIw</a><br />
<br />
<img src="https://drive.google.com/file/d/1rTowxeAR7OFhvrJ-5SjTqkQSWvJLchYT/view?usp=drive_link" border="0" alt="" onload="NcodeImageResizer.createOn(this);" /><br />
<br />
<br />
<img src="https://drive.google.com/file/d/12sIC8pLx9M92R6SfpLwAATHJG6qt7pDN/view?usp=drive_link" border="0" alt="" onload="NcodeImageResizer.createOn(this);" /><br />
<br />
<img src="https://drive.google.com/file/d/1eMERFP5pDwhSU-GzRTF1azl8Uk3uHjGW/view?usp=drive_link" border="0" alt="" onload="NcodeImageResizer.createOn(this);" /></div>


	<br />
	<div style="padding:8px">

	
		<fieldset class="fieldset">
			<legend>Attached Thumbnails</legend>
			<div style="padding:3px">
			
<a href="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310361&amp;d=1778255061" rel="Lightbox_4072481" id="attachment310361" target="_blank"><img class="thumbnail" src="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310361&amp;stc=1&amp;thumb=1&amp;d=1778255061" border="0" alt="Click image for larger version

Name:	2015-10-07 13.19.50.jpg
Views:	N/A
Size:	400.0 KB
ID:	310361" /></a>
&nbsp;

<a href="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310362&amp;d=1778255061" rel="Lightbox_4072481" id="attachment310362" target="_blank"><img class="thumbnail" src="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310362&amp;stc=1&amp;thumb=1&amp;d=1778255061" border="0" alt="Click image for larger version

Name:	2015-10-22 16.39.14.jpg
Views:	N/A
Size:	345.7 KB
ID:	310362" /></a>
&nbsp;<br /><br />

<a href="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310363&amp;d=1778255061" rel="Lightbox_4072481" id="attachment310363" target="_blank"><img class="thumbnail" src="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310363&amp;stc=1&amp;thumb=1&amp;d=1778255061" border="0" alt="Click image for larger version

Name:	Interior 1.jpg
Views:	N/A
Size:	405.4 KB
ID:	310363" /></a>
&nbsp;

			</div>
		</fieldset>
	

	

	

	

	</div>
]]></content:encoded>
			<category domain="https://www.cruisersforum.com/forums/f152/">Boats For Sale and Wanted</category>
			<dc:creator>kwikreports</dc:creator>
			<guid isPermaLink="true">https://www.cruisersforum.com/forums/f152/1986-tanzer-31-shoal-draft-fresh-water-survivor-300131.html</guid>
		</item>
		<item>
			<title>For Sale or Trade: Monitor Windvane for sell or trade</title>
			<link>https://www.cruisersforum.com/forums/f64/monitor-windvane-for-sell-or-trade-300130.html</link>
			<pubDate>Fri, 08 May 2026 14:50:45 GMT</pubDate>
			<description>Monitor Windvane cost new $5500-7500 
  
 I have a monitor windvane available in good condition. Shows cosmetic rusting in places that could be...</description>
			<content:encoded><![CDATA[<div><a title="View more discussions on Monitor" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/monitor.html">Monitor</a> <a title="View more discussions on Windvane" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/windvane.html">Windvane</a> cost new $5500-7500<br />
 <br />
 I have a <a title="View more discussions on Monitor" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/monitor.html">monitor</a> <a title="View more discussions on Windvane" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/windvane.html">windvane</a> available in good condition. Shows cosmetic rusting in places that could be easily cleaned up. <br />
<br />
Includes:<br />
Primary windvane structure and pnedulum<br />
2 Airvanes <br />
Water paddle and hinge and latch assembly<br />
9 mounting tubes -- but these might be for a specific boat - I put a call in to Scanmar for more info waiting on the call back<br />
<br />
There are 9 tubes that are used for <a title="View more discussions on Installation" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/installation.html">installation</a> that are not pictured<br />
 <br />
Does not include the <a title="View more discussions on Wheel" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/wheel.html">wheel</a> attachment<br />
<br />
As-is $2200 or the best offer or <a title="View more discussions on Trade" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/trade.html">trade</a>. Might be willing to ship for an additional fee.<br />
<br />
Location is Southeast <a title="View more discussions on Houston" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/houston.html">Houston</a> Tx  zip 77062 (Clear Lake City Tx and League City Tx area)<br />
<br />
Other items <a title="View more discussions on For&nbsp;sale" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/for.html sale">for sale</a>... <a title="View more discussions on Cal" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/cal.html">Cal</a> 31 sailboat, High pressure air cleaner 450psi, <a title="View more discussions on Marine" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/marine.html">marine</a> battery <a title="View more discussions on Charger" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/charger.html">charger</a>, <a title="View more discussions on Navigation" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/navigation.html">navigation</a> equipment older but still works, boat ladder, <a title="View more discussions on Dock" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/dock.html">dock</a> <a title="View more discussions on Electric" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/electric.html">electric</a> cords with multiple adapters, 5 <a title="View more discussions on Sails" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/sails.html">sails</a>, a lot stuff from a relative who managed <a title="View more discussions on Marinas" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/marinas.html">marinas</a> for 30 years.<br />
<br />
Motivated seller the worst we can do is say no <br />
<br />
Thanks</div>


	<br />
	<div style="padding:8px">

	
		<fieldset class="fieldset">
			<legend>Attached Thumbnails</legend>
			<div style="padding:3px">
			
<a href="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310355&amp;d=1778251491" rel="Lightbox_4072477" id="attachment310355" target="_blank"><img class="thumbnail" src="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310355&amp;stc=1&amp;thumb=1&amp;d=1778251491" border="0" alt="Click image for larger version

Name:	17782507124875055952719910591229.jpg
Views:	N/A
Size:	416.3 KB
ID:	310355" /></a>
&nbsp;

<a href="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310356&amp;d=1778251491" rel="Lightbox_4072477" id="attachment310356" target="_blank"><img class="thumbnail" src="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310356&amp;stc=1&amp;thumb=1&amp;d=1778251491" border="0" alt="Click image for larger version

Name:	17782507634762317527193056003731.jpg
Views:	N/A
Size:	413.9 KB
ID:	310356" /></a>
&nbsp;<br /><br />

<a href="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310357&amp;d=1778251491" rel="Lightbox_4072477" id="attachment310357" target="_blank"><img class="thumbnail" src="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310357&amp;stc=1&amp;thumb=1&amp;d=1778251491" border="0" alt="Click image for larger version

Name:	17782508116957627405410450061723.jpg
Views:	N/A
Size:	410.2 KB
ID:	310357" /></a>
&nbsp;

<a href="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310358&amp;d=1778251491" rel="Lightbox_4072477" id="attachment310358" target="_blank"><img class="thumbnail" src="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310358&amp;stc=1&amp;thumb=1&amp;d=1778251491" border="0" alt="Click image for larger version

Name:	17782508620847978093578728844918.jpg
Views:	N/A
Size:	413.1 KB
ID:	310358" /></a>
&nbsp;<br /><br />

<a href="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310359&amp;d=1778251491" rel="Lightbox_4072477" id="attachment310359" target="_blank"><img class="thumbnail" src="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310359&amp;stc=1&amp;thumb=1&amp;d=1778251491" border="0" alt="Click image for larger version

Name:	17782514442257629871729195569442.jpg
Views:	N/A
Size:	410.6 KB
ID:	310359" /></a>
&nbsp;

<a href="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310360&amp;d=1778251491" rel="Lightbox_4072477" id="attachment310360" target="_blank"><img class="thumbnail" src="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310360&amp;stc=1&amp;thumb=1&amp;d=1778251491" border="0" alt="Click image for larger version

Name:	1778251465739754826830877127494.jpg
Views:	N/A
Size:	409.3 KB
ID:	310360" /></a>
&nbsp;<br /><br />

			</div>
		</fieldset>
	

	

	

	

	</div>
]]></content:encoded>
			<category domain="https://www.cruisersforum.com/forums/f64/">General Classifieds (no boats)</category>
			<dc:creator>Chris Houston</dc:creator>
			<guid isPermaLink="true">https://www.cruisersforum.com/forums/f64/monitor-windvane-for-sell-or-trade-300130.html</guid>
		</item>
		<item>
			<title>the jackery 100 explorer lifepi4</title>
			<link>https://www.cruisersforum.com/forums/f14/the-jackery-100-explorer-lifepi4-300129.html</link>
			<pubDate>Fri, 08 May 2026 14:28:29 GMT</pubDate>
			<description>no more  dangerous usb powerbanks with dangerous lithium. 
throw them all off and buy the jackery 100 explorer with lifepo4.. 
its incredible  
does...</description>
			<content:encoded><![CDATA[<div>no more  dangerous usb powerbanks with dangerous <a title="View more discussions on Lithium" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/lithium.html">lithium</a>.<br />
throw them all off and buy the jackery 100 explorer with <a title="View more discussions on Lifepo4" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/lifepo4.html">lifepo4</a>..<br />
its incredible <br />
does everything you need with usb <a title="View more discussions on Charging" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/charging.html">charging</a><br />
no ac of course<br />
no large capacity <br />
just usb c <a title="View more discussions on Power" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/power.html">power</a> <a title="View more discussions on Delivery" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/delivery.html">delivery</a>  at a rate that a  German nuclear <a title="View more discussions on Power" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/power.html">power</a> station would be proud of!!</div>

]]></content:encoded>
			<category domain="https://www.cruisersforum.com/forums/f14/"><![CDATA[Electrical: Batteries, Generators & Solar]]></category>
			<dc:creator>Fuss</dc:creator>
			<guid isPermaLink="true">https://www.cruisersforum.com/forums/f14/the-jackery-100-explorer-lifepi4-300129.html</guid>
		</item>
		<item>
			<title>For Sale: New and Unused 43m² Offshore Triradial Mainsail</title>
			<link>https://www.cruisersforum.com/forums/f64/new-and-unused-43m-offshore-triradial-mainsail-300128.html</link>
			<pubDate>Fri, 08 May 2026 13:48:45 GMT</pubDate>
			<description>Hey fellow sailors,  
my mistake, your benefit.....After receiving my new mainsail and hoisting it once, I realised that the P-length I gave was...</description>
			<content:encoded><![CDATA[<div>Hey fellow sailors, <br />
my mistake, your benefit.....After receiving my new <a title="View more discussions on Mainsail" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/mainsail.html">mainsail</a> and hoisting it once, I realised that the P-length I gave was incorrect...uhhhrrr. The only way for me to get what I really wanted was to <a title="View more discussions on Purchase" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/purchase.html">purchase</a> another sail which, by the way, fits perfectly.<br />
<br />
So, now I need to sell the first sail....at a great <a title="View more discussions on Price" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/price.html">price</a> to someone who can use it.<br />
Here are the specs:<br />
	Luff 14.85 m | Leech 15.50 m | Foot 4.85 m | Sail area 43 m²<br />
	Premium Challenge <a title="View more discussions on Newport" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/newport.html">Newport</a> Dacron - White 9.1 oz / 390 g/m²<br />
	Highly dimensionally stable &amp; shape-retaining triradial cut<br />
	Triple stitched with UV-Resistant Dabond thread<br />
	Prepared for 3 reefing lines with V4A reef cringles and V4A floppy reef rings at the luff<br />
	Radial reinforcements at the corners, reefpoints and additional leather protection around the V4A rings at the luff and leech corners<br />
	Manufactured by Rolly-Tasker <a title="View more discussions on Sails" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/sails.html">Sails</a><br />
	Full-batten with 5 batten pockets<br />
	Luff prepared for mast slider system with 6x intermediate sliders and webbing loops<br />
	Matching intermediate sliders can be sewn on at no extra cost*.<br />
	Rutgerson roller sliders, for example, can be mounted on the batten fittings for ca. 65 each*.<br />
	5x batten fittings PNP 161N M10 thread with adjustment screw for batten tension<br />
	Leech trim line with Camcleat clamps V4A<br />
	Trim tape blue<br />
	Includes new large Rolly-Tasker sail bag and lashings<br />
	Full-batten set can be supplied for 150*<br />
<br />
	New Cost: 5.370 EUR / SALES PRICE: 3.500 EUR<br />
	Commission Nr. 1642<br />
<br />
* My unused sail is being <a title="View more discussions on Sold" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/SOLD.html">sold</a> on consignment for me by my <a title="View more discussions on Sailmaker" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/sailmaker.html">sailmaker</a> &quot;Segelmacherei Tuchwerkstatt&quot; in Greifswald, <a title="View more discussions on Germany" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/Germany.html">Germany</a>. Additions, eg. Sliders, Rutgerson roller sliders, Battens, etc. can be arranged/purchased directly with the sail loft.<br />
<br />
If interested, PM me and I can send you the contact details for Sebastian at Segelmacherei Tuchwerkstatt.<br />
<br />
Cheers!<br />
<br />
--&gt; See attached photos</div>


	<br />
	<div style="padding:8px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.cruisersforum.com/forums/images/attach/pdf.gif" alt="File Type: pdf" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310351&amp;d=1778247493">Sail photos.pdf</a> (502.6 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="https://www.cruisersforum.com/forums/f64/">General Classifieds (no boats)</category>
			<dc:creator>RobertL</dc:creator>
			<guid isPermaLink="true">https://www.cruisersforum.com/forums/f64/new-and-unused-43m-offshore-triradial-mainsail-300128.html</guid>
		</item>
		<item>
			<title>Charts and Crusing Guides- New York, East Coast, Keys and Bahamas</title>
			<link>https://www.cruisersforum.com/forums/f121/charts-and-crusing-guides-new-york-east-coast-keys-and-bahamas-300126.html</link>
			<pubDate>Fri, 08 May 2026 04:25:23 GMT</pubDate>
			<description><![CDATA[We're finalizing our plans to travel south for the winters, starting later this year.  Destinations include the Keys and Bahamas.  We need charts and...]]></description>
			<content:encoded><![CDATA[<div>We're finalizing our plans to travel south for the winters, starting later this year.  Destinations include the Keys and <a title="View more discussions on Bahamas" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/Bahamas.html">Bahamas</a>.  We need <a title="View more discussions on Charts" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/charts.html">charts</a> and <a title="View more discussions on Cruising&nbsp;guides" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/cruising.html guides">cruising guides</a> outside our <a title="View more discussions on Current" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/current.html">current</a> area (Northeast).  <a title="View more discussions on Route" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/route.html">Route</a> planning is on OpenCPN and transferred to a <a title="View more discussions on Raymarine" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/raymarine.html">Raymarine</a> Axiom at the <a title="View more discussions on Helm" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/helm.html">helm</a>, which has the <a title="View more discussions on Navionics" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/navionics.html">Navionics</a> Platinum+ US East.  We also use the Embassy <a title="View more discussions on Cruising&nbsp;Guides" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/cruising.html guides">Cruising Guides</a> for <a title="View more discussions on Long&nbsp;Island" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/Long.html Island">Long Island</a> and <a title="View more discussions on New&nbsp;England" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/new.html england">New England</a>, so we're familiar with this format.<br />
<br />
For those who have done this trip, what's your thoughts on our plan to augment our <a title="View more discussions on Current" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/current.html">current</a> setup with:<br />
<ol style="list-style-type: decimal"><li>Navionics Platinum+ US South for the chart plotter<br />
(Also considering <a title="View more discussions on C-Map" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/c-map.html">C-Map</a> 4D Local <a title="View more discussions on Florida" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/florida.html">Florida</a> &amp; Explorer <a title="View more discussions on Bahamas" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/Bahamas.html">Bahamas</a> instead of Navionics)</li>
<li>Aquamaps North America + Bahamas</li>
<li>Explorer chart <a title="View more discussions on Books" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/books.html">books</a> (3)</li>
<li>Waterway Guides, All <a title="View more discussions on East&nbsp;Coast" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/east.html coast">East Coast</a> (paper), Keys (paper) and Bahamas (paper and electronic)</li>
<li>Embassy Cruising Guides Chesapeake to <a title="View more discussions on Florida" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/florida.html">Florida</a> and Florida to Mobile</li>
<li>Explorer <a title="View more discussions on Charts" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/charts.html">charts</a> for OpenCPN (3)  The o-charts website indicates the updates are undetermined.  Does anyone have feedback if this is worth it?</li>
</ol>The thought is to expand the coverage for what we already know and add additional products, as appropriate.  Anything missing?<br />
<br />
Thanks!</div>

]]></content:encoded>
			<category domain="https://www.cruisersforum.com/forums/f121/">Navigation</category>
			<dc:creator>neflier</dc:creator>
			<guid isPermaLink="true">https://www.cruisersforum.com/forums/f121/charts-and-crusing-guides-new-york-east-coast-keys-and-bahamas-300126.html</guid>
		</item>
		<item>
			<title>Which color sunbrella is this?</title>
			<link>https://www.cruisersforum.com/forums/f55/which-color-sunbrella-is-this-300125.html</link>
			<pubDate>Fri, 08 May 2026 04:03:07 GMT</pubDate>
			<description>Which blue color is the dodger? 
 
 
Too dark for Pacific Blue ? 
Too blue for Ocean Blue. 
Definitely more blue than Captain Navy. 
More blue than...</description>
			<content:encoded><![CDATA[<div>Which blue color is the <a title="View more discussions on Dodger" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/dodger.html">dodger</a>?<br />
<br />
<br />
Too dark for Pacific Blue ?<br />
Too blue for Ocean Blue.<br />
Definitely more blue than <a title="View more discussions on Captain" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/captain.html">Captain</a> <a title="View more discussions on Navy" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/navy.html">Navy</a>.<br />
More blue than <a title="View more discussions on Mediterranean" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/mediterranean.html">Mediterranean</a> Blue.<br />
Lighter and more blue than <a title="View more discussions on Marine" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/marine.html">Marine</a> Blue. <br />
Maybe it's Ocean Blue after all?<br />
<br />
<br />
<br />
<br />
<img src="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310348&amp;stc=1&amp;d=1778212952" border="0" alt="" onload="NcodeImageResizer.createOn(this);" /><br />
<br />
<br />
<img src="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310349&amp;stc=1&amp;d=1778212952" border="0" alt="" onload="NcodeImageResizer.createOn(this);" /></div>


	<br />
	<div style="padding:8px">

	
		<fieldset class="fieldset">
			<legend>Attached Thumbnails</legend>
			<div style="padding:3px">
			
<a href="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310348&amp;d=1778212951" rel="Lightbox_4072399" id="attachment310348" target="_blank"><img class="thumbnail" src="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310348&amp;stc=1&amp;thumb=1&amp;d=1778212951" border="0" alt="Click image for larger version

Name:	A7S00850 Large.jpeg
Views:	N/A
Size:	199.7 KB
ID:	310348" /></a>
&nbsp;

<a href="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310349&amp;d=1778212951" rel="Lightbox_4072399" id="attachment310349" target="_blank"><img class="thumbnail" src="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310349&amp;stc=1&amp;thumb=1&amp;d=1778212951" border="0" alt="Click image for larger version

Name:	sunbrella blues.jpeg
Views:	N/A
Size:	59.6 KB
ID:	310349" /></a>
&nbsp;<br /><br />

			</div>
		</fieldset>
	

	

	

	

	</div>
]]></content:encoded>
			<category domain="https://www.cruisersforum.com/forums/f55/"><![CDATA[Construction, Maintenance & Refit]]></category>
			<dc:creator>jonathanoasis</dc:creator>
			<guid isPermaLink="true">https://www.cruisersforum.com/forums/f55/which-color-sunbrella-is-this-300125.html</guid>
		</item>
		<item>
			<title>Problems with NZENC S63 charts</title>
			<link>https://www.cruisersforum.com/forums/f134/problems-with-nzenc-s63-charts-300123.html</link>
			<pubDate>Fri, 08 May 2026 00:03:53 GMT</pubDate>
			<description>Hi OpenCPN experts.... 
 
 
I have OpenCPN 5.12.4.0 running on Win 11 and it had been working fine with NZENC S63 charts...great. 
Then a few months...</description>
			<content:encoded><![CDATA[<div>Hi OpenCPN experts....<br />
<br />
<br />
I have OpenCPN 5.12.4.0 running on Win 11 and it had been working fine with NZENC S63 charts...great.<br />
Then a few months ago, OpenCPN started not shutting down properly and always wanting to start in Safe Mode...start in Safe Mode and it would run fine...but always exit flashing up a small window so fast it wasnt readable, and the next start...do you want to start in Safe Mode.<br />
It is caused by the NZENC charts, since if I take the NZENC directory out and run OpenCPN it exits properly and doesn't ask me about Safe Mode in restarting.<br />
OK, that's one issue...which I can cope with.<br />
<br />
<br />
NOW, I see that some of the S63 charts are not displayed, most are, but at least one, not.<br />
The chart is in the S63Charts folder, but not displayed on OpenCPN.<br />
<br />
<br />
I always get errors when installing these S63 charts...base charts and updates, but the system always runs...only now there is this one chart that is not displayed (there could be more, I don't know).<br />
<br />
Attached are my ini file and the last half of my log file...<br />
<br />
Anyone that can help me fix this issue?</div>


	<br />
	<div style="padding:8px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.cruisersforum.com/forums/images/attach/doc.gif" alt="File Type: doc" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310346&amp;d=1778198361">Settings.doc</a> (57.5 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://www.cruisersforum.com/forums/images/attach/doc.gif" alt="File Type: doc" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="https://www.cruisersforum.com/forums/attachment.php?attachmentid=310347&amp;d=1778198588">Log.doc</a> (317.0 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="https://www.cruisersforum.com/forums/f134/">OpenCPN</category>
			<dc:creator>Albro359</dc:creator>
			<guid isPermaLink="true">https://www.cruisersforum.com/forums/f134/problems-with-nzenc-s63-charts-300123.html</guid>
		</item>
		<item>
			<title>Solar arch design - dyneema crossbracing?</title>
			<link>https://www.cruisersforum.com/forums/f14/solar-arch-design-dyneema-crossbracing-300122.html</link>
			<pubDate>Thu, 07 May 2026 21:11:27 GMT</pubDate>
			<description>I am starting my journey of getting a solar arch built for my boat. 
 
 
Watching a Sail Life video a few days ago, I came across this: 
 
 
...</description>
			<content:encoded><![CDATA[<div>I am starting my journey of getting a <a title="View more discussions on Solar" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/solar.html">solar</a> arch built for my boat.<br />
<br />
<br />
Watching a Sail Life video a few days ago, I came across this:<br />
<br />
<br />
<br />
<a href="https://youtu.be/F27yfLGhazE?si=jw4-cssrSugdyOXn&amp;t=239" target="_blank">https://youtu.be/F27yfLGhazE?si=jw4-cssrSugdyOXn&amp;t=239</a><br />
 <br />
<br />
where he cross-braced his sub-optimal <a title="View more discussions on Solar" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/solar.html">solar</a> arch with <a title="View more discussions on Dyneema" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/dyneema.html">dyneema</a> line.<br />
<br />
<br />
It got me thinking. What if the arch was designed with this method from the start? Often times, it seems arches have either inadequate bracing, or the other extreme, quite a bit of extra tubing to stop the shake.<br />
<br />
<br />
Ok so line will only <a title="View more discussions on Work" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/work.html">work</a> in tension, not <a title="View more discussions on Compression" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/compression.html">compression</a>, but it would be possible to add more lines if needed to stabilize things.<br />
<br />
<br />
Advantages I could see would be less weight, and perhaps less cost in building the arch. Additionally, I guess lines could be tightened as needed to stiffen things up. Easily replaced if there is a problem. Easy to add more if needed.<br />
<br />
<br />
Are there any downsides or gotchas I'm not seeing?</div>

]]></content:encoded>
			<category domain="https://www.cruisersforum.com/forums/f14/"><![CDATA[Electrical: Batteries, Generators & Solar]]></category>
			<dc:creator>BirdBrain</dc:creator>
			<guid isPermaLink="true">https://www.cruisersforum.com/forums/f14/solar-arch-design-dyneema-crossbracing-300122.html</guid>
		</item>
		<item>
			<title>Furuno FI-50 wind angle indicator</title>
			<link>https://www.cruisersforum.com/forums/f13/furuno-fi-50-wind-angle-indicator-300118.html</link>
			<pubDate>Thu, 07 May 2026 18:05:02 GMT</pubDate>
			<description>Hi, 
 
Just got my boat back in the water for the season and am seeing some weird behaviour from my Furuno FI-50 wind instrument. The wind angle...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
Just got my boat back in the water for the season and am seeing some weird behaviour from my <a title="View more discussions on Furuno" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/furuno.html">Furuno</a> FI-50 <a title="View more discussions on Wind" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/wind.html">wind</a> instrument. The <a title="View more discussions on Wind" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/wind.html">wind</a> angle needle is <i>way</i> off and while calibrating/offsetting in the settings makes <i>some</i> difference, it doesn't make <i>much</i> difference and it doesn't fix it. It (the needle) stays to starboard even on a port tack, and seems disinclined to point anywhere but forwardish. <br />
<br />
However today I noticed that on my other <a title="View more discussions on Furuno" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/furuno.html">Furuno</a> dial I can bring up wind angle (ANGP and ANGS) and this seems to be correct, showing 35-40 when beating and switching correctly from P to S etc after tacking.<br />
<br />
Anyone ever seen anything like that? Any fixes?</div>

]]></content:encoded>
			<category domain="https://www.cruisersforum.com/forums/f13/">Marine Electronics</category>
			<dc:creator>kobolin</dc:creator>
			<guid isPermaLink="true">https://www.cruisersforum.com/forums/f13/furuno-fi-50-wind-angle-indicator-300118.html</guid>
		</item>
		<item>
			<title>Sea strainer filling with air</title>
			<link>https://www.cruisersforum.com/forums/f115/sea-strainer-filling-with-air-300116.html</link>
			<pubDate>Thu, 07 May 2026 16:32:20 GMT</pubDate>
			<description>The raw water sea strainer on our boat does not always stay full of water !  For context, the sea strainer itself is below the waterline, there is a...</description>
			<content:encoded><![CDATA[<div>The <a title="View more discussions on Raw&nbsp;water" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/raw.html water">raw water</a> sea strainer on our boat does not always stay full of water !  For context, the sea strainer itself is below the waterline, there is a ballvalve between the through-hull and sea strainer, and we normally leave that ballvalve open .(We're living and cruising on the boat full-time).   It is a Vetus 330 strainer with a clear top.  There is no &quot;scoop&quot; on the outside of the <a title="View more discussions on Hull" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/hull.html">hull</a>, just a flush through-hull.<br />
<br />
In calm waters, motoring or sailing the sea strainer usually remains full of water.<br />
<br />
Motoring or sailing (with the <a title="View more discussions on Motor" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/motor.html">motor</a> off)  in 10-20knots of wind and moderate seas the strainer will be half or fully empty of water in 1-2 hours.  Our standard practice in those conditions is to check the strainer, through the clear cover, once per hour, and refill, even with the <a title="View more discussions on Engine" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/engine.html">engine</a> running, by partially unscrewing the cover.  With the strainer below the waterline it fills right up when the cover is unscrewed.<br />
<br />
Recently we were unpleasantly compelled to drive to windward in 30 knots of wind and 12+ foot seas, motorsailing with three <a title="View more discussions on Reefs" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/reefs.html">reefs</a> in the <a title="View more discussions on Mainsail" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/mainsail.html">mainsail</a>.  In this case the strainer was nearly empty and had to be refilled every 30 mins. <br />
<br />
We have also found the after boisterous pure sailing that the strainer is almost always empty, and learned the hard way, by repeated engine alarms,  to check and fill the strainer before starting the engine.<br />
<br />
What is going on and what <a title="View more discussions on Advice" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/Advice.html">advice</a> do you have?<br />
<br />
I think it is air bubbles traveling under the hull in rough water and finding their way up into the strainer, displacing the water.  I have one or two ideas of what to do, but want your help and <a title="View more discussions on Advice" class="sk_tag" href="https://www.cruisersforum.com/forums/tags/Advice.html">advice</a>.<br />
<br />
Thank you!</div>

]]></content:encoded>
			<category domain="https://www.cruisersforum.com/forums/f115/">Plumbing Systems and Fixtures</category>
			<dc:creator>Cap Bill Des</dc:creator>
			<guid isPermaLink="true">https://www.cruisersforum.com/forums/f115/sea-strainer-filling-with-air-300116.html</guid>
		</item>
		<item>
			<title>Help with beta testing some nautical maps and charts</title>
			<link>https://www.cruisersforum.com/forums/f121/help-with-beta-testing-some-nautical-maps-and-charts-300112.html</link>
			<pubDate>Thu, 07 May 2026 13:05:49 GMT</pubDate>
			<description><![CDATA[Hey there!  I'm doing my best to see if I can post this without violating any rules, so I'm not mentioning any company names... but essentially, we...]]></description>
			<content:encoded><![CDATA[<div>Hey there!  I'm doing my best to see if I can post this without violating any rules, so I'm not mentioning any company names... but essentially, we have an app and we're looking to introduce a feature with nautical charts, but we're looking for help from boaters to check out the charts and let us know &quot;if we're showing things wrong&quot;, like icons, map features, lighthouse indicators, buoys, any markings in general - not for map accuracy, but just to make sure we're rendering things on the map in a way that proves useful.<br />
<br />
Are there any folks out there who might be interested in consulting with us to help us review this feature before releasing it to the public?<br />
<br />
I figured this might be a good place to come and find someone who could help out :)  I reviewed the form rules and I'm hopefully presenting this request in a way that doesn't cross any lines :)<br />
<br />
If interested, maybe DM me here so as not to turn this into an actual ad :)</div>

]]></content:encoded>
			<category domain="https://www.cruisersforum.com/forums/f121/">Navigation</category>
			<dc:creator>RadarRanger</dc:creator>
			<guid isPermaLink="true">https://www.cruisersforum.com/forums/f121/help-with-beta-testing-some-nautical-maps-and-charts-300112.html</guid>
		</item>
	</channel>
</rss>
