<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — Automatic extrusion heater not working]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/2857/" />
	<updated>2013-06-18T21:31:08Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/2857/automatic-extrusion-heater-not-working/</id>
		<entry>
			<title type="html"><![CDATA[Re: Automatic extrusion heater not working]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/26960/#p26960" />
			<content type="html"><![CDATA[<p>Thank you very much Lawsy! I will read over your G-code and have a crack at it. Ill post back and see if anything is resolved tomorrow. Thank you guys for the help. I really a noob at all this and I really want to understand the innerworkings of this machine.</p>]]></content>
			<author>
				<name><![CDATA[sdf013]]></name>
				<uri>https://www.soliforum.com/user/2378/</uri>
			</author>
			<updated>2013-06-18T21:31:08Z</updated>
			<id>https://www.soliforum.com/post/26960/#p26960</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Automatic extrusion heater not working]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/26957/#p26957" />
			<content type="html"><![CDATA[<p>That is my start gcode and please read it carefully!<br />some of the lines that have been labelled as duplicates, specifically here:<br /></p><div class="codebox"><pre><code>M190 S100 ; wait for bed temperature to be reached
M104 S200 ; set temperature
G21; set mm units
G28 ;home all axis
G90; set absolute coordinates
G92 E0; reset extruder distance
M104 S200; set extruder temp and start heating</code></pre></div><p>Firstly, the extruder won&#039;t start to heat until the bed is up to temp. Since Solidoodle recently bastardised the bed heater to top out at 87, it will probably never reach 100 as set, so change the first line to:<br /></p><div class="codebox"><pre><code>M190 S85 ; wait for bed temperature to be reached</code></pre></div><p>M104 sets a target temp for the extruder but won&#039;t wait for it to reach it before going to the next line of gcode. Assuming your previous print left the bed at the bottom, this command starts the extruder heating before the printer does its homing, potentially saving 10-15 seconds of heating time. This line could be deleted if you don&#039;t care about this.</p><p>The second M104 is an error, but not on my part. It should be M109, which sets a temp but waits for it to be reached before anything else happens.</p><p><strong>Do not delete this line!</strong></p><p>Doing so will cause the print to start without the extruder heated up. It should be instead:</p><div class="codebox"><pre><code>M109 S200; set extruder temp and wait for temp to be reached</code></pre></div><p>Find my thread where I first posted this gcode. It is explained nicely and even included a video of how it works.</p>]]></content>
			<author>
				<name><![CDATA[lawsy]]></name>
				<uri>https://www.soliforum.com/user/51/</uri>
			</author>
			<updated>2013-06-18T21:23:01Z</updated>
			<id>https://www.soliforum.com/post/26957/#p26957</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Automatic extrusion heater not working]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/26953/#p26953" />
			<content type="html"><![CDATA[<p>Even after the autotune, im still getting a 13 degree overshoot and the bed is still heating when the print starts... <img src="https://www.soliforum.com/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></content>
			<author>
				<name><![CDATA[sdf013]]></name>
				<uri>https://www.soliforum.com/user/2378/</uri>
			</author>
			<updated>2013-06-18T21:10:29Z</updated>
			<id>https://www.soliforum.com/post/26953/#p26953</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Automatic extrusion heater not working]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/26952/#p26952" />
			<content type="html"><![CDATA[<p>you just have to save the printer on the printer tab of slic3r. and you are welcome.I&#039;m glad it worked out for you.</p>]]></content>
			<author>
				<name><![CDATA[2n2r5]]></name>
				<uri>https://www.soliforum.com/user/1906/</uri>
			</author>
			<updated>2013-06-18T21:05:07Z</updated>
			<id>https://www.soliforum.com/post/26952/#p26952</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Automatic extrusion heater not working]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/26946/#p26946" />
			<content type="html"><![CDATA[<p>Okay, I was able to change the PID settings, now how do i tell slicer to keep the G-code corrections that we made earlier?<br />And thank you so much for your help!!!</p>]]></content>
			<author>
				<name><![CDATA[sdf013]]></name>
				<uri>https://www.soliforum.com/user/2378/</uri>
			</author>
			<updated>2013-06-18T20:31:24Z</updated>
			<id>https://www.soliforum.com/post/26946/#p26946</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Automatic extrusion heater not working]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/26943/#p26943" />
			<content type="html"><![CDATA[<p>Find this tab then add the PID settings that the autotune spit out at you.</p><p><span class="postimg"><img src="http://2n2r5.com/pictures/printer/rh_eeprom_settings.jpg" alt="http://2n2r5.com/pictures/printer/rh_eeprom_settings.jpg" /></span></p>]]></content>
			<author>
				<name><![CDATA[2n2r5]]></name>
				<uri>https://www.soliforum.com/user/1906/</uri>
			</author>
			<updated>2013-06-18T20:22:04Z</updated>
			<id>https://www.soliforum.com/post/26943/#p26943</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Automatic extrusion heater not working]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/26942/#p26942" />
			<content type="html"><![CDATA[<p>How do I make these G code adjustments stick, so that every time I slice something it prints out the same corrections that I just implemented?</p>]]></content>
			<author>
				<name><![CDATA[sdf013]]></name>
				<uri>https://www.soliforum.com/user/2378/</uri>
			</author>
			<updated>2013-06-18T20:10:53Z</updated>
			<id>https://www.soliforum.com/post/26942/#p26942</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Automatic extrusion heater not working]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/26941/#p26941" />
			<content type="html"><![CDATA[<p>you should autotune your PID. <a href="http://www.soliwiki.com/PID_tuning">http://www.soliwiki.com/PID_tuning</a></p>]]></content>
			<author>
				<name><![CDATA[2n2r5]]></name>
				<uri>https://www.soliforum.com/user/1906/</uri>
			</author>
			<updated>2013-06-18T20:08:11Z</updated>
			<id>https://www.soliforum.com/post/26941/#p26941</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Automatic extrusion heater not working]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/26940/#p26940" />
			<content type="html"><![CDATA[<p>I edited the G code, and so far, it is heating up the extruder on it&#039;s own now, but it over shot the 200 mark, by almost 13 degrees. what are your Pid settings?</p>]]></content>
			<author>
				<name><![CDATA[sdf013]]></name>
				<uri>https://www.soliforum.com/user/2378/</uri>
			</author>
			<updated>2013-06-18T20:05:39Z</updated>
			<id>https://www.soliforum.com/post/26940/#p26940</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Automatic extrusion heater not working]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/26938/#p26938" />
			<content type="html"><![CDATA[<p>The default for the bed temp is set at 100c and it has worked wonderfully in the past.</p>]]></content>
			<author>
				<name><![CDATA[sdf013]]></name>
				<uri>https://www.soliforum.com/user/2378/</uri>
			</author>
			<updated>2013-06-18T20:00:21Z</updated>
			<id>https://www.soliforum.com/post/26938/#p26938</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Automatic extrusion heater not working]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/26937/#p26937" />
			<content type="html"><![CDATA[<p>This will start heating your extruder then waiting for the bed and extruder</p><br /><p>M107<br />M140 S85 ; &lt;----- Add Sets bed Temp to 85<br />M190 S85 ; wait for bed temperature to be reached &lt;----move this line***********<br />M104 S200 ; set temperature<br />G21; set mm units<br />G28 ;home all axis<br />G90; set absolute coordinates<br />G92 E0; reset extruder distance<br />G1 Z5 F300 ;move platform down 5mm<br />G1 X195 Y195 F3000 ; move to back right corner<br />M190 S85 ; wait for bed temperature to be reached &lt;----move it to here*********<br />M109 S200; wait for extruder temp to be reached<br />G1 Z.3000 F200 ;move platform close to nozzle<br />;G1 E7; extrude anchor<br />G1 F3000; center print head<br />G92 E0; reset extrusion distance<br />G90 ; use absolute coordinates<br />G21 ; set units to millimeters<br />G92 E0<br />M82 ; use absolute distances for extrusion</p>]]></content>
			<author>
				<name><![CDATA[2n2r5]]></name>
				<uri>https://www.soliforum.com/user/1906/</uri>
			</author>
			<updated>2013-06-18T19:57:53Z</updated>
			<id>https://www.soliforum.com/post/26937/#p26937</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Automatic extrusion heater not working]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/26936/#p26936" />
			<content type="html"><![CDATA[<p>This waits until the bed temp is all the way up until it starts.. what is your bed temp at?</p>]]></content>
			<author>
				<name><![CDATA[2n2r5]]></name>
				<uri>https://www.soliforum.com/user/1906/</uri>
			</author>
			<updated>2013-06-18T19:56:39Z</updated>
			<id>https://www.soliforum.com/post/26936/#p26936</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Automatic extrusion heater not working]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/26934/#p26934" />
			<content type="html"><![CDATA[<p>I took out the line that you showed and also lowered the bed temperature, and still no heating for the extruder.... Hum.... But when I manually trigger while the program is not running, it heats just fine...</p>]]></content>
			<author>
				<name><![CDATA[sdf013]]></name>
				<uri>https://www.soliforum.com/user/2378/</uri>
			</author>
			<updated>2013-06-18T19:51:33Z</updated>
			<id>https://www.soliforum.com/post/26934/#p26934</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Automatic extrusion heater not working]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/26930/#p26930" />
			<content type="html"><![CDATA[<p>M107<br />M140 S100 ; <strong>&lt;----- Add Sets bed Temp to 85</strong><br /><strong>M190 S100 ; wait for bed temperature to be reached</strong> &lt;---- this will slow you down too. This wants your bed temp to be 100? that is pretty high. Make this 85 or 90<br />M104 S200 ; set temperature<br />G21; set mm units<br />G28 ;home all axis<br />G90; set absolute coordinates<br />G92 E0; reset extruder distance<br /><strong>M104 S200; set extruder temp and start heating</strong> &lt;---- Remove this line , you have it twice for some reason<br />G1 Z5 F300 ;move platform down 5mm<br />G1 X195 Y195 F3000 ; move to back right corner<br />M109 S200; wait for extruder temp to be reached<br />G1 Z.3000 F200 ;move platform close to nozzle<br />;G1 E7; extrude anchor<br />G1 F3000; center print head<br />G92 E0; reset extrusion distance<br />G90 ; use absolute coordinates<br />G21 ; set units to millimeters<br />G92 E0<br />M82 ; use absolute distances for extrusion</p>]]></content>
			<author>
				<name><![CDATA[2n2r5]]></name>
				<uri>https://www.soliforum.com/user/1906/</uri>
			</author>
			<updated>2013-06-18T19:37:45Z</updated>
			<id>https://www.soliforum.com/post/26930/#p26930</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Automatic extrusion heater not working]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/26929/#p26929" />
			<content type="html"><![CDATA[<p>The delay on the heater coming on is infinate. I have the first thirty lines or so of the g-code of a print that I know worked via the manual method. </p><p>; generated by Slic3r 0.9.7 on 2013-06-18 at 14:29:07</p><p>; layer_height = 0.1<br />; perimeters = 3<br />; top_solid_layers = 6<br />; bottom_solid_layers = 6<br />; fill_density = 0.25<br />; perimeter_speed = 50<br />; infill_speed = 60<br />; travel_speed = 150<br />; scale = 1<br />; nozzle_diameter = .35<br />; filament_diameter = 1.68<br />; extrusion_multiplier = .763<br />; perimeters extrusion width = 0.42mm<br />; infill extrusion width = 0.42mm<br />; first layer extrusion width = 0.42mm</p><p>M107<br />M190 S100 ; wait for bed temperature to be reached<br />M104 S200 ; set temperature<br />G21; set mm units<br />G28 ;home all axis<br />G90; set absolute coordinates<br />G92 E0; reset extruder distance<br />M104 S200; set extruder temp and start heating<br />G1 Z5 F300 ;move platform down 5mm<br />G1 X195 Y195 F3000 ; move to back right corner<br />M109 S200; wait for extruder temp to be reached<br />G1 Z.3000 F200 ;move platform close to nozzle<br />;G1 E7; extrude anchor<br />G1 F3000; center print head<br />G92 E0; reset extrusion distance<br />G90 ; use absolute coordinates<br />G21 ; set units to millimeters<br />G92 E0<br />M82 ; use absolute distances for extrusion<br />G1 F4500.000 E-1.00000<br />G92 E0<br />G1 Z0.300 F9000.000<br />G1 X58.563 Y93.079<br />G1 F4500.000 E1.00000<br />G1 X58.773 Y92.959 F2700.000 E1.01011</p>]]></content>
			<author>
				<name><![CDATA[sdf013]]></name>
				<uri>https://www.soliforum.com/user/2378/</uri>
			</author>
			<updated>2013-06-18T19:33:11Z</updated>
			<id>https://www.soliforum.com/post/26929/#p26929</id>
		</entry>
</feed>
