<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — Repetier pause function]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/9923/" />
	<updated>2015-03-16T23:11:35Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/9923/repetier-pause-function/</id>
		<entry>
			<title type="html"><![CDATA[Re: Repetier pause function]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/89867/#p89867" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>leenanj wrote:</cite><blockquote><p>The SD card pause has been fixed in repetier with the latest firmware version.</p><p>The bed lowers a little and the head now parks itself in the right rear where you can get at it.</p><p>I can confirm it is working great.</p><p>Thank you</p></blockquote></div><br /><p>Do you mean there is already a Repetier .093 ?</p><p>Edit: Sorry, I think I see it here(?) <a href="https://github.com/luc-github/Repetier-Firmware-0.92/issues/47">https://github.com/luc-github/Repetier- … /issues/47</a><br /><a href="https://github.com/luc-github/Repetier-Firmware-0.92/issues/15">https://github.com/luc-github/Repetier- … /issues/15</a></p>]]></content>
			<author>
				<name><![CDATA[Eder]]></name>
				<uri>https://www.soliforum.com/user/7158/</uri>
			</author>
			<updated>2015-03-16T23:11:35Z</updated>
			<id>https://www.soliforum.com/post/89867/#p89867</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Repetier pause function]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/85838/#p85838" />
			<content type="html"><![CDATA[<p>The SD card pause has been fixed in repetier with the latest firmware version.</p><p>The bed lowers a little and the head now parks itself in the right rear where you can get at it.</p><p>I can confirm it is working great.</p><p>Thank you</p>]]></content>
			<author>
				<name><![CDATA[leenanj]]></name>
				<uri>https://www.soliforum.com/user/8754/</uri>
			</author>
			<updated>2015-02-17T21:26:47Z</updated>
			<id>https://www.soliforum.com/post/85838/#p85838</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Repetier pause function]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/85510/#p85510" />
			<content type="html"><![CDATA[<p>I never had luck at this. I changed/replaced new spool when ran out and if head is moved even a mm print wont restart. also had melting as described above if paused over print. never knew/read anything b4 about using park or other way to make this work as told above and resume print where left off. filament change out whether running out or trying to retract 100% so replacement feeds without jamming is about as consistently good as a coin toss. lol got a 50/50 chance of things going bad and head being moved trying to fix the issue of leftover filament not letting new feed and digging out a piece is impossible without bumping head.</p><p>also the fuse item is very hard to calculate where to do it and get color change at right place. for multi colors get a multi head unit installed its much easier.</p>]]></content>
			<author>
				<name><![CDATA[n2ri]]></name>
				<uri>https://www.soliforum.com/user/795/</uri>
			</author>
			<updated>2015-02-16T07:34:13Z</updated>
			<id>https://www.soliforum.com/post/85510/#p85510</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Repetier pause function]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/85506/#p85506" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Eder wrote:</cite><blockquote><p>leenanj, I&#039;ll be glad to try your code.</p></blockquote></div><p>Here is my pause code, it has been working good for me.</p><p>Add this to gcode at correct layer:</p><p>--</p><p>; START of pause code<br />G1 Z10 ; lower bed<br />G1 Y5 ; move head<br />G1 X30 ; move head<br />M300 s1500 p400 ; Beep<br />M300 s1000 p400 ; Beep<br />M300 s2500 p400 ; Beep<br />M300 s2000 p400 ; Beep<br />M25 ; pause<br />M84 ; stop, idle, hold<br />G90 ; set absolute program 0<br />; END of pause code</p><p>---------------------------</p><p>Example:</p><p>&#039;Add pause code here right before layer change that you<br />need to pause at&#039;</p><p>; layer 2, Z = 1<br />; tool H0.4 W0.48</p>]]></content>
			<author>
				<name><![CDATA[leenanj]]></name>
				<uri>https://www.soliforum.com/user/8754/</uri>
			</author>
			<updated>2015-02-16T07:13:26Z</updated>
			<id>https://www.soliforum.com/post/85506/#p85506</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Repetier pause function]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/85486/#p85486" />
			<content type="html"><![CDATA[<p>leenanj, I&#039;ll be glad to try your code.</p>]]></content>
			<author>
				<name><![CDATA[Eder]]></name>
				<uri>https://www.soliforum.com/user/7158/</uri>
			</author>
			<updated>2015-02-16T05:01:05Z</updated>
			<id>https://www.soliforum.com/post/85486/#p85486</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Repetier pause function]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/85024/#p85024" />
			<content type="html"><![CDATA[<p>I have also wrote a pause code script that I can embed into the gcode<br />at just the right spot and have the head move away, beep and pause<br />while I change filament, add a bolt or whatever I need.</p><p>In S3D you can advance the build layer by layer for the precise spot.</p><p>This is probably more convenient as I don&#039;t have to stand and watch it<br />so close.</p><p>Here is a picture of a quick build I did to check the code and change the filament color in a single extruder.</p><p>If anybody is interested I can upload it.</p>]]></content>
			<author>
				<name><![CDATA[leenanj]]></name>
				<uri>https://www.soliforum.com/user/8754/</uri>
			</author>
			<updated>2015-02-13T03:34:32Z</updated>
			<id>https://www.soliforum.com/post/85024/#p85024</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Repetier pause function]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/85018/#p85018" />
			<content type="html"><![CDATA[<p>I should have pointed out this is using pause with the SD card, the<br />way I usually print. no USB cable connected</p><p>I have found out that after SD pausing from the LCD panel that if I<br />don&#039;t touch the home button I can jog the head around and &quot;resume<br />print&quot; ok.<br />If I use the home button it cancels &quot;resume print&quot; and is no longer an<br />option.</p>]]></content>
			<author>
				<name><![CDATA[leenanj]]></name>
				<uri>https://www.soliforum.com/user/8754/</uri>
			</author>
			<updated>2015-02-13T02:57:11Z</updated>
			<id>https://www.soliforum.com/post/85018/#p85018</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Repetier pause function]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/85004/#p85004" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>If I use the position jog to move the head where I can change<br />it, the resume command is no longer there.</p></blockquote></div><p>Are you jogging with the davinci&nbsp; control panel or through the RH manual screen?<br />Tin</p>]]></content>
			<author>
				<name><![CDATA[Tin Falcon]]></name>
				<uri>https://www.soliforum.com/user/6775/</uri>
			</author>
			<updated>2015-02-13T01:08:12Z</updated>
			<id>https://www.soliforum.com/post/85004/#p85004</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Repetier pause function]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/85002/#p85002" />
			<content type="html"><![CDATA[<p>maybe not as smooth as not stopping but did go back and star where left off. and fairly smooth transition. </p><p>I have a sd4 and the home position is set for 200, 200, 0 . the park position is set so it does not home or hit limit switches. <br />Tin</p>]]></content>
			<author>
				<name><![CDATA[Tin Falcon]]></name>
				<uri>https://www.soliforum.com/user/6775/</uri>
			</author>
			<updated>2015-02-13T01:04:20Z</updated>
			<id>https://www.soliforum.com/post/85002/#p85002</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Repetier pause function]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/84999/#p84999" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Tin Falcon wrote:</cite><blockquote><div class="quotebox"><blockquote><p>Park will move the head to 0,0,0 and erase the last known coordinates.</p></blockquote></div><p>park will move the print head to whatever position you tell it i have mine set for 180,180,min 50<br />sounds like different versions of rh do indeed act differently. also lots of settings to choose from in each.</p><p>tin</p></blockquote></div><p>So when YOU park, then click resume yours will move back to the exact point it left off at? What if you wait too long, will the new layers still stick to the old layers as well as if you never stopped?</p>]]></content>
			<author>
				<name><![CDATA[carl_m1968]]></name>
				<uri>https://www.soliforum.com/user/7731/</uri>
			</author>
			<updated>2015-02-13T00:52:21Z</updated>
			<id>https://www.soliforum.com/post/84999/#p84999</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Repetier pause function]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/84998/#p84998" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>Park will move the head to 0,0,0 and erase the last known coordinates.</p></blockquote></div><p>park will move the print head to whatever position you tell it i have mine set for 180,180,min 50<br />sounds like different versions of rh do indeed act differently. also lots of settings to choose from in each.</p><p>tin</p>]]></content>
			<author>
				<name><![CDATA[Tin Falcon]]></name>
				<uri>https://www.soliforum.com/user/6775/</uri>
			</author>
			<updated>2015-02-13T00:48:31Z</updated>
			<id>https://www.soliforum.com/post/84998/#p84998</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Repetier pause function]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/84996/#p84996" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Tin Falcon wrote:</cite><blockquote><p>I am using RH 1.0.6 for some reason this version does not auto park . I have to hit the park button in the manual screen.<br />i did do a test print and hit pause . the nozzle does not move . if i jog it jogs and then i can hit continue and it continues. <br />If I pause then park it parks&nbsp; then when I hit continue it continues. .<br />so you may want to update your RH . but is seems each version has its personality and quirks.</p><br /><p>Tin</p></blockquote></div><p>I use Cura now as my host. I prefer the interface as well as the slicing speeds.&nbsp; I also like the top surface finish it makes much more. No pause or psrk functions for me. If I did try tie dying I would just figure a way to fuse the filaments end to end.</p>]]></content>
			<author>
				<name><![CDATA[carl_m1968]]></name>
				<uri>https://www.soliforum.com/user/7731/</uri>
			</author>
			<updated>2015-02-13T00:44:25Z</updated>
			<id>https://www.soliforum.com/post/84996/#p84996</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Repetier pause function]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/84990/#p84990" />
			<content type="html"><![CDATA[<p>I am using RH 1.0.6 for some reason this version does not auto park . I have to hit the park button in the manual screen.<br />i did do a test print and hit pause . the nozzle does not move . if i jog it jogs and then i can hit continue and it continues. <br />If I pause then park it parks&nbsp; then when I hit continue it continues. .<br />so you may want to update your RH . but is seems each version has its personality and quirks.</p><br /><p>Tin</p>]]></content>
			<author>
				<name><![CDATA[Tin Falcon]]></name>
				<uri>https://www.soliforum.com/user/6775/</uri>
			</author>
			<updated>2015-02-13T00:29:09Z</updated>
			<id>https://www.soliforum.com/post/84990/#p84990</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Repetier pause function]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/84988/#p84988" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>carl_m1968 wrote:</cite><blockquote><div class="quotebox"><cite>Tin Falcon wrote:</cite><blockquote><p>What is the park position in RH set for ? Sounds like 0,0,0 . Try changing this to a more convenient spot. <br />Tin</p></blockquote></div><p>The issue is he wants to stop the print midways and change filament the resume from where it stops. Pause will remember those coordinates as long as you dont move the head by hand or jog. </p><p>Park will move the head to 0,0,0 and erase the last known coordinates. It would be like starting the print over.</p></blockquote></div><p>Jogging is fine, just don&#039;t let it bump into anything and skip. It will remember where it is. In fact jogging is essential or your nozzle will burn the part while you load in filament.</p>]]></content>
			<author>
				<name><![CDATA[jagowilson]]></name>
				<uri>https://www.soliforum.com/user/7321/</uri>
			</author>
			<updated>2015-02-13T00:21:43Z</updated>
			<id>https://www.soliforum.com/post/84988/#p84988</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Repetier pause function]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/84985/#p84985" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Tin Falcon wrote:</cite><blockquote><p>What is the park position in RH set for ? Sounds like 0,0,0 . Try changing this to a more convenient spot. <br />Tin</p></blockquote></div><p>The issue is he wants to stop the print midways and change filament the resume from where it stops. Pause will remember those coordinates as long as you dont move the head by hand or jog. </p><p>Park will move the head to 0,0,0 and erase the last known coordinates. It would be like starting the print over.</p>]]></content>
			<author>
				<name><![CDATA[carl_m1968]]></name>
				<uri>https://www.soliforum.com/user/7731/</uri>
			</author>
			<updated>2015-02-13T00:19:08Z</updated>
			<id>https://www.soliforum.com/post/84985/#p84985</id>
		</entry>
</feed>
