<?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 — Where are the initial move commands at in firmware like Repetier?]]></title>
		<link>https://www.soliforum.com/topic/10858/where-are-the-initial-move-commands-at-in-firmware-like-repetier/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/10858/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Where are the initial move commands at in firmware like Repetier?.]]></description>
		<lastBuildDate>Thu, 23 Apr 2015 03:23:30 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Where are the initial move commands at in firmware like Repetier?]]></title>
			<link>https://www.soliforum.com/post/93846/#p93846</link>
			<description><![CDATA[<div class="quotebox"><cite>thermo269 wrote:</cite><blockquote><p>You need to set your start gcode in repetier host to </p><p>G28 ;home all axis<br />G28 X0 Y0<br />G29</p><p>i have the replaced my Da Vinci board v1.0A with Printrboard Rev D. that ran great. so i put in the ramps 1.4 with Marlin. In printer settings of repetier dont forget your offsets for the home postions of X &amp; Y .&nbsp; Iam still working on getting the stock extruder to print PLA. The printrboard rev D wored great with PLA.</p></blockquote></div><p>Thanks I&#039;ll look into that as well..</p>]]></description>
			<author><![CDATA[null@example.com (carl_m1968)]]></author>
			<pubDate>Thu, 23 Apr 2015 03:23:30 +0000</pubDate>
			<guid>https://www.soliforum.com/post/93846/#p93846</guid>
		</item>
		<item>
			<title><![CDATA[Re: Where are the initial move commands at in firmware like Repetier?]]></title>
			<link>https://www.soliforum.com/post/93845/#p93845</link>
			<description><![CDATA[<p>You need to set your start gcode in repetier host to </p><p>G28 ;home all axis<br />G28 X0 Y0<br />G29</p><p>i have the replaced my Da Vinci board v1.0A with Printrboard Rev D. that ran great. so i put in the ramps 1.4 with Marlin. In printer settings of repetier dont forget your offsets for the home postions of X &amp; Y .&nbsp; Iam still working on getting the stock extruder to print PLA. The printrboard rev D wored great with PLA.</p>]]></description>
			<author><![CDATA[null@example.com (thermo269)]]></author>
			<pubDate>Thu, 23 Apr 2015 03:11:11 +0000</pubDate>
			<guid>https://www.soliforum.com/post/93845/#p93845</guid>
		</item>
		<item>
			<title><![CDATA[Re: Where are the initial move commands at in firmware like Repetier?]]></title>
			<link>https://www.soliforum.com/post/93746/#p93746</link>
			<description><![CDATA[<p>I think you need to check your settings in RH and your slicer <br />tin</p>]]></description>
			<author><![CDATA[null@example.com (Tin Falcon)]]></author>
			<pubDate>Wed, 22 Apr 2015 10:32:40 +0000</pubDate>
			<guid>https://www.soliforum.com/post/93746/#p93746</guid>
		</item>
		<item>
			<title><![CDATA[Re: Where are the initial move commands at in firmware like Repetier?]]></title>
			<link>https://www.soliforum.com/post/93717/#p93717</link>
			<description><![CDATA[<div class="quotebox"><cite>jasonb.194 wrote:</cite><blockquote><p>I have only looked into the rep firmware to make modifications, not the Marlin firmware.</p><p>Have you tried to move the carriage using starting GCODE?</p><p>Sort of like:<br />Home -&gt; Move Y -&gt; Move X -&gt; Generated G Code -&gt; End GCODE</p><p>This would workaround your issue unless the firmware re-homes between the start of the gcode and when the generated gcode starts.</p></blockquote></div><p>Its on my list of things to try. Just have to figure out how far I need it to move.</p>]]></description>
			<author><![CDATA[null@example.com (carl_m1968)]]></author>
			<pubDate>Wed, 22 Apr 2015 00:13:19 +0000</pubDate>
			<guid>https://www.soliforum.com/post/93717/#p93717</guid>
		</item>
		<item>
			<title><![CDATA[Re: Where are the initial move commands at in firmware like Repetier?]]></title>
			<link>https://www.soliforum.com/post/93712/#p93712</link>
			<description><![CDATA[<p>I have only looked into the rep firmware to make modifications, not the Marlin firmware.</p><p>Have you tried to move the carriage using starting GCODE?</p><p>Sort of like:<br />Home -&gt; Move Y -&gt; Move X -&gt; Generated G Code -&gt; End GCODE</p><p>This would workaround your issue unless the firmware re-homes between the start of the gcode and when the generated gcode starts.</p>]]></description>
			<author><![CDATA[null@example.com (jasonb.194)]]></author>
			<pubDate>Tue, 21 Apr 2015 23:16:06 +0000</pubDate>
			<guid>https://www.soliforum.com/post/93712/#p93712</guid>
		</item>
		<item>
			<title><![CDATA[Re: Where are the initial move commands at in firmware like Repetier?]]></title>
			<link>https://www.soliforum.com/post/93628/#p93628</link>
			<description><![CDATA[<div class="quotebox"><cite>browning54213 wrote:</cite><blockquote><p>Those initial moves are controlled by your G code, at least on repetier they are.</p></blockquote></div><p>Are you sure? If that was the case then they should move correctly now as I am still using the same Host and Slicer with same settings as I did before the swap. </p><p>I can move the motors manually with the Host controls and they move properly. They will home in the correct order if i press home all. The X will move to the right and the Y will move back and the Z will then move up. But I can&#039;t seem to get them to move in the correct sequence to start a print. The X wants to move before the Y does and it hits the side of the recessed are where the home position is.</p><p>So if the Gcode does it then for some reason the new board reading the gcode wrong. Maybe I will try and see what Repetier does. I just hate to go through another 2 hours of configuring my Configuration.H to match this printer. Luckily I can use Marlin as a guid since it mostly works.</p><br /><p>Maybe I will take a look at the Gcode and see if something looks different. But it should be the same since nothing changed in the printer dimension wise.</p><p>Maybe it just hit me what is going on.. If memory serves correctly I read that the stock board drives the motors at 16X microstepping. If that is the case then that would be my problem as I am set to 32X microstepping on my RAMPS and that would mean using the stock steps per mm is only moving me half the distance it should. So maybe the Y is moving out, it just is not moving out far enough. I will have to check this when I get home.</p><br /><p>Its not in the stepping. The new board and Repetier host cant agree on the shape of the printer and where the home and starting corner are. Cura works I just have dial in the Z offset.</p><p>I am pretty sure now it is in the shape of the print bed that is set in Rep host. The Ramps wants it to be reversed from the stock setup or some variation in between I think. I will have to play with it one setting at a time and see what changes.</p>]]></description>
			<author><![CDATA[null@example.com (carl_m1968)]]></author>
			<pubDate>Tue, 21 Apr 2015 03:27:41 +0000</pubDate>
			<guid>https://www.soliforum.com/post/93628/#p93628</guid>
		</item>
		<item>
			<title><![CDATA[Re: Where are the initial move commands at in firmware like Repetier?]]></title>
			<link>https://www.soliforum.com/post/93626/#p93626</link>
			<description><![CDATA[<p>Those initial moves are controlled by your G code, at least on repetier they are.</p>]]></description>
			<author><![CDATA[null@example.com (browning54213)]]></author>
			<pubDate>Tue, 21 Apr 2015 02:58:04 +0000</pubDate>
			<guid>https://www.soliforum.com/post/93626/#p93626</guid>
		</item>
		<item>
			<title><![CDATA[Where are the initial move commands at in firmware like Repetier?]]></title>
			<link>https://www.soliforum.com/post/93622/#p93622</link>
			<description><![CDATA[<p>I have an XYZ Da Vinci 1.0. As many of you know the stock firmware on these are crap. So I went the Repetier route and all was fine for a while till my extruder motor began overheating causing it to stop feeding and traced it down to the mainboard which uses digital current control rather than pots. So something went bad in the circuit for that motor and was feeding it too much current. </p><p>Long story short I swapped it the main board to a RAMPS 1.4 with LCD. All works great till I start a print. </p><p>Using the same host I have always used which includes Cura and Repetier Host all worked fine on the old board. All works fine on the new board when run individually. However here is my issue. </p><p>On the old stock board with Repetier firmware when a print job would start the build platform would move down to my offset of -6.03 then the Y axis would move forward and then the X axis would move across to the starting position and start the print.</p><p>With the RAMPS and MARLIN which I actually prefer over Repetier as it seems to run the motors smoother. For some reason I have an issue where the start sequence is as follows. Platform moves down then X axis tries to come across which it cant becuase on these printers there is a home area which is recessed from the regular motion area so the Y must come forward before the X can move. I can&#039;t figure out in all the tabs on the firmware where the initial move sequence is. My only other option if I cant find this sequence and change it is to swap the X and Y axis connections at the board so that Y will move X and X will move Y. This will cause my builds to run in a 45 degree offest from the original design but still may work. Atleast then I could get the Y to move out before the X moves across. </p><p>So if anyone familar with firmware modding and porting could point me to the tab where this movement sequence for the intial print start position is it would be greatly appreciated. I have never really done more editing on the firmware than what was necessary in Configuration.H tab and Language.H to get a custom name on my LCD.</p>]]></description>
			<author><![CDATA[null@example.com (carl_m1968)]]></author>
			<pubDate>Tue, 21 Apr 2015 01:59:12 +0000</pubDate>
			<guid>https://www.soliforum.com/post/93622/#p93622</guid>
		</item>
	</channel>
</rss>
