<?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 — Replacement Heat Core - new design]]></title>
		<link>https://www.soliforum.com/topic/1009/replacement-heat-core-new-design/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/1009/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Replacement Heat Core - new design.]]></description>
		<lastBuildDate>Wed, 10 Apr 2013 23:14:46 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Replacement Heat Core - new design]]></title>
			<link>https://www.soliforum.com/post/19372/#p19372</link>
			<description><![CDATA[<p>though this doesn&#039;t explain why you&#039;re having your problem, you could manually change those values. the autotune suggested for you:<br />P9.34 I0.31 D70.06</p><p>By comparison, my values are<br />34.84, 4.39, 69.08.&nbsp; </p><p>[You can expect I&#039;ll have a little bit more overshoot than you, since my Kp value is so high.]</p><p>Your values seem reasonable for everything except for I. I is integral control, and responds based on how much error from your target that you have accumulated over time. </p><br /><p>I would recommend upping it to 2. That should get into the ballpark where you should be able to get rid of the oscillations, without causing many problems.&nbsp; You can also try increasing it to 1, seeing if that helps, then 1.5, then 2. But you may as well just jump to 2. </p><p>Summary: I was going to suggest you increase the&nbsp; I term, because I term tends to remove oscillations. This being a maybe reasonable idea is further supported by the fact your I term is set to 10x less than mine.&nbsp; You can easily edit the EEPROM settings in the repetier software when connected to your printer.</p>]]></description>
			<author><![CDATA[null@example.com (Tomek)]]></author>
			<pubDate>Wed, 10 Apr 2013 23:14:46 +0000</pubDate>
			<guid>https://www.soliforum.com/post/19372/#p19372</guid>
		</item>
		<item>
			<title><![CDATA[Re: Replacement Heat Core - new design]]></title>
			<link>https://www.soliforum.com/post/18793/#p18793</link>
			<description><![CDATA[<div class="quotebox"><cite>ronsii wrote:</cite><blockquote><p>Does the M500 command return with a &#039;settings saved&#039; acknowledgment?</p></blockquote></div><p>Yes&nbsp; and I just rebooted and the setting appeared to be saved.&nbsp; in RH the eeprom setting appear to have the correct numbers as well.</p><p>everything now looks good, except the sinewave looking heat fluctuation.</p><p>like this <span class="postimg"><img src="https://lh6.googleusercontent.com/-TJJ4RiW6jhA/UWBqEy6ICtI/AAAAAAAAG9I/YKRIO-qIojo/s697/photo.JPG" alt="https://lh6.googleusercontent.com/-TJJ4RiW6jhA/UWBqEy6ICtI/AAAAAAAAG9I/YKRIO-qIojo/s697/photo.JPG" /></span></p>]]></description>
			<author><![CDATA[null@example.com (lobosolo)]]></author>
			<pubDate>Sat, 06 Apr 2013 18:36:53 +0000</pubDate>
			<guid>https://www.soliforum.com/post/18793/#p18793</guid>
		</item>
		<item>
			<title><![CDATA[Re: Replacement Heat Core - new design]]></title>
			<link>https://www.soliforum.com/post/18790/#p18790</link>
			<description><![CDATA[<div class="quotebox"><cite>lobosolo wrote:</cite><blockquote><div class="quotebox"><cite>ronsii wrote:</cite><blockquote><p>Hi Gary and Lobo, Can you post the last PID numbers you programmed the SD with?</p></blockquote></div><p>sure thing.<br />i run this in RH after i set the temp to 190</p><div class="codebox"><pre><code>M303 S190 C5</code></pre></div><p>let it cycle until it gives me the PID output which is this</p><br /><div class="codebox"><pre><code>M301 P9.34 I0.31 D70.06</code></pre></div><p>everything looks good so i run</p><div class="codebox"><pre><code>M500</code></pre></div><br /><p>close, unplug restart and i get this<br />the PID settings are not staying saved.</p><br /><p>09:07:41.885 : echo: Free Memory: 1453&nbsp; PlannerBufferBytes: 1232<br />09:07:41.885 : echo:Using Default settings:<br />09:07:41.885 : echo:Steps per unit:<br />09:07:41.885 : echo:&nbsp; M92 X88.00 Y88.00 Z2268.00 E138.00<br />09:07:41.885 : echo:Maximum feedrates (mm/s):<br />09:07:41.885 : echo:&nbsp; M203 X500.00 Y500.00 Z5.00 E45.00<br />09:07:41.885 : echo:Maximum Acceleration (mm/s2):<br />09:07:41.885 : echo:&nbsp; M201 X9000 Y9000 Z100 E10000<br />09:07:41.885 : echo:Acceleration: S=acceleration, T=retract acceleration<br />09:07:41.885 : echo:&nbsp; M204 S3000.00 T3000.00<br />09:07:41.885 : echo:Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum xY jerk (mm/s),&nbsp; Z=maximum Z jerk (mm/s)<br />09:07:41.885 : echo:&nbsp; M205 S0.00 T0.00 B20000 X20.00 Z0.40 E5.00<br />09:07:41.885 : echo:Home offset (mm):<br />09:07:41.885 : echo:&nbsp; M206 X0.00 Y0.00 Z0.00<br />09:07:41.885 : echo:PID settings:<br />09:07:41.885 : echo:&nbsp; &nbsp;M301 P22.20 I1.08 D114.00<br />09:07:41.920 : N6 M105 *1<br />09:07:42.125 : ok<br />09:07:42.150 : FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:https://github.com/mlaws/solidoodle2-marlin PROTOCOL_VERSION:1.0 MACHINE_TYPE:Solidoodle EXTRUDER_COUNT:1<br />09:07:42.150 : ok<br />09:07:42.150 : N7 M220 S100 *70<br />09:07:42.150 : N8 M111 S6 *79<br />09:07:42.155 : ok T:68.7 /3.0 B:46.7 /3.0 @:0</p></blockquote></div><p>Does the M500 command return with a &#039;settings saved&#039; acknowledgment?</p>]]></description>
			<author><![CDATA[null@example.com (ronsii)]]></author>
			<pubDate>Sat, 06 Apr 2013 17:23:02 +0000</pubDate>
			<guid>https://www.soliforum.com/post/18790/#p18790</guid>
		</item>
		<item>
			<title><![CDATA[Re: Replacement Heat Core - new design]]></title>
			<link>https://www.soliforum.com/post/18780/#p18780</link>
			<description><![CDATA[<div class="quotebox"><cite>ronsii wrote:</cite><blockquote><p>Hi Gary and Lobo, Can you post the last PID numbers you programmed the SD with?</p></blockquote></div><p>sure thing.<br />i run this in RH after i set the temp to 190</p><div class="codebox"><pre><code>M303 S190 C5</code></pre></div><p>let it cycle until it gives me the PID output which is this</p><br /><div class="codebox"><pre><code>M301 P9.34 I0.31 D70.06</code></pre></div><p>everything looks good so i run</p><div class="codebox"><pre><code>M500</code></pre></div><p>close, unplug restart and i get this<br />the PID settings are not staying saved.</p><br /><p>09:07:41.885 : echo: Free Memory: 1453&nbsp; PlannerBufferBytes: 1232<br />09:07:41.885 : echo:Using Default settings:<br />09:07:41.885 : echo:Steps per unit:<br />09:07:41.885 : echo:&nbsp; M92 X88.00 Y88.00 Z2268.00 E138.00<br />09:07:41.885 : echo:Maximum feedrates (mm/s):<br />09:07:41.885 : echo:&nbsp; M203 X500.00 Y500.00 Z5.00 E45.00<br />09:07:41.885 : echo:Maximum Acceleration (mm/s2):<br />09:07:41.885 : echo:&nbsp; M201 X9000 Y9000 Z100 E10000<br />09:07:41.885 : echo:Acceleration: S=acceleration, T=retract acceleration<br />09:07:41.885 : echo:&nbsp; M204 S3000.00 T3000.00<br />09:07:41.885 : echo:Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum xY jerk (mm/s),&nbsp; Z=maximum Z jerk (mm/s)<br />09:07:41.885 : echo:&nbsp; M205 S0.00 T0.00 B20000 X20.00 Z0.40 E5.00<br />09:07:41.885 : echo:Home offset (mm):<br />09:07:41.885 : echo:&nbsp; M206 X0.00 Y0.00 Z0.00<br />09:07:41.885 : echo:PID settings:<br />09:07:41.885 : echo:&nbsp; &nbsp;M301 P22.20 I1.08 D114.00<br />09:07:41.920 : N6 M105 *1<br />09:07:42.125 : ok<br />09:07:42.150 : FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:https://github.com/mlaws/solidoodle2-marlin PROTOCOL_VERSION:1.0 MACHINE_TYPE:Solidoodle EXTRUDER_COUNT:1<br />09:07:42.150 : ok<br />09:07:42.150 : N7 M220 S100 *70<br />09:07:42.150 : N8 M111 S6 *79<br />09:07:42.155 : ok T:68.7 /3.0 B:46.7 /3.0 @:0</p>]]></description>
			<author><![CDATA[null@example.com (lobosolo)]]></author>
			<pubDate>Sat, 06 Apr 2013 14:14:21 +0000</pubDate>
			<guid>https://www.soliforum.com/post/18780/#p18780</guid>
		</item>
		<item>
			<title><![CDATA[Re: Replacement Heat Core - new design]]></title>
			<link>https://www.soliforum.com/post/18464/#p18464</link>
			<description><![CDATA[<p>Hi Gary and Lobo, Can you post the last PID numbers you programmed the SD with?</p>]]></description>
			<author><![CDATA[null@example.com (ronsii)]]></author>
			<pubDate>Wed, 03 Apr 2013 17:22:26 +0000</pubDate>
			<guid>https://www.soliforum.com/post/18464/#p18464</guid>
		</item>
		<item>
			<title><![CDATA[Re: Replacement Heat Core - new design]]></title>
			<link>https://www.soliforum.com/post/18450/#p18450</link>
			<description><![CDATA[<p>You&#039;ve got to wait for an elmoret or lawsy response or someone else that can debug electronics.&nbsp; That&#039;s my weak point.</p>]]></description>
			<author><![CDATA[null@example.com (cmetzel)]]></author>
			<pubDate>Wed, 03 Apr 2013 15:39:21 +0000</pubDate>
			<guid>https://www.soliforum.com/post/18450/#p18450</guid>
		</item>
		<item>
			<title><![CDATA[Re: Replacement Heat Core - new design]]></title>
			<link>https://www.soliforum.com/post/18448/#p18448</link>
			<description><![CDATA[<p>I am still having the temp swings as well. I contacted solidoodle support who told me that it if its not affecting the prints, then it should be fine. mine has 20 degree temp swings up and down 10 degrees. when i look at the temperature tab (set to 190) it looks like a sinewave just up and down 180 to 200.&nbsp; yes i have the Thermistor securely attached.</p>]]></description>
			<author><![CDATA[null@example.com (lobosolo)]]></author>
			<pubDate>Wed, 03 Apr 2013 15:32:06 +0000</pubDate>
			<guid>https://www.soliforum.com/post/18448/#p18448</guid>
		</item>
		<item>
			<title><![CDATA[Re: Replacement Heat Core - new design]]></title>
			<link>https://www.soliforum.com/post/18445/#p18445</link>
			<description><![CDATA[<p>thermistor secure?</p>]]></description>
			<author><![CDATA[null@example.com (cmetzel)]]></author>
			<pubDate>Wed, 03 Apr 2013 15:21:48 +0000</pubDate>
			<guid>https://www.soliforum.com/post/18445/#p18445</guid>
		</item>
		<item>
			<title><![CDATA[Re: Replacement Heat Core - new design]]></title>
			<link>https://www.soliforum.com/post/18440/#p18440</link>
			<description><![CDATA[<p>I am having similar problems with temperature stability. Extrude temps consistently overshoot both heating and cooling by 15 degrees or more. Trying to print PLA at 185C as soon as the skirt start to print the nozzle temp drops below 170, and the extrusion cuts off (but repitier DOESN&#039;T pause or abort the print!). If I jack it up to 190-195, it doesn&#039;t cools below 170 and stop extruding, but the PLA softens enough at the cold end to bend and wrap around the drive wheel, and jam the whole works.</p><p>I have done the PID recalcs - multiple times at 185, and the numbers come back consistent. The damn thing just can&#039;t hold within a 15 degree range.</p><p>Suggestions?</p>]]></description>
			<author><![CDATA[null@example.com (gary2169)]]></author>
			<pubDate>Wed, 03 Apr 2013 14:59:27 +0000</pubDate>
			<guid>https://www.soliforum.com/post/18440/#p18440</guid>
		</item>
		<item>
			<title><![CDATA[Re: Replacement Heat Core - new design]]></title>
			<link>https://www.soliforum.com/post/10802/#p10802</link>
			<description><![CDATA[<div class="quotebox"><cite>cmetzel wrote:</cite><blockquote><div class="quotebox"><cite>jefferysanders wrote:</cite><blockquote><p>&quot;The PID auto tune helped enormously after I switched hot ends.&quot;</p><p>I M303 S200 C(x) anytime I change anything with hardware or software.&nbsp; It can&#039;t hurt; just set X for a reasonable amount of cycles so you get a good number w/o cooking the filament and clogging.</p></blockquote></div><br /><p>Yeah I missed that tip and got my first clog while &quot;autotuning&quot;.&nbsp; Plus now my voice sounds like kanye west.</p></blockquote></div><p>HAH!</p><p>You think the new heat core design is necessary now that we&#039;ve switched to heater blocks?</p>]]></description>
			<author><![CDATA[null@example.com (solijohn)]]></author>
			<pubDate>Sun, 27 Jan 2013 15:46:04 +0000</pubDate>
			<guid>https://www.soliforum.com/post/10802/#p10802</guid>
		</item>
		<item>
			<title><![CDATA[Re: Replacement Heat Core - new design]]></title>
			<link>https://www.soliforum.com/post/10742/#p10742</link>
			<description><![CDATA[<p>I used to have a hard time with really long prints myself, after I added small ram heat-sinks (to the stepper drivers) and a 60mm fan and everything seems much better...and now you said that and since I have extras I will stick a couple on the Mosfets (couldn&#039;t hurt).&nbsp; I use a full case for my sang and 60 to 40 Fan adapter keeping positive pressure which helps with dust.&nbsp; I normally do 7-15 hour prints w/o problem now.&nbsp; My printer is in use nearly 24-hours a day...so much that demand for redundancy has me adding a couple Prusa i3 printers the first-to-mid next month.&nbsp; I have almost all the parts in and will begin construction next week!!!</p>]]></description>
			<author><![CDATA[null@example.com (jefferysanders)]]></author>
			<pubDate>Sun, 27 Jan 2013 02:03:22 +0000</pubDate>
			<guid>https://www.soliforum.com/post/10742/#p10742</guid>
		</item>
		<item>
			<title><![CDATA[Re: Replacement Heat Core - new design]]></title>
			<link>https://www.soliforum.com/post/10655/#p10655</link>
			<description><![CDATA[<p>Interesting issue with the new hot end and temperature control.&nbsp; My extruder has been stable within 1-2 degrees most of the time.&nbsp; However, since I&#039;ve been running 4-5 hour prints there seems to be a longer cycle where the hot end will stay stable for five minutes and then fluctuate more wildly for 5 minutes a ways into the print.&nbsp; When it fluctuates wildly, it swings back and forth about 10-11 degrees.&nbsp; I understand thoroughly how PID controls work and I did run the autotune, but I don&#039;t understand what the additional input would be that would cause the change in stability. My case is completely enclosed and I am not running the fan.&nbsp; Is it possible the MOSFET needs additional help cooling? There is already a fan on the electronics, so I guess the only thing I could do is add another fan or a bigger heat sink.&nbsp; Any other ideas?</p>]]></description>
			<author><![CDATA[null@example.com (jooshs)]]></author>
			<pubDate>Sat, 26 Jan 2013 06:52:36 +0000</pubDate>
			<guid>https://www.soliforum.com/post/10655/#p10655</guid>
		</item>
		<item>
			<title><![CDATA[Re: Replacement Heat Core - new design]]></title>
			<link>https://www.soliforum.com/post/10407/#p10407</link>
			<description><![CDATA[<div class="quotebox"><cite>jefferysanders wrote:</cite><blockquote><p>&quot;The PID auto tune helped enormously after I switched hot ends.&quot;</p><p>I M303 S200 C(x) anytime I change anything with hardware or software.&nbsp; It can&#039;t hurt; just set X for a reasonable amount of cycles so you get a good number w/o cooking the filament and clogging.</p></blockquote></div><br /><p>Yeah I missed that tip and got my first clog while &quot;autotuning&quot;.&nbsp; Plus now my voice sounds like kanye west.</p>]]></description>
			<author><![CDATA[null@example.com (cmetzel)]]></author>
			<pubDate>Wed, 23 Jan 2013 22:17:52 +0000</pubDate>
			<guid>https://www.soliforum.com/post/10407/#p10407</guid>
		</item>
		<item>
			<title><![CDATA[Re: Replacement Heat Core - new design]]></title>
			<link>https://www.soliforum.com/post/10388/#p10388</link>
			<description><![CDATA[<p>&quot;The PID auto tune helped enormously after I switched hot ends.&quot;</p><p>I M303 S200 C(x) anytime I change anything with hardware or software.&nbsp; It can&#039;t hurt; just set X for a reasonable amount of cycles so you get a good number w/o cooking the filament and clogging.</p>]]></description>
			<author><![CDATA[null@example.com (jefferysanders)]]></author>
			<pubDate>Wed, 23 Jan 2013 20:42:03 +0000</pubDate>
			<guid>https://www.soliforum.com/post/10388/#p10388</guid>
		</item>
		<item>
			<title><![CDATA[Re: Replacement Heat Core - new design]]></title>
			<link>https://www.soliforum.com/post/10380/#p10380</link>
			<description><![CDATA[<div class="quotebox"><cite>cmetzel wrote:</cite><blockquote><p>I still print from pronterface and it seems to have helped, although from time to time I notice that my set temp changes from 195 to 200 by itself, don&#039;t know what that is about.</p></blockquote></div><p>Settings of your slicing package.</p>]]></description>
			<author><![CDATA[null@example.com (elmoret)]]></author>
			<pubDate>Wed, 23 Jan 2013 20:00:54 +0000</pubDate>
			<guid>https://www.soliforum.com/post/10380/#p10380</guid>
		</item>
	</channel>
</rss>
