<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[SoliForum - 3D Printing Community — What's the difference between honeycomb and rectiliner support?]]></title>
		<link>https://www.soliforum.com/topic/414/whats-the-difference-between-honeycomb-and-rectiliner-support/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/414/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in What's the difference between honeycomb and rectiliner support?.]]></description>
		<lastBuildDate>Mon, 29 Oct 2012 22:10:44 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: What's the difference between honeycomb and rectiliner support?]]></title>
			<link>https://www.soliforum.com/post/3622/#p3622</link>
			<description><![CDATA[<p>By definition and looking at code,&nbsp; Honeycomb is symmetrical-&nbsp; although the cell shape is allowed to be oblong, all cells throughout the entire print will be identical.&nbsp; &nbsp;I would guess that this is appropriate for very homogenous prints like a sphere, box, etc.&nbsp; However for prints with largely-varying features, I&#039;m guessing that if you tweaked it to be better for smaller areas, it would probably fill too much plastic where such density is not needed.</p><br /><br /><p>By definition and looking at code,&nbsp; Rectilinear is explicitly non-symmetrical-&nbsp; interconnecting lines are generated that are meant to be context-specific.</p><br /><p>For Rectilinear, it appears there are two major input parameters (Flow Spacing and Density) that determine the final fill structure.</p><div class="codebox"><pre><code>my $min_spacing = scale $params{flow_spacing};
my $distance_between_lines = $min_spacing / $params{density};
my $line_oscillation = $distance_between_lines - $min_spacing;</code></pre></div><br /><p>I&#039;m assuming you can find Flow Spacing and Density the GUI?&nbsp; &nbsp;If so, try:</p><p>1)&nbsp; <strong>Reduce the Flow Spacing to allow those smaller support areas to get more lines</strong>, maybe more like 1.0 - 1.5mm&nbsp; (to calculate, I would divide the diameter of your smallest structure by 4-&nbsp; eg.&nbsp; a 5mm diameter tube with Flow Spacing 1.25mm of would have 4 fill lines).<br />Note that this will have the side effect of increasing the apparent fill amount, so...</p><p>2)&nbsp; <strong>Reduce the Density to increase the variance in line spacings.</strong>&nbsp; This should allow less-sensitive areas to continue having more empty space rather than unnecessary fill.</p><br /><p><em>I don&#039;t think angle would have much predictable influence unless you had a print that was fairly homogenous, and predominently thicker in one axis VS another. Then it could have a huge impact. Is the default 0?&nbsp; My own personal position would be to use 45 degrees at all times-&nbsp; if this resulted in even a little bit of wobble due to manipulating both X/Y axis simultaneously I would think that will actually make a stronger interconnect.</em></p><br /><p>I don&#039;t have a printer yet so I can&#039;t really confirm these speculations.<br />If you&#039;re willing, please try it and share the result.</p>]]></description>
			<author><![CDATA[null@example.com (bahstrike)]]></author>
			<pubDate>Mon, 29 Oct 2012 22:10:44 +0000</pubDate>
			<guid>https://www.soliforum.com/post/3622/#p3622</guid>
		</item>
		<item>
			<title><![CDATA[What's the difference between honeycomb and rectiliner support?]]></title>
			<link>https://www.soliforum.com/post/3611/#p3611</link>
			<description><![CDATA[<p>I&#039;m guessing that they are different shapes but I&#039;m wondering if one is better than another in certain stls.&nbsp; I&#039;ve always used rectiliner set at 0 degrees 2.5 mm apart.&nbsp; But on some of my prints with very small areas that need support the support isn&#039;t printing right.&nbsp; It looks to me like there is just too little space for the head to put down enough plastic.&nbsp; I need to calibrate my plastic feed but I don&#039;t have a good caliper yet.</p>]]></description>
			<author><![CDATA[null@example.com (JustSomeGuyTN)]]></author>
			<pubDate>Mon, 29 Oct 2012 19:56:19 +0000</pubDate>
			<guid>https://www.soliforum.com/post/3611/#p3611</guid>
		</item>
	</channel>
</rss>
