<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — What's the difference between honeycomb and rectiliner support?]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/414/" />
	<updated>2012-10-29T22:10:44Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/414/whats-the-difference-between-honeycomb-and-rectiliner-support/</id>
		<entry>
			<title type="html"><![CDATA[Re: What's the difference between honeycomb and rectiliner support?]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/3622/#p3622" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[bahstrike]]></name>
				<uri>https://www.soliforum.com/user/180/</uri>
			</author>
			<updated>2012-10-29T22:10:44Z</updated>
			<id>https://www.soliforum.com/post/3622/#p3622</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[What's the difference between honeycomb and rectiliner support?]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/3611/#p3611" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[JustSomeGuyTN]]></name>
				<uri>https://www.soliforum.com/user/96/</uri>
			</author>
			<updated>2012-10-29T19:56:19Z</updated>
			<id>https://www.soliforum.com/post/3611/#p3611</id>
		</entry>
</feed>
