<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — E3D extruder on a new SD3 FW HELP..]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/4520/" />
	<updated>2014-07-12T21:39:30Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/4520/e3d-extruder-on-a-new-sd3-fw-help/</id>
		<entry>
			<title type="html"><![CDATA[Re: E3D extruder on a new SD3 FW HELP..]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/60259/#p60259" />
			<content type="html"><![CDATA[<p>Hello everyone, </p><p>I&#039;m having the following issue: </p><p>After performing all the compiling and moving over the hex file to the Lincomatic HID bootloader. I hooked up my printrboard rev e. I was able to see the comm ports on my device manager however when I apply the jumper and press the reset button I can no longer view any com ports it completely disappears. Has any had this issue? </p><p>Thx in advance for your help!</p>]]></content>
			<author>
				<name><![CDATA[elefort]]></name>
				<uri>https://www.soliforum.com/user/4957/</uri>
			</author>
			<updated>2014-07-12T21:39:30Z</updated>
			<id>https://www.soliforum.com/post/60259/#p60259</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: E3D extruder on a new SD3 FW HELP..]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/55350/#p55350" />
			<content type="html"><![CDATA[<p>Nice work:)</p>]]></content>
			<author>
				<name><![CDATA[wardjr]]></name>
				<uri>https://www.soliforum.com/user/2291/</uri>
			</author>
			<updated>2014-04-29T23:54:06Z</updated>
			<id>https://www.soliforum.com/post/55350/#p55350</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: E3D extruder on a new SD3 FW HELP..]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/55323/#p55323" />
			<content type="html"><![CDATA[<p>I fixed my bed temp maxing at about 96 and taking a long time to reach it with a few tweaks to the firmware again.</p><p>Lines 91-94 in configuration.h, I changed the bed sensor table from 6 to 1.<br />#define TEMP_SENSOR_0 6 //{SD Patch}<br />#define TEMP_SENSOR_1 0<br />#define TEMP_SENSOR_2 0<br />#define TEMP_SENSOR_BED 1 //{SD Patch}</p><p>Lines 162-165 in configuration.h, I uncommented pidtempbed which gives me perfectly flat 115C with the values already in the firmware.<br />// If this is enabled, find your own PID constants below.<br />#define PIDTEMPBED<br />//<br />//#define BED_LIMIT_SWITCHING</p><p>For the ones bothered by the firmware not displaying correctly in RH:</p><p>Lines 32-34 in language.h, I have the printrboard and using 81 myself.&nbsp; The firmware I have from lawsy&#039;s github doesn&#039;t have that as an option in the language tab.&nbsp; I just added the extra &quot;|| MOTHERBOARD == 81&quot;</p><p>#elif MOTHERBOARD == 62 || MOTHERBOARD == 33 || MOTHERBOARD == 34 || MOTHERBOARD == 81&nbsp; &nbsp; &nbsp; &nbsp; //{SD Patch}<br />&nbsp; &nbsp; #define MACHINE_NAME &quot;Solidoodle&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //{SD Patch}<br />&nbsp; &nbsp; #define FIRMWARE_URL &quot;<a href="http://github.com/mlaws/solidoodle2-marlin/">http://github.com/mlaws/solidoodle2-marlin/</a>&quot;&nbsp; &nbsp;//{SD Patch}</p><p>I fired up both the bed and the extruder after the bed stablilized temp.&nbsp; Neither fluctuated and maintained a flat tempurature, which rules out the power supply lacking like I was previously suspecting.</p><p>I hope this can help some of you guys.&nbsp; Happy Printing!</p>]]></content>
			<author>
				<name><![CDATA[accusedmonk]]></name>
				<uri>https://www.soliforum.com/user/3772/</uri>
			</author>
			<updated>2014-04-29T20:50:22Z</updated>
			<id>https://www.soliforum.com/post/55323/#p55323</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: E3D extruder on a new SD3 FW HELP..]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/55220/#p55220" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Hazer wrote:</cite><blockquote><p>What does your pins.h file look like?</p></blockquote></div><p>Hmmm, i only got a quick glance this morning at that tab before i left.&nbsp; I&#039;m going to research a bit about the ins and outs of what does what if i can.&nbsp; The fan settings i did see were all -1.</p><p>I have a Solidoodle 3 with the rev E board.&nbsp; I used 81 for the firmware per the instructions.&nbsp; Regular flashing doesn&#039;t work, it doesnt seem to see a connection.</p><p>Hopefully just one of the settings in there just needs a tweak, when i get back this afternoon I&#039;ll be able to try!</p><p>Edit:<br />Went to check out the pins.h more clearly after having time during the day to research a bit.&nbsp; These printrboards are using a slightly different pin config from teensy.&nbsp; The firmware had the pin set to 22.&nbsp; Reflashed it after changing to 16 and I&#039;ve got over 12v!&nbsp; So now I&#039;m in business.</p><p>#define FAN_PIN&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 16&nbsp; // Fan<br />// You may need to change FAN_PIN to 16 because Marlin isn&#039;t using fastio.h<br />// for the fan and Teensyduino uses a different pin mapping.</p><br /><p>For future reference, I looked around to see what code output the version of the firmware but didn&#039;t notice anything.&nbsp; Mine still says marlin v1 solidoodle from mendel-parts.com.&nbsp; So that&#039;s not a sure fire way to check if it changed or not apparently.</p>]]></content>
			<author>
				<name><![CDATA[accusedmonk]]></name>
				<uri>https://www.soliforum.com/user/3772/</uri>
			</author>
			<updated>2014-04-28T12:38:08Z</updated>
			<id>https://www.soliforum.com/post/55220/#p55220</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: E3D extruder on a new SD3 FW HELP..]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/55214/#p55214" />
			<content type="html"><![CDATA[<p>What does your pins.h file look like?</p>]]></content>
			<author>
				<name><![CDATA[Hazer]]></name>
				<uri>https://www.soliforum.com/user/2747/</uri>
			</author>
			<updated>2014-04-28T10:44:50Z</updated>
			<id>https://www.soliforum.com/post/55214/#p55214</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: E3D extruder on a new SD3 FW HELP..]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/55209/#p55209" />
			<content type="html"><![CDATA[<p>I&#039;m unsure if this firmware upload is working properly or not.&nbsp; I hooked everything up before I flashed it and checked to see if I had the fans connected correctly.&nbsp; I hooked up a fan to the empty fan slot as well while I was at it.&nbsp; Everything worked fine and dandy, even the hot end which i let heat up set to 300 until it kicked off at 225.</p><p>After I did it the first time I went ahead and heated the hot end and tightened it a bit per the instructions, meaning the max temp in firmware must have changed to the 320 i set it for.&nbsp; I didn&#039;t do anything except flash it with the bootloader, but now the gcode fan doesn&#039;t work.</p><p>When I load up RH, it shows the firmware as marlin v1 solidoodle mashup from mendel-parts.com.</p><p>I&#039;m only getting at best 0.3v from the fan pins now which worked fine before the flash.&nbsp; I&#039;ve tried all kinds of combinations it would let me do with board selection and all.&nbsp; I&#039;m ending up in the same place each time.&nbsp; I get no errors and everything seems to work fine.&nbsp; I&#039;ve been trying to get a proper reflash now for a number of hours just to regain my fan control <img src="https://www.soliforum.com/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p><p>Any ideas?</p>]]></content>
			<author>
				<name><![CDATA[accusedmonk]]></name>
				<uri>https://www.soliforum.com/user/3772/</uri>
			</author>
			<updated>2014-04-28T05:41:31Z</updated>
			<id>https://www.soliforum.com/post/55209/#p55209</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: E3D extruder on a new SD3 FW HELP..]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/54968/#p54968" />
			<content type="html"><![CDATA[<p>Thank you again all the help in this posting.<br />Really help me keep my sanity during the E3D upgrade process.</p><p>Awesome work!</p>]]></content>
			<author>
				<name><![CDATA[ohbaby714]]></name>
				<uri>https://www.soliforum.com/user/2499/</uri>
			</author>
			<updated>2014-04-24T16:52:44Z</updated>
			<id>https://www.soliforum.com/post/54968/#p54968</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: E3D extruder on a new SD3 FW HELP..]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/51378/#p51378" />
			<content type="html"><![CDATA[<p>Binary sketch size: 48,434 bytes (of a 126,976 byte maximum)<br />avrdude: stk500_getsync(): not in sync: resp=0x30</p><p>That is what I keep getting. Since I cannot find the.cpp.hex file, I decided to run ahead. When I try to upload, it ways this.</p><p>When I try SHIFT+Upload:<br />Binary sketch size: 48,434 bytes (of a 126,976 byte maximum)<br />avrdude: usbdev_open(): did not find any USB device &quot;usb&quot;</p><p>Chill pills are not working right now</p>]]></content>
			<author>
				<name><![CDATA[AZERATE]]></name>
				<uri>https://www.soliforum.com/user/4188/</uri>
			</author>
			<updated>2014-03-03T22:35:49Z</updated>
			<id>https://www.soliforum.com/post/51378/#p51378</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: E3D extruder on a new SD3 FW HELP..]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/51376/#p51376" />
			<content type="html"><![CDATA[<p>Anyone? Please?</p>]]></content>
			<author>
				<name><![CDATA[AZERATE]]></name>
				<uri>https://www.soliforum.com/user/4188/</uri>
			</author>
			<updated>2014-03-03T22:14:18Z</updated>
			<id>https://www.soliforum.com/post/51376/#p51376</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: E3D extruder on a new SD3 FW HELP..]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/51364/#p51364" />
			<content type="html"><![CDATA[<p>help help help<br />I&#039;m stuck at line 16...everything compiled perfectly. but it says to browse the bottom of Arduino for the output..(?) I do not understand that with what I am seeing.<br />ALSO! I cannot find Marlin.cpp.hex&nbsp; </p><p>Swift response is massively thanked</p>]]></content>
			<author>
				<name><![CDATA[AZERATE]]></name>
				<uri>https://www.soliforum.com/user/4188/</uri>
			</author>
			<updated>2014-03-03T17:35:43Z</updated>
			<id>https://www.soliforum.com/post/51364/#p51364</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: E3D extruder on a new SD3 FW HELP..]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/51357/#p51357" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>AZERATE wrote:</cite><blockquote><p>Awesome! Thanks for the swift reply! <br />Would aluminum foil work? If not, strip some wire and wrap it on there??</p></blockquote></div><p>Yes that will work,</p>]]></content>
			<author>
				<name><![CDATA[G-unit]]></name>
				<uri>https://www.soliforum.com/user/2907/</uri>
			</author>
			<updated>2014-03-03T15:34:36Z</updated>
			<id>https://www.soliforum.com/post/51357/#p51357</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: E3D extruder on a new SD3 FW HELP..]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/51356/#p51356" />
			<content type="html"><![CDATA[<p>Awesome! Thanks for the swift reply! <br />Would aluminum foil work? If not, strip some wire and wrap it on there??</p>]]></content>
			<author>
				<name><![CDATA[AZERATE]]></name>
				<uri>https://www.soliforum.com/user/4188/</uri>
			</author>
			<updated>2014-03-03T15:32:17Z</updated>
			<id>https://www.soliforum.com/post/51356/#p51356</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: E3D extruder on a new SD3 FW HELP..]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/51352/#p51352" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>AZERATE wrote:</cite><blockquote><p>Possibly a stupid question. If so, forgive my ignorance:</p><p>Jumper. The two long pins in the center of the board, right? There seems to be a black plastic footer where the pins appear to rise out from the board. Do I take the whole thing out? Or just the plastic? Will this require a soldering iron?</p><p>So happy I found this thread!! I&#039;m confident up to line 25, but am super scared of bricking</p></blockquote></div><p>You jump them two pins together (line #3) and then you remove the jumper (line #25) .<br />hope this helps.</p>]]></content>
			<author>
				<name><![CDATA[G-unit]]></name>
				<uri>https://www.soliforum.com/user/2907/</uri>
			</author>
			<updated>2014-03-03T15:29:08Z</updated>
			<id>https://www.soliforum.com/post/51352/#p51352</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: E3D extruder on a new SD3 FW HELP..]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/51350/#p51350" />
			<content type="html"><![CDATA[<p>Possibly a stupid question. If so, forgive my ignorance:</p><p>Jumper. The two long pins in the center of the board, right? There seems to be a black plastic footer where the pins appear to rise out from the board. Do I take the whole thing out? Or just the plastic? Will this require a soldering iron?</p><p>So happy I found this thread!! I&#039;m confident up to line 25, but am super scared of bricking</p>]]></content>
			<author>
				<name><![CDATA[AZERATE]]></name>
				<uri>https://www.soliforum.com/user/4188/</uri>
			</author>
			<updated>2014-03-03T15:23:15Z</updated>
			<id>https://www.soliforum.com/post/51350/#p51350</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: E3D extruder on a new SD3 FW HELP..]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/51330/#p51330" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>G-unit wrote:</cite><blockquote><p>Awesome Jake, I&#039;m glade you got yours to work, on your temp sensor, what did you have yours at a 1 or 6, is 6 the one i us for the sensor that comes with the hotend ?<br />Thanks Gary<br /></p><div class="quotebox"><cite>jake wrote:</cite><blockquote><p>Ok here are the steps i think i took to get this to work.&nbsp; </p><p>you will need a jumper (or a way to short the boot pins)</p><p>1) unplug all connectors from the board<br />2) plug the USB cable into the board, then into your computer<br />3) put the jumper on the boot pins<br />4) press the reset button on the solidoodle REV-E motherboard<br />5) download <a href="https://github.com/mlaws/solidoodle2-marlin/archive/Marlin_v1.zip">https://github.com/mlaws/solidoodle2-ma … lin_v1.zip</a> (and yes, this is for updating firmware on a solidoodle 3 REV-E, but the download does say &quot;solidoodle2&quot;)<br />6) download <a href="http://www.reprap-usa.com/download/arduino0022.zip">http://www.reprap-usa.com/download/arduino0022.zip</a><br />7) unzip the solidoodle2-marlin-Marlin_v1.zip file<br />8) unzip arduino0022.zip and then open the arduino.exe file (do NOT let the software update itself)<br />9) once the arduino program is open click &quot;File --&gt; Open&quot; and browse to the folder you unzipped to in STEP-7, open the solidoodle2-marlin-Marlin_v1 folder, then the marlin folder, then open the &quot;marlin.pde&quot; file<br />10) In Arduino click the &quot;configuration.h&quot; tab and change line 16 to read &quot;#define SOLIDOODLE_VERSION 3 //{SD Patch}&quot;<br />11) change line 55 to read &quot;#define MOTHERBOARD 81 //{SD Patch}&quot;<br />12) change line 113 to read &quot;#define HEATER_0_MAXTEMP 310 //{SD Patch}&quot;<br />13)&nbsp; note* i didnt change the temp sensor line in the firmware because i am still using the stock thermisistor...<br />14) hold down the shift button and click &quot;verify&quot; in the upper left corner (the button looks like a play button triangle)<br />15) wait for compiling to finish<br />16) look at the output at the bottom of arduino and browse to that folder (i.e. - C:\Users\Jake\AppData\Local\Temp\build6982580482908010905.tmp\ )<br />17) right click and copy the &quot;marlin.cpp.hex&quot; file.<br />18) download <a href="http://blog.lincomatic.com/wp-content/uploads/2012/03/BootloaderHID.zip">http://blog.lincomatic.com/wp-content/u … derHID.zip</a><br />19) unzip BootloaderHID.zip and open the new folder.<br />20) right click in the folder you just unzipped and paste the &quot;marlin.cpp.hex&quot; file there.<br />21) hold down the shift key and right click in the white space of this unzipped folder, then click &quot;Open command window here&quot; from the menu<br />22) type &quot;hid_bootloader_cli -mmcu=at90usb1286 -w -v marlin.cpp.hex&quot;<br />23) press enter<br />24) wait for the process to finish and reboot the board (it should be less than 30 seconds)<br />25) remove the jumper from the boot pins on the board<br />26) replace all the cables to the board<br />27) enjoy your newly flashed firmware!</p><br /><p>ps - let me know if this doesnt make sense.</p></blockquote></div></blockquote></div><br /><br /><br /><br /><p>Oh thank you!!! this is what I was trying to find for 2 days of searching. I am back up and running. I did a little different though. I used the firmware from:</p><p><a href="http://www.solidoodle.com/solidoodle-motherboard-source-files-and-firmware/">http://www.solidoodle.com/solidoodle-mo … -firmware/</a></p><p>and modified the temps.</p>]]></content>
			<author>
				<name><![CDATA[dinosaurcam]]></name>
				<uri>https://www.soliforum.com/user/3896/</uri>
			</author>
			<updated>2014-03-03T08:11:44Z</updated>
			<id>https://www.soliforum.com/post/51330/#p51330</id>
		</entry>
</feed>
