<?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 — How to stop the bed from lowering after "Kill Job" command?]]></title>
		<link>https://www.soliforum.com/topic/5666/how-to-stop-the-bed-from-lowering-after-kill-job-command/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/5666/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in How to stop the bed from lowering after "Kill Job" command?.]]></description>
		<lastBuildDate>Wed, 24 Dec 2014 16:36:19 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How to stop the bed from lowering after "Kill Job" command?]]></title>
			<link>https://www.soliforum.com/post/76362/#p76362</link>
			<description><![CDATA[<div class="quotebox"><cite>user64x wrote:</cite><blockquote><p>The &quot;Go to Park Position...&quot; is already off.&nbsp; The printer stops and drops the plateform even after cancel job on the first layer.&nbsp; It very slowly lowers it even before the &quot;Go To Park Position...&quot; command.</p><p>I remember I adjusted it before before I reformatted my computer.&nbsp; I saw it on this forum somewhere but could find it again.&nbsp; It involves editing some text or registry.&nbsp; Unfortunately, I can&#039;t find it again.</p></blockquote></div><p>In case anyone else stumbles across this thread with the same question, the answer is in Repetier-Host under the G-Code Editor tab.&nbsp; There is a drop-down menu there which normally points to &quot;G-Code&quot; but you can select &quot;Run on Kill&quot; to see what happens on a kill.&nbsp; In my case, it was dropping the platform 5cm at 50mm/min (G1 Z50 F50).&nbsp; I changed mine to<br />&quot;G1 Z25 F500&quot; to go half that distance at 10X the speed.&nbsp; Much more tolerable.</p>]]></description>
			<author><![CDATA[null@example.com (TickTock)]]></author>
			<pubDate>Wed, 24 Dec 2014 16:36:19 +0000</pubDate>
			<guid>https://www.soliforum.com/post/76362/#p76362</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to stop the bed from lowering after "Kill Job" command?]]></title>
			<link>https://www.soliforum.com/post/51273/#p51273</link>
			<description><![CDATA[<p>1: Custom gcode will not execute under a &#039;kill&#039;. Only Park Position will happen on kill.</p><p>2: You do not add anything to custom gcode in slicer. You want to see if you have something that looks like this in the &#039;ed gcode&#039; section:</p><p>G1 Z30 F1000</p><p>G1 is the move command, Z30 is the axis and distance, and F1000 is the speed. You would want to comment this out or delete it if you want your Z to remain still after job finish.</p>]]></description>
			<author><![CDATA[null@example.com (Hazer)]]></author>
			<pubDate>Sun, 02 Mar 2014 12:58:35 +0000</pubDate>
			<guid>https://www.soliforum.com/post/51273/#p51273</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to stop the bed from lowering after "Kill Job" command?]]></title>
			<link>https://www.soliforum.com/post/51260/#p51260</link>
			<description><![CDATA[<p>What do I put into the custom gcode to stop it from lowering the plateform after job kill?</p>]]></description>
			<author><![CDATA[null@example.com (user64x)]]></author>
			<pubDate>Sun, 02 Mar 2014 04:43:52 +0000</pubDate>
			<guid>https://www.soliforum.com/post/51260/#p51260</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to stop the bed from lowering after "Kill Job" command?]]></title>
			<link>https://www.soliforum.com/post/51176/#p51176</link>
			<description><![CDATA[<p>Custom gcode in Slicer under the printer settings tab.</p>]]></description>
			<author><![CDATA[null@example.com (Hazer)]]></author>
			<pubDate>Sat, 01 Mar 2014 12:21:31 +0000</pubDate>
			<guid>https://www.soliforum.com/post/51176/#p51176</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to stop the bed from lowering after "Kill Job" command?]]></title>
			<link>https://www.soliforum.com/post/51155/#p51155</link>
			<description><![CDATA[<p>The &quot;Go to Park Position...&quot; is already off.&nbsp; The printer stops and drops the plateform even after cancel job on the first layer.&nbsp; It very slowly lowers it even before the &quot;Go To Park Position...&quot; command.</p><p>I remember I adjusted it before before I reformatted my computer.&nbsp; I saw it on this forum somewhere but could find it again.&nbsp; It involves editing some text or registry.&nbsp; Unfortunately, I can&#039;t find it again.</p>]]></description>
			<author><![CDATA[null@example.com (user64x)]]></author>
			<pubDate>Sat, 01 Mar 2014 00:01:02 +0000</pubDate>
			<guid>https://www.soliforum.com/post/51155/#p51155</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to stop the bed from lowering after "Kill Job" command?]]></title>
			<link>https://www.soliforum.com/post/50610/#p50610</link>
			<description><![CDATA[<p>Under Repetier-Host; Config-&gt;Printer Settings (or click the Printer Settings Icon).</p><p>On Printer Tab; remove tick from box &#039;Go to Park Position after Job/Kill&#039;.</p><p>Note this function is combined with normal job ending - so it will also no longer move to park at the end of a job; simply return based on whatever code you have in &#039;end g-code&#039;.</p>]]></description>
			<author><![CDATA[null@example.com (adrian)]]></author>
			<pubDate>Sun, 23 Feb 2014 02:27:10 +0000</pubDate>
			<guid>https://www.soliforum.com/post/50610/#p50610</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to stop the bed from lowering after "Kill Job" command?]]></title>
			<link>https://www.soliforum.com/post/50609/#p50609</link>
			<description><![CDATA[<p>Rh HOST/ printer setting has that option</p>]]></description>
			<author><![CDATA[null@example.com (satman49)]]></author>
			<pubDate>Sun, 23 Feb 2014 02:26:02 +0000</pubDate>
			<guid>https://www.soliforum.com/post/50609/#p50609</guid>
		</item>
		<item>
			<title><![CDATA[How to stop the bed from lowering after "Kill Job" command?]]></title>
			<link>https://www.soliforum.com/post/50607/#p50607</link>
			<description><![CDATA[<p>How do I stop the bed from lowering to the bottom even after a &quot;Kill Job&quot; command?</p>]]></description>
			<author><![CDATA[null@example.com (user64x)]]></author>
			<pubDate>Sun, 23 Feb 2014 02:14:51 +0000</pubDate>
			<guid>https://www.soliforum.com/post/50607/#p50607</guid>
		</item>
	</channel>
</rss>
