<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Help with first-time setup!</title>
        <description> I have built a Mendel90 Sturdy and I am having trouble setting it up properly.
I am using a Azteeg X3 with a NZXT 650W 80+ Siliver PSU. 
I am having issues with the endstops. 
My endstops appear to be mounted in the maximum locations not the minimums. I had them wired as Normally Open at first but read that this isn&#039;t optimal for the safety of the machine. So I rewired them to NC. Either way they are wired I have had the issue of the board cutting all power when they are triggered. Now that they are wired NC they all have to be triggered to power on the board. 
In addition to that I don&#039;t know which stepping setting is optimal for my configuration. My steppers are the SD6128&#039;s that came with my board and are capible of 1/64 microstepping they are currently jumpered at 1/32. I was thinking of setting them to 1/16. 

Im a bit lost with these issues so if anyone else can share their advice and/or config files it would be greatly appreciated.

Pictures of my Mendel90:

[imgur.com]

[imgur.com]</description>
        <link>https://reprap.org/forum/read.php?292,715782,715782#msg-715782</link>
        <lastBuildDate>Sun, 15 Mar 2026 22:28:47 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?292,715782,717407#msg-717407</guid>
            <title>Re: Help with first-time setup!</title>
            <link>https://reprap.org/forum/read.php?292,715782,717407#msg-717407</link>
            <description><![CDATA[ If you are not familiar with the settings by far the easiest way to set it up is to use Neil's version of Marlin and change the board definition to Azteeg.<br />
<br />
No you don't need to manually home the machine before powering it up. Just make sure the X carriage is not on the far left. You can then home with the host and your slicer's start.gcode should contain a homing sequence so it homes before every build, see [<a href="https://github.com/nophead/Mendel90/blob/master/Settings/.skeinforge/alterations/start_PLA.gcode" target="_blank"  rel="nofollow">github.com</a>].<br />
<br />
To convert the MIN endstops to MAX endstops you can swap the pins in pins.h so that the ones you want to use are on the screw terminals. For normal configuration it is just the Z switch that is MAX.<br />
<br />
HOME_DIR is +1 to go towards MAX, -1 to go towards MIN and has to correspond with the switch input you are using. For X and Y you can using either MIN or MAX as long as they are both the same. Since the origin is in the centre of the bed on Mendel90 it makes little difference.<br />
<br />
No you don't swap the MIN and MAX values. MIN should always be less than MAX. For Mendel90 the origin is in the middle so MIN = -100 and MAX = 100.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Mendel90</category>
            <pubDate>Wed, 26 Oct 2016 07:02:18 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,715782,717290#msg-717290</guid>
            <title>Re: Help with first-time setup!</title>
            <link>https://reprap.org/forum/read.php?292,715782,717290#msg-717290</link>
            <description><![CDATA[ My Azteeg X3 board has screw terminals on all three minimum endstop pinouts, but just pins on all the maximum pinouts. All of my endstops are physically located in the maximum positions. Can I just invert the X, Y and Z endstops in the software and it work out fine? I don't have pin connectors at the moment or I would have just wired it as it should be to begin with.  <br />
Thanks to everyone for the help thus far!<br />
<br />
- .Jata<br />
<br />
<br />
Edit: <br />
<br />
With what I stated above should these limits be the opposite of what they are? (ie. switch the values from (HOME_DIR 1 to HOME_DIR -1) and (from max 200 to min 200))<br />
<br />
// ENDSTOP SETTINGS:<br />
// Sets direction of endstops when homing; 1=MAX, -1=MIN<br />
// :[-1,1]<br />
#define X_HOME_DIR 1<br />
#define Y_HOME_DIR 1<br />
#define Z_HOME_DIR 1<br />
<br />
#define min_software_endstops true // If true, axis won't move to coordinates less than HOME_POS.<br />
#define max_software_endstops true  // If true, axis won't move to coordinates greater than the defined lengths below.<br />
<br />
// @section machine<br />
<br />
// Travel limits after homing (units are in mm)<br />
#define X_MIN_POS 0<br />
#define Y_MIN_POS 0<br />
#define Z_MIN_POS 0<br />
#define X_MAX_POS 200<br />
#define Y_MAX_POS 200<br />
#define Z_MAX_POS 200<br />
<br />
 Thanks again!]]></description>
            <dc:creator>.Jata</dc:creator>
            <category>Mendel90</category>
            <pubDate>Tue, 25 Oct 2016 19:17:01 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,715782,717001#msg-717001</guid>
            <title>Re: Help with first-time setup!</title>
            <link>https://reprap.org/forum/read.php?292,715782,717001#msg-717001</link>
            <description><![CDATA[ I don't have an lcd for it. So I guess I just need to delete this from my marlin file. I am just wanting basic functionality of the printer. I'm lost on what is actually needed as far as code goes. Also does the printhead need to be in the home position before powering it on or do I need to use pronterface to move it home?]]></description>
            <dc:creator>.Jata</dc:creator>
            <category>Mendel90</category>
            <pubDate>Mon, 24 Oct 2016 22:01:03 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,715782,716864#msg-716864</guid>
            <title>Re: Help with first-time setup!</title>
            <link>https://reprap.org/forum/read.php?292,715782,716864#msg-716864</link>
            <description><![CDATA[ LiquidTWI2 is a third party library for LCD support that can be found here: [<a href="https://github.com/lincomatic/LiquidTWI2" target="_blank"  rel="nofollow">github.com</a>]]]></description>
            <dc:creator>alkempster</dc:creator>
            <category>Mendel90</category>
            <pubDate>Mon, 24 Oct 2016 12:24:31 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,715782,716676#msg-716676</guid>
            <title>Re: Help with first-time setup!</title>
            <link>https://reprap.org/forum/read.php?292,715782,716676#msg-716676</link>
            <description><![CDATA[ Fixed the saving error but now it won't compile because of this:<br />
<br />
Build options changed, rebuilding all<br />
C:\Users\jata\Documents\Mendel90\Marlin-Marlin_v1_Mendel90\Marlin-Marlin_v1_Mendel90\Marlin\Marlin.ino:42:28: fatal error: LiquidTWI2.h: No such file or directory<br />
<br />
     #include LiquidTWI2.h<br />
<br />
                            ^<br />
<br />
compilation terminated.<br />
<br />
exit status 1<br />
Error compiling for board Arduino/Genuino Mega or Mega 2560.<br />
<br />
<br />
<br />
Update: I don't get that issue when uploading the Marlin RC firmware..]]></description>
            <dc:creator>.Jata</dc:creator>
            <category>Mendel90</category>
            <pubDate>Sun, 23 Oct 2016 19:40:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,715782,716672#msg-716672</guid>
            <title>Re: Help with first-time setup!</title>
            <link>https://reprap.org/forum/read.php?292,715782,716672#msg-716672</link>
            <description><![CDATA[ I have them jumpered for 1/16 now and I can get some smooth movement, but I can't figure out how to configure marlin properly. I have downloaded "Marlin-Marlin_v1_Mendel90" from neildarlow. When I try to make changes to his marlin config I get an error when saving; [The sketch already contains a file named "Marlin.ino"]  so I cannot upload it to my board...]]></description>
            <dc:creator>.Jata</dc:creator>
            <category>Mendel90</category>
            <pubDate>Sun, 23 Oct 2016 19:13:08 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,715782,716512#msg-716512</guid>
            <title>Re: Help with first-time setup!</title>
            <link>https://reprap.org/forum/read.php?292,715782,716512#msg-716512</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>.Jata</strong><br />
I don't mind it either way then. It just seemed like I was doing something wrong! lol<br />
<br />
Would you recommend 1/16 or less?<br />
<br />
Thanks!</div></blockquote>
<br />
I can only recommend 16 because that is the only setting I have tried with Mendel90. More microsteps will be quieter but the top speed will be less. Also a lot of boards have this problem [<a href="http://hydraraptor.blogspot.co.uk/2012/04/stepstuck.html" target="_blank"  rel="nofollow">hydraraptor.blogspot.co.uk</a>], which I fixed on the Melzis for the kits: [<a href="http://hydraraptor.blogspot.co.uk/2012/07/melzi-mod.html" target="_blank"  rel="nofollow">hydraraptor.blogspot.co.uk</a>].]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Mendel90</category>
            <pubDate>Sun, 23 Oct 2016 05:33:33 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,715782,716461#msg-716461</guid>
            <title>Re: Help with first-time setup!</title>
            <link>https://reprap.org/forum/read.php?292,715782,716461#msg-716461</link>
            <description><![CDATA[ I have the Marlin RC version and it includes my board but it seems to have a bunch of stuff I don't need with it.]]></description>
            <dc:creator>.Jata</dc:creator>
            <category>Mendel90</category>
            <pubDate>Sat, 22 Oct 2016 21:49:20 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,715782,716457#msg-716457</guid>
            <title>Re: Help with first-time setup!</title>
            <link>https://reprap.org/forum/read.php?292,715782,716457#msg-716457</link>
            <description><![CDATA[ Has anyone used the Azteeg x3 before?  I am having a hard time figuring out the configuration.h file for this board.]]></description>
            <dc:creator>.Jata</dc:creator>
            <category>Mendel90</category>
            <pubDate>Sat, 22 Oct 2016 21:36:51 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,715782,716375#msg-716375</guid>
            <title>Re: Help with first-time setup!</title>
            <link>https://reprap.org/forum/read.php?292,715782,716375#msg-716375</link>
            <description><![CDATA[ I don't mind it either way then. It just seemed like I was doing something wrong! lol<br />
<br />
Would you recommend 1/16 or less?<br />
<br />
Thanks!]]></description>
            <dc:creator>.Jata</dc:creator>
            <category>Mendel90</category>
            <pubDate>Sat, 22 Oct 2016 13:44:04 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,715782,715896#msg-715896</guid>
            <title>Re: Help with first-time setup!</title>
            <link>https://reprap.org/forum/read.php?292,715782,715896#msg-715896</link>
            <description><![CDATA[ Normal configuration for Mendel90 is X and Y are min and Z is max. That is conventional when viewed from the back. If you want it conventional from the front then make them all max.<br />
<br />
See [<a href="http://hydraraptor.blogspot.co.uk/2012/06/only-way-is-up.html" target="_blank"  rel="nofollow">hydraraptor.blogspot.co.uk</a>] for the rational for Z max.<br />
<br />
See the <a href="https://github.com/nophead/Mendel90/raw/master/dibond/manual/Mendel90_Dibond.pdf" target="_blank"  rel="nofollow"><a href="https://github.com/nophead/Mendel90/raw/master/dibond/manual/Mendel90_Dibond.pdf" target="_blank"  rel="nofollow">manual</a></a> for how to calibrate Z without running the head into the glass.<br />
<br />
Setting the microstepping bigger than 16 may limit your top speed with an Atmega. I haven't tried it.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Mendel90</category>
            <pubDate>Fri, 21 Oct 2016 04:17:07 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,715782,715838#msg-715838</guid>
            <title>Re: Help with first-time setup!</title>
            <link>https://reprap.org/forum/read.php?292,715782,715838#msg-715838</link>
            <description><![CDATA[ That fixed the powering off problem! Thanks again @stephenrc!]]></description>
            <dc:creator>.Jata</dc:creator>
            <category>Mendel90</category>
            <pubDate>Thu, 20 Oct 2016 21:42:56 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,715782,715835#msg-715835</guid>
            <title>Re: Help with first-time setup!</title>
            <link>https://reprap.org/forum/read.php?292,715782,715835#msg-715835</link>
            <description><![CDATA[ Thanks for the reply! I have wired them to the signal and ground and I will be testing it soon. <br />
Also is it odd that all of my endstop mountings seem to be where the maximum would be for each axis. Particularly the x-axis. I don't want to run the head into the printbed while calibrating the home point.]]></description>
            <dc:creator>.Jata</dc:creator>
            <category>Mendel90</category>
            <pubDate>Thu, 20 Oct 2016 21:38:32 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,715782,715819#msg-715819</guid>
            <title>Re: Help with first-time setup!</title>
            <link>https://reprap.org/forum/read.php?292,715782,715819#msg-715819</link>
            <description><![CDATA[ Your end stops are wired wrong at the controller, you have them shorting the power to ground instead of signal &amp; ground.]]></description>
            <dc:creator>stephenrc</dc:creator>
            <category>Mendel90</category>
            <pubDate>Thu, 20 Oct 2016 19:00:26 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,715782,715782#msg-715782</guid>
            <title>Help with first-time setup!</title>
            <link>https://reprap.org/forum/read.php?292,715782,715782#msg-715782</link>
            <description><![CDATA[ I have built a Mendel90 Sturdy and I am having trouble setting it up properly.<br />
I am using a Azteeg X3 with a NZXT 650W 80+ Siliver PSU. <br />
I am having issues with the endstops. <br />
My endstops appear to be mounted in the maximum locations not the minimums. I had them wired as Normally Open at first but read that this isn't optimal for the safety of the machine. So I rewired them to NC. Either way they are wired I have had the issue of the board cutting all power when they are triggered. Now that they are wired NC they all have to be triggered to power on the board. <br />
In addition to that I don't know which stepping setting is optimal for my configuration. My steppers are the SD6128's that came with my board and are capible of 1/64 microstepping they are currently jumpered at 1/32. I was thinking of setting them to 1/16. <br />
<br />
Im a bit lost with these issues so if anyone else can share their advice and/or config files it would be greatly appreciated.<br />
<br />
Pictures of my Mendel90:<br />
<br />
[<a href="http://imgur.com/a/sZIbG" target="_blank"  rel="nofollow">imgur.com</a>]<br />
<br />
[<a href="http://imgur.com/a/7hlim" target="_blank"  rel="nofollow">imgur.com</a>]]]></description>
            <dc:creator>.Jata</dc:creator>
            <category>Mendel90</category>
            <pubDate>Thu, 20 Oct 2016 16:59:47 -0400</pubDate>
        </item>
    </channel>
</rss>
