<?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 — print cutting out       Repetier]]></title>
		<link>https://www.soliforum.com/topic/16303/print-cutting-out-repetier/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/16303/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in print cutting out       Repetier.]]></description>
		<lastBuildDate>Sat, 15 Apr 2017 21:27:13 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: print cutting out       Repetier]]></title>
			<link>https://www.soliforum.com/post/134599/#p134599</link>
			<description><![CDATA[<p>good Deal</p>]]></description>
			<author><![CDATA[null@example.com (Tin Falcon)]]></author>
			<pubDate>Sat, 15 Apr 2017 21:27:13 +0000</pubDate>
			<guid>https://www.soliforum.com/post/134599/#p134599</guid>
		</item>
		<item>
			<title><![CDATA[Re: print cutting out       Repetier]]></title>
			<link>https://www.soliforum.com/post/134598/#p134598</link>
			<description><![CDATA[<p>Alrighty, I think I figured out a workaround.&nbsp; I configured a copy of Marlin RC4 to match the copy provided by folger tech and it seems to be working with the printer... next step is to see whether I get any cut-outs mid print again.</p>]]></description>
			<author><![CDATA[null@example.com (Yakantosh)]]></author>
			<pubDate>Sat, 15 Apr 2017 19:38:52 +0000</pubDate>
			<guid>https://www.soliforum.com/post/134598/#p134598</guid>
		</item>
		<item>
			<title><![CDATA[Re: print cutting out       Repetier]]></title>
			<link>https://www.soliforum.com/post/134567/#p134567</link>
			<description><![CDATA[<div class="quotebox"><cite>Yakantosh wrote:</cite><blockquote><p>Since I am working with other Arduino projects on newer boards would it be more beneficial to work on getting a newer version of Marlin adapted, or will it not interface with the board properly?</p></blockquote></div><br /><p>You will still have the issue. It is the libraries that the printer controllers use. They are not supported by newer version of Arduino. If you need the newer version for other projects that&#039;s fine. Just download and install and older version for the printer. They all install in their own unique directories based on versions.</p>]]></description>
			<author><![CDATA[null@example.com (carl_m1968)]]></author>
			<pubDate>Fri, 14 Apr 2017 18:43:30 +0000</pubDate>
			<guid>https://www.soliforum.com/post/134567/#p134567</guid>
		</item>
		<item>
			<title><![CDATA[Re: print cutting out       Repetier]]></title>
			<link>https://www.soliforum.com/post/134566/#p134566</link>
			<description><![CDATA[<p>Since I am working with other Arduino projects on newer boards would it be more beneficial to work on getting a newer version of Marlin adapted, or will it not interface with the board properly?</p>]]></description>
			<author><![CDATA[null@example.com (Yakantosh)]]></author>
			<pubDate>Fri, 14 Apr 2017 18:06:42 +0000</pubDate>
			<guid>https://www.soliforum.com/post/134566/#p134566</guid>
		</item>
		<item>
			<title><![CDATA[Re: print cutting out       Repetier]]></title>
			<link>https://www.soliforum.com/post/134565/#p134565</link>
			<description><![CDATA[<p>definitely downgrade the Arduino version. That is a known issue even in the folgertech forums</p>]]></description>
			<author><![CDATA[null@example.com (heartless)]]></author>
			<pubDate>Fri, 14 Apr 2017 18:02:48 +0000</pubDate>
			<guid>https://www.soliforum.com/post/134565/#p134565</guid>
		</item>
		<item>
			<title><![CDATA[Re: print cutting out       Repetier]]></title>
			<link>https://www.soliforum.com/post/134564/#p134564</link>
			<description><![CDATA[<div class="quotebox"><cite>Yakantosh wrote:</cite><blockquote><p>Yeah, I&#039;ve had the printer up and running for about a year- and troubleshooting is just part of the game. You and heartless actually helped me set it up last summer.&nbsp; Anyway, I would use the firmware that folger tech provides but I am getting an error under the sdbasefile.h folder when compiling it.</p><p>Arduino: 1.8.1 (Mac OS X), Board: &quot;Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)&quot;</p><p>In file included from sketch/SdFile.h:27:0,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;from sketch/cardreader.h:6,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;from sketch/Marlin_main.cpp:37:<br />SdBaseFile.h:38: error: using typedef-name &#039;fpos_t&#039; after &#039;struct&#039;<br /> struct fpos_t {<br />&nbsp; &nbsp; &nbsp; &nbsp; ^<br />In file included from sketch/Marlin.h:10:0,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;from sketch/Marlin_main.cpp:30:<br />/Applications/Arduino.app/Contents/Java/hardware/tools/avr/avr/include/stdio.h:950:33: note: &#039;fpos_t&#039; has a previous declaration here<br /> __extension__ typedef long long fpos_t;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^<br />exit status 1<br />using typedef-name &#039;fpos_t&#039; after &#039;struct&#039;</p><p>This report would have more information with<br />&quot;Show verbose output during compilation&quot;<br />option enabled in File -&gt; Preferences.</p></blockquote></div><p>The issue is the version of Arduino you are using. The newer versions do not support the older style boards that most printers use. You need to use if possible version 1.6. Since you are on a MAC I am not sure if that is possible but try any version you can other than the one you are using. The older the better.</p><p>Here is a thread in another forum about the same issue.</p><p><a href="http://forums.reprap.org/read.php?146,691608">http://forums.reprap.org/read.php?146,691608</a></p>]]></description>
			<author><![CDATA[null@example.com (carl_m1968)]]></author>
			<pubDate>Fri, 14 Apr 2017 17:51:15 +0000</pubDate>
			<guid>https://www.soliforum.com/post/134564/#p134564</guid>
		</item>
		<item>
			<title><![CDATA[Re: print cutting out       Repetier]]></title>
			<link>https://www.soliforum.com/post/134561/#p134561</link>
			<description><![CDATA[<p>And Carl, the endstops are set up properly- after working on that for ten hours initially building the printer I got pretty well aquatinted with those settings and connections.</p>]]></description>
			<author><![CDATA[null@example.com (Yakantosh)]]></author>
			<pubDate>Fri, 14 Apr 2017 17:44:25 +0000</pubDate>
			<guid>https://www.soliforum.com/post/134561/#p134561</guid>
		</item>
		<item>
			<title><![CDATA[Re: print cutting out       Repetier]]></title>
			<link>https://www.soliforum.com/post/134560/#p134560</link>
			<description><![CDATA[<p>Yeah, I&#039;ve had the printer up and running for about a year- and troubleshooting is just part of the game. You and heartless actually helped me set it up last summer.&nbsp; Anyway, I would use the firmware that folger tech provides but I am getting an error under the sdbasefile.h folder when compiling it.</p><p>Arduino: 1.8.1 (Mac OS X), Board: &quot;Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)&quot;</p><p>In file included from sketch/SdFile.h:27:0,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;from sketch/cardreader.h:6,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;from sketch/Marlin_main.cpp:37:<br />SdBaseFile.h:38: error: using typedef-name &#039;fpos_t&#039; after &#039;struct&#039;<br /> struct fpos_t {<br />&nbsp; &nbsp; &nbsp; &nbsp; ^<br />In file included from sketch/Marlin.h:10:0,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;from sketch/Marlin_main.cpp:30:<br />/Applications/Arduino.app/Contents/Java/hardware/tools/avr/avr/include/stdio.h:950:33: note: &#039;fpos_t&#039; has a previous declaration here<br /> __extension__ typedef long long fpos_t;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^<br />exit status 1<br />using typedef-name &#039;fpos_t&#039; after &#039;struct&#039;</p><p>This report would have more information with<br />&quot;Show verbose output during compilation&quot;<br />option enabled in File -&gt; Preferences.</p>]]></description>
			<author><![CDATA[null@example.com (Yakantosh)]]></author>
			<pubDate>Fri, 14 Apr 2017 17:39:03 +0000</pubDate>
			<guid>https://www.soliforum.com/post/134560/#p134560</guid>
		</item>
		<item>
			<title><![CDATA[Re: print cutting out       Repetier]]></title>
			<link>https://www.soliforum.com/post/134549/#p134549</link>
			<description><![CDATA[<p>Another thought. You say it runs then cuts out. these systems can be a bit heat sensitive.&nbsp; Make sure one of your heat sinks has not fallen off the driver then check motor temps and driver temps if you can it may be a case of just tuning down a pot on one of the drivers.</p>]]></description>
			<author><![CDATA[null@example.com (Tin Falcon)]]></author>
			<pubDate>Fri, 14 Apr 2017 10:26:13 +0000</pubDate>
			<guid>https://www.soliforum.com/post/134549/#p134549</guid>
		</item>
		<item>
			<title><![CDATA[Re: print cutting out       Repetier]]></title>
			<link>https://www.soliforum.com/post/134548/#p134548</link>
			<description><![CDATA[<p>So to clarify you are using MARLIN&nbsp; firmware and RH host to control it. <br />Building or troubleshooting a problem on these takes some knowledge and patience. <br />I do not think things are as bad as they seem. <br />what is likely happening is the machine boots and resets to 0,0,0 and it will not let you go past 0 I had this issue on my recent FT5 build the z axis would not home due to auto probe settings. <br />Follow Carl&#039;s sage advice&nbsp; and load a known good copy of the firmware.Then one step at a time.&nbsp; </p><p>I think we all may wish at times for firmware named after the great wizard of Camelot LOL.</p>]]></description>
			<author><![CDATA[null@example.com (Tin Falcon)]]></author>
			<pubDate>Fri, 14 Apr 2017 10:16:51 +0000</pubDate>
			<guid>https://www.soliforum.com/post/134548/#p134548</guid>
		</item>
		<item>
			<title><![CDATA[Re: print cutting out       Repetier]]></title>
			<link>https://www.soliforum.com/post/134540/#p134540</link>
			<description><![CDATA[<p>I would just take the original firmware as it was when it worked but crapped out and simply recompile it as is. Then upload it. It is possible it just got corrupted. </p><p>If you insist on new&nbsp; firmware then take it step at a time. Configure and confirm proper operation of endstops one at a time first and foremost. The motors will not work correctly unless the end stops work correctly.&nbsp; Once the endstops are confirmed to be working by sending an M119 command through the host with all axis homed by hand and then sending an M119 command with all axis not home. Be sure the results for all endstops are the exact opposite in both checks and they should show as triggered in home positions. Make sure your connections on the controller for each endstop are correct for your printer design. Most of the time the endstops are plugged into the MIN connectors and not MAX.</p><p>Could you post a picture of your connections to your controller? Also post your M119 results both homed and not homed.</p><p>Then you can work on the motors one at a time. We will be happy to help you with that as well but lets solve the endstops first.</p>]]></description>
			<author><![CDATA[null@example.com (carl_m1968)]]></author>
			<pubDate>Fri, 14 Apr 2017 02:04:13 +0000</pubDate>
			<guid>https://www.soliforum.com/post/134540/#p134540</guid>
		</item>
		<item>
			<title><![CDATA[Re: print cutting out       Repetier]]></title>
			<link>https://www.soliforum.com/post/134539/#p134539</link>
			<description><![CDATA[<div class="quotebox"><cite>Tin Falcon wrote:</cite><blockquote><div class="quotebox"><blockquote><p>Right now I am trying to update to a new version of merlin</p></blockquote></div><p>And I expect after that the machine will start working again, Like MAGIC !!!</p></blockquote></div><p> Lmao, only in my wildest dreams.&nbsp; Right now half my stepper directions aren&#039;t working, and the other half respond to different axis than they should.&nbsp; I think its going to be a while before I get another print done...</p>]]></description>
			<author><![CDATA[null@example.com (Yakantosh)]]></author>
			<pubDate>Fri, 14 Apr 2017 01:39:50 +0000</pubDate>
			<guid>https://www.soliforum.com/post/134539/#p134539</guid>
		</item>
		<item>
			<title><![CDATA[Re: print cutting out       Repetier]]></title>
			<link>https://www.soliforum.com/post/134534/#p134534</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>Right now I am trying to update to a new version of merlin</p></blockquote></div><p>And I expect after that the machine will start working again, Like MAGIC !!!</p>]]></description>
			<author><![CDATA[null@example.com (Tin Falcon)]]></author>
			<pubDate>Thu, 13 Apr 2017 23:05:06 +0000</pubDate>
			<guid>https://www.soliforum.com/post/134534/#p134534</guid>
		</item>
		<item>
			<title><![CDATA[Re: print cutting out       Repetier]]></title>
			<link>https://www.soliforum.com/post/134532/#p134532</link>
			<description><![CDATA[<p>Sorry I left this thread hanging.&nbsp; School ramped up and I haven&#039;t been able to mess with the printer.&nbsp; Right now I am trying to update to a new version of merlin and will have to solve the cutting out problem after that.&nbsp; I am hopeful that using an sd card will fix the problem.</p>]]></description>
			<author><![CDATA[null@example.com (Yakantosh)]]></author>
			<pubDate>Thu, 13 Apr 2017 22:27:25 +0000</pubDate>
			<guid>https://www.soliforum.com/post/134532/#p134532</guid>
		</item>
		<item>
			<title><![CDATA[Re: print cutting out       Repetier]]></title>
			<link>https://www.soliforum.com/post/134216/#p134216</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>Tin Falcon wrote:<br />are you saving gcode to the sd card ??<br />Yes, through the tool included in repetier.</p></blockquote></div><p>Had to ask I have heard of folks trying to save an stl to the sd and expecting to print. </p><div class="quotebox"><blockquote><p>I have &quot;heard&quot; that using the SD card tool in RH does not work well..</p></blockquote></div><p>I have direct printed from the sd card on my FT I3&nbsp; sometimes sees the card and sometimes have to reboot printer. I use windows. </p><p>It is a bit crazy when we think about it. </p><br /><p>Several flavors of computer OS windows MAC Linux.<br />A couple flavors of firmware Marlin sailfish repitier<br />several slicers <br />several&nbsp; host programs<br />then many versions releases of each.&nbsp; <br />so to work out the bugs for all possible combinations ....... </p><p>When I run the printer direct from the computer i&nbsp; get flashing on the LED on the I3 and some hesitation on the SD4.</p>]]></description>
			<author><![CDATA[null@example.com (Tin Falcon)]]></author>
			<pubDate>Mon, 03 Apr 2017 10:46:54 +0000</pubDate>
			<guid>https://www.soliforum.com/post/134216/#p134216</guid>
		</item>
	</channel>
</rss>
