<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
        <description>I need some serious help. Pretty please!

I bought a Velleman K8200 second hand. The guy I bought it from had it running and showed me it working (start of a print, manual operation and movement on all axes). Since bringing it home I&#039;ve had nothing but problems over the course of the last month. Some of which can be attributed to me learning how to use it. But lately, serious issues.

This is where I&#039;m at. Repetier kept throwing up errors during prints. All of the errors are coming up in Italian. I have no idea why that is - I live in Australia, it was bought in Australia, and the guy who built it didn&#039;t speak Italian. However someone on a forum translated them to be USB errors. I tried a new laptop. And a new cable. But kept having these errors. Mind you, they didn&#039;t come up every single print - but most of the time. The printer came with a spare Mega 2560 board. So I thought I&#039;d install that. Well, it turns out I have no idea what settings to use in order to flash the firmware. I tried Repetier firmware with the default settings - no luck. I tried Marlin firmware, but couldn&#039;t make sense of how to configure it correctly.
So I gave up on the new board and throught I&#039;d reflow the solder on the USB connector on the old Mega board. Did that without a problem, but now I&#039;m getting other errors in Repetier. I have no idea what they are related to. 

I&#039;m just about ready to give up on this thing. I&#039;m hoping someone can steer me in the right direction, because I certainly don&#039;t want to flush the $1,000 down the drain (not to mention my wife will kill me). The prints that I was able to complete in between issues came out pretty good, so I REALLY want to get this thing going again.

