<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[SoliForum - 3D Printing Community — Yet another E3D firmware question.]]></title>
		<link>https://www.soliforum.com/topic/6162/yet-another-e3d-firmware-question/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/6162/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Yet another E3D firmware question..]]></description>
		<lastBuildDate>Tue, 15 Apr 2014 08:02:58 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Yet another E3D firmware question.]]></title>
			<link>https://www.soliforum.com/post/54226/#p54226</link>
			<description><![CDATA[<p>At least it can&#039;t eat me.<br />First world problems eh?</p><p>Right, so I&#039;d just like to express my undying love for you people and this forum!<br />Seriously, I&#039;d be a raging maniac without the help you guys have provided!</p><p>We have liftoff!<br /><span class="postimg"><img src="http://i.imgur.com/Lesv7AF.jpg" alt="http://i.imgur.com/Lesv7AF.jpg" /></span></p>]]></description>
			<author><![CDATA[null@example.com (Serin)]]></author>
			<pubDate>Tue, 15 Apr 2014 08:02:58 +0000</pubDate>
			<guid>https://www.soliforum.com/post/54226/#p54226</guid>
		</item>
		<item>
			<title><![CDATA[Re: Yet another E3D firmware question.]]></title>
			<link>https://www.soliforum.com/post/54221/#p54221</link>
			<description><![CDATA[<p>It only looks intimidating <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />Really it isn&#039;t that bad <br />Basically make your changes in adruino to your configuration.h then verify and shift key. That saves it to a hidden folder and once you find that file you move it to the bootloaderHID folder from earlier steps. then you have to use a command window to upload instead of the upload button in adruino.&nbsp; <br />That&#039;s about it.<br />Good Luck</p>]]></description>
			<author><![CDATA[null@example.com (wardjr)]]></author>
			<pubDate>Tue, 15 Apr 2014 03:17:35 +0000</pubDate>
			<guid>https://www.soliforum.com/post/54221/#p54221</guid>
		</item>
		<item>
			<title><![CDATA[Re: Yet another E3D firmware question.]]></title>
			<link>https://www.soliforum.com/post/54219/#p54219</link>
			<description><![CDATA[<p>Ah! Danke comrade! I shall report back once I&#039;ve done it all.</p>]]></description>
			<author><![CDATA[null@example.com (Serin)]]></author>
			<pubDate>Tue, 15 Apr 2014 02:59:09 +0000</pubDate>
			<guid>https://www.soliforum.com/post/54219/#p54219</guid>
		</item>
		<item>
			<title><![CDATA[Re: Yet another E3D firmware question.]]></title>
			<link>https://www.soliforum.com/post/54214/#p54214</link>
			<description><![CDATA[<p>These are the instructions I followed as posted from en-rage in this post.&nbsp; <a href="http://www.soliforum.com/topic/4520/e3d-extruder-on-a-new-sd3-fw-help/page/2/">http://www.soliforum.com/topic/4520/e3d … lp/page/2/</a>&nbsp; I have flashed three different printer boards using these instruction so I know they work.&nbsp; The hardest thing is finding that hidden file.</p><br /><br /><br /><p>I just updated my solidoodle 3 printers firmware tonight. It has the Printboard Rev E, my operating system is Windows 7 64bit</p><p>These instructions I compiled after talking with Adrian, and reading the existing wiki (<a href="http://wiki.solidoodle.com/update-firmware">http://wiki.solidoodle.com/update-firmware</a>)<br />A: Download the Arduino IDE (<a href="http://www.arduino.cc">www.arduino.cc</a>)<br />B: Download Teensyduino (<a href="http://pjrc.com/teensy/td_download.html">http://pjrc.com/teensy/td_download.html</a>)<br />C: Download the firmware&nbsp; (https://github.com/ozadr1an/Solidoodle- … in_v1_beta)<br />D: Download the upload BootloaderHID (http://blog.lincomatic.com/wp-content/u … derHID.zip)</p><p>1.&nbsp; &nbsp; Install Arduiono IDE<br />2.&nbsp; &nbsp; By default it installed in C:/program files/Arduino (or program files C:/program files(x86)/Arduino)<br />3.&nbsp; &nbsp; Install Teenyduino<br />4.&nbsp; &nbsp; It will ask you where the arduino install is, point it to the above folder<br />5.&nbsp; &nbsp; Unzip the firmware file to a folder you will remember<br />6.&nbsp; &nbsp; Open the Arduino.exe (shortcut put on your desktop after the Arduino IDE installed<br />7.&nbsp; &nbsp; Click Tools, Board (might say Board:Arduino Uno) and select the Teensy ++2.0<br />8.&nbsp; &nbsp; Click Tools, Serial Port, and change it to the port of your printer<br />(If you are unsure, and using windows, click the start button, right click computer, click properties, click device manager, and click on ports. Your printer will be the one listed as “USB serial port (Com X) write down whatever the x is, and put it in step 8)<br />9.&nbsp; &nbsp; Click File – Open<br />10.&nbsp; &nbsp; Browse to the folder you extracted in step 5, select the file (in the marlin folder) named Configureation.H , double click it or select it and click open<br />11.&nbsp; &nbsp; You will notice that there are several tabs across the top: Marlin, Configuration.H, ConfigurationStore.cpp etc, select the Configuration.H tab<br />12.&nbsp; &nbsp; Scroll down until you see (in black as the grey is comments and effects nothing)<br />#define SOLIDOODLE_VERSION 2 (line 22 on mine) Change to #define SOLIDOODLE_VERSION 3&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />13.&nbsp; &nbsp; #define MOTHERBOARD&nbsp; 62 (line #76 on mine…you can tell the line by clicking the code, and looking at the bottom left, a number will be there, this is the line of code)<br />Change it to read #define MOTHERBOARD 81<br />14.&nbsp; &nbsp; find #define TEMP_SENSOR_0 1 (line 120 ) and change to #define TEMP_SENSOR_0 6<br />15.&nbsp; &nbsp; find #define HEATER_0_MAXTEMP 225 (line145)&nbsp; change to #define HEATER_0_MAXTEMP 350<br />16.&nbsp; &nbsp; 350C is the max the thermister can is good for, the hotend can go higher, but you’ll need a thermocouple instead of the thermister<br />17.&nbsp; &nbsp; In the top arduino menu, click Sketch, then Verify/compile<br />18.&nbsp; &nbsp; If you installed Teensyduino, it will pop up a window, just close it<br />19.&nbsp; &nbsp; If your sketch does not report errors and simply gives you the Binary sketch size and memory use, it is safe to upload. If it reports errors, you have made a syntax error, and should recheck those lines you changed.<br />20.&nbsp; &nbsp; Before doing the final compile, click file – save (if you do not, it will not upload the changes)<br />21.&nbsp; &nbsp; Hold down SHIFT and click Compile<br />22.&nbsp; &nbsp; There has been a .hex file created. Marlin.cpp.hex, in my case (windows 7) it is under C:/users/whateverYourProfileNameIs/AppData/Local/Temp….it will be in the folder<br />named build-xxxxxxxxx.tmp (the x’s are a string of numbers) created today. You must have view hidden or system files enabled in folder options (control panel. Have view folders by icon instead of category enabled, folder options,view, check Show hidden files and folders)<br />23.&nbsp; &nbsp; Unzip the BootloaderHID.Zip (step D) to a folder<br />24.&nbsp; &nbsp; Copy the Marlin.cpp.hex file, and past it in the folder above (the bootloaderHID folder<br />25.&nbsp; &nbsp; Make sure your computer is connected to the printer via usb cable<br />26.&nbsp; &nbsp; Add a jumper to the BOOT pins on the printboard (back of the printer) or bend the 2 pins so they are touching , then press the RESET button<br />27.&nbsp; &nbsp; Open a new command window (click the windows start button, and in the search programs field (windows vista or newer) type CMD.<br />28.&nbsp; &nbsp; Within the CMD window, navigate to the folder you unzipped the BootleaderHID to in step 23<br />29.&nbsp; &nbsp; &nbsp;Type “hid_bootloader_cli -mmcu=at90usb1286 -w -v Marlin.cpp.hex” (no quotations)<br />30.&nbsp; &nbsp; It should say something like “read Marlin.cpp.hex xx bytes, xx% usage, found halfkay bootloader, programming…………………..Booting<br />31.&nbsp; &nbsp; Remove the jumper, or unbend the boot pins on the printboard (back of the printer)<br />32.&nbsp; &nbsp; Press reset<br />33.&nbsp; &nbsp; Verify that you have updated them, start up Repetier Host.<br />34.&nbsp; &nbsp; Click Connect<br />35.&nbsp; &nbsp; Look at the bottom of the screen, you will see a greeting msg when you connect it should now read<br />02:09:14.238 : echo:Unknown command: &quot;&quot;<br />02:09:14.405 : FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:http://github.com/mlaws/solidoodle2-marlin/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Solidoodle EXTRUDER_COUNT:1<br />02:09:14.405 : echo:Active Extruder: 0<br />If you see the address changed to github.com instead of solidoodle, you know you&#039;re golden</p>]]></description>
			<author><![CDATA[null@example.com (wardjr)]]></author>
			<pubDate>Tue, 15 Apr 2014 02:12:02 +0000</pubDate>
			<guid>https://www.soliforum.com/post/54214/#p54214</guid>
		</item>
		<item>
			<title><![CDATA[Yet another E3D firmware question.]]></title>
			<link>https://www.soliforum.com/post/54213/#p54213</link>
			<description><![CDATA[<p>Yo,</p><p>Attempting yet again to get the firmware edit to work and I&#039;m getting this error:</p><p><span class="postimg"><img src="http://i.imgur.com/z7rZGF3.jpg" alt="http://i.imgur.com/z7rZGF3.jpg" /></span></p><p>I&#039;m using this as my main guide: <a href="http://www.soliwiki.com/Updating_Solidoodle_Firmware">http://www.soliwiki.com/Updating_Solidoodle_Firmware</a></p><p>Using the &quot;Mlaws-solidoodle2-marlin_RC3-335-gf4c71AE file.</p><p>I&#039;ve got the correct comport selected and have the Teensylu/Printrboard selected as per what I&#039;ve found is needed for my SD2 manufactured late last year.</p><p>But am still rather confused as to the proper step-by-step process as it&#039;s not clearly outlined anywhere I&#039;ve found.</p><p>Please do excuse my lack of almost basic knowledge on firmware, I&#039;ve not really had any experience dealing with Arduino previous to this.</p><p>Any help would be lovely <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (Serin)]]></author>
			<pubDate>Tue, 15 Apr 2014 01:39:05 +0000</pubDate>
			<guid>https://www.soliforum.com/post/54213/#p54213</guid>
		</item>
	</channel>
</rss>
