<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Replace Gen6 board by Arduino/Ramps</title>
        <description> Can this be done ?

I seem to have fried my Gen6 board (2012) on my Orca v04x
As it is pretty expensive I consider to replace the hardware with Ramps on Arduino.

Any considerations not to ? 

Thomas</description>
        <link>https://reprap.org/forum/read.php?181,393307,393307#msg-393307</link>
        <lastBuildDate>Sun, 08 Mar 2026 09:34:47 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,424135#msg-424135</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,424135#msg-424135</link>
            <description><![CDATA[ After having changed the PID values after the test,<br />
I still get no higher temperature than 220 .... :-(]]></description>
            <dc:creator>Replace</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Sat, 25 Oct 2014 05:22:01 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,422527#msg-422527</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,422527#msg-422527</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Replace</strong><br />
Thanks,<br />
<br />
I also see the PID_Integral_drive max = 230<br />
Should I increase that to 240 ? If I want to reach 240 ?</div></blockquote>
<br />
hmm, didn`t knew this value before, i looked for it.<br />
this value is not a temperature, this is the maximum power that is delivered to the hotend when the PID algorithm is active., 255 would be full power.<br />
<br />
Chri]]></description>
            <dc:creator>Chri</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Tue, 21 Oct 2014 10:18:52 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,422475#msg-422475</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,422475#msg-422475</link>
            <description><![CDATA[ Thanks,<br />
<br />
I also see the PID_Integral_drive max = 230<br />
Should I increase that to 240 ? If I want to reach 240 ?]]></description>
            <dc:creator>Replace</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Tue, 21 Oct 2014 08:44:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,422380#msg-422380</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,422380#msg-422380</link>
            <description><![CDATA[ To explaint the command:  M303 E0 S230 C5<br />
<br />
M303:  the command itself<br />
E0 :  user Extruder 0 (the first one)<br />
S230 : Target temperature 230°C , thats why it heats up<br />
C5 : 5 Cycles of Test to get a good average value<br />
<br />
And Yes, with this command the original PID Values are ignored to determine the new one<br />
You may also make the PID Tuning when the hotend is still cold and not 100° but that just may take longer.<br />
<br />
Use the last three values:<br />
<br />
#define EXT0_PID_P 14.85<br />
#define EXT0_PID_I 1.12<br />
#define EXT0_PID_D 49.28<br />
<br />
altough the values are a very different compaired to mine<br />
<br />
Chri]]></description>
            <dc:creator>Chri</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Tue, 21 Oct 2014 04:40:32 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,422374#msg-422374</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,422374#msg-422374</link>
            <description><![CDATA[ I have attached the PID autotune log<br />
<br />
TYhe process gives a sequence of PID values.<br />
Which one should I use in the code ?<br />
<br />
Funny: I set temp to 100 than issued the command<br />
 the extruder heated up to 230+ during this process. <br />
However, when it started cooling down, I set the ruler at 230 and submitted a print. <br />
From that time heating failed at 225 again.<br />
<br />
(No pid's changed yet. So dies the M303 overrule pid values by itself ?)]]></description>
            <dc:creator>Replace</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Tue, 21 Oct 2014 04:31:48 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,422337#msg-422337</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,422337#msg-422337</link>
            <description><![CDATA[ Ok, this is clear. Thanks<br />
I will do the test like you specified.<br />
<br />
What function do I disable with baby and quad stepping is shut off?<br />
And yes, I have all stepper jumpers on the ramps :-)]]></description>
            <dc:creator>Replace</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Tue, 21 Oct 2014 02:35:26 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,421864#msg-421864</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,421864#msg-421864</link>
            <description><![CDATA[ Heatup your Hotend to about 100°C <br />
then enter "M303 E-0 S230 C5"  in the console  (maybe "M303 E0 S230 C5" don`t know exactly)<br />
This may take up to 10 minutes<br />
At the end the firmware should give you a feedback in the console with three Values  the P the I and the D<br />
<br />
Then go to your configuration.h  beginning from line 89<br />
This are your actual values<br />
<i>#define EXT0_PID_P 7<br />
#define EXT0_PID_I 2<br />
#define EXT0_PID_D 40</i><br />
exchange them with the new one`s<br />
<br />
At line 213 you can find babystepping "#define FEATURE_BABYSTEPPING 1"  change it to 0<br />
do the same with quadstepping at line 241<br />
<br />
Microstepping is defined with the jumpers of your ramps board, so the value at the firmware don`t do anything afaik.<br />
<br />
Chri]]></description>
            <dc:creator>Chri</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Mon, 20 Oct 2014 05:30:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,421833#msg-421833</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,421833#msg-421833</link>
            <description><![CDATA[ I am afraid I don't understand the PID parameters.<br />
I have not messed with them after I made the config with the urility. <br />
i only messed with the speed stuff.<br />
<br />
I see meny PID parameters :-(<br />
<br />
Also, where do babystepping, quadstepping and microstepping come together ? <br />
With current config.h, my printer is slow, but sooooo  smooth :-)  And I can hardly hear it running. Much quieter that the Gen6 history :-) But a bit faster would be nice.]]></description>
            <dc:creator>Replace</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Mon, 20 Oct 2014 03:19:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,421831#msg-421831</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,421831#msg-421831</link>
            <description><![CDATA[ Hmm,<br />
<br />
i never used repetier, have you made the PID tuning for the Hotend (for example  M303 E-0 S230 C5  , to make the tune to 230°C and 5 cyles)?<br />
For example your PID is at the Moment 7,2,40  , my PID on marlin is 51,3.2,199  for the V10 Hotend.<br />
deactivate babystepping and quadstepping, i read some people have problems with this on repetier.<br />
<br />
Chri]]></description>
            <dc:creator>Chri</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Mon, 20 Oct 2014 03:15:26 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,421233#msg-421233</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,421233#msg-421233</link>
            <description><![CDATA[ Hi Chri,<br />
<br />
I have got it working now, but I had to lower speed and acceleration very much, down to 200, before steps were not missing any more.<br />
So it is a bit slow now.<br />
<br />
But, I can't get the temp higher than 226 - 228 degrees.<br />
It heats up at 100% than at 226 it goes to zero, shoots to 228 after which it drops to 226 after which power comes on at 90%<br />
Than it shift between 226 and 228.<br />
<br />
But my Host says 240....... and my max temp in the deck says 260, so what parameter s still faulty ? Any idea ?<br />
<br />
Thomas]]></description>
            <dc:creator>Replace</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Sat, 18 Oct 2014 15:28:09 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,417802#msg-417802</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,417802#msg-417802</link>
            <description><![CDATA[ You are really investing in my problems :-)<br />
<br />
Thanks. I will experiment wit your suggestions.]]></description>
            <dc:creator>Replace</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Fri, 10 Oct 2014 18:07:10 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,417796#msg-417796</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,417796#msg-417796</link>
            <description><![CDATA[ I Just checked the code.<br />
<br />
Some tips,<br />
<br />
* print the external perimeters first, this also gives better scale as the first printed layers are always pushing the next layer a little bit sideways, you can measure the difference when printing the same part the other way ;)<br />
<br />
* the Skirt is very far away from the part, 5mm should be enough, skirt is only to fill the nozzle, so 1 circle is normally enough<br />
<br />
* activate brim, two brim lines normally do the job, so your nozzle is 0,35? then make a 0.7mm brim.<br />
<br />
* your layerheight of 0.25 is way too much for a 0,35 nozzle, normally the rule is don`t go over 1,6:1 from the nozzle diameter so the maximum should be 0,21875 , go fo 0,2 and you get much better parts.<br />
<br />
* on such cross parts its better to make a 90° infill instead of 45°.<br />
<br />
me and my friends have Z always set too high and adjust the height when the printer starts with skirt/brim and the first layer, this way we have always a good sticking 1st layer, after short time you get used to it how you have to set Z.<br />
Best thing is to make a small part (20x20 or 30x30) with 100% infill and check if the extrusion is too muchs, so therfore always go from too much extrusion to less, not the other way.<br />
90°C is no problem for me, i`m normally printing at 100-105°C on the Bed when printing ABS (large parts up to 115°C)<br />
<br />
*also reduce the speed of external perimeters, i saw for example on the top layer your perimeter speed is 50mm/s, but the top infill is 30mm/s, on a stock orca i think the external perimeter`s shouldn`t be over 40mm/s, the internal and infill can be over 60 or even more ;)<br />
<br />
* activate the cool feature so the upper part of the small cube`s won`t melt because of a too short layer time.<br />
<br />
i`m not at home tomorrow, maybe i can make a Testprint on sunday.<br />
<br />
Chri]]></description>
            <dc:creator>Chri</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Fri, 10 Oct 2014 17:51:10 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,417783#msg-417783</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,417783#msg-417783</link>
            <description><![CDATA[ BTW, <br />
here you can see the first layer problem: <a href="https://www.youtube.com/watch?v=DxDlM9jZWxI&amp;feature=youtu.be" target="_blank"  rel="nofollow">test print</a><br />
<br />
Thomas]]></description>
            <dc:creator>Replace</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Fri, 10 Oct 2014 17:04:33 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,417773#msg-417773</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,417773#msg-417773</link>
            <description><![CDATA[ I calibrated the Z home by usage of the end-stop, to stop at a paper sheet getting drag.<br />
That worked for the last 2 years on the Marlin front, so I think that must work for Repetier.<br />
<br />
Be aware that I normally have the heated bed on approx 90 degrees, which gives nite bonding and a flat surface on glass. Currently that glass is not heated yet. Still have to wire that. <br />
<br />
I slice with Slic3r, with a 0.25 layer on 0.35 mm nozzle.<br />
My infill currently is 20% And I tried to multiply the extrusion by 1.1 but that did not help the first layer bonding.<br />
<br />
In the attachments, a version with extruder multiplier 1 and one with 1.1<br />
<br />
Not sure what you want to see in the code. I am not a good code reader :-(<br />
<br />
<br />
rgrds  Thomas]]></description>
            <dc:creator>Replace</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Fri, 10 Oct 2014 16:38:26 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,417738#msg-417738</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,417738#msg-417738</link>
            <description><![CDATA[ Good to hear :)<br />
<br />
with what do you create the gcode ? settings ?<br />
Do o move Z by hand at the first layer (as normally done on orca`s) or do you calibrated Z value.<br />
<br />
Can you upload the gcode, so i can try it out to see what happens ?<br />
<br />
Chri]]></description>
            <dc:creator>Chri</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Fri, 10 Oct 2014 14:16:56 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,417651#msg-417651</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,417651#msg-417651</link>
            <description><![CDATA[ Yo Chri, <br />
<br />
your suggestions were just what I needed.<br />
See the progress in the attachment.<br />
<br />
The messy one was with my code,<br />
the middle one with 1000 acceleration, 3000 travel and 20 yerk<br />
The last one (top)  with 1000 acceleration, 1000 travel and 10 yerk.<br />
<br />
i think that covers for the missing steps.<br />
<br />
Also my cross measures 100x100 mm in Openscad and 100.01 and 100.4 after cooling down, so i am almost there too.<br />
<br />
One thing puzzles me though: first layer bonding is not ok. filaments lie loose from each other, except for te infill. So infill does not bond nor attaches to perimeters.<br />
Maybe because I have not wired-up the heated bed.... I will do that next to see the difference,<br />
<br />
but thanks again for the code review :-)<br />
<br />
Thomas]]></description>
            <dc:creator>Replace</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Fri, 10 Oct 2014 10:41:08 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,417584#msg-417584</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,417584#msg-417584</link>
            <description><![CDATA[ yerk defines the maximal speed with which a direction change can be made.<br />
<br />
for example if you move with 50mm/s at x to a 90° corner the axis will slow down to 20mm/s and will imediatly start to move to Y back to 50mm/s<br />
when you set Yerk to 15mm/s it will slow down to 15mm/s when changing the direction.<br />
<br />
A higher value results in less blobs on the corner change when printing at higher speeds but results in a optical wave at the surface of the opposite direction because of a harder start, but may result in loosing steps.<br />
So the challange is to find the best value between speed and quality.<br />
<br />
Chri]]></description>
            <dc:creator>Chri</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Fri, 10 Oct 2014 07:58:07 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,417516#msg-417516</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,417516#msg-417516</link>
            <description><![CDATA[ Thanks I will try that, despite the fact that on Marlin I did not face these problems on 3000<br />
<br />
btw.. what does Yerk actually do or prevent ? I did not get that clear in the comments....]]></description>
            <dc:creator>Replace</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Fri, 10 Oct 2014 05:37:13 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,417448#msg-417448</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,417448#msg-417448</link>
            <description><![CDATA[ Depending on your printspeed 3000 Acc can be a little bit high for the heavy bed to move, try to reduce acc to 2000 and Yerk to 15 , or raise your vRef a little bit.<br />
For what i know camiel even was going down to 1000 acc at the orca`s where he was printing the parts, but that may be a little bit to slow when printing faster causing blobs at corners.<br />
<br />
Chri]]></description>
            <dc:creator>Chri</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Fri, 10 Oct 2014 00:15:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,417407#msg-417407</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,417407#msg-417407</link>
            <description><![CDATA[ I have attached the new repeater deck that I generated by configuration utility and changed for some parameters based on experimental measures of steps per mm travel.<br />
<br />
Can steps be lost by to high speeds or accelerations ? I have never lost steps previously tat were not based on slipping belts. Belts are fine now, as the were before on the Gen6.]]></description>
            <dc:creator>Replace</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Thu, 09 Oct 2014 17:43:11 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,417316#msg-417316</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,417316#msg-417316</link>
            <description><![CDATA[ Seems to loose steps ?, what are your travel, Acceleration any Yerk values ?<br />
have you set the vref (to about 0,4v) ?<br />
<br />
chri]]></description>
            <dc:creator>Chri</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Thu, 09 Oct 2014 13:15:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,417259#msg-417259</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,417259#msg-417259</link>
            <description><![CDATA[ So, I crashed my repeater deck. It would not compile any more.<br />
Maybe some comments deleted to much or ... anyway, after 2 hours of trying, I started all over again.<br />
<br />
This time with the repeater configuration help, this is a fine utility.<br />
<br />
Finally all went well, except steps per mm, which I fine tuned with a ruler for all axis and the extruder.<br />
<br />
Time for a test print. <br />
I made a cross of 100mm and started the print.<br />
<br />
To my surprise, the hot end will not get hotter than 229 degrees, despite setting it higher. I can not imagine why.<br />
Note: I did solder some extension to the original wires, as the Ramps is further away than the gen6 was. Can this be of influence ?<br />
<br />
Next: The first layer looks amazingly good. Nice flow of plastic, nice bonding, but than it starts behaving funny.<br />
All next layers are shifted off centre. Even within a layer, a travel move will render the object to print out of sync with the previous layer.<br />
Most of it in Y direction but also a bit in X<br />
<br />
Images of testset and prints are attached.<br />
<br />
Already, after the skirt, the start of the print is off centre.<br />
<br />
Any Idea's ? <br />
<br />
Thomas]]></description>
            <dc:creator>Replace</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Thu, 09 Oct 2014 10:35:46 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,416300#msg-416300</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,416300#msg-416300</link>
            <description><![CDATA[ Hy<br />
<br />
Good to hear, maybe vmax at Z is set too high ? post your settings so we can tell ;)<br />
<br />
Chri]]></description>
            <dc:creator>Chri</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Tue, 07 Oct 2014 00:13:08 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,415952#msg-415952</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,415952#msg-415952</link>
            <description><![CDATA[ I am making progress now.<br />
I replaced the opto's with new ones that only have 3 wires. They work good.<br />
My X and Y will home perfectly and move as expected. Only need to fine tune the steps per mm.<br />
<br />
My Z will stall while accelerating. I even set max acceleration to 1 (it was 3000) and still it will stall after almost a cm of accelerating movement while homing. <br />
Must be something different than just moving, as that will work fine in portions of 10 mm in Repetier host.<br />
Any tips on this ? <br />
<br />
I got my extruder running also, due to the correct temp sensor conection now.  Must be tuned for steps per mm also.<br />
<br />
So when Z-motor is fine, only the calibrating and the heaters.... <br />
I think It will work eventually :-)]]></description>
            <dc:creator>Replace</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Mon, 06 Oct 2014 01:49:44 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,411028#msg-411028</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,411028#msg-411028</link>
            <description><![CDATA[ Yes, Bad Luck. I can not see on the Ramps what might be fried, but it is dead.<br />
I have 2 more ramps to blow-up :-)<br />
<br />
I now take it component by component.<br />
This is the status now:<br />
<br />
I Switched from marlin to Repetier and from Pronterface to Repetier host<br />
I reconfigured the repetier, to represent most of previous Marlin values, but considering Arduino and Ramps.<br />
The X-motor will move. Obviously not enough movement for real life, but very smooth. This will only require steps per mm adjustent (I think)<br />
The Z-motor will move (On the X- or Y stepper. I have to switch connectors as they do not fit on the double Z- of the Ramps). Obviously not enough movement for real life, but very smooth. This will only require steps per mm adjustent (I think)<br />
The Y-motor will try to move both directions at the same time (well it looks like that), until the # of required steps has been executed, so a lot of noise and tremble, but no displacement. No idea what is wrong. This happens on the X-stepper as well. <br />
The Extruder motor will do nothing, regardless minimum temp setting or cold print button. Not on the extruder driver, not on the X- or Z- drivers.<br />
The re-wired Orca Opto's (in which I fused both leads together to get Lead, Ground and Signal) will not go HIGH while putting the indicator in the stop. They report Low on all attempts for M119.<br />
<br />
I have not wired the sensors or heaters yet.]]></description>
            <dc:creator>Replace</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Tue, 23 Sep 2014 09:58:50 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,408337#msg-408337</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,408337#msg-408337</link>
            <description><![CDATA[ Got any pictures? what smoked?<br />
<br />
unless there are issues with your stepper drivers...   there is nothing obvious from your description  <br />
<br />
You have very bad luck....]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Wed, 17 Sep 2014 02:57:12 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,408043#msg-408043</guid>
            <title>Re: Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,408043#msg-408043</link>
            <description><![CDATA[ So, <br />
<br />
I ordered an arduiono + Ramps set.<br />
I rewired the opto's to use only 3 wires in stead of 4<br />
I played with a marlin deck and loaded it into the Arduino<br />
I connected 4 steppers and 3 end stops<br />
I powered it up<br />
<br />
I heared a scatter, there was smoke and bad smell<br />
<br />
Ramps seems dead, Arduini will respond to programming.... <br />
<br />
So, maybe the original cause of killing my Gen6 was not the Gen6 ? <br />
<br />
Thomas, back to start]]></description>
            <dc:creator>Replace</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Tue, 16 Sep 2014 10:17:13 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?181,393307,393307#msg-393307</guid>
            <title>Replace Gen6 board by Arduino/Ramps</title>
            <link>https://reprap.org/forum/read.php?181,393307,393307#msg-393307</link>
            <description><![CDATA[ Can this be done ?<br />
<br />
I seem to have fried my Gen6 board (2012) on my Orca v04x<br />
As it is pretty expensive I consider to replace the hardware with Ramps on Arduino.<br />
<br />
Any considerations not to ? <br />
<br />
Thomas]]></description>
            <dc:creator>Replace</dc:creator>
            <category>Next Wave Electronics Working Group</category>
            <pubDate>Sun, 10 Aug 2014 12:58:04 -0400</pubDate>
        </item>
    </channel>
</rss>