Looking forward to any useful (dumbed down) info.</description>
        <link>https://reprap.org/forum/read.php?146,530473,530473#msg-530473</link>
        <lastBuildDate>Sat, 07 Mar 2026 09:26:54 -0500</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,538528#msg-538528</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,538528#msg-538528</link>
            <description><![CDATA[ Marlin now has an option to use the end stops full time. I have the hardware endstops turned on with software endstops disabled because I have min and max end stops. Even if I tell my printer to move to a location it can't move to it won't go and grind on the end of its travel limit because it hits the limit switches and just stops.<br />
<br />
I don't know how recent it is but it's in the 1.0.2 release version I'm using (at least I think I'm using that version, been a while since I downloaded it)]]></description>
            <dc:creator>ntoff</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Tue, 28 Jul 2015 04:59:40 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,538516#msg-538516</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,538516#msg-538516</link>
            <description><![CDATA[ I've started a new topic <a href="http://forums.reprap.org/read.php?146,538514" target="_blank"  rel="nofollow">here</a> with a clearer listing of what my problems are and what my hardware/firmware combo are. Thanks for all the help in this thread but since I didn't explain myself clearly, I think it's become a little unclear for anyone wanting to offer help.]]></description>
            <dc:creator>dislegal</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Tue, 28 Jul 2015 04:30:57 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,538388#msg-538388</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,538388#msg-538388</link>
            <description><![CDATA[ Maybe it's a different version of Marlin, by my understanding is that Marlin only looks at the end-stops when you're homing the axes. To stop running off the edge of the build volume whilst printing it assumes that every step actually happens as commanded.<br />
<br />
Issue the M119 from the terminal to check the status of the end-stops. If you have a Z-probe, it should only show triggered if there's something metal under it.]]></description>
            <dc:creator>frankvdh</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Mon, 27 Jul 2015 17:58:12 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,538064#msg-538064</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,538064#msg-538064</link>
            <description><![CDATA[ Marlin by default I believe ignores the end stops because if you have cross talk between the end stop switches and your motor wires it can cause a false trigger and stop the axis moving mid print.<br />
<br />
As for the homing direction, look in configuration.h for these lines<br />
#define X_HOME_DIR -1<br />
#define Y_HOME_DIR -1<br />
#define Z_HOME_DIR -1<br />
<br />
and make sure they are all at -1 (home to minimum). I believe some Mendel designs home Z to maximum so you might have inadvertently set it up for that.<br />
<br />
Is it moving the wrong way though? If you move it "up" 100mm does it actually move up? Or is the motor just turning the wrong way? In Marlin you can reverse the motor direction.<br />
<br />
edit: doh, I forgot you're using repetier firmware. You can also invert the direction of homing in their configuration tool by ticking the box (instead of manually editing configuration.h for marlin). Question about movement direction still stands though. Does it move up when you tell it to move up? Or does it go down.]]></description>
            <dc:creator>ntoff</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Mon, 27 Jul 2015 07:35:37 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,538017#msg-538017</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,538017#msg-538017</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>frankvdh</strong><br />
Check your Z end-stop (or bed sensor). If it is always triggered it can cause behaviour like that.</div></blockquote>
<br />
What should I be looking for when I check it?]]></description>
            <dc:creator>dislegal</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Mon, 27 Jul 2015 05:50:47 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,538013#msg-538013</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,538013#msg-538013</link>
            <description><![CDATA[ I now have Z axis manual movement in both directions working. (Don't ask me how, but it's working!)<br />
<br />
Remaining problems:<br />
1. Z axis ignores the endstop when being moved manually.<br />
2. Z axis homing is still in the wrong direction (moves up instead of down).]]></description>
            <dc:creator>dislegal</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Mon, 27 Jul 2015 05:49:20 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,538011#msg-538011</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,538011#msg-538011</link>
            <description><![CDATA[ Check your Z end-stop (or bed sensor). If it is always triggered it can cause behaviour like that.]]></description>
            <dc:creator>frankvdh</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Mon, 27 Jul 2015 05:45:35 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,537967#msg-537967</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,537967#msg-537967</link>
            <description><![CDATA[ The plot thickens. After adjusting the firmware to 2560 steps per mm for the Z axis and reflashing it, I can now manually move the Z axis up. Pressing down does not work (but it's also no longer making a weird high-pitched noise). Pressing Z home moves Z up for approx 3 seconds.<br />
What should I do next? I'm guessing I need to reverse Z homing by manually editing the configuration.h......?]]></description>
            <dc:creator>dislegal</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Mon, 27 Jul 2015 04:02:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,534511#msg-534511</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,534511#msg-534511</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>I was actually hoping someone would say "yeah, I have a K8200 with Mega/RAMPS on it - let me post my firmware for you" - I guess that was wishful thinking...</strong><br />
</div></blockquote>
I actually have the Marlin firmware from when I had the RAMPS on the k8200 before I turned it into the frankenprinter but it uses the same pins for the LCD that the 3drag board used and is only a 16 x 4 LCD. I've messed about with it so much that I wouldn't feel confident throwing you into the deep end trying to figure out what I've done to it.<br />
<br />
As far as figuring out what your steps/mm should be: [<a href="http://prusaprinters.org/calculator/" target="_blank"  rel="nofollow">prusaprinters.org</a>] use the calculator.<br />
<br />
If it's standard it'll be an M8 x 1.25 threaded rod so 2560 would be correct for 1/16th micro stepping. If you pull the Z driver out of the RAMPS board (turn everything off and unplug the USB first) there should be 3 jumpers under there, they control the micro stepping.<br />
<br />
X and Y steps/mm should be 64 with 1/16th microstepping (5mm belt with 10 tooth pulleys)<br />
<br />
The other thing you should be aware of is which thermistor you have, on Marlin it was thermistor table 5, I don't know what repetier uses for thermistor tables. Do some tests to make sure you don't overheat things before actually printing. The PTFE heat break is extremely easy to damage if you're printing in ABS with the wrong thermistor table. Ask me how I know that (I melted mine).<br />
<br />
According to googlemaps you're about an hour (at least) away from me so a quick get together wouldn't be so quick :(]]></description>
            <dc:creator>ntoff</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Mon, 20 Jul 2015 03:30:16 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,534189#msg-534189</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,534189#msg-534189</link>
            <description><![CDATA[ Another forum suggested I adjust the EEPROM setting for Z-axis steps per mm. It was at 80, and the recommendation was to make it 2560. Doing this did make the Z-axis respond somewhat, just not fully or correctly. Any ideas on what this setting should be...?]]></description>
            <dc:creator>dislegal</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Sun, 19 Jul 2015 04:48:38 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,534140#msg-534140</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,534140#msg-534140</link>
            <description><![CDATA[ Here's an export of my EEPROM data as output by Repetier Host. Does this help diagnose my Z-axis issues?<br />
<br />
<br />
<pre class="bbcode">
epr pos="75" type="2" value="250000"&gt;Baudrate
epr pos="129" type="3" value="-0.111"&gt;Filament printed
epr pos="125" type="2" value="1197"&gt;Printer active
epr pos="79" type="2" value="0"&gt;Max. inactive time
epr pos="83" type="2" value="360000"&gt;Stop stepper after inactivity
epr pos="3" type="3" value="80.0000"&gt;X-axis steps per mm
epr pos="7" type="3" value="80.0000"&gt;Y-axis steps per mm
epr pos="11" type="3" value="80.0000"&gt;Z-axis steps per mm
epr pos="15" type="3" value="200.000"&gt;X-axis max. feedrate
epr pos="19" type="3" value="200.000"&gt;Y-axis max. feedrate
epr pos="23" type="3" value="3.000"&gt;Z-axis max. feedrate
epr pos="27" type="3" value="40.000"&gt;X-axis homing feedrate
epr pos="31" type="3" value="40.000"&gt;Y-axis homing feedrate
epr pos="35" type="3" value="2.000"&gt;Z-axis homing feedrate
epr pos="39" type="3" value="20.000"&gt;Max. jerk
epr pos="47" type="3" value="0.300"&gt;Max. Z-jerk
epr pos="133" type="3" value="0.000"&gt;X min pos
epr pos="137" type="3" value="0.000"&gt;Y min pos
epr pos="141" type="3" value="0.000"&gt;Z min pos
epr pos="145" type="3" value="200.000"&gt;X max length
epr pos="149" type="3" value="200.000"&gt;Y max length
epr pos="153" type="3" value="200.000"&gt;Z max length
epr pos="51" type="3" value="1000.000"&gt;X-axis acceleration
epr pos="55" type="3" value="1000.000"&gt;Y-axis acceleration
epr pos="59" type="3" value="50.000"&gt;Z-axis acceleration
epr pos="63" type="3" value="1000.000"&gt;X-axis travel acceleration
epr pos="67" type="3" value="1000.000"&gt;Y-axis travel acceleration
epr pos="71" type="3" value="50.000"&gt;Z-axis travel acceleration
epr pos="880" type="0" value="0"&gt;Autolevel active (1/0)
epr pos="106" type="0" value="0"&gt;Bed Heat Manager
epr pos="107" type="0" value="255"&gt;Bed PID drive max
epr pos="124" type="0" value="80"&gt;Bed PID drive min
epr pos="108" type="3" value="196.000"&gt;Bed PID P-gain
epr pos="112" type="3" value="33.000"&gt;Bed PID I-gain
epr pos="116" type="3" value="290.000"&gt;Bed PID D-gain
epr pos="120" type="0" value="255"&gt;Bed PID max value
epr pos="1020" type="0" value="0"&gt;Enable retraction conversion
epr pos="992" type="3" value="3.000"&gt;Retraction length
epr pos="1000" type="3" value="40.000"&gt;Retraction speed
epr pos="1004" type="3" value="0.000"&gt;Retraction z-lift
epr pos="1008" type="3" value="0.000"&gt;Extra extrusion on undo retract
epr pos="1016" type="3" value="20.000"&gt;Retraction undo speed
epr pos="200" type="3" value="370.000"&gt;Extr.1 steps per mm
epr pos="204" type="3" value="50.000"&gt;Extr.1 max. feedrate
epr pos="208" type="3" value="20.000"&gt;Extr.1 start feedrate
epr pos="212" type="3" value="5000.000"&gt;Extr.1 acceleration
epr pos="216" type="0" value="3"&gt;Extr.1 heat manager
epr pos="217" type="0" value="230"&gt;Extr.1 PID drive max
epr pos="245" type="0" value="40"&gt;Extr.1 PID drive min
epr pos="218" type="3" value="7.0000"&gt;Extr.1 PID P-gain/dead-time
epr pos="222" type="3" value="2.0000"&gt;Extr.1 PID I-gain
epr pos="226" type="3" value="40.0000"&gt;Extr.1 PID D-gain
epr pos="230" type="0" value="255"&gt;Extr.1 PID max value
epr pos="231" type="2" value="0"&gt;Extr.1 X-offset
epr pos="235" type="2" value="0"&gt;Extr.1 Y-offset
epr pos="290" type="2" value="0"&gt;Extr.1 Z-offset
epr pos="239" type="1" value="1"&gt;Extr.1 temp. stabilize time
epr pos="250" type="1" value="150"&gt;Extr.1 temp. for retraction when heating
epr pos="252" type="1" value="0"&gt;Extr.1 distance to retract when heating
epr pos="254" type="0" value="255"&gt;Extr.1 extruder cooler speed
</pre>]]></description>
            <dc:creator>dislegal</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Sat, 18 Jul 2015 23:28:34 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,534130#msg-534130</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,534130#msg-534130</link>
            <description><![CDATA[ Also, FWIW, I just tested the voltages of the stepper motor drivers - they're all at 0.88V.]]></description>
            <dc:creator>dislegal</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Sat, 18 Jul 2015 22:18:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,534124#msg-534124</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,534124#msg-534124</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>dislegal</strong><br />
My Y axis homing stops when it hits the end stop and slowly moves back a little then into place (as it should). My X axis homing now hits the end stop and jumps/smashes for a little bit.</div></blockquote>
<br />
Further tweaking between the Repetier Firmware and Repetier Host has both X and Y axis manual movement and homing working the in the correct directions and no bashing against endstops anymore. So it's just a matter of getting Z axis working again.]]></description>
            <dc:creator>dislegal</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Sat, 18 Jul 2015 21:59:04 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,534123#msg-534123</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,534123#msg-534123</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>o_lampe</strong><br />
Better look for this section and modify x and also move the x-endstop connector on the board to act as a "max"-endstop and "max" homing direction.<br />
<pre class="bbcode">
// ENDSTOP SETTINGS:
// Sets direction of endstops when homing; 1=MAX, -1=MIN
#define X_HOME_DIR 1
#define Y_HOME_DIR -1
#define Z_HOME_DIR -1</pre>
<br />
Regarding the z-motor: Check the Vref of the z-driver. Did you set the z-steps to match the lead screw? The default values are for M5 ( 0.8mm/turn )<br />
They won´t work for the much steeper lead screw. Also reduce z-max feedrate until it runs smooth ( start with "1" )<br />
<pre class="bbcode">
#define DEFAULT_AXIS_STEPS_PER_UNIT   {160.0,160.0, <span style="color:#FF0000">8000.0</span>, 185.0} // for drv8825 and M5
#define DEFAULT_MAX_FEEDRATE          {450, 450, <span style="color:#FF0000">3</span>, 25}    // (mm/sec)</pre>
<br />
<br />
-Olaf</div></blockquote>
<br />
Thanks Olaf. I managed to get the X homing in the correct direction by manually editing the configuration file as you suggested:<br />
My Y axis homing stops when it hits the end stop and slowly moves back a little then into place (as it should). My X axis homing now hits the end stop and jumps/smashes for a little bit.<br />
<br />
I was unable to find DEFAULT_AXIS_STEPS_PER_UNIT or DEFAULT_MAX_FEEDRATE in order to change them.<br />
<br />
<br />
* * * * *<br />
<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>ntoff</strong><br />
If it was working before hand, I wouldn't touch the hardware at all, don't flip the plugs, don't fiddle with the voltage pots on the drivers (you can damage them if you don't know what you're doing). Obviously it was working before with that hardware configuration.</div></blockquote>
THAT is exactly how I feel! I'm sure it's just all about tweaking the firmware to get it going. I just don't have the skills to do it without guidance. I was actually hoping someone would say "yeah, I have a K8200 with Mega/RAMPS on it - let me post my firmware for you" - I guess that was wishful thinking...<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>ntoff</strong><br />
That looks like it might have a full graphic LCD panel on it? From that adapter thing up top of the RAMPS board. Yes?</div></blockquote>
Yes I do have an LCD/SD unit. I can get the LCD working by selecting 'Smartcontroller from RepRapDiscount on a RAMPS or RUMBA board' when I configure the Repetier Firmware.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>ntoff</strong><br />
I don't know how the repetier firmware works but if you want help with Marlin I might be able to do so. Also where are you? I'm also in Aus (brisbane area)</div></blockquote>
I really don't give a hoot about which firmware I have running on the thing - I just want the printer working again! I'm at Kallangur (30km north of Brisbane).]]></description>
            <dc:creator>dislegal</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Sat, 18 Jul 2015 21:48:40 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,533726#msg-533726</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,533726#msg-533726</link>
            <description><![CDATA[ I had the displeasure of using a K8200, I got the jack with it and turned it into this: [<a href="http://imgur.com/a/FMlp2" target="_blank"  rel="nofollow">imgur.com</a>]<br />
<br />
I'm using the Marlin firmware from here though: [<a href="https://github.com/MarlinFirmware/Marlin" target="_blank"  rel="nofollow">github.com</a>] and I'm also using a RAMPS setup on it (as you can probably tell).<br />
<br />
If it was working before hand, I wouldn't touch the hardware at all, don't flip the plugs, don't fiddle with the voltage pots on the drivers (you can damage them if you don't know what you're doing). Obviously it was working before with that hardware configuration.<br />
<br />
That looks like it might have a full graphic LCD panel on it? From that adapter thing up top of the RAMPS board. Yes?<br />
<br />
I don't know how the repetier firmware works but if you want help with Marlin I might be able to do so. Also where are you? I'm also in Aus (brisbane area)<br />
<br />
The Velleman firmware won't work on a 3drag board, it uses different pins.]]></description>
            <dc:creator>ntoff</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Fri, 17 Jul 2015 12:38:50 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,532332#msg-532332</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,532332#msg-532332</link>
            <description><![CDATA[ Dealing with the endstops and homing directions is the biggest hurdle for beginners.<br />
<br />
Leave the stepper plugs as they are, you´ve already found the section where you change the running direction ( which <u>has</u> the same effect )<br />
<br />
Better look for this section and modify x and also move the x-endstop connector on the board to act as a "max"-endstop and "max" homing direction.<br />
<pre class="bbcode">
// ENDSTOP SETTINGS:
// Sets direction of endstops when homing; 1=MAX, -1=MIN
#define X_HOME_DIR 1
#define Y_HOME_DIR -1
#define Z_HOME_DIR -1</pre>
<br />
Regarding the z-motor: Check the Vref of the z-driver. Did you set the z-steps to match the lead screw? The default values are for M5 ( 0.8mm/turn )<br />
They won´t work for the much steeper lead screw. Also reduce z-max feedrate until it runs smooth ( start with "1" )<br />
<pre class="bbcode">
#define DEFAULT_AXIS_STEPS_PER_UNIT   {160.0,160.0, <span style="color:#FF0000">8000.0</span>, 185.0} // for drv8825 and M5
#define DEFAULT_MAX_FEEDRATE          {450, 450, <span style="color:#FF0000">3</span>, 25}    // (mm/sec)</pre>
<br />
<br />
-Olaf]]></description>
            <dc:creator>o_lampe</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Tue, 14 Jul 2015 04:48:42 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,532083#msg-532083</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,532083#msg-532083</link>
            <description><![CDATA[ Yes, simply invert the plug (top becomes bottom) and motor direction will reverse. If you have changed firmware and it is homing in wrong direction I'd change it back and invert plug and test. Don't forget that you can test safely - put the X carriage to centre with power off, switch on and command home - then push endstop before it gets there. You will have a little time to power off if necessary.<br />
<br />
For the Z axis, check the stepper driver voltage as it may be inadequate. <br />
<br />
Richard]]></description>
            <dc:creator>RGN01</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Mon, 13 Jul 2015 13:14:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,531969#msg-531969</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,531969#msg-531969</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>RGN01</strong><br />
You may already know this but if stepper motor direction of rotation is wrong, simply change the plugs into the RAMPS over (top to bottom) and rotation will reverse.<br />
<br />
HTH<br />
<br />
Richard</div></blockquote>
<br />
I didn't know this Richard. Having a look at the connectors, I do not believe I can flip the plug around and plug it in. Can you please clarify...? I was able to reverse the direction in the firmware so I believe this has achieved the same result anyway.<br />
<br />
----------<br />
<br />
I got a tip on another forum regarding the EEPROM - I didn't realise that I needed to change that setting each time I configured the Repetier firmware, but doing so allowed Host and the printer to talk again! So after making some adjustments, I've got the following working again:<br />
 Fan operating<br />
 Heated bed working and reporting correct temp<br />
 Extruder heating and reporting correct temp<br />
 Filament feed motor turning in correct direction (had to reverse this in the firmware config)<br />
 X axis manual movement  (had to reverse this in the firmware config)<br />
 Y axis manual movement  (had to reverse this in the firmware config)<br />
 Y axis homing correctly<br />
<br />
However these are still not cooperating:<br />
 X axis homing in wrong direction (and crashing against wrong side until power is cut)<br />
 Z axis manual movement and homing are not working (although I can hear the Z motor making a quiet noise when I tell it to move up or down or home)]]></description>
            <dc:creator>dislegal</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Mon, 13 Jul 2015 06:23:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,531801#msg-531801</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,531801#msg-531801</link>
            <description><![CDATA[ You may already know this but if stepper motor direction of rotation is wrong, simply change the plugs into the RAMPS over (top to bottom) and rotation will reverse.<br />
<br />
HTH<br />
<br />
Richard]]></description>
            <dc:creator>RGN01</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Sun, 12 Jul 2015 14:37:37 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,531362#msg-531362</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,531362#msg-531362</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>o_lampe</strong><br />
It seems the previous owner has changed the board and wired the printer to it in his own way.<br />
We´d need pictures and details as much as possible to help you out.<br />
eg. <br />
How many endstops, where are they?<br />
Steppers, belts, pulleys, leadscrews, extruder-gear etc.<br />
<br />
Then we could guide you through a rewire-process and configuration to match common sense.<br />
-Olaf</div></blockquote>
<br />
I appreciate the help Olaf. Firstly, it has 3 endstops. They all appear to be mounted according to the assembly instructions.<br />
What else can I tell you?<br />
<br />
X axis endstop<br />
<div id="div_0ddaa7d53ca23b3c0b7acea86a886dc6"
     class="mod_embed_images_extended"
     style="width:300px">

  

    
      
    

    <div id="imagediv_0ddaa7d53ca23b3c0b7acea86a886dc6" class="mod_embed_images_image"
         style="width:300px; height:400px">

    

    <a href="http://i.imgur.com/f3lky9t.jpg">
        <img src="/forum/thumbcache/f4a/2a0/144/98b/263/5d8/50f/55a/fb8/848/69_800x400.png"
             width="300"
             height="400"
             id="image_0ddaa7d53ca23b3c0b7acea86a886dc6"
             alt="f3lky9t.jpg"
             title="f3lky9t.jpg"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info " id="info_0ddaa7d53ca23b3c0b7acea86a886dc6"
      style="display:block">
      <a id="link_0ddaa7d53ca23b3c0b7acea86a886dc6" href="http://i.imgur.com/f3lky9t.jpg">f3lky9t.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('0ddaa7d53ca23b3c0b7acea86a886dc6', '/forum/thumbcache/f4a/2a0/144/98b/263/5d8/50f/55a/fb8/848/69_800x400.png', 'http://i.imgur.com/f3lky9t.jpg', 'https://reprap.org/forum/addon.php?146,module=embed_images,check_scaling=1,url=http%3A%2F%2Fi.imgur.com%2Ff3lky9t.jpg', '', 531362, 800, 400, 'Loading image ...', false);
</script>
<br />
<br />
Y axis endstop<br />
<div id="div_a3901cb79cdfa20709acd0bf915e827c"
     class="mod_embed_images_extended"
     style="width:300px">

  

    
      
    

    <div id="imagediv_a3901cb79cdfa20709acd0bf915e827c" class="mod_embed_images_image"
         style="width:300px; height:400px">

    

    <a href="http://i.imgur.com/TE01Jw0.jpg">
        <img src="/forum/thumbcache/702/2a6/fd1/113/1ca/502/5e9/4c5/243/697/a6_800x400.png"
             width="300"
             height="400"
             id="image_a3901cb79cdfa20709acd0bf915e827c"
             alt="TE01Jw0.jpg"
             title="TE01Jw0.jpg"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info " id="info_a3901cb79cdfa20709acd0bf915e827c"
      style="display:block">
      <a id="link_a3901cb79cdfa20709acd0bf915e827c" href="http://i.imgur.com/TE01Jw0.jpg">TE01Jw0.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('a3901cb79cdfa20709acd0bf915e827c', '/forum/thumbcache/702/2a6/fd1/113/1ca/502/5e9/4c5/243/697/a6_800x400.png', 'http://i.imgur.com/TE01Jw0.jpg', 'https://reprap.org/forum/addon.php?146,module=embed_images,check_scaling=1,url=http%3A%2F%2Fi.imgur.com%2FTE01Jw0.jpg', '', 531362, 800, 400, 'Loading image ...', false);
</script>
<br />
<br />
Z axis endstop<br />
<div id="div_69688e5ae67ac94c9efbe53fd312c26b"
     class="mod_embed_images_extended"
     style="width:533px">

  

    
      
    

    <div id="imagediv_69688e5ae67ac94c9efbe53fd312c26b" class="mod_embed_images_image"
         style="width:533px; height:400px">

    

    <a href="http://i.imgur.com/A8vzZij.jpg">
        <img src="/forum/thumbcache/bfd/c54/bdc/3e3/814/cc7/b39/d1a/1bd/64f/02_800x400.png"
             width="533"
             height="400"
             id="image_69688e5ae67ac94c9efbe53fd312c26b"
             alt="A8vzZij.jpg"
             title="A8vzZij.jpg"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info " id="info_69688e5ae67ac94c9efbe53fd312c26b"
      style="display:block">
      <a id="link_69688e5ae67ac94c9efbe53fd312c26b" href="http://i.imgur.com/A8vzZij.jpg">A8vzZij.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('69688e5ae67ac94c9efbe53fd312c26b', '/forum/thumbcache/bfd/c54/bdc/3e3/814/cc7/b39/d1a/1bd/64f/02_800x400.png', 'http://i.imgur.com/A8vzZij.jpg', 'https://reprap.org/forum/addon.php?146,module=embed_images,check_scaling=1,url=http%3A%2F%2Fi.imgur.com%2FA8vzZij.jpg', '', 531362, 800, 400, 'Loading image ...', false);
</script>
<br />
<br />
Boards 1<br />
<div id="div_d6b6438c16a4bbbcf992bc7575f6c177"
     class="mod_embed_images_extended"
     style="width:300px">

  

    
      
    

    <div id="imagediv_d6b6438c16a4bbbcf992bc7575f6c177" class="mod_embed_images_image"
         style="width:300px; height:400px">

    

    <a href="http://i.imgur.com/dBkjQYw.jpg">
        <img src="/forum/thumbcache/26b/88e/03c/be9/a4c/c60/516/eae/ab4/225/1e_800x400.png"
             width="300"
             height="400"
             id="image_d6b6438c16a4bbbcf992bc7575f6c177"
             alt="dBkjQYw.jpg"
             title="dBkjQYw.jpg"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info " id="info_d6b6438c16a4bbbcf992bc7575f6c177"
      style="display:block">
      <a id="link_d6b6438c16a4bbbcf992bc7575f6c177" href="http://i.imgur.com/dBkjQYw.jpg">dBkjQYw.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('d6b6438c16a4bbbcf992bc7575f6c177', '/forum/thumbcache/26b/88e/03c/be9/a4c/c60/516/eae/ab4/225/1e_800x400.png', 'http://i.imgur.com/dBkjQYw.jpg', 'https://reprap.org/forum/addon.php?146,module=embed_images,check_scaling=1,url=http%3A%2F%2Fi.imgur.com%2FdBkjQYw.jpg', '', 531362, 800, 400, 'Loading image ...', false);
</script>
<br />
<br />
Boards 2<br />
<div id="div_f7486dde7b0d29d5e43f48c6db843860"
     class="mod_embed_images_extended"
     style="width:300px">

  

    
      
    

    <div id="imagediv_f7486dde7b0d29d5e43f48c6db843860" class="mod_embed_images_image"
         style="width:300px; height:400px">

    

    <a href="http://i.imgur.com/H8OEiPq.jpg">
        <img src="/forum/thumbcache/b72/b7c/8c3/cfa/7ae/a02/39a/139/557/e99/81_800x400.png"
             width="300"
             height="400"
             id="image_f7486dde7b0d29d5e43f48c6db843860"
             alt="H8OEiPq.jpg"
             title="H8OEiPq.jpg"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info " id="info_f7486dde7b0d29d5e43f48c6db843860"
      style="display:block">
      <a id="link_f7486dde7b0d29d5e43f48c6db843860" href="http://i.imgur.com/H8OEiPq.jpg">H8OEiPq.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('f7486dde7b0d29d5e43f48c6db843860', '/forum/thumbcache/b72/b7c/8c3/cfa/7ae/a02/39a/139/557/e99/81_800x400.png', 'http://i.imgur.com/H8OEiPq.jpg', 'https://reprap.org/forum/addon.php?146,module=embed_images,check_scaling=1,url=http%3A%2F%2Fi.imgur.com%2FH8OEiPq.jpg', '', 531362, 800, 400, 'Loading image ...', false);
</script>
<br/>]]></description>
            <dc:creator>dislegal</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Sat, 11 Jul 2015 03:08:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,531360#msg-531360</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,531360#msg-531360</link>
            <description><![CDATA[ It seems the previous owner has changed the board and wired the printer to it in his own way.<br />
We´d need pictures and details as much as possible to help you out.<br />
eg. <br />
How many endstops, where are they?<br />
Steppers, belts, pulleys, leadscrews, extruder-gear etc.<br />
<br />
Then we could guide you through a rewire-process and configuration to match common sense.<br />
-Olaf]]></description>
            <dc:creator>o_lampe</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Sat, 11 Jul 2015 02:48:09 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,531319#msg-531319</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,531319#msg-531319</link>
            <description><![CDATA[ I've reflashed the new Mega board with v0.92.3 Repetier Firmware. I now have the LCD module working, and I can turn the fan on and off using the rotary encoder. I can also make the X and Y axes move using the rotary encoder (however they travel opposite direction to home) and I can get the extruder to heat up. I can get the printer to connect to Repetier Host (v1.5.2) however I cannot get any controls from Repetier Host to make the printer respond (keeps showing '# commands waiting').<br />
<br />
Here's the log:<br />
<br />
<pre class="bbcode">11:42:05.152 : OpenGL version:1.1.0
11:42:05.154 : OpenGL extensions:GL_WIN_swap_hint GL_EXT_bgra GL_EXT_paletted_texture
11:42:05.154 : OpenGL renderer:GDI Generic
11:42:05.154 : Fast VBOs for rendering not supported. Using slower default method.
11:42:21.454 : N1 M110 *2
11:42:21.454 : N2 M115 *4
11:42:21.454 : N3 M105 *4
11:42:21.454 : N4 M114 *3
11:42:21.454 : N5 M111 S6 *66
11:42:21.456 : N6 T0 *28
11:42:21.456 : N7 M20 *54
11:42:21.458 : N8 M80 *51
11:42:21.500 : N9 M105 *14
11:42:24.555 : N10 M105 *54</pre>
<br />
So if we forget all of the other problems - can anyone help me configure the Repetier Firmware or other firmware based on the hardware I have?]]></description>
            <dc:creator>dislegal</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Fri, 10 Jul 2015 21:45:50 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,531313#msg-531313</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,531313#msg-531313</link>
            <description><![CDATA[ Just plugged the old Mega board back in. These are the errors I'm getting:<br />
<br />
<pre class="bbcode">
10:53:17.263 : OpenGL version:1.1.0
10:53:17.263 : OpenGL extensions:GL_WIN_swap_hint GL_EXT_bgra GL_EXT_paletted_texture
10:53:17.263 : OpenGL renderer:GDI Generic
10:53:17.263 : Fast VBOs for rendering not supported. Using slower default method.
10:53:25.968 : The port 'COM5' does not exist.
10:54:11.626 : Printer reset detected - initalizing
10:54:11.658 : start
10:54:11.658 : echo: Reset Esterno
10:54:11.658 : Marlin 1.0.0
10:54:11.658 : echo: Ultimo Aggiornamento: Apr 20 2015 18:14:04 | Autore: (none, default config)
10:54:11.658 : Compiled: Apr 20 2015
10:54:11.658 : echo: Memoria Libera: 4401  PlannerBufferBytes: 1232
10:54:11.658 : echo:Using Default settings:
10:54:11.658 : echo:Steps per unit:
10:54:11.658 : echo:  M92 X64.25 Y64.25 Z2560.00 E600.00
10:54:11.658 : echo:Maximum feedrates (mm/s):
10:54:11.658 : echo:  M203 X500.00 Y500.00 Z5.00 E500.00
10:54:11.658 : echo:Maximum Acceleration (mm/s2):
10:54:11.658 : echo:  M201 X9000 Y9000 Z100 E10000
10:54:11.658 : echo:Acceleration: S=acceleration, T=retract acceleration
10:54:11.658 : echo:  M204 S1000.00 T1000.00
10:54:11.658 : echo:Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum xY jerk (mm/s),  Z=maximum Z jerk (mm/s)
10:54:11.658 : echo:  M205 S0.00 T0.00 B20000 X20.00 Z0.40 E5.00
10:54:11.658 : echo:Home offset (mm):
10:54:11.658 : echo:  M206 X0.00 Y0.00 Z0.00
10:54:11.658 : echo:PID settings:
10:54:11.658 : echo:   M301 P63.00 I2.25 D440.00
10:54:12.188 : N1 M110 *2
10:54:12.188 : N2 M115 *4
10:54:12.266 : N3 M105 *4
10:54:12.812 : N4 M111 S6 *67
10:54:12.843 : N5 T0 *31
10:54:12.843 : N6 M20 *55
10:54:12.843 : N7 M80 *60
10:54:14.060 : echo:Fallita Inizializzazione SD
10:54:14.091 : echo:Comando sconosciuto: ""
10:54:14.091 : ok
10:54:14.107 : Error:Il Numero della Linea non corrisponde al Numero dell'Ultima Linea+1, Ultima Linea: 0
10:54:14.107 : Reinviato:1
10:54:14.107 : ok
10:54:15.324 : N8 M105 *15
10:54:15.324 : Error:Il Numero della Linea non corrisponde al Numero dell'Ultima Linea+1, Ultima Linea: 0
10:54:15.324 : Reinviato:1
10:54:15.324 : ok
10:54:15.433 : N1 M110 *2
10:54:15.433 : N2 M115 *4
10:54:15.433 : N3 M111 S6 *68
10:54:15.433 : N4 T0 *30
10:54:15.433 : N5 M20 *52
10:54:15.433 : ok
10:54:15.433 : N6 M80 *61
10:54:15.433 : FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:[<a href="https://reprap.org" target="_blank" >reprap.org</a>] PROTOCOL_VERSION:1.0 MACHINE_TYPE:RepRap EXTRUDER_COUNT:1
10:54:15.433 : ok
10:54:15.433 : ok
10:54:15.433 : N7 M220 S100 *70
10:54:15.433 : echo:Attiva Estrusore: 0
10:54:15.433 : ok
10:54:15.433 : Inizio Lista File
10:54:15.433 : N8 M221 S100 *72
10:54:15.433 : Fine Lista File
10:54:15.433 : ok
10:54:15.433 : ok
10:54:15.433 : N9 M111 S6 *78
10:54:15.433 : N10 T0 *43
10:54:15.448 : echo:Comando sconosciuto: " File"
10:54:15.448 : ok
10:54:15.448 : Error:Nessun Numero di Linea con Checksum, Ultima Linea: 6
10:54:15.448 : Error:Il Numero della Linea non corrisponde al Numero dell'Ultima Linea+1, Ultima Linea: 6
10:54:15.448 : Reinviato:7
10:54:15.448 : ok
10:54:18.381 : N11 M105 *55
10:54:18.381 : Error:Il Numero della Linea non corrisponde al Numero dell'Ultima Linea+1, Ultima Linea: 6
10:54:18.381 : Reinviato:7
10:54:18.381 : ok
10:54:21.439 : N12 M105 *52
10:54:21.439 : Error:Il Numero della Linea non corrisponde al Numero dell'Ultima Linea+1, Ultima Linea: 6
10:54:21.439 : Reinviato:7
10:54:21.439 : ok
10:54:24.497 : N13 M105 *53
10:54:24.497 : Error:Il Numero della Linea non corrisponde al Numero dell'Ultima Linea+1, Ultima Linea: 6
10:54:24.497 : Reinviato:7
10:54:24.497 : ok
10:54:27.554 : N14 M105 *50
10:54:27.554 : Error:Il Numero della Linea non corrisponde al Numero dell'Ultima Linea+1, Ultima Linea: 6
10:54:27.554 : Reinviato:7
10:54:27.554 : ok
10:54:30.612 : N15 M105 *51
10:54:30.612 : Error:Il Numero della Linea non corrisponde al Numero dell'Ultima Linea+1, Ultima Linea: 6
10:54:30.612 : Reinviato:7
10:54:30.612 : ok
10:54:33.670 : N16 M105 *48
10:54:33.670 : Error:Il Numero della Linea non corrisponde al Numero dell'Ultima Linea+1, Ultima Linea: 6
10:54:33.670 : Reinviato:7
10:54:33.670 : ok
10:54:36.729 : N17 M105 *49
10:54:36.729 : Error:Il Numero della Linea non corrisponde al Numero dell'Ultima Linea+1, Ultima Linea: 6
10:54:36.729 : Reinviato:7
10:54:36.729 : ok
10:54:39.789 : N18 M105 *62
10:54:39.789 : Error:Il Numero della Linea non corrisponde al Numero dell'Ultima Linea+1, Ultima Linea: 6
10:54:39.789 : Reinviato:7
10:54:39.789 : ok
10:54:42.847 : N19 M105 *63
10:54:42.847 : Error:Il Numero della Linea non corrisponde al Numero dell'Ultima Linea+1, Ultima Linea: 6
10:54:42.847 : Reinviato:7
10:54:42.847 : ok
10:54:45.905 : N20 M105 *53
10:54:45.905 : Error:Il Numero della Linea non corrisponde al Numero dell'Ultima Linea+1, Ultima Linea: 6
10:54:45.905 : Reinviato:7
10:54:45.905 : ok
10:54:48.963 : N21 M105 *52
10:54:48.963 : Error:Il Numero della Linea non corrisponde al Numero dell'Ultima Linea+1, Ultima Linea: 6
10:54:48.963 : Reinviato:7
10:54:48.963 : ok
10:54:52.022 : N22 M105 *55
10:54:52.022 : Error:Il Numero della Linea non corrisponde al Numero dell'Ultima Linea+1, Ultima Linea: 6
10:54:52.022 : Reinviato:7
10:54:52.022 : ok
</pre>]]></description>
            <dc:creator>dislegal</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Fri, 10 Jul 2015 21:04:32 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,531260#msg-531260</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,531260#msg-531260</link>
            <description><![CDATA[ Another update. Some guys on another forum have pointed out that I don't have the original Velleman K8200 motherboard installed. It came with an Arduino Mega 2560 and what I think is a RAMPS board. The Mega board doesn't required jumped pins to flash the firmware. <br />
I have cross posted this on the Velleman forums, but not getting any success there either. <br />
<br />
Now that I've got Repetier v1.5.2 I'll see if the old Mega board will work again and report back.]]></description>
            <dc:creator>dislegal</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Fri, 10 Jul 2015 17:42:51 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,531229#msg-531229</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,531229#msg-531229</link>
            <description><![CDATA[ According to the thread I linked to earlier, Repetier v1.5.2 is the solution to the "Lines not corresponding" error message you posted.<br />
<br />
I don't know the hardware, but assuming its similar to a PrintrBoard, if you don't jump the JPROG pins while resetting the board, you won't be able to reflash it.<br />
<br />
Are you sure that the fan and heated bed are plugged into the right connectors? If not, then you could reverse them and try Marlin v1 with Repetier v1.5.2.]]></description>
            <dc:creator>frankvdh</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Fri, 10 Jul 2015 16:02:37 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,531144#msg-531144</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,531144#msg-531144</link>
            <description><![CDATA[ So Vellerman support is NO help?<br />
<br />
[<a href="http://www.k8200.eu/support/" target="_blank"  rel="nofollow">www.k8200.eu</a>]<br />
<br />
This is a good checkpoint on Vellerman products?<br />
<br />
:S]]></description>
            <dc:creator>cozmicray</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Fri, 10 Jul 2015 13:02:01 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,531033#msg-531033</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,531033#msg-531033</link>
            <description><![CDATA[ Ok here's the latest. I flashed the Marlin firmware (v1) from the Velleman K8200 website. I assumed this wouldn't need any configuration. Then I reinstalled the Velleman custom Repetier-Host software (v0.95). Connection between the PC and the prInter was successful, however the fan and heated bed were reversed (when I turned on the fan, the heated bed turned on and vice versa). So I uninstalled that version of Repetier-Host and replaced it with Repetier-Host v1.5.2 and Repetier-Server from the Repetier website. Both of those had the fan/heated bed reversed as well. When I try to manually control the printer, both the left and right X-axis buttons make the bed move right. Both Y- and Z-axis buttons have no apparent affect, and hitting X-axis home caused the bed to move all the way right (opposite direction of home) and smash into the right end until I cut the power. <br />
Then I flashed the Velleman Marlin (v2.1.1) firmware and found the exact same issues. <br />
<br />
Only thing I can think is that when I flashed the firmware I didn't jump the JPROG pins like the instructions said as I couldn't find which pins to jump..]]></description>
            <dc:creator>dislegal</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Fri, 10 Jul 2015 06:23:31 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,530933#msg-530933</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,530933#msg-530933</link>
            <description><![CDATA[ That error message corresponds almost exactly with this thread: [<a href="http://forums.reprap.org/read.php?262,530405,530930#msg-530930" target="_blank"  rel="nofollow">forums.reprap.org</a>]<br />
<br />
I predict that the first error starts just after line number 65535?<br />
<br />
Frank]]></description>
            <dc:creator>frankvdh</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Thu, 09 Jul 2015 23:50:52 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,530875#msg-530875</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,530875#msg-530875</link>
            <description><![CDATA[ Sorry guys - in my frustrated haste I forgot to give you the important info. I've included the Italian errors below. This weekend I will attempt to flash the Marlin firmware from the Velleman website onto the new board. (I had previously downloaded Marlin from github and that's where I had the problems trying to configure the firmware.) I'll also rewire the power supply to the board and report back.<br />
<br />
Italian errors:<br />
Reinvatio:230<br />
Error:Il Numero della Linea non corrisponde al Numero dell'Ultima Linea+1, Ultima Linea: 229<br />
(this just repeats on down the Repetier log).]]></description>
            <dc:creator>dislegal</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Thu, 09 Jul 2015 17:54:47 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,530473,530524#msg-530524</guid>
            <title>Re: Post subject: @$%&amp;*#! Nearly ready to throw the printer out the window!</title>
            <link>https://reprap.org/forum/read.php?146,530473,530524#msg-530524</link>
            <description><![CDATA[ USB problems and other weird things happening are often an idication for a bad connection for the power supply.<br />
Also a loose or worn out USB socket can be a pain in the ....<br />
As my cable tends to vibrate loose after a few hours of printing I fixed it in place with a bit of sticky tape, will print a proper snap on holder one day...<br />
The power connector on my board is not the best either so I soldered the power supply directly to the board.]]></description>
            <dc:creator>Downunder35m</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Wed, 08 Jul 2015 22:19:09 -0400</pubDate>
        </item>
    </channel>
</rss>
