<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>first startup problems</title>
        <description> Over the last few months I&#039;ve been building a Prusa i3,, and last night got to power it up for the first time.(:P)

Connected to PC via USB first, seemed OK lights flashing  on atmega etc, however when powering from mains, the heated bed and hotend started heating and the extruder stepper motor starts stepping). However the PC software(Pronterface) doesnt seem to be able to connect to the printer. I think the issue is comms between the pc and the arduino, any suggestions as to how this could be checked out? 
Any suggestions would be appreciated.</description>
        <link>https://reprap.org/forum/read.php?4,444493,444493#msg-444493</link>
        <lastBuildDate>Thu, 16 Jul 2026 01:18:26 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?4,444493,467611#msg-467611</guid>
            <title>Re: first startup problems</title>
            <link>https://reprap.org/forum/read.php?4,444493,467611#msg-467611</link>
            <description><![CDATA[ You can also change the direction your motors run in Marlin:<br />
<br />
#define INVERT_X_DIR false   // for Mendel set to false, for Orca set to true<br />
#define INVERT_Y_DIR false    // for Mendel set to true, for Orca set to false<br />
#define INVERT_Z_DIR false    // for Mendel set to false, for Orca set to true<br />
#define INVERT_E0_DIR true   // for direct drive extruder v9 set to true, for geared extruder set to false<br />
#define INVERT_E1_DIR false    // for direct drive extruder v9 set to true, for geared extruder set to false<br />
#define INVERT_E2_DIR false   // for direct drive extruder v9 set to true, for geared extruder set to false<br />
<br />
Try swapping those around if you're having direction issues.<br />
<br />
In terms of cooling, your drivers shouldn't need external fans provided they have those little tiny heat-sinks on them (little finned hunks of aluminum you stick on).  Even without the heat-sinks, passive cooling (assuming that you haven't got an enclosure around the drivers) should be adequate.]]></description>
            <dc:creator>LNButts</dc:creator>
            <category>Reprappers</category>
            <pubDate>Sun, 08 Feb 2015 01:34:07 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,444493,467457#msg-467457</guid>
            <title>Re: first startup problems</title>
            <link>https://reprap.org/forum/read.php?4,444493,467457#msg-467457</link>
            <description><![CDATA[ 1. Which fans? You don't necessarily need fabs to cool the drivers, only if you have the current turned up high.<br />
<br />
2. Reverse the 4-way stepper loom connectors on the RAMPS board.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Reprappers</category>
            <pubDate>Sat, 07 Feb 2015 13:13:17 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,444493,467452#msg-467452</guid>
            <title>Re: first startup problems</title>
            <link>https://reprap.org/forum/read.php?4,444493,467452#msg-467452</link>
            <description><![CDATA[ <b>It's Alive!</b>(:P)<br />
<br />
Movement at last, all 3 axis working (unfortunately though both Y and Z appear to move in the wrong direction, and the Y and Z endstops do not appear to be working, is this related?). The previous problem was due to the ramps trimpots only being  set to 0.2 volts, setting these to 1.4v brought it to life.<br />
<br />
A few more questions though.<br />
<br />
1.Now there is a reasonable current passing through the drivers, they will need cooling, how do I turn the fans on.<br />
2.How do I change direction of Y and Z axis.<br />
<br />
As usual any help would be greatly appreciated.<br />
<br />
Hillybilly52]]></description>
            <dc:creator>hillybilly52</dc:creator>
            <category>Reprappers</category>
            <pubDate>Sat, 07 Feb 2015 12:58:40 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,444493,466878#msg-466878</guid>
            <title>Re: first startup problems</title>
            <link>https://reprap.org/forum/read.php?4,444493,466878#msg-466878</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>hillybilly52</strong><br />
Finally after 6 weeks of frustration, several PC rebuilds, several cables and boards, I have finally managed to communicate with my Prusa i3. Not sure what exactly resolved the problem in the end, but the printer came very close to being advertised on Ebay!! <br />
<br />
Using printerface, I can control the extruder head and flat bed temps, seems to be accurate as I have confirmed the temperatures with an IR thermometer. The extruder appears to be driving properly (although it hasn't seen any plastic yet). So far so good, however when I try to move in any of the 3 axis, nothing is happening, well nothing is moving, the motors sound like they are trying to drive but I assume they are just stalling.<br />
Any suggestions? my system consists of a mega2560 with RAMPS 1.4 and a bulldoglite extruder head.<br />
<br />
Any advice/guidance would be greatly appreciated after all this time I feel I'm actually getting close to owning a working printer.<br />
<br />
Cheers<br />
<br />
hillybilly52</div></blockquote>
<br />
could be your motors aren't aligned, the belts are tight enough or overly tight, or your stepper calculations could be wrong in the firmware to program communication.  I.E your program is sending the wrong amount of motor steps to the printer  to move your axis.]]></description>
            <dc:creator>OO DURKE OO</dc:creator>
            <category>Reprappers</category>
            <pubDate>Fri, 06 Feb 2015 08:21:42 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,444493,466877#msg-466877</guid>
            <title>Re: first startup problems</title>
            <link>https://reprap.org/forum/read.php?4,444493,466877#msg-466877</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>hillybilly52</strong><br />
Over the last few months I've been building a Prusa i3,, and last night got to power it up for the first time.(:P)<br />
<br />
Connected to PC via USB first, seemed OK lights flashing  on atmega etc, however when powering from mains, the heated bed and hotend started heating and the extruder stepper motor starts stepping). However the PC software(Pronterface) doesnt seem to be able to connect to the printer. I think the issue is comms between the pc and the arduino, any suggestions as to how this could be checked out? <br />
Any suggestions would be appreciated.</div></blockquote>
<br />
make sure your com port is set to the same data size as the program you are using to talk to your printer.  I had to change mine in the device manager from 9600 on com 7 to 115200 that the firmware of the arduino was using.]]></description>
            <dc:creator>OO DURKE OO</dc:creator>
            <category>Reprappers</category>
            <pubDate>Fri, 06 Feb 2015 08:19:57 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,444493,465925#msg-465925</guid>
            <title>Re: first startup problems</title>
            <link>https://reprap.org/forum/read.php?4,444493,465925#msg-465925</link>
            <description><![CDATA[ Finally after 6 weeks of frustration, several PC rebuilds, several cables and boards, I have finally managed to communicate with my Prusa i3. Not sure what exactly resolved the problem in the end, but the printer came very close to being advertised on Ebay!! <br />
<br />
Using printerface, I can control the extruder head and flat bed temps, seems to be accurate as I have confirmed the temperatures with an IR thermometer. The extruder appears to be driving properly (although it hasn't seen any plastic yet). So far so good, however when I try to move in any of the 3 axis, nothing is happening, well nothing is moving, the motors sound like they are trying to drive but I assume they are just stalling.<br />
Any suggestions? my system consists of a mega2560 with RAMPS 1.4 and a bulldoglite extruder head.<br />
<br />
Any advice/guidance would be greatly appreciated after all this time I feel I'm actually getting close to owning a working printer.<br />
<br />
Cheers<br />
<br />
hillybilly52]]></description>
            <dc:creator>hillybilly52</dc:creator>
            <category>Reprappers</category>
            <pubDate>Wed, 04 Feb 2015 16:42:56 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,444493,447025#msg-447025</guid>
            <title>Re: first startup problems</title>
            <link>https://reprap.org/forum/read.php?4,444493,447025#msg-447025</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>jrcaster</strong><br />
Looks like you don't have all of the files, and you don't need blink.  Where did you get the printer from?  You should go to their website and download all of the files for marlin.  Make sure they are in the same folder and you may have to rename the folder to the same name as the .ino file.  Go into your arduino dashboard and open the .ino file.  Make sure all of the files that you downloaded are tabbed across the top, then edit the configuration.h file to make sure it is set up for your printer.  Then upload that file set to the arduino just like you did the blink program.  Then you should be able to link to it with pronterface.</div></blockquote>
<br />
I got the printer through ebay from someone that had given up building it, however on the website he got it from there (gadgets3d.com) there do not appear to be any links to drivers only pdfs for the build, which dont refer to the software side of things at all.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>SteveRoy</strong><br />
Not sure what's causing the errors.<br />
I have ver 1.05 of the Arduino IDE and downloaded Marlin from the github site.<br />
You just need to open the Marlin.ino file in the IDE - that will open the others in the IDE, you will see them in the tabs.<br />
Try a test compile (not upload) with the stock Configuration.h file by clicking the check-mark of the IDE.<br />
If that compiles OK then change the Configuration.h and try again.</div></blockquote>
<br />
I'm using the same version of the Arduino IDE and downloading Marlin directly from github, when test compiling I consistently get the same errors I mentioned in my previous post. How do i stop it from trying to include blink. there seems to be a lot of pages loaded, too many to actually display all the tabs across the top of the IDE.]]></description>
            <dc:creator>hillybilly52</dc:creator>
            <category>Reprappers</category>
            <pubDate>Tue, 23 Dec 2014 13:26:26 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,444493,446970#msg-446970</guid>
            <title>Re: first startup problems</title>
            <link>https://reprap.org/forum/read.php?4,444493,446970#msg-446970</link>
            <description><![CDATA[ Not sure what's causing the errors.<br />
I have ver 1.05 of the Arduino IDE and downloaded Marlin from the github site.<br />
You just need to open the Marlin.ino file in the IDE - that will open the others in the IDE, you will see them in the tabs.<br />
Try a test compile (not upload) with the stock Configuration.h file by clicking the check-mark of the IDE.<br />
If that compiles OK then change the Configuration.h and try again<br />
<br />
Steve]]></description>
            <dc:creator>SteveRoy</dc:creator>
            <category>Reprappers</category>
            <pubDate>Tue, 23 Dec 2014 10:53:36 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,444493,446795#msg-446795</guid>
            <title>Re: first startup problems</title>
            <link>https://reprap.org/forum/read.php?4,444493,446795#msg-446795</link>
            <description><![CDATA[ Looks like you don't have all of the files, and you don't need blink.  Where did you get the printer from?  You should go to their website and download all of the files for marlin.  Make sure they are in the same folder and you may have to rename the folder to the same name as the .ino file.  Go into your arduino dashboard and open the .ino file.  Make sure all of the files that you downloaded are tabbed across the top, then edit the configuration.h file to make sure it is set up for your printer.  Then upload that file set to the arduino just like you did the blink program.  Then you should be able to link to it with pronterface.]]></description>
            <dc:creator>jrcaster</dc:creator>
            <category>Reprappers</category>
            <pubDate>Tue, 23 Dec 2014 02:01:28 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,444493,446663#msg-446663</guid>
            <title>Re: first startup problems</title>
            <link>https://reprap.org/forum/read.php?4,444493,446663#msg-446663</link>
            <description><![CDATA[ Hi Steve,<br />
<br />
thanks for your suggestion, found you build instructions really useful, thanks. I've downloaded the marlin software, however when I try to compile in the arduino ide get  the following error messages:<br />
<br />
In file included from BlinkM.cpp:5:<br />
/Marlin.h:30:22: error: Arduino.h: No such file or directory<br />
/Marlin.h:50:21: error: WString.h: No such file or directory<br />
In file included from /Marlin.h:41,<br />
                 from BlinkM.cpp:5:<br />
MarlinSerial.h:150: error: expected ',' or '...' before '&amp;' token<br />
MarlinSerial.h:150: error: ISO C++ forbids declaration of 'String' with no type<br />
MarlinSerial.h:169: error: expected ',' or '...' before '&amp;' token<br />
MarlinSerial.h:169: error: ISO C++ forbids declaration of 'String' with no type<br />
/MarlinSerial.h: In member function 'void MarlinSerial::print(int)':<br />
MarlinSerial.h:152: error: 's' was not declared in this scope<br />
<br />
Any suggestions to get around this.<br />
<br />
Thanks<br />
hillybilly52]]></description>
            <dc:creator>hillybilly52</dc:creator>
            <category>Reprappers</category>
            <pubDate>Mon, 22 Dec 2014 16:09:17 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,444493,445612#msg-445612</guid>
            <title>Re: first startup problems</title>
            <link>https://reprap.org/forum/read.php?4,444493,445612#msg-445612</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>hillybilly52</strong><br />
No, I want sure if anythingneeded to be. what do I need to upload.?</div></blockquote>
<br />
You will need Marlin or similar firmware.<br />
See my Instructable (link in my signature) or start here:<br />
[<a href="http://www.instructables.com/id/Building-a-Prusa-i3-3D-Printer/step10/Making-the-axis-move/" target="_blank"  rel="nofollow">www.instructables.com</a>]<br />
<br />
Steve]]></description>
            <dc:creator>SteveRoy</dc:creator>
            <category>Reprappers</category>
            <pubDate>Fri, 19 Dec 2014 12:36:54 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,444493,445592#msg-445592</guid>
            <title>Re: first startup problems</title>
            <link>https://reprap.org/forum/read.php?4,444493,445592#msg-445592</link>
            <description><![CDATA[ No, I want sure if anythingneeded to be. what do I need to upload.?]]></description>
            <dc:creator>hillybilly52</dc:creator>
            <category>Reprappers</category>
            <pubDate>Fri, 19 Dec 2014 11:20:56 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,444493,445484#msg-445484</guid>
            <title>Re: first startup problems</title>
            <link>https://reprap.org/forum/read.php?4,444493,445484#msg-445484</link>
            <description><![CDATA[ Have you uploaded the firmware to the Arduino?]]></description>
            <dc:creator>waitaki</dc:creator>
            <category>Reprappers</category>
            <pubDate>Fri, 19 Dec 2014 05:43:06 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,444493,445126#msg-445126</guid>
            <title>Re: first startup problems</title>
            <link>https://reprap.org/forum/read.php?4,444493,445126#msg-445126</link>
            <description><![CDATA[ Hi ohmarinas,  thanks for your reply. <br />
I'm not convinced it is a port selection issue, as every time pronterface tries to connect the arduino seems to reset, or at least the lights stop flashing, so something seems to be getting through. But then it just sits there. Does any software need to be downloaded to the arduino before attempting to communicate with it by pronterface? <br />
<br />
Cheers<br />
<br />
hillybilly52]]></description>
            <dc:creator>hillybilly52</dc:creator>
            <category>Reprappers</category>
            <pubDate>Thu, 18 Dec 2014 08:32:53 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,444493,444534#msg-444534</guid>
            <title>Re: first startup problems</title>
            <link>https://reprap.org/forum/read.php?4,444493,444534#msg-444534</link>
            <description><![CDATA[ First of all, welcome!<br />
<br />
You should look around on the forum and see if you can find your info there. There is a lot to find about the issue you are describing and I'm sure the answer is in there!<br />
<br />
My guess is that you should set the correct port to connect to your printer and especially set it at the correct baud rate. I prefer to use 250.000 but this is usually not standard on new boards.<br />
In pronterface you can easily set the baud rate and choose different ones to see when it will finally connect when you have the correct one.<br />
<br />
Good luck so far!]]></description>
            <dc:creator>Ohmarinus</dc:creator>
            <category>Reprappers</category>
            <pubDate>Tue, 16 Dec 2014 18:27:04 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,444493,444493#msg-444493</guid>
            <title>first startup problems</title>
            <link>https://reprap.org/forum/read.php?4,444493,444493#msg-444493</link>
            <description><![CDATA[ Over the last few months I've been building a Prusa i3,, and last night got to power it up for the first time.(:P)<br />
<br />
Connected to PC via USB first, seemed OK lights flashing  on atmega etc, however when powering from mains, the heated bed and hotend started heating and the extruder stepper motor starts stepping). However the PC software(Pronterface) doesnt seem to be able to connect to the printer. I think the issue is comms between the pc and the arduino, any suggestions as to how this could be checked out? <br />
Any suggestions would be appreciated.]]></description>
            <dc:creator>hillybilly52</dc:creator>
            <category>Reprappers</category>
            <pubDate>Tue, 16 Dec 2014 16:11:36 -0500</pubDate>
        </item>
    </channel>
</rss>
