<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>mendel commisioning - need help</title>
        <description>Hi,

I have just finished building and wiring my first mendel i2. I moved on to commissioning but encountered multiple problems. keep in mind I am a complete noob.

First of all I upload sprinter and connected my printer to my mac using pronterface. The printer connects fine. when I try to move the motors they each move one step at a time no matter if I press 1,10, or 100. None of the motors move in a negative direction either ( endstops?). the bed and extruder heat but the extruder motor and the z motors wont move in either direction. all motors make are a buzzing or humming sound when activated and they seem to work fine until mounted to the printer. I have tweeked my pots so all the drivers read .7v and im pretty sure that the pots are not the problem. When I press the home button the motors still only move one &quot;step&quot; except for one time when the y axis actually returned to the endstop. note that the frame measurements are slightly off because the printed parts got stuck but I made sure the rods are all parallel. also my extruder motor on the wade is interferring with my &quot;X&quot; belt is this normal?

could any of this have to do with my steps per unit? or maybe something else in the firmware.(I have done my research on firmware but still do not fully understand how to configure it)

and finally, would switching to marlin do any good?

Thanks,
Ryan Miller
www.basicblacklabel.com</description>
        <link>https://reprap.org/forum/read.php?151,315160,315160#msg-315160</link>
        <lastBuildDate>Tue, 19 May 2026 14:47:30 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,320999#msg-320999</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,320999#msg-320999</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Basicblacklabel.com</strong><br />
i tryed switching the wires out for 3 instead of two, it didnt work but the LED still lit. I only have two uncut 3 wire cables left so i attached them to the x and y endstops and tryed to test them, would not connecting the z endstop effect the result. and if I have a 4 wire extension would cutting one wire from that be the same as a 3 wire?</div></blockquote>
<br />
If you are wired to three of the four endstop pins and not connected to either the 1st or 4th pin, it still will not work.  The middle two pins on the endstop are ground, and only one of them needs to be connected.  The 1st and 4th pins are for 5V and Signal, and both of these (and ground) need to be connected to RAMPS for the endstops to work.  See the third image here for the pin labels: [<a href="http://www.thingiverse.com/thing:4971" target="_blank"  rel="nofollow">www.thingiverse.com</a>]]]></description>
            <dc:creator>NewPerfection</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Thu, 06 Mar 2014 21:37:08 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,320992#msg-320992</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,320992#msg-320992</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Basicblacklabel.com</strong><br />
I was able to get all endstops to know when they where being depressed but all of them were saying the opposite of what they were so <span style="color:#FF0000">I inverted endstops in sprinter firmware</span> and they register what they should now. however my motors are not moving in a negative direction now. this seems to be an endless cycle of problems.</div></blockquote>
<br />
I assume you still have them inverted in config.h like this?  &gt;&gt;&gt;&gt;<br />
const bool X_ENDSTOP_INVERT = true;<br />
const bool Y_ENDSTOP_INVERT = true;<br />
const bool Z_ENDSTOP_INVERT = true;<br />
<br />
If so,,do the following...<br />
<br />
<b>Remove</b> the X,Y and Z connectors from the Ramps board.<br />
Put the X and Y axes in the middle of their travel.<br />
Send a command to move the X axis by, say, +10mm and then -10mm. Does it work ok?<br />
Do the same for the Y axis. Does it work?<br />
Finally command the Z axis to lift 10mm then drop 10mm. Does that work also?]]></description>
            <dc:creator>waitaki</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Thu, 06 Mar 2014 21:18:15 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,320762#msg-320762</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,320762#msg-320762</link>
            <description><![CDATA[ i tryed switching the wires out for 3 instead of two, it didnt work but the LED still lit. I only have two uncut 3 wire cables left so i attached them to the x and y endstops and tryed to test them, would not connecting the z endstop effect the result. and if I have a 4 wire extension would cutting one wire from that be the same as a 3 wire?<br />
<br />
m119 has changed to <br />
&gt;&gt;&gt;m119<br />
SENDING:M119<br />
x_min:L y_min:L z_min:L<br />
&gt;&gt;&gt;m119<br />
SENDING:M119<br />
x_min:L y_min:L z_min:L]]></description>
            <dc:creator>Basicblacklabel.com</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Thu, 06 Mar 2014 12:35:20 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,320447#msg-320447</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,320447#msg-320447</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Basicblacklabel.com</strong><br />
