<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Please help</title>
        <description> hi, im pretty newb.
Ive been trying to connect a motor to sanguino to make it move as a test, but I cant get it to work. I know I have the correct serial port because if I type the Gcode M115 it returns the firmware sprinter and version ect. But when I try to connect the motor to any of the motor connections it never moves it.

Also when I unplug it from computer the board stays on so I know the 12 volt power supply is connected correctly. Also tested the 12 volts with volt meter on input.

The ponterface terminal has a motors off button... never a motors on button. I dont know if this has anything to do with it. Also I try to spin the current limiter clockwise because im under the impression this increases current. It never stops spining. But anyway ive tried messing around with that so I dont think thats the issue either.

How do I make it connect to my motors ?

Also is there a GCode anyone knows that will tell it to spin motors that way I can do further testing ? Since I know it responds when I input M115, maybe somethings wrong the commands my ponterface is sending ?

Please help.</description>
        <link>https://reprap.org/forum/read.php?1,178287,178287#msg-178287</link>
        <lastBuildDate>Tue, 09 Jun 2026 05:01:07 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,178287,180369#msg-180369</guid>
            <title>Re: Please help</title>
            <link>https://reprap.org/forum/read.php?1,178287,180369#msg-180369</link>
            <description><![CDATA[ power supply died :-(<br />
<br />
Will return.. ugh in probably 2 weeks when I get a new one shipped.<br />
<br />
Thanks everyone for help.]]></description>
            <dc:creator>fahraynk</dc:creator>
            <category>General</category>
            <pubDate>Tue, 29 Jan 2013 18:32:47 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,178287,180019#msg-180019</guid>
            <title>Re: Please help</title>
            <link>https://reprap.org/forum/read.php?1,178287,180019#msg-180019</link>
            <description><![CDATA[ ms1, ms2, ms3 are the micro step size. if those are A4983, or A4988<br />
<br />
from a web site somewhere:<br />
<br />
The resolution (step size) selector inputs (MS1, MS2, MS3) enable selection from the five step resolutions according to the table below. MS2 and MS3 have internal 100kΩ pull-down resistors, but MS1 does not, so it must be connected externally. For the microstep modes to function correctly, the current limit must be set low enough (see below) so that current limiting gets engaged. Otherwise, the intermediate current levels will not be correctly maintained, and the motor will effectively operate in a full-step mode.<br />
MS1 	MS2 	MS3 	Microstep Resolution<br />
Low   	Low 	         Low 	Full step<br />
High 	Low 	        Low 	Half step<br />
Low 	         High 	Low 	Quarter step<br />
High 	High 	Low 	Eighth step<br />
High 	High 	High 	Sixteenth step<br />
<br />
also on the sangulino, some pins may be though to be mapped to memory instead of i/o.]]></description>
            <dc:creator>jamesdanielv</dc:creator>
            <category>General</category>
            <pubDate>Mon, 28 Jan 2013 16:55:12 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,178287,179946#msg-179946</guid>
            <title>Re: Please help</title>
            <link>https://reprap.org/forum/read.php?1,178287,179946#msg-179946</link>
            <description><![CDATA[ Alot of research... And I figured an idea to check if problem is pololus or sanguino output.<br />
<br />
I study'd the pololu datasheet and saw enable, step, reset, dir, sleep pins, as well as ms1, ms2, ms3.<br />
<br />
I also think "enable" has to be low and reset should be low. <br />
<br />
anyone know what ms1, ms2, ms3 are supposed to be ? Are the pololus on full, half, quarter, eigth or 16th step? Also what should direction pin be set to?<br />
<br />
Im going to tell the sanguino to move the motors, and then check the outputs of these pins. If sleep isnt high during this time then I know the board isnt outputting atleast not on the right pins. If I check these pins, ill be able to narrow the problem to board/computer or pololuls.<br />
<br />
Will do tonight or tomorow, please if anyone knows what those pins should be let me know. Also does anyone know good gcode commands to make it maybe... constantly move in 1 direction ? or just good gcode's to help me test that would help alot (to bypass software that might be set up wrong)]]></description>
            <dc:creator>fahraynk</dc:creator>
            <category>General</category>
            <pubDate>Mon, 28 Jan 2013 11:20:52 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,178287,179914#msg-179914</guid>
            <title>Re: Please help</title>
            <link>https://reprap.org/forum/read.php?1,178287,179914#msg-179914</link>
            <description><![CDATA[ 'for some reason it shows a smily face and the word printer instead of this : Sprinter '<br />
<br />
<br />
 - just put a space between the char so it will properly show except the space. smiley will not show<br />
<br />
<br />
this tells me it has sprinter firmware on it. [<a href="http://reprap.org/wiki/Sanguinololu" target="_blank"  rel="nofollow">reprap.org</a>] will provide you info with how to load the firmware.<br />
<br />
also i think you want to use version 18 of arduino ide. it seems that the latest versions have issues with Sanguino extensions that map the pins properly. which is possibly what happened here. the firmware was loaded by a recent ide version that had compatibility issues... but I don't know. it is worth a try though....]]></description>
            <dc:creator>jamesdanielv</dc:creator>
            <category>General</category>
            <pubDate>Mon, 28 Jan 2013 06:57:28 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,178287,179525#msg-179525</guid>
            <title>Re: Please help</title>
            <link>https://reprap.org/forum/read.php?1,178287,179525#msg-179525</link>
            <description><![CDATA[ James, does this help ? I went to the URL but it didint quite work...<br />
<br />
m115<br />
ok<br />
FIRMWARE_NAME:Sprinter FIRMWARE_URL:http%%3A/github.com/kliment/Sprinter/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Mendel EXTRUDER_COUNT:1 UUID:00000000-0000-0000-0000-000000000000<br />
Edit : for some reason it shows a smily face and the word printer instead of this : Sprinter <br />
<br />
Ok.... actually I have been struggling with this problem for over a month. Um... Heres a question. I have an oscilloscope, but im no pro. I got it trying to fix a clock and just because i have it doesn't mean I know what im doing. so... Where would I put the oscilloscope terminals on the 4 pins to see if they are outputting ...anything. Or can I use a volt meter to do this ? Because I tried using the oscilloscope before on 2 of the 4 motor pins but it showed nothing so I figure im not putting it in the right place or its just not sending any signal.<br />
<br />
The other question... should I give up on this board ? Should I just buy a new board... if so, any ideas which board I should get for my Prusa ? ... I might buy a kit and try soldering it myself, and then see if I can finish troubleshooting this board before I solder together the other...]]></description>
            <dc:creator>fahraynk</dc:creator>
            <category>General</category>
            <pubDate>Sat, 26 Jan 2013 13:14:20 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,178287,179416#msg-179416</guid>
            <title>Re: Please help</title>
            <link>https://reprap.org/forum/read.php?1,178287,179416#msg-179416</link>
            <description><![CDATA[ ohioplastics Wrote:<br />
-------------------------------------------------------<br />
&gt; The current limiter should stop. It's likely<br />
&gt; you've turned it too far, but it's unlikely that<br />
&gt; all of your drivers are broken.  Try testing the<br />
&gt; drivers individually (unplug all the drivers<br />
&gt; except for one at a time).<br />
<br />
It really depends on your pololu maker and what pots they use...<br />
<br />
Mine are cheapies and have no stops, as are like many people's. You have to look at the flats, and between that and your measurements you can see where min and max is to some extent. You shouldnt be turning it up high enough to bring it around 360 degrees anyways.]]></description>
            <dc:creator>xclusive585</dc:creator>
            <category>General</category>
            <pubDate>Fri, 25 Jan 2013 22:48:43 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,178287,179415#msg-179415</guid>
            <title>Re: Please help</title>
            <link>https://reprap.org/forum/read.php?1,178287,179415#msg-179415</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Nudel</strong><br />
If software endstops are enabled, it would prevent it from moving in the negative direction towards the endstop, but should work the other direction.</div></blockquote>
Definately true<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>fahraynk</strong><br />
Also I try to spin the current limiter clockwise because im under the impression this increases current. It never stops spining. But anyway ive tried messing around with that so I dont think thats the issue either.</div></blockquote>
The current limiter should stop. It's likely you've turned it too far, but it's unlikely that all of your drivers are broken.  Try testing the drivers individually (unplug all the drivers except for one at a time).]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>General</category>
            <pubDate>Fri, 25 Jan 2013 22:09:20 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,178287,179343#msg-179343</guid>
            <title>Re: Please help</title>
            <link>https://reprap.org/forum/read.php?1,178287,179343#msg-179343</link>
            <description><![CDATA[ which is probably why it is best this person loads another firmware to the board, as long as the pin-outs are the same as sangulino. I cant find out what firmware is loaded on the board, and i am unable to find a schematic from the vendor.]]></description>
            <dc:creator>jamesdanielv</dc:creator>
            <category>General</category>
            <pubDate>Fri, 25 Jan 2013 16:12:47 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,178287,179191#msg-179191</guid>
            <title>Re: Please help</title>
            <link>https://reprap.org/forum/read.php?1,178287,179191#msg-179191</link>
            <description><![CDATA[ jamesdanielv Wrote:<br />
-------------------------------------------------------<br />
&gt; there also is the possiblity that the end stops<br />
&gt; need to be plugged in for motors to move, but i<br />
&gt; can't find out for sure.<br />
<br />
Depends on the firmware. Most newer firmwares - afaik, only tried Marlin recently - only checks for endstops when homing to gain speed. If software endstops are enabled, it would prevent it from moving in the negative direction towards the endstop, but should work the other direction.]]></description>
            <dc:creator>Nudel</dc:creator>
            <category>General</category>
            <pubDate>Fri, 25 Jan 2013 06:03:15 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,178287,179121#msg-179121</guid>
            <title>Re: Please help</title>
            <link>https://reprap.org/forum/read.php?1,178287,179121#msg-179121</link>
            <description><![CDATA[ james : ok I will test with endstops tomorrow after work... Not sure about the schematics but It was advertised to be a sanguinololu was hoping it would be the same.<br />
<br />
ohioplastics : This problem... I tested using a motor and tried it on the x axis and the extruder pololus same issue. so either both of them are bad or everyone. I doubt they'd all be bad, right ?<br />
<br />
viktor :  You want me to power the board with the 12 volts... where do the 5volt vcc and ground go ? Because... the 12 volts is a positive and a negative ground right. so... I mean the usb provides 5 volts to the board I guess.  Where am I supposed to be putting this vcc and ground to do this test. Also, where am I supposed to be putting the clock signal ?<br />
<br />
If you mean to have the sanguinololu output ... i guess a square wave ? Then... does that mean I have to remove the firmware and put on some arduino firmware to code it to do that ? I mean... im down if thats what i have to do... <br />
<br />
Yeah thank all of you for your response's. I really appreciate your help. Ive been trying to get this working now for so long... that im starting to go mad...]]></description>
            <dc:creator>fahraynk</dc:creator>
            <category>General</category>
            <pubDate>Thu, 24 Jan 2013 23:18:04 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,178287,179114#msg-179114</guid>
            <title>Re: Please help</title>
            <link>https://reprap.org/forum/read.php?1,178287,179114#msg-179114</link>
            <description><![CDATA[ fahraynk , do you have schematics and a firmware download for that board, and are you able to upload new firmware if you need too?<br />
<br />
there also is the possiblity that the end stops need to be plugged in for motors to move, but i can't find out for sure.]]></description>
            <dc:creator>jamesdanielv</dc:creator>
            <category>General</category>
            <pubDate>Thu, 24 Jan 2013 22:22:29 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,178287,179091#msg-179091</guid>
            <title>Re: Please help</title>
            <link>https://reprap.org/forum/read.php?1,178287,179091#msg-179091</link>
            <description><![CDATA[ sounds like one of your drivers is busted. try using them one at a time to isolate which one it is. basic troubleshooting for a reprap is pretty straight forward. 12 volts, pin assignment, usb connection, limit switches connected, and double/triple check all the wiring.]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>General</category>
            <pubDate>Thu, 24 Jan 2013 20:18:06 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,178287,178992#msg-178992</guid>
            <title>Re: Please help</title>
            <link>https://reprap.org/forum/read.php?1,178287,178992#msg-178992</link>
            <description><![CDATA[ ... connect a stepper to the 4 output pins, VDD (~+12V), VCC(+5V) and GND to the correct pins and then change the polarity of the STEP (or CLOCK?) input - a working pololu will then step the motor for every received change ...]]></description>
            <dc:creator>VDX</dc:creator>
            <category>General</category>
            <pubDate>Thu, 24 Jan 2013 13:55:29 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,178287,178977#msg-178977</guid>
            <title>Re: Please help</title>
            <link>https://reprap.org/forum/read.php?1,178287,178977#msg-178977</link>
            <description><![CDATA[ anyone know how I can test the pins if I desolder the pololus ? If I desolder them and then send code to have them move, what should the pins output and how can I test that its working ?]]></description>
            <dc:creator>fahraynk</dc:creator>
            <category>General</category>
            <pubDate>Thu, 24 Jan 2013 13:11:46 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,178287,178567#msg-178567</guid>
            <title>Re: Please help</title>
            <link>https://reprap.org/forum/read.php?1,178287,178567#msg-178567</link>
            <description><![CDATA[ In your image, the pololus look a bit opposite of mine... but my board is a bit different then yours. I bought mine in some sanguino kit. They sent me a pic of how they said its supposed to be and I copyed it...<br />
<br />
here is mine :<br />
<div id="div_6f100e10654956e76ee3b4cf0a5e4f8d"
     class="mod_embed_images"
     >

  

    
      
    

    <div id="imagediv_6f100e10654956e76ee3b4cf0a5e4f8d" class="mod_embed_images_image"
         >

    
      

      

      

      

      

      

      <noscript>
      <div>
    

    <a href="http://sphotos-b.xx.fbcdn.net/hphotos-prn1/76937_10151377293547148_1280739333_n.jpg">
        <img src="https://reprap.org/forum/addon.php?1,module=embed_images,url=http%3A%2F%2Fsphotos-b.xx.fbcdn.net%2Fhphotos-prn1%2F76937_10151377293547148_1280739333_n.jpg"
             
             
             id="image_6f100e10654956e76ee3b4cf0a5e4f8d"
             alt="76937_10151377293547148_1280739333_n.jpg"
             title="76937_10151377293547148_1280739333_n.jpg"/>
    </a>

    
      </div>
      </noscript>
    

    </div>

    <div class="mod_embed_images_info " id="info_6f100e10654956e76ee3b4cf0a5e4f8d"
      >
      <a id="link_6f100e10654956e76ee3b4cf0a5e4f8d" href="http://sphotos-b.xx.fbcdn.net/hphotos-prn1/76937_10151377293547148_1280739333_n.jpg">76937_10151377293547148_1280739333_n.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('6f100e10654956e76ee3b4cf0a5e4f8d', 'https://reprap.org/forum/addon.php?1,module=embed_images,url=http%3A%2F%2Fsphotos-b.xx.fbcdn.net%2Fhphotos-prn1%2F76937_10151377293547148_1280739333_n.jpg', 'http://sphotos-b.xx.fbcdn.net/hphotos-prn1/76937_10151377293547148_1280739333_n.jpg', 'https://reprap.org/forum/addon.php?1,module=embed_images,check_scaling=1,url=http%3A%2F%2Fsphotos-b.xx.fbcdn.net%2Fhphotos-prn1%2F76937_10151377293547148_1280739333_n.jpg', '', 178567, 800, 400, 'Loading image ...', false);
</script>
<br />
<br />
and here is the one they told me it should look like when I was done adding the pololu's :<br />
<div id="div_b5cf20dc4de1e74d94d1cf062d83fcec"
     class="mod_embed_images"
     >

  

    
      
    

    <div id="imagediv_b5cf20dc4de1e74d94d1cf062d83fcec" class="mod_embed_images_image"
         >

    
      

      

      

      

      

      

      <noscript>
      <div>
    

    <a href="http://sphotos-a.xx.fbcdn.net/hphotos-snc6/208252_10151377291302148_1852710367_n.jpg">
        <img src="https://reprap.org/forum/addon.php?1,module=embed_images,url=http%3A%2F%2Fsphotos-a.xx.fbcdn.net%2Fhphotos-snc6%2F208252_10151377291302148_1852710367_n.jpg"
             
             
             id="image_b5cf20dc4de1e74d94d1cf062d83fcec"
             alt="208252_10151377291302148_1852710367_n.jpg"
             title="208252_10151377291302148_1852710367_n.jpg"/>
    </a>

    
      </div>
      </noscript>
    

    </div>

    <div class="mod_embed_images_info " id="info_b5cf20dc4de1e74d94d1cf062d83fcec"
      >
      <a id="link_b5cf20dc4de1e74d94d1cf062d83fcec" href="http://sphotos-a.xx.fbcdn.net/hphotos-snc6/208252_10151377291302148_1852710367_n.jpg">208252_10151377291302148_1852710367_n.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('b5cf20dc4de1e74d94d1cf062d83fcec', 'https://reprap.org/forum/addon.php?1,module=embed_images,url=http%3A%2F%2Fsphotos-a.xx.fbcdn.net%2Fhphotos-snc6%2F208252_10151377291302148_1852710367_n.jpg', 'http://sphotos-a.xx.fbcdn.net/hphotos-snc6/208252_10151377291302148_1852710367_n.jpg', 'https://reprap.org/forum/addon.php?1,module=embed_images,check_scaling=1,url=http%3A%2F%2Fsphotos-a.xx.fbcdn.net%2Fhphotos-snc6%2F208252_10151377291302148_1852710367_n.jpg', '', 178567, 800, 400, 'Loading image ...', false);
</script>
<br />
<br />
<br />
thanks again for your help. So Based on their picture id say it was right... but based on the fact that its not making motors move... yeah.<br />
<br />
<br />
also, I bought it from here if that helps, because I know it doesnt look like the standard red sanguinololu : [<a href="http://reprap.me/epages/reprap_nu_4149051.sf/en_US/?ObjectPath=/Shops/reprap_nu_4149051/Products/Sanguinololu" target="_blank"  rel="nofollow">reprap.me</a>]<br/>]]></description>
            <dc:creator>fahraynk</dc:creator>
            <category>General</category>
            <pubDate>Tue, 22 Jan 2013 17:47:49 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,178287,178419#msg-178419</guid>
            <title>Re: Please help</title>
            <link>https://reprap.org/forum/read.php?1,178287,178419#msg-178419</link>
            <description><![CDATA[ fahraynk Wrote:<br />
-------------------------------------------------------<br />
snip...<br />
&gt; <br />
&gt; The ponterface terminal has a motors off button...<br />
&gt; never a motors on button. I dont know if this has<br />
&gt; anything to do with it. <br />
&gt; How do I make it connect to my motors ?<br />
<br />
 snip..<br />
<br />
There is no motors ON button in Pronterface. You just click on one of the nudge buttons in the circle (.1, 1, 10, 100) Z only goes to 10mm. The motors OFF button is there to kill the hold voltage to the windings. Try disconnecting the hotend thermistor from the Sang' board and see if the motor energises when you select one of the nudge buttons. This works in RAMPS but don't know for sure with your board flavor.]]></description>
            <dc:creator>waitaki</dc:creator>
            <category>General</category>
            <pubDate>Tue, 22 Jan 2013 04:03:17 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,178287,178378#msg-178378</guid>
            <title>Re: Please help</title>
            <link>https://reprap.org/forum/read.php?1,178287,178378#msg-178378</link>
            <description><![CDATA[ does it look like this?<br />
<br />
<div id="div_c2a01410094f180dd585be77a8f6cbf5"
     class="mod_embed_images_extended"
     style="width:672px">

  

    
      
    

    <div id="imagediv_c2a01410094f180dd585be77a8f6cbf5" class="mod_embed_images_image"
         style="width:672px; height:400px">

    

    <a href="http://reprap.org/mediawiki/images/9/9a/Sanguinololu.jpg">
        <img src="/forum/thumbcache/f20/647/702/eda/3fe/3ff/f6c/3cc/7ff/34a/a7_800x400.png"
             width="672"
             height="400"
             id="image_c2a01410094f180dd585be77a8f6cbf5"
             alt="Sanguinololu.jpg"
             title="Sanguinololu.jpg"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info " id="info_c2a01410094f180dd585be77a8f6cbf5"
      style="display:block">
      <a id="link_c2a01410094f180dd585be77a8f6cbf5" href="http://reprap.org/mediawiki/images/9/9a/Sanguinololu.jpg">Sanguinololu.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('c2a01410094f180dd585be77a8f6cbf5', '/forum/thumbcache/f20/647/702/eda/3fe/3ff/f6c/3cc/7ff/34a/a7_800x400.png', 'http://reprap.org/mediawiki/images/9/9a/Sanguinololu.jpg', 'https://reprap.org/forum/addon.php?1,module=embed_images,check_scaling=1,url=http%3A%2F%2Freprap.org%2Fmediawiki%2Fimages%2F9%2F9a%2FSanguinololu.jpg', '', 178378, 800, 400, 'Loading image ...', false);
</script>
<br/>]]></description>
            <dc:creator>jamesdanielv</dc:creator>
            <category>General</category>
            <pubDate>Mon, 21 Jan 2013 22:58:02 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,178287,178344#msg-178344</guid>
            <title>Re: Please help</title>
            <link>https://reprap.org/forum/read.php?1,178287,178344#msg-178344</link>
            <description><![CDATA[ Eh it just says OK when i enter those commands on cool Term. Im using a ATX power supply 400 watts which I converted to give a 12 volt dc output by following some guide online.<br />
<br />
I HOPE I have pololus installed correctly... the current pot is facing the board not the motor pins...  closer to the side with the usb input... <br />
<br />
Thanks for your help]]></description>
            <dc:creator>fahraynk</dc:creator>
            <category>General</category>
            <pubDate>Mon, 21 Jan 2013 17:38:47 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,178287,178293#msg-178293</guid>
            <title>Re: Please help</title>
            <link>https://reprap.org/forum/read.php?1,178287,178293#msg-178293</link>
            <description><![CDATA[ you can send these commands to move the x/y motors.<br />
G1 X10 F400; move x axis 10mm at 400mm min.<br />
G1 X-10 F400; move x axis -10mm at 400mm min.<br />
<br />
G1 Y10 F400; move Y axis 10mm at 400mm min.<br />
G1 Y-10 F400; move Y axis -10mm at 400mm min.<br />
<br />
what type of supply are you using? a pc supply. is it switched on correctly before moving the motors? voltage still flows from pc supply when power is off but it would be 3v and 5v for the logic (and possibly the power led). if it is laptop supply how much current will it supply? and if it is a laptop supply is there a separate supply lead or jumper for the stepper driver voltage?<br />
<br />
<br />
silly question. do you have POLUPO's installed in the correct orientation?<br />
are you sure that the steppers are enabled? when you try to turn the motors by hand is there any resistance?<br />
do you have limit switches included, and are they setup correctly? if a limit switch is set the motor may not turn.<br />
<br />
someone on this form will help.]]></description>
            <dc:creator>jamesdanielv</dc:creator>
            <category>General</category>
            <pubDate>Mon, 21 Jan 2013 14:08:39 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,178287,178287#msg-178287</guid>
            <title>Please help</title>
            <link>https://reprap.org/forum/read.php?1,178287,178287#msg-178287</link>
            <description><![CDATA[ hi, im pretty newb.<br />
Ive been trying to connect a motor to sanguino to make it move as a test, but I cant get it to work. I know I have the correct serial port because if I type the Gcode M115 it returns the firmware sprinter and version ect. But when I try to connect the motor to any of the motor connections it never moves it.<br />
<br />
Also when I unplug it from computer the board stays on so I know the 12 volt power supply is connected correctly. Also tested the 12 volts with volt meter on input.<br />
<br />
The ponterface terminal has a motors off button... never a motors on button. I dont know if this has anything to do with it. Also I try to spin the current limiter clockwise because im under the impression this increases current. It never stops spining. But anyway ive tried messing around with that so I dont think thats the issue either.<br />
<br />
How do I make it connect to my motors ?<br />
<br />
Also is there a GCode anyone knows that will tell it to spin motors that way I can do further testing ? Since I know it responds when I input M115, maybe somethings wrong the commands my ponterface is sending ?<br />
<br />
Please help.]]></description>
            <dc:creator>fahraynk</dc:creator>
            <category>General</category>
            <pubDate>Mon, 21 Jan 2013 13:50:17 -0500</pubDate>
        </item>
    </channel>
</rss>
