<?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 — SD & E3D]]></title>
		<link>https://www.soliforum.com/topic/10536/sd-e3d/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/10536/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in SD & E3D.]]></description>
		<lastBuildDate>Thu, 02 Jul 2015 04:45:26 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: SD & E3D]]></title>
			<link>https://www.soliforum.com/post/100308/#p100308</link>
			<description><![CDATA[<div class="quotebox"><cite>metaldrgn wrote:</cite><blockquote><p>Ok, that worked <img src="https://www.soliforum.com/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /> so just to note for anyone else stumbling onto this thread it has to be pin 16 for the fan that you use to cool the extruded filament. This is for the printrboard version (motherboard 81) of the Solidoodle 3.</p></blockquote></div><p>I was having the same problem, when I found this thread.&nbsp; It got my fan working too! (although I had to flash the board twice, because I forgot to save pins.h the first time)</p><p>My SD4 came from Solidoodle with gcode fan enabled; I just had to add the header pins to the printrboard.&nbsp; After upgrading to an E3Dv6 and flashing the firmware, the gcode fan quit.&nbsp; I thought I had damaged the motherboard or something!</p><p>Thanks guys!</p>]]></description>
			<author><![CDATA[null@example.com (knowack)]]></author>
			<pubDate>Thu, 02 Jul 2015 04:45:26 +0000</pubDate>
			<guid>https://www.soliforum.com/post/100308/#p100308</guid>
		</item>
		<item>
			<title><![CDATA[Re: SD & E3D]]></title>
			<link>https://www.soliforum.com/post/95803/#p95803</link>
			<description><![CDATA[<p>Give us more information....<br />What version of windows?<br />What printer and when did you buy it?</p>]]></description>
			<author><![CDATA[null@example.com (wardjr)]]></author>
			<pubDate>Thu, 14 May 2015 15:01:08 +0000</pubDate>
			<guid>https://www.soliforum.com/post/95803/#p95803</guid>
		</item>
		<item>
			<title><![CDATA[Re: SD & E3D]]></title>
			<link>https://www.soliforum.com/post/95785/#p95785</link>
			<description><![CDATA[<p>Hello , at step 31 after i unbend the boot pins&nbsp; and push reset my usb won t see the printer anymore . if i make contact between the reboot pins and push reset it gets recognised again and i have to reinstall the driver like on a new printer .</p><div class="quotebox"><cite>wardjr wrote:</cite><blockquote><p>The WIKI isn&#039;t quite up to speed for the Printerboard.</p><p>The firmware you&#039;ll need can be downloaded from<br /><a href="https://github.com/ozadr1an/Solidoodle-Marlin_v1/tree/Solidoodle_Marlin_v1_beta">https://github.com/ozadr1an/Solidoodle- … in_v1_beta</a></p><p>The rest of these instructions will have some bad links as things are constantly being updated, but it will get you in the neighborhood.</p><p>I just updated my solidoodle 3 printers firmware tonight. It has the Printboard Rev E, my operating system is Windows 7 64bit<br />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)<br />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></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (corbeavirgil210)]]></author>
			<pubDate>Thu, 14 May 2015 12:59:21 +0000</pubDate>
			<guid>https://www.soliforum.com/post/95785/#p95785</guid>
		</item>
		<item>
			<title><![CDATA[Re: SD & E3D]]></title>
			<link>https://www.soliforum.com/post/91308/#p91308</link>
			<description><![CDATA[<p>Also you can reuse the stock housing for the extruder. I just need to figure out a way to attach the fan and duct it. The version I got from thingiverse I think was for the v5 and mine didn&#039;t fit. This works for now, but having the fan adds better results for PLA and maybe others. Be careful when you are taking the clear pieces apart! There are more than you may think and they can be difficult to figure out how they go back. </p><p>Yes my temp sensor wire leads are just plugged into the connector for now, lol. The site that links what connectors to buy lists only the female so I have to reorder more...</p><p>The heating element I wired all the way back to the board and put one of the connectors I bought on it and plugged it in. I don&#039;t like adding more connections/splices than I need to.</p><p>I soldered the hot end fan (small one) wires into the splices that were used for the extruder motor fan. I plan to resplice it later.</p><p>The plastic tubing I cut straight off at both edge with a razor blade (seems to work best) and made it so it&#039;s flush with the top of the opening. I wanted to chamfer the edge, but seemed to not have any problems so I left it and haven&#039;t had any issues (changed the filament 4 or more times after finally assembly). Make sure it works for you before you assemble everything.</p><p>I found out the hard way that that wood piece on the extruder is used as an endstop. I had to use hotglue to make it work till I could print something out and I will put it on thingiverse later.</p><p><span class="postimg"><img src="http://soliforum.com/i/?EEHaNmy.jpg" alt="http://soliforum.com/i/?EEHaNmy.jpg" /></span> <br /><span class="postimg"><img src="http://soliforum.com/i/?oo1wgYv.jpg" alt="http://soliforum.com/i/?oo1wgYv.jpg" /></span><br /><span class="postimg"><img src="http://soliforum.com/i/?38Vs7oo.jpg" alt="http://soliforum.com/i/?38Vs7oo.jpg" /></span></p>]]></description>
			<author><![CDATA[null@example.com (metaldrgn)]]></author>
			<pubDate>Mon, 30 Mar 2015 03:31:18 +0000</pubDate>
			<guid>https://www.soliforum.com/post/91308/#p91308</guid>
		</item>
		<item>
			<title><![CDATA[Re: SD & E3D]]></title>
			<link>https://www.soliforum.com/post/91307/#p91307</link>
			<description><![CDATA[<p>Ok, that worked <img src="https://www.soliforum.com/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /> so just to note for anyone else stumbling onto this thread it has to be pin 16 for the fan that you use to cool the extruded filament. This is for the printrboard version (motherboard 81) of the Solidoodle 3.</p>]]></description>
			<author><![CDATA[null@example.com (metaldrgn)]]></author>
			<pubDate>Mon, 30 Mar 2015 03:20:11 +0000</pubDate>
			<guid>https://www.soliforum.com/post/91307/#p91307</guid>
		</item>
		<item>
			<title><![CDATA[Re: SD & E3D]]></title>
			<link>https://www.soliforum.com/post/91302/#p91302</link>
			<description><![CDATA[<p>Hmmm, that seems most probable.&nbsp; You will just have to try it and see.</p>]]></description>
			<author><![CDATA[null@example.com (wardjr)]]></author>
			<pubDate>Mon, 30 Mar 2015 02:48:16 +0000</pubDate>
			<guid>https://www.soliforum.com/post/91302/#p91302</guid>
		</item>
		<item>
			<title><![CDATA[Re: SD & E3D]]></title>
			<link>https://www.soliforum.com/post/91301/#p91301</link>
			<description><![CDATA[<p>Yes. I doubt it&#039;s a bad connection and it isn&#039;t reversed polarity because it was never disconnected. It&#039;s soldered straight into the board.</p><p>I was able to find some similar issues and looking at pins.h I found this:<br /></p><div class="codebox"><pre><code>#if MOTHERBOARD == 8 || MOTHERBOARD == 81
#define KNOWN_BOARD 1
#define AT90USB 1286  // Disable MarlinSerial etc.

#ifndef __AVR_AT90USB1286__
#error Oops!  Make sure you have &#039;Teensy++ 2.0&#039; selected from the &#039;Tools -&gt; Boards&#039; menu.
#endif

#define LARGE_FLASH        true

#define X_STEP_PIN          0
#define X_DIR_PIN           1
#define X_ENABLE_PIN       39

#define Y_STEP_PIN          2
#define Y_DIR_PIN           3
#define Y_ENABLE_PIN       38

#define Z_STEP_PIN          4
#define Z_DIR_PIN           5
#define Z_ENABLE_PIN       23

#define E0_STEP_PIN         6
#define E0_DIR_PIN          7
#define E0_ENABLE_PIN      19

#define HEATER_0_PIN       21  // Extruder
#define HEATER_1_PIN       -1
#define HEATER_2_PIN       -1
#define HEATER_BED_PIN     20  // Bed
#define FAN_PIN            22  // Fan
// You may need to change FAN_PIN to 16 because Marlin isn&#039;t using fastio.h
// for the fan and Teensyduino uses a different pin mapping.</code></pre></div><p>Is that what enables the fan and should it be 16? I haven&#039;t had a chance to try it yet.</p>]]></description>
			<author><![CDATA[null@example.com (metaldrgn)]]></author>
			<pubDate>Mon, 30 Mar 2015 02:38:55 +0000</pubDate>
			<guid>https://www.soliforum.com/post/91301/#p91301</guid>
		</item>
		<item>
			<title><![CDATA[Re: SD & E3D]]></title>
			<link>https://www.soliforum.com/post/91300/#p91300</link>
			<description><![CDATA[<p>So you had a G-code fan working previously but after the firmware update it doesn&#039;t function?&nbsp; There is nothing in the firmware update I posted that would change that.&nbsp; Is it possible you have a bad connection or reversed the polarity of the fan during your E3d installation?</p>]]></description>
			<author><![CDATA[null@example.com (wardjr)]]></author>
			<pubDate>Mon, 30 Mar 2015 02:22:37 +0000</pubDate>
			<guid>https://www.soliforum.com/post/91300/#p91300</guid>
		</item>
		<item>
			<title><![CDATA[Re: SD & E3D]]></title>
			<link>https://www.soliforum.com/post/91294/#p91294</link>
			<description><![CDATA[<p>I reloaded the firmware with the directions from this site. On repetier host, there&#039;s a button to turn the fan on/off and set the %. This is for the extra fan you can wire in to use to cool the PLA as it&#039;s extruded. The button no longer turns it on and printing doesn&#039;t turn it on either so I figure there a setting for it. Is it called the PWM fan?</p>]]></description>
			<author><![CDATA[null@example.com (metaldrgn)]]></author>
			<pubDate>Mon, 30 Mar 2015 01:44:10 +0000</pubDate>
			<guid>https://www.soliforum.com/post/91294/#p91294</guid>
		</item>
		<item>
			<title><![CDATA[Re: SD & E3D]]></title>
			<link>https://www.soliforum.com/post/91288/#p91288</link>
			<description><![CDATA[<p>Could you give me more details about when you say? &quot;to get this fan to work again&quot;<br />What fan and what did you change that it no longer works?</p>]]></description>
			<author><![CDATA[null@example.com (wardjr)]]></author>
			<pubDate>Mon, 30 Mar 2015 01:02:20 +0000</pubDate>
			<guid>https://www.soliforum.com/post/91288/#p91288</guid>
		</item>
		<item>
			<title><![CDATA[Re: SD & E3D]]></title>
			<link>https://www.soliforum.com/post/91282/#p91282</link>
			<description><![CDATA[<p>Thanks for the help wardjr! I just upgraded to the E3D v6 and needed help with the firmware. One problem I now have though still is the controllable fan used for PLA won&#039;t turn on. Do you have to enable something in the firmware to get this fan to work again?</p>]]></description>
			<author><![CDATA[null@example.com (metaldrgn)]]></author>
			<pubDate>Mon, 30 Mar 2015 00:18:15 +0000</pubDate>
			<guid>https://www.soliforum.com/post/91282/#p91282</guid>
		</item>
		<item>
			<title><![CDATA[Re: SD & E3D]]></title>
			<link>https://www.soliforum.com/post/90908/#p90908</link>
			<description><![CDATA[<div class="quotebox"><cite>OneMoreCast wrote:</cite><blockquote><p>But seriously, as usual...Ward has provided stellar info and a perfect guide for ya</p></blockquote></div><p>Thank Cast and Ward for your help! I really appreciate it!</p>]]></description>
			<author><![CDATA[null@example.com (fran.cuesta.marin)]]></author>
			<pubDate>Thu, 26 Mar 2015 07:01:27 +0000</pubDate>
			<guid>https://www.soliforum.com/post/90908/#p90908</guid>
		</item>
		<item>
			<title><![CDATA[Re: SD & E3D]]></title>
			<link>https://www.soliforum.com/post/90866/#p90866</link>
			<description><![CDATA[<p>But seriously, as usual...Ward has provided stellar info and a perfect guide for ya</p>]]></description>
			<author><![CDATA[null@example.com (OneMoreCast)]]></author>
			<pubDate>Wed, 25 Mar 2015 23:56:45 +0000</pubDate>
			<guid>https://www.soliforum.com/post/90866/#p90866</guid>
		</item>
		<item>
			<title><![CDATA[Re: SD & E3D]]></title>
			<link>https://www.soliforum.com/post/90865/#p90865</link>
			<description><![CDATA[<div class="quotebox"><cite>wardjr wrote:</cite><blockquote><p>The WIKI isn&#039;t quite up to speed for the Printerboard.</p><p>The firmware you&#039;ll need can be downloaded from<br /><a href="https://github.com/ozadr1an/Solidoodle-Marlin_v1/tree/Solidoodle_Marlin_v1_beta">https://github.com/ozadr1an/Solidoodle- … in_v1_beta</a></p><p>The rest of these instructions will have some bad links as things are constantly being updated, but it will get you in the neighborhood.</p><p>I just updated my solidoodle 3 printers firmware tonight. It has the Printboard Rev E, my operating system is Windows 7 64bit<br />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)<br />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></blockquote></div><br /><p>Let the monkeying begin <img src="https://www.soliforum.com/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[null@example.com (OneMoreCast)]]></author>
			<pubDate>Wed, 25 Mar 2015 23:55:55 +0000</pubDate>
			<guid>https://www.soliforum.com/post/90865/#p90865</guid>
		</item>
		<item>
			<title><![CDATA[Re: SD & E3D]]></title>
			<link>https://www.soliforum.com/post/90854/#p90854</link>
			<description><![CDATA[<p>The WIKI isn&#039;t quite up to speed for the Printerboard.</p><p>The firmware you&#039;ll need can be downloaded from<br /><a href="https://github.com/ozadr1an/Solidoodle-Marlin_v1/tree/Solidoodle_Marlin_v1_beta">https://github.com/ozadr1an/Solidoodle- … in_v1_beta</a></p><p>The rest of these instructions will have some bad links as things are constantly being updated, but it will get you in the neighborhood.</p><p>I just updated my solidoodle 3 printers firmware tonight. It has the Printboard Rev E, my operating system is Windows 7 64bit<br />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)<br />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>Wed, 25 Mar 2015 22:38:49 +0000</pubDate>
			<guid>https://www.soliforum.com/post/90854/#p90854</guid>
		</item>
	</channel>
</rss>
