<?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 — my Panelolu feed rate steadily creeps up]]></title>
		<link>https://www.soliforum.com/topic/3876/my-panelolu-feed-rate-steadily-creeps-up/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/3876/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in my Panelolu feed rate steadily creeps up.]]></description>
		<lastBuildDate>Fri, 13 Sep 2013 03:30:17 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: my Panelolu feed rate steadily creeps up]]></title>
			<link>https://www.soliforum.com/post/36163/#p36163</link>
			<description><![CDATA[<p>AND DUH DUH duh.... I think I found the solution Lawsy, Tony.&nbsp; At least one I am happy with. </p><p>So here is some hopeful good news.&nbsp; I believe I found the magic bullet for a firmware fix for this problem, and at the same time it allows for better precision when dialing in the feedrate to exact percentages...</p><p><strong>in UltraLCD.cpp:</strong></p><p><strong>Original Code:</strong></p><div class="codebox"><pre><code>#define ENCODER_STEPS_PER_MENU_ITEM 5</code></pre></div><p><strong>Change to:</strong></p><div class="codebox"><pre><code>#define ENCODER_STEPS_PER_MENU_ITEM 2</code></pre></div><br /><p><strong>Original Code:</strong></p><div class="codebox"><pre><code>#ifdef ULTIPANEL
        if (encoderDiff)
        {
            lcdDrawUpdate = 1;
            encoderPosition += encoderDiff;
            encoderDiff = 0;
            timeoutToStatus = millis() + LCD_TIMEOUT_TO_STATUS;
        }</code></pre></div><p><strong>Change to:</strong></p><div class="codebox"><pre><code>#ifdef ULTIPANEL
        if (encoderDiff)
        {
            lcdDrawUpdate = 1;
            encoderPosition += encoderDiff / 2;
            encoderDiff = 0;
            timeoutToStatus = millis() + LCD_TIMEOUT_TO_STATUS;
        }</code></pre></div><p>Not exactly sure why this works, I can only theorize it adds a little extra layer of debouncing to the rotary encoder implementation in the firmware. I mean I didn&#039;t just randomly change numbers, but I don&#039;t have the skill to explain what I was thinking as I made these changes... yeah... I know. Anyhow,&nbsp; all I know is I couldn&#039;t get my print bed to heat up to more then 30C before the creep would come on in.&nbsp; </p><p>So far I have reached full temp, and no signs of the feedrate creep.&nbsp; Plus it&#039;s a little easier to adjust now. </p><p>Anyhow I&#039;ll of course need to run a print of some length to see if it really is the silver bullet. but so far, I am feeling much better:)</p>]]></description>
			<author><![CDATA[null@example.com (pastprimitive)]]></author>
			<pubDate>Fri, 13 Sep 2013 03:30:17 +0000</pubDate>
			<guid>https://www.soliforum.com/post/36163/#p36163</guid>
		</item>
		<item>
			<title><![CDATA[Re: my Panelolu feed rate steadily creeps up]]></title>
			<link>https://www.soliforum.com/post/36154/#p36154</link>
			<description><![CDATA[<p>Since I&#039;m not a new member, I got you covered for the link to our thread on your blog.</p><p><a href="http://blog.think3dprint3d.com/2012/07/panelolu-with-printrboard.html">http://blog.think3dprint3d.com/2012/07/ … board.html</a></p>]]></description>
			<author><![CDATA[null@example.com (pastprimitive)]]></author>
			<pubDate>Fri, 13 Sep 2013 01:39:19 +0000</pubDate>
			<guid>https://www.soliforum.com/post/36154/#p36154</guid>
		</item>
		<item>
			<title><![CDATA[Re: my Panelolu feed rate steadily creeps up]]></title>
			<link>https://www.soliforum.com/post/36128/#p36128</link>
			<description><![CDATA[<p>Hey guys</p><p>I am monitoring this closely - long posts with pastprimitive on the think3dprint3d blog (google Think3dprint3d pastprimitive, I cant post links to the forum as a band new member apparently)</p><p>In summary its an unusual problem so two of you having it is very odd. Any additional information you can provide would be useful in pinpointing the source of the problem.</p>]]></description>
			<author><![CDATA[null@example.com (TonyT3P3)]]></author>
			<pubDate>Thu, 12 Sep 2013 22:44:57 +0000</pubDate>
			<guid>https://www.soliforum.com/post/36128/#p36128</guid>
		</item>
		<item>
			<title><![CDATA[Re: my Panelolu feed rate steadily creeps up]]></title>
			<link>https://www.soliforum.com/post/35863/#p35863</link>
			<description><![CDATA[<p>Curious what command you used for setting your feedrate?</p>]]></description>
			<author><![CDATA[null@example.com (pastprimitive)]]></author>
			<pubDate>Tue, 10 Sep 2013 22:23:59 +0000</pubDate>
			<guid>https://www.soliforum.com/post/35863/#p35863</guid>
		</item>
		<item>
			<title><![CDATA[Re: my Panelolu feed rate steadily creeps up]]></title>
			<link>https://www.soliforum.com/post/35862/#p35862</link>
			<description><![CDATA[<p>never mind I found the layer change gcode in sli3er.</p>]]></description>
			<author><![CDATA[null@example.com (pastprimitive)]]></author>
			<pubDate>Tue, 10 Sep 2013 22:14:41 +0000</pubDate>
			<guid>https://www.soliforum.com/post/35862/#p35862</guid>
		</item>
		<item>
			<title><![CDATA[Re: my Panelolu feed rate steadily creeps up]]></title>
			<link>https://www.soliforum.com/post/35861/#p35861</link>
			<description><![CDATA[<p>That sounds like a great work around.&nbsp; The more I study the more it sounds like my rotary encoder is going bad, or more likely that the hardware debouncer for the encoder is going bad.&nbsp; I confirmed that there were indeed some voltage anomalies when I would switch the heated print bed on at the encoder pins.&nbsp; So I am thinking it may be a simple cap replacement, but I don&#039;t know if I want to mess with the risk of damaging the board. Where did you implement your gcode change?</p>]]></description>
			<author><![CDATA[null@example.com (pastprimitive)]]></author>
			<pubDate>Tue, 10 Sep 2013 22:12:51 +0000</pubDate>
			<guid>https://www.soliforum.com/post/35861/#p35861</guid>
		</item>
		<item>
			<title><![CDATA[Re: my Panelolu feed rate steadily creeps up]]></title>
			<link>https://www.soliforum.com/post/35856/#p35856</link>
			<description><![CDATA[<p>I had the same problem that crept in over time. I added gcode for each layer change that reset the rates.</p>]]></description>
			<author><![CDATA[null@example.com (lawsy)]]></author>
			<pubDate>Tue, 10 Sep 2013 20:48:06 +0000</pubDate>
			<guid>https://www.soliforum.com/post/35856/#p35856</guid>
		</item>
		<item>
			<title><![CDATA[my Panelolu feed rate steadily creeps up]]></title>
			<link>https://www.soliforum.com/post/35841/#p35841</link>
			<description><![CDATA[<p>So I have a panelolu module for my SD3, and the other day I noticed that my feed rate which is controlled by an encoder knob on the panelolu board was slowly creeping up over time. A print that took 1:40 started at 100% and ended up at 239%.&nbsp; Fortunately the print was fine, but for obvious reasons this is disconcerting.&nbsp; </p><p>Anyhow I have reset it multiple times, unplugged power, messed around with the actual encoder knob a bunch.&nbsp; </p><p>Any suggestions on what else to try?</p><p>Thanks!</p><p>Update: The feedrate only creeps when the I turn on the heated print bed.&nbsp; Everything else works fine. But when I turn on the heating for the print bed alone the creep starts happening. Seems like a voltage leak, or something... but not sure exactly where to look.</p>]]></description>
			<author><![CDATA[null@example.com (pastprimitive)]]></author>
			<pubDate>Tue, 10 Sep 2013 18:20:24 +0000</pubDate>
			<guid>https://www.soliforum.com/post/35841/#p35841</guid>
		</item>
	</channel>
</rss>
