<?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 — Noob question - temperature settings in Repetier-Host, and start print]]></title>
		<link>https://www.soliforum.com/topic/15269/noob-question-temperature-settings-in-repetierhost-and-start-print/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/15269/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Noob question - temperature settings in Repetier-Host, and start print.]]></description>
		<lastBuildDate>Mon, 01 Aug 2016 20:09:07 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Noob question - temperature settings in Repetier-Host, and start print]]></title>
			<link>https://www.soliforum.com/post/125721/#p125721</link>
			<description><![CDATA[<p>Many thanks for your answers. They were very usefull for a beginner. I now feel ready to start my first print in the right way.</p>]]></description>
			<author><![CDATA[null@example.com (Lemme)]]></author>
			<pubDate>Mon, 01 Aug 2016 20:09:07 +0000</pubDate>
			<guid>https://www.soliforum.com/post/125721/#p125721</guid>
		</item>
		<item>
			<title><![CDATA[Re: Noob question - temperature settings in Repetier-Host, and start print]]></title>
			<link>https://www.soliforum.com/post/125710/#p125710</link>
			<description><![CDATA[<div class="quotebox"><cite>widespreaddeadhead wrote:</cite><blockquote><div class="quotebox"><cite>heartless wrote:</cite><blockquote><p>The problem I have with using g-code to set preheat temps is that it starts both the bed &amp; hotend at the same time, but the bed usually takes much longer to heat up, leaving your hotend hot and waiting (and drooling filament) for extended periods - this can, and does, lead to clogging. </p><p>I, personally, prefer to preheat the bed manually, then load and slice my model(s) while the bed is warming. Then, once the bed is hot, heat up the extruder and then hit print. But to each their own.</p></blockquote></div><p>+1</p></blockquote></div><p>++1</p>]]></description>
			<author><![CDATA[null@example.com (wardjr)]]></author>
			<pubDate>Mon, 01 Aug 2016 13:50:53 +0000</pubDate>
			<guid>https://www.soliforum.com/post/125710/#p125710</guid>
		</item>
		<item>
			<title><![CDATA[Re: Noob question - temperature settings in Repetier-Host, and start print]]></title>
			<link>https://www.soliforum.com/post/125708/#p125708</link>
			<description><![CDATA[<div class="quotebox"><cite>heartless wrote:</cite><blockquote><p>The problem I have with using g-code to set preheat temps is that it starts both the bed &amp; hotend at the same time, but the bed usually takes much longer to heat up, leaving your hotend hot and waiting (and drooling filament) for extended periods - this can, and does, lead to clogging. </p><p>I, personally, prefer to preheat the bed manually, then load and slice my model(s) while the bed is warming. Then, once the bed is hot, heat up the extruder and then hit print. But to each their own.</p></blockquote></div><p>+1</p>]]></description>
			<author><![CDATA[null@example.com (widespreaddeadhead)]]></author>
			<pubDate>Mon, 01 Aug 2016 13:42:57 +0000</pubDate>
			<guid>https://www.soliforum.com/post/125708/#p125708</guid>
		</item>
		<item>
			<title><![CDATA[Re: Noob question - temperature settings in Repetier-Host, and start print]]></title>
			<link>https://www.soliforum.com/post/125706/#p125706</link>
			<description><![CDATA[<div class="quotebox"><cite>Lemme wrote:</cite><blockquote><p>That is a good explanation, I think I get the idea now.</p><p>I just loaded a sample STL, and run the Slic3r. In the G-Code editor I found this code:<br />M190 S115 ; set bed temperature<br />M104 S200 ; set temperature<br />G28 ; home all axes<br />G1 Z5 F5000 ; lift nozzle<br />M109 S200 ; wait for temperature to be reached</p><p>Is it correct, that this code will take care of pre-heat (no manual setting)? I mean, M190 and M104 will set the temperature, and M109 will make sure that the print starts when the temperature are reached?</p></blockquote></div><p>yes, that should work, but the temp settings themselves should be specific to the material you are using</p><p>M190 <strong>S115</strong> ; set bed temperature - this is setting bed temp to 115C</p><p>M104 <strong>S200</strong> ; set temperature - this is setting hotend temp to 200C</p><p>The problem I have with using g-code to set preheat temps is that it starts both the bed &amp; hotend at the same time, but the bed usually takes much longer to heat up, leaving your hotend hot and waiting (and drooling filament) for extended periods - this can, and does, lead to clogging. </p><p>I, personally, prefer to preheat the bed manually, then load and slice my model(s) while the bed is warming. Then, once the bed is hot, heat up the extruder and then hit print. But to each their own.</p>]]></description>
			<author><![CDATA[null@example.com (heartless)]]></author>
			<pubDate>Mon, 01 Aug 2016 12:00:26 +0000</pubDate>
			<guid>https://www.soliforum.com/post/125706/#p125706</guid>
		</item>
		<item>
			<title><![CDATA[Re: Noob question - temperature settings in Repetier-Host, and start print]]></title>
			<link>https://www.soliforum.com/post/125700/#p125700</link>
			<description><![CDATA[<p>Looks ok without pulling out the &quot;Books&quot;<br />Tin</p>]]></description>
			<author><![CDATA[null@example.com (Tin Falcon)]]></author>
			<pubDate>Mon, 01 Aug 2016 10:34:42 +0000</pubDate>
			<guid>https://www.soliforum.com/post/125700/#p125700</guid>
		</item>
		<item>
			<title><![CDATA[Re: Noob question - temperature settings in Repetier-Host, and start print]]></title>
			<link>https://www.soliforum.com/post/125684/#p125684</link>
			<description><![CDATA[<p>That is a good explanation, I think I get the idea now.</p><p>I just loaded a sample STL, and run the Slic3r. In the G-Code editor I found this code:<br />M190 S115 ; set bed temperature<br />M104 S200 ; set temperature<br />G28 ; home all axes<br />G1 Z5 F5000 ; lift nozzle<br />M109 S200 ; wait for temperature to be reached</p><p>Is it correct, that this code will take care of pre-heat (no manual setting)? I mean, M190 and M104 will set the temperature, and M109 will make sure that the print starts when the temperature are reached?</p>]]></description>
			<author><![CDATA[null@example.com (Lemme)]]></author>
			<pubDate>Sun, 31 Jul 2016 22:47:14 +0000</pubDate>
			<guid>https://www.soliforum.com/post/125684/#p125684</guid>
		</item>
		<item>
			<title><![CDATA[Re: Noob question - temperature settings in Repetier-Host, and start print]]></title>
			<link>https://www.soliforum.com/post/125681/#p125681</link>
			<description><![CDATA[<p>1) yes you always need to preheat<br />2&amp;3)&nbsp; If you use manual pre heat alone preheat to the desired temp. . <br />4) If you use a manual preheat&nbsp; when the g code(mcode) kick in it will override the manual settings. the manual settings can then override the auto settings if needed.&nbsp; Hope this is not confusing but think of it as a stitch or two people at a stove. A person and a robot . </p><p>In a perfect world everything can be programmed in with g code and it will work fine. <br />Manual overrides are something from the machine tool industry. The machine is dumb and will do what it is told. So the programmer does his or her best to program the machine. In the days of old cnc machines were operated by experienced machinists who could hear and feel if things were going the way they should. So the ability to increase or decrease feed rates and spindle speeds is a good thing.&nbsp; <br />The same with.3d printing&nbsp; we are programming our printers in g code via a CAM program we refer to as a slicer. We do our best to put in the best info possible for the best results.&nbsp; Now we run the print we as the operator can see how the print is coming out. the machine has no idea. so the ability to adjust flow rate of plastic speed of the movements and nozzle and bed temp can come in handy. <br />Experience&nbsp; is needed to know what a good print looks like. And there are limits to the manual control&nbsp; for instance one number of perimeters are set&nbsp; and infill is set and the slicer does its magic these can not be changed unless you go through the whole slicing process again.</p>]]></description>
			<author><![CDATA[null@example.com (Tin Falcon)]]></author>
			<pubDate>Sun, 31 Jul 2016 19:53:34 +0000</pubDate>
			<guid>https://www.soliforum.com/post/125681/#p125681</guid>
		</item>
		<item>
			<title><![CDATA[Re: Noob question - temperature settings in Repetier-Host, and start print]]></title>
			<link>https://www.soliforum.com/post/125680/#p125680</link>
			<description><![CDATA[<p>Hi Tin<br />Thanks for replying, and yes, it is a little (very) confusing. For now I will focus on the manual heat mode. And I need to understand a little more about the pre-heating concept.</p><p>1)<br />So I always need to pre-heat before printing (either by g-code or manually)?</p><p>2) <br />Why would I want to only pre-heat a little (not meeting target temperature)? If I pre-heat a little and start printing, I assume the printer starts printing before meeting the correct temperatures and giving bad prints?</p><p>3)<br />Should I in fact pre-heat to the desired temperatur, and then start printing?</p><p>4)<br />If I use manual heat to reach the desired temperature, what is the temperature settings for in the printer settings? Aren&#039;t they overruled by the manual settings?</p>]]></description>
			<author><![CDATA[null@example.com (Lemme)]]></author>
			<pubDate>Sun, 31 Jul 2016 19:18:45 +0000</pubDate>
			<guid>https://www.soliforum.com/post/125680/#p125680</guid>
		</item>
		<item>
			<title><![CDATA[Re: Noob question - temperature settings in Repetier-Host, and start print]]></title>
			<link>https://www.soliforum.com/post/125678/#p125678</link>
			<description><![CDATA[<p>This can be a little confusing you can add the propper m codes to the start g code file these are in slicer settings&nbsp; . or an easy fix is just use the manual mode to pre heat the nozzle and bed extrude a little if you want to insure plastic flow then hit start. <br />On my sd 4 i just preheat <br />My prusa has&nbsp; a preheat though the lcd menu and there is preheat code in the slicer. </p><p>A matter of preference It is nice to know when the thing will start and not have to wait.&nbsp; but YOu need to remember to preheat. <br />Auto g cde is nice as yu will not forget to turn the heaters on but IMHO waiting for it to start can be unsettling.</p>]]></description>
			<author><![CDATA[null@example.com (Tin Falcon)]]></author>
			<pubDate>Sun, 31 Jul 2016 18:28:51 +0000</pubDate>
			<guid>https://www.soliforum.com/post/125678/#p125678</guid>
		</item>
		<item>
			<title><![CDATA[Noob question - temperature settings in Repetier-Host, and start print]]></title>
			<link>https://www.soliforum.com/post/125677/#p125677</link>
			<description><![CDATA[<p>Hi all<br />I just bougt a used &#039;Solidoodle 2 Expert&#039; that have been used for only one prototype, so it is like brand new. This is my first attemt on using a 3D printer, and I have in fact not printed anything yet - hence this noob question. </p><p>To start with, I am using latest version of Repetier-Host. In this software I have configured Solidoodle specific settings (printer and slicer settings) according to suggestions found in this forum - so far so good. </p><p>Some of these settings are in &#039;Printer settings&#039; where I can set my default extruder/bed temperatur. According to my logic, when I start a print, the printer should first start when these temperatures have been reached. However - when I uploaded a sample STL file, and pressed the start button, the printer startet to print immidiatly. At that time the extruder and bed were still on room temperatur.</p><p>What am I doing wrong here? How do I start a print correctely to ensure that the temperatures have been reached?</p><br /><p>Br<br />Lemme</p>]]></description>
			<author><![CDATA[null@example.com (Lemme)]]></author>
			<pubDate>Sun, 31 Jul 2016 18:12:09 +0000</pubDate>
			<guid>https://www.soliforum.com/post/125677/#p125677</guid>
		</item>
	</channel>
</rss>
