<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>HELP! X and Y not syncing!</title>
        <description> When I print a cube, it will come out rectangular, at a 3:2 ratio.

All the belts are tightened and the motors are functioning. I am using a Mendel with Sanguinololu (loaded with sprinter) and running Printrun aka Pronterface. On the preview the model is appropriately square, but everything I print is skewed.

I&#039;ve been searching for an hour and I cant find any kind of software or firmware editing tips to fix this</description>
        <link>https://reprap.org/forum/read.php?1,143034,143034#msg-143034</link>
        <lastBuildDate>Wed, 12 Aug 2026 02:28:28 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,143034,143377#msg-143377</guid>
            <title>Re: HELP! X and Y not syncing!</title>
            <link>https://reprap.org/forum/read.php?1,143034,143377#msg-143377</link>
            <description><![CDATA[ Yes, I'm starting to print proportioned things now, which is helping to motivate somewhat. Thanks for the help.]]></description>
            <dc:creator>mlaerin</dc:creator>
            <category>General</category>
            <pubDate>Wed, 18 Jul 2012 01:27:59 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,143034,143257#msg-143257</guid>
            <title>Re: HELP! X and Y not syncing!</title>
            <link>https://reprap.org/forum/read.php?1,143034,143257#msg-143257</link>
            <description><![CDATA[ I know the frustration! When I got my machine up and running it took a while to work out little bugs (not the exact same issues as you). It took a little while to get everything calibrated properly too. I hope youre getting stuff working!]]></description>
            <dc:creator>banthafodder7400</dc:creator>
            <category>General</category>
            <pubDate>Tue, 17 Jul 2012 09:28:33 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,143034,143199#msg-143199</guid>
            <title>Re: HELP! X and Y not syncing!</title>
            <link>https://reprap.org/forum/read.php?1,143034,143199#msg-143199</link>
            <description><![CDATA[ Damn. I spent many hours of rage-and-frustration filled searching but I managed to connect some random blog comments and bits of wiki and found a solution.<br />
<br />
for future reference, if anyone is altering a SPRINTER firmware onto a 1.2-1.3 Sanguinololu board, make sure the following is true:<br />
<br />
+ You are using Arduino IDE version 23 OR 22 <br />
+ Your board has a bootloader (I cant help you with that, sorry)<br />
+ You have the Sanguino plugin thing for your Arduino IDE, this is gained by:<br />
        - Grabbing this ZIP: [<a href="http://code.google.com/p/sanguino/downloads/detail?name=Sanguino-0018r2_1_4.zip&amp;can=2&amp;q=" target="_blank"  rel="nofollow">code.google.com</a>]<br />
        - Extracting it, then putting the "Sanguino" folder into your Arduino(23)/hardware/ folder, so that the full path is C:/---whatever crazy file directory you have---/Arduino(23)/hardware/Sanguino<br />
        - You SHOULD have Sanguino listed under Tools-&gt;Board-&gt;Sanguino<br />
        - You MUST alter your Configuration.h (which will be a tab when you open the sprinter project with the Arduino IDE) so that it has the correct number to your board. The code looks like this:<br />
---------------------------------------------------------------------------------<br />
//// The following define selects which electronics board you have. Please choose the one that matches your setup<br />
// MEGA/RAMPS up to 1.2  = 3,<br />
// RAMPS 1.3/1.4 = 33<br />
// Gen6 = 5, <br />
// Sanguinololu up to 1.1 = 6<br />
// Sanguinololu 1.2 and above = 62<br />
// Gen 7 @ 16MHZ only= 7<br />
// Gen 7 @ 20MHZ only= 71<br />
// Teensylu (at90usb) = 8<br />
// Printrboard Rev. B (ATMEGA90USB1286) = 9<br />
// Gen 3 Plus = 21<br />
// gen 3  Monolithic Electronics = 22<br />
// Gen3 PLUS for TechZone Gen3 Remix Motherboard = 23<br />
#define MOTHERBOARD 62<br />
------------------------------------------------------------------------------------------<br />
<br />
          Assuming you have Sanguinololu 1.2 and above, set it so the last line is:<br />
------------------------------------------------------------------------------------------<br />
#define MOTHERBOARD 62<br />
------------------------------------------------------------------------------------------<br />
<br />
+ Then, last but not least, you must EITHER:<br />
<br />
         - Hold the reset button down for 10 seconds, then hit upload. You may release the reset button when you see this: (with whatever numbers)<br />
          -------------------------------------------------------------<br />
          Binary sketch size: 45386 bytes (of a 63488 byte maximum)<br />
          -------------------------------------------------------------<br />
<br />
          - OR, you can solder an autoreset jumper on your Sanguinololu board. This I cannot help you with.<br />
<br />
+ It should automagically work. If it does not, it may be because you forgot to sacrifice a small animal to it.]]></description>
            <dc:creator>mlaerin</dc:creator>
            <category>General</category>
            <pubDate>Tue, 17 Jul 2012 02:50:43 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,143034,143191#msg-143191</guid>
            <title>Re: HELP! X and Y not syncing!</title>
            <link>https://reprap.org/forum/read.php?1,143034,143191#msg-143191</link>
            <description><![CDATA[ Trying it again today, using the 10-sec reset tip only causes it to wait indefinitely after returning<br />
---------------------------------------------------------<br />
Binary sketch size: 47396 bytes (of a 258048 byte maximum)<br />
<br />
---------------------------------------------------------<br />
<br />
Now when I re-upload, it insists the COM5 port is in use, and continues doing so until I reboot the computer. I hate this software]]></description>
            <dc:creator>mlaerin</dc:creator>
            <category>General</category>
            <pubDate>Tue, 17 Jul 2012 01:45:25 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,143034,143095#msg-143095</guid>
            <title>Re: HELP! X and Y not syncing!</title>
            <link>https://reprap.org/forum/read.php?1,143034,143095#msg-143095</link>
            <description><![CDATA[ I think you have to change the bootloader definition is boards.txt from stk500 to arduino, or vice versa I cant't remember. The Arduino IDE is a complete nightmare.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>General</category>
            <pubDate>Mon, 16 Jul 2012 15:29:36 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,143034,143085#msg-143085</guid>
            <title>Re: HELP! X and Y not syncing!</title>
            <link>https://reprap.org/forum/read.php?1,143034,143085#msg-143085</link>
            <description><![CDATA[ I'm betting you have a bad solder joint on one of the micro-stepping jumper pins.  This is causing the stepper to run at something less than 1/16th]]></description>
            <dc:creator>jcabrer</dc:creator>
            <category>General</category>
            <pubDate>Mon, 16 Jul 2012 14:05:13 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,143034,143078#msg-143078</guid>
            <title>Re: HELP! X and Y not syncing!</title>
            <link>https://reprap.org/forum/read.php?1,143034,143078#msg-143078</link>
            <description><![CDATA[ ....damn, still gives me this in IDE v22<br />
------------------------------------------------------------<br />
avrdude: stk500_getsync(): not in sync: resp=0xcf<br />
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0xad<br />
------------------------------------------------------------<br />
<br />
If anyone has any ideas, I am all ears.]]></description>
            <dc:creator>mlaerin</dc:creator>
            <category>General</category>
            <pubDate>Mon, 16 Jul 2012 13:30:09 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,143034,143059#msg-143059</guid>
            <title>Re: HELP! X and Y not syncing!</title>
            <link>https://reprap.org/forum/read.php?1,143034,143059#msg-143059</link>
            <description><![CDATA[ I've just altered the values in the configuration.h file. Somehow I think they could have made those values more obvious. Thanks.<br />
<br />
Attempting to upload the new firmware (on correct com port and arduino mega 1280? Hmm...) returns:<br />
--------------------------------------------------------------------------------<br />
Binary sketch size: 47390 bytes (of a 126976 byte maximum)<br />
avrdude: stk500_getsync(): not in sync: resp=0xcf<br />
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0xad<br />
-----------------------------------------------------------------------------<br />
<br />
Wow, this is extremely, extremely unintuitive and frustrating. The entry for Sanguinololu firmware makes too many assumptions about my knowledge and doesn't clearly indicate how the bloody hell I'm supposed to make my Sangui, Arduino, and the bootloader work together... if that's even the way it's supposed to work.<br />
<br />
My current one is loaded with a bootloader, but I don't know how to talk to it. If you can remember how you alter your (sanguino?) firmware, please help<br />
<br />
EDIT: I found a supposed workaround in [<a href="http://reprap.org/wiki/Sanguinololu#Firmware" target="_blank"  rel="nofollow">reprap.org</a>]<br />
 <br />
I've done what it said but to no avail. Cutting power, waiting 10 sec while reset button is pressed, and uploading until it returns "Binary sketch size..." does not seem to work.<br />
<br />
EDIT 2: uurrrrgghhhh, they are using yet ANOTHER obsolete version of Arduino IDE. I'm grabbing v22 and hopefully it'll do something different when I try the same thing, but 85 megs will clog the pipes for a while. I'll let you know if it works]]></description>
            <dc:creator>mlaerin</dc:creator>
            <category>General</category>
            <pubDate>Mon, 16 Jul 2012 12:02:35 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,143034,143055#msg-143055</guid>
            <title>Re: HELP! X and Y not syncing!</title>
            <link>https://reprap.org/forum/read.php?1,143034,143055#msg-143055</link>
            <description><![CDATA[ do you know how to get to the configuration.h tab? If so once there look for something like this within the code<br />
<br />
<pre class="bbcode">
// default settings 

#define DEFAULT_AXIS_STEPS_PER_UNIT {31,31,1259,353} // X, Y, Z, E
#define DEFAULT_MAX_FEEDRATE {500, 500, 5, 45} // (mm/sec) 
#define DEFAULT_MAX_ACCELERATION {9000,9000,100,10000} // X, Y, Z, E</pre>
 <br />
you will have to calibrate the Steps per Unit for each axis based on your machine since everyones is just a little bit different. Richrap talks a little about that <a href="http://richrap.blogspot.com/2012/01/slic3r-is-nicer-part-1-settings-and.html" target="_blank"  rel="nofollow">here</a> in the beginning. <br />
<br />
I hope this helps get you pointed in the right direction. I'm no where near my printer so it's hard to give you more info at this time. As for your other errors someone else will have to help on that.]]></description>
            <dc:creator>banthafodder7400</dc:creator>
            <category>General</category>
            <pubDate>Mon, 16 Jul 2012 11:36:51 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,143034,143054#msg-143054</guid>
            <title>Re: HELP! X and Y not syncing!</title>
            <link>https://reprap.org/forum/read.php?1,143034,143054#msg-143054</link>
            <description><![CDATA[ Alright, I heard some rumors about Arduino v23 being better for reprap, so I tried it and this error doesn't come up any more. I'm going to look for those mm distance settings, but there isn't much help I can find in the wiki.]]></description>
            <dc:creator>mlaerin</dc:creator>
            <category>General</category>
            <pubDate>Mon, 16 Jul 2012 11:33:31 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,143034,143051#msg-143051</guid>
            <title>Re: HELP! X and Y not syncing!</title>
            <link>https://reprap.org/forum/read.php?1,143034,143051#msg-143051</link>
            <description><![CDATA[ X is about 100mm, Y goes to around 145mm.<br />
<br />
I'm working with the firmware that was already loaded on the Sanguinololu when I bought it.<br />
<br />
Attempting to load altered firmware onto the Sanguinololu using Arduino 1.0.1 returns this:<br />
<br />
------------------------------------------------------------------------------------------------------------------------------------<br />
java.lang.NullPointerException<br />
	at processing.app.debug.Compiler.execAsynchronously(Compiler.java:404)<br />
	at processing.app.debug.Compiler.compileFiles(Compiler.java:290)<br />
	at processing.app.debug.Compiler.compile(Compiler.java:127)<br />
	at processing.app.Sketch.build(Sketch.java:1625)<br />
	at processing.app.Sketch.build(Sketch.java:1602)<br />
	at processing.app.Editor$DefaultRunHandler.run(Editor.java:1863)<br />
	at java.lang.Thread.run(Thread.java:619)<br />
------------------------------------------------------------------------------------------------------------------------------------<br />
<br />
Also importantly, how do I change the stepping options? I've got a dozen different files so its hard to dive into.]]></description>
            <dc:creator>mlaerin</dc:creator>
            <category>General</category>
            <pubDate>Mon, 16 Jul 2012 11:14:33 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,143034,143036#msg-143036</guid>
            <title>Re: HELP! X and Y not syncing!</title>
            <link>https://reprap.org/forum/read.php?1,143034,143036#msg-143036</link>
            <description><![CDATA[ Have you double checked your stepping in the firmware? If you tell X to go 100mm in pronterface and then measure, did it go 100? and same with the Y?]]></description>
            <dc:creator>banthafodder7400</dc:creator>
            <category>General</category>
            <pubDate>Mon, 16 Jul 2012 10:01:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,143034,143034#msg-143034</guid>
            <title>HELP! X and Y not syncing!</title>
            <link>https://reprap.org/forum/read.php?1,143034,143034#msg-143034</link>
            <description><![CDATA[ When I print a cube, it will come out rectangular, at a 3:2 ratio.<br />
<br />
All the belts are tightened and the motors are functioning. I am using a Mendel with Sanguinololu (loaded with sprinter) and running Printrun aka Pronterface. On the preview the model is appropriately square, but everything I print is skewed.<br />
<br />
I've been searching for an hour and I cant find any kind of software or firmware editing tips to fix this]]></description>
            <dc:creator>mlaerin</dc:creator>
            <category>General</category>
            <pubDate>Mon, 16 Jul 2012 09:50:29 -0400</pubDate>
        </item>
    </channel>
</rss>