I used [<a href="http://www.mendelcraft.com/Instructions/Step10.pdf" target="_blank"  rel="nofollow">www.mendelcraft.com</a>] to install my endstops. It says to use a 3 wire cable and cut one wire. My LED does light up when depressed but m119 reports no change.</div></blockquote>
The mechanical endstop boards require 3 wires to be connected.  1 for signal, 1 each for + and - for power.  My guess is that you have + and - connected, which is why the LED on the board works, but do not have the signal wire connected.<br />
<br />
That guide you linked to is assuming that you are using bare switches for your endstops, which do only require two wires.]]></description>
            <dc:creator>NewPerfection</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Wed, 05 Mar 2014 22:23:19 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,320366#msg-320366</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,320366#msg-320366</link>
            <description><![CDATA[ the kit is from makergeeks.com, facing the front of the printer the x endstop is on the right, the y is closest to the front and the z is on the left closest to the bed. im using the geeetech.com mechanical endstop v1.2, the one with the PCB and LED. I used [<a href="http://www.mendelcraft.com/Instructions/Step10.pdf" target="_blank"  rel="nofollow">www.mendelcraft.com</a>] to install my endstops. It says to use a 3 wire cable and cut one wire. My LED does light up when depressed but m119 reports no change. <br />
SENDING:M119<br />
x_min:H y_min:L z_min:L<br />
&gt;&gt;&gt;m119<br />
SENDING:M119<br />
x_min:H y_min:L z_min:L]]></description>
            <dc:creator>Basicblacklabel.com</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Wed, 05 Mar 2014 17:42:01 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,319928#msg-319928</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,319928#msg-319928</link>
            <description><![CDATA[ Are your endstops 3 or 4 wires? What type are they? &gt;&gt; The reason the motors will not move in the negative direction is simple - the controller thinks the endstops are triggered i.e already in the home position.<br />
Also, if you face the front of the printer (Y motor nearest to you), where are the endstops located?<br />
Where did you buy the kit?]]></description>
            <dc:creator>waitaki</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Wed, 05 Mar 2014 01:39:10 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,319315#msg-319315</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,319315#msg-319315</link>
            <description><![CDATA[ I installed the jumpers, the microstepping is now working but the endstops still do not register (the led's do light up but motors continue) and the motors still do not move in the negative direction.]]></description>
            <dc:creator>Basicblacklabel.com</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Mon, 03 Mar 2014 18:52:08 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,319314#msg-319314</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,319314#msg-319314</link>
            <description><![CDATA[ no, just stick 'em on.]]></description>
            <dc:creator>waitaki</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Mon, 03 Mar 2014 18:52:04 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,319197#msg-319197</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,319197#msg-319197</link>
            <description><![CDATA[ alright thank you, turns out they did come with my kit I just never knew what to do with them. ill install them now and post the result. are jumpers sensitive to polarity?]]></description>
            <dc:creator>Basicblacklabel.com</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Mon, 03 Mar 2014 15:33:25 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,318625#msg-318625</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,318625#msg-318625</link>
            <description><![CDATA[ Here's a pack of 24 jumpers on Amazon. [<a href="http://www.amazon.com/Mini-Jumpers-Open-Top-Pack/dp/B000BSJH8" target="_blank"  rel="nofollow">www.amazon.com</a>]]]></description>
            <dc:creator>AbuMaia</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Sun, 02 Mar 2014 13:48:30 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,318303#msg-318303</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,318303#msg-318303</link>
            <description><![CDATA[ They are standard 0.1" spacing jumpers as used on computer motherboards etc. You will need 3 under each Pololu for 1/16th microstepping. Look at the pic to see what I mean. If you have 4 pololu's, then you will need 12 obviously.]]></description>
            <dc:creator>waitaki</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Sat, 01 Mar 2014 23:57:37 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,318093#msg-318093</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,318093#msg-318093</link>
            <description><![CDATA[ how do i install jumpers, i cant find anything on them]]></description>
            <dc:creator>Basicblacklabel.com</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Sat, 01 Mar 2014 12:33:21 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,317846#msg-317846</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,317846#msg-317846</link>
            <description><![CDATA[ Without the jumpers under the pololu's, you will have <b>no</b> microstepping!]]></description>
            <dc:creator>waitaki</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Sat, 01 Mar 2014 00:06:35 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,317683#msg-317683</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,317683#msg-317683</link>
            <description><![CDATA[ I was able to get all endstops to know when they where being depressed but all of them were saying the opposite of what they were so I inverted endstops in sprinter firmware and they register what they should now. however my motors are not moving in a negative direction now. this seems to be an endless cycle of problems.]]></description>
            <dc:creator>Basicblacklabel.com</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Fri, 28 Feb 2014 14:45:28 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,317665#msg-317665</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,317665#msg-317665</link>
            <description><![CDATA[ no i have no jumpers connected, what is the purpose of jumpers, I didnt come across them on any of my assembly manuals. <br />
<br />
I first sent m119 as a baseline and then I press the z endstops in. here is the result.<br />
<br />
SENDING:M119<br />
x_min:H y_min:L z_min:H<br />
&gt;&gt;&gt;m119<br />
SENDING:M119<br />
x_min:H y_min:L z_min:L<br />
  <br />
it seems like this is backwards since it originally started at home and when depressed showed "L"]]></description>
            <dc:creator>Basicblacklabel.com</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Fri, 28 Feb 2014 14:05:44 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,317192#msg-317192</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,317192#msg-317192</link>
            <description><![CDATA[ You didn't say whether you had installed all the jumpers under the Pololu's.<br />
<br />
If you depress and hold the Z microswitch, what reading do you get with M119?]]></description>
            <dc:creator>waitaki</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Thu, 27 Feb 2014 17:51:04 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,317175#msg-317175</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,317175#msg-317175</link>
            <description><![CDATA[ I tryed everything you said but nothing seems to be working. m119 is stlll the same so I tryed using g92 and that didnt work either. I tryed to do a test print and it begun to print on the top right hannd corner of the be but the z axis was about 2 inch above the bed and the extruder just spewed out plastic from there.]]></description>
            <dc:creator>Basicblacklabel.com</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Thu, 27 Feb 2014 17:30:31 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,316756#msg-316756</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,316756#msg-316756</link>
            <description><![CDATA[ Are your endstops fitted in the positions shown in the attached pic?<br />
<br />
<br />
ALSO, in your config.h file...<br />
<br />
<span style="color:#FF0000">// Inverting axis direction<br />
//-----------------------------------------------------------------------<br />
const bool INVERT_X_DIR = false;<br />
const bool INVERT_Y_DIR = false;<br />
const bool INVERT_Z_DIR = true;      <span style="color:#000000">      &gt;&gt;&gt;Why is this set to "True"?</span><br />
const bool INVERT_E_DIR = false;</span><br />
<br />
//Max Length for Prusa Mendel, check the ways of your axis and set this Values<br />
//-----------------------------------------------------------------------<br />
<span style="color:#FF0000">const int X_MAX_LENGTH  = 243</span>;&gt;&gt;&gt;&gt;For a Prusa2 I would expect this to be nearer 200<br />
<span style="color:#FF0000">const int Y_MAX_LENGTH = 133;           <span style="color:#000000">&gt;&gt;&gt;&gt; this nearer to 100</span><br />
const int Z_MAX_LENGTH = 200;</span><br />
<br />
const int NUM_AXIS = 4; // The axis order in all axis related arrays is X, Y, Z, E<br />
#define _MAX_FEEDRATE {400, 400, 2, 45}       // (mm/sec)    <br />
#define _HOMING_FEEDRATE {1500,1500,<span style="color:#FF0000">120</span>}      // (mm/min) !!  &gt;&gt;&gt;try 500 for this<br />
#define _AXIS_RELATIVE_MODES {false, false, false, false}]]></description>
            <dc:creator>waitaki</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Thu, 27 Feb 2014 04:34:19 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,316601#msg-316601</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,316601#msg-316601</link>
            <description><![CDATA[ &gt;&gt;&gt;m119<br />
SENDING:M119<br />
x_min:H y_min:H z_min:H<br />
<br />
my z motors are also still not working, i have the max feedrate for Z set to 1 mm/sec and the pots are set to .7v the motors make noise and vibrate but nothing moves. I have tryed multiple different steps per units.]]></description>
            <dc:creator>Basicblacklabel.com</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Wed, 26 Feb 2014 17:02:51 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,316241#msg-316241</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,316241#msg-316241</link>
            <description><![CDATA[ What exactly does M119 say?]]></description>
            <dc:creator>waitaki</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Wed, 26 Feb 2014 01:17:16 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,316233#msg-316233</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,316233#msg-316233</link>
            <description><![CDATA[ UPDATE: axises are now moving in negative direction, I am so close to fixing all my problems can someone please help me figure out why the board always thinks the endstops are triggered]]></description>
            <dc:creator>Basicblacklabel.com</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Wed, 26 Feb 2014 00:11:31 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,316217#msg-316217</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,316217#msg-316217</link>
            <description><![CDATA[ I just found an online calculator to adjust my steps per unit. it turns out that my SPU is 3.74 instead of the 80 i had set. my axises are now moving normally in the positive direction. I now need to figure out how to get them to move in the negative direction which I think has something to do with the endstops. and i need to figure out why the m119 command always says that the axises are home. thanks to everyone and please help me with the last problem]]></description>
            <dc:creator>Basicblacklabel.com</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Tue, 25 Feb 2014 22:21:12 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,316203#msg-316203</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,316203#msg-316203</link>
            <description><![CDATA[ I just used to the m119 command to check the status of my endstops, no matter where the axises start or end it always registers as home, why is this?]]></description>
            <dc:creator>Basicblacklabel.com</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Tue, 25 Feb 2014 21:02:46 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,315959#msg-315959</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,315959#msg-315959</link>
            <description><![CDATA[ here is a detailed picture of my board, i marked where everything is. and i included the diagram i used to hook everything up. The power to my bed and extruder seem to be the only thing that are working consistently.  I also measured out the maximum travel distance for the x axis and included that in my configuration but so far my motors are still only moving one step at a time.]]></description>
            <dc:creator>Basicblacklabel.com</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Tue, 25 Feb 2014 12:33:27 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,315940#msg-315940</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,315940#msg-315940</link>
            <description><![CDATA[ here is  my configuration.h file.]]></description>
            <dc:creator>Basicblacklabel.com</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Tue, 25 Feb 2014 11:58:25 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,315706#msg-315706</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,315706#msg-315706</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Basicblacklabel.com</strong><br />
here is my sprinter arduino sketch</div></blockquote>
<br />
We need config.h<br />
<br />
Also, if the Y motor is at the front of the machine as is suggested in the photo (which is normal), then your X end stop should be on the left side and your Y endstop should be at the back on the left side.<br />
I am puzzled by your power connections - you seem to only have the 11A power input for the bed connected. Without power to the 5A socket the hotend can't work. Both connectors should have 12v supplied.<br />
I could be wrong, but your (2 wire?) endstop connectors look to plugged into the wrong ports - they should be in S and -.<br />
Have you checked under the pololu chips for the jumpers?]]></description>
            <dc:creator>waitaki</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Tue, 25 Feb 2014 02:07:04 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,315679#msg-315679</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,315679#msg-315679</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Basicblacklabel.com</strong><br />
notice the bed isnt centered in the frame. is this a problem? </div></blockquote>
<br />
<br />
No. It doesn't need to be centered on the frame. It needs to be centered under the extruder. So that when the X-Carriage is zeroed, you are on the edge of the board (or the white lined square on the border) and when you move the carriage 200mm it's on the other side.]]></description>
            <dc:creator>KingRahl</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Mon, 24 Feb 2014 23:49:08 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,315628#msg-315628</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,315628#msg-315628</link>
            <description><![CDATA[ here is my sprinter arduino sketch]]></description>
            <dc:creator>Basicblacklabel.com</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Mon, 24 Feb 2014 20:20:54 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,315625#msg-315625</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,315625#msg-315625</link>
            <description><![CDATA[ here are the pictures of my mendel and ramps 1.4, notice the bed isnt centered in the frame. is this a problem? I will upload my sprinter sketch in a few minutes becuase it is on another computer. thanks to any that offer help]]></description>
            <dc:creator>Basicblacklabel.com</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Mon, 24 Feb 2014 20:07:51 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?151,315160,315189#msg-315189</guid>
            <title>Re: mendel commisioning - need help</title>
            <link>https://reprap.org/forum/read.php?151,315160,315189#msg-315189</link>
            <description><![CDATA[ There is no reason to <i>not</i> use Sprinter. Upload the config file so we can take a look.<br />
Are you using Ramps?  If so, have you installed all the jumpers under the Pololu chips?<br />
Have you calculated your X,Y and Z steps? ( [<a href="http://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide" target="_blank"  rel="nofollow">reprap.org</a>] )<br />
<br />
 <i><span style="color:#FF0000">note that the frame measurements are slightly off because the printed parts got stuck but I made sure the rods are all parallel</span></i> What is this? Did you mean to upload a pic?<br />
<br />
Regarding the X belt rubbing on the extruder motor...yes, it happens but it can be relieved by putting a twist in the belt which has the added advantage of running the flat side of the belt over the X end idler bearing.<br />
<br />
The X end stop is usually at the left side.<br />
The Y end stop is usually at the back on the left.]]></description>
            <dc:creator>waitaki</dc:creator>
            <category>General Mendel Topics</category>
            <pubDate>Mon, 24 Feb 2014 02:38:26 -0500</pubDate>
        </item>
    </channel>
</rss>
