<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — Problems with Marlin]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/5867/" />
	<updated>2014-04-30T10:02:54Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/5867/problems-with-marlin/</id>
		<entry>
			<title type="html"><![CDATA[Re: Problems with Marlin]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/55372/#p55372" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>accusedmonk wrote:</cite><blockquote><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></blockquote></div>]]></content>
			<author>
				<name><![CDATA[accusedmonk]]></name>
				<uri>https://www.soliforum.com/user/3772/</uri>
			</author>
			<updated>2014-04-30T10:02:54Z</updated>
			<id>https://www.soliforum.com/post/55372/#p55372</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems with Marlin]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/55369/#p55369" />
			<content type="html"><![CDATA[<p>Wrong thermistor selection in fw will change the amount of time to get to a stated temperature because the temp will not be the same... if the temp is reading low by 20 degrees then it will take added time to get to 20 degrees hotter all the while it is reading 20 degrees less.</p>]]></content>
			<author>
				<name><![CDATA[ronsii]]></name>
				<uri>https://www.soliforum.com/user/296/</uri>
			</author>
			<updated>2014-04-30T05:29:51Z</updated>
			<id>https://www.soliforum.com/post/55369/#p55369</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems with Marlin]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/55299/#p55299" />
			<content type="html"><![CDATA[<p>I was having the same problem with the fan on my sd3 with the rev e printrboard.&nbsp; The pins for the fan were actually 22 on the updated firmware, i had to revert back to 16.&nbsp; My fan works fine now.</p><p>Rjp350z is right about the log not showing an update.&nbsp; Every different version i used all show the same marlin v1 mendel-parts.com in the log.&nbsp; So the gpl probably isn&#039;t being violated.&nbsp; I know mine was changed because I&#039;m using an e3d now and i can ramp up the heat well past 230.</p><p>I am sure his bed problems are firmware related as well.&nbsp; Ive run my bed at 115 for awhile now and would reach that after 10-20 mins.&nbsp; After i flashed it wont get over 96 now.&nbsp; I manually changed the max bed temp from 110 to 120.&nbsp; I haven&#039;t done pid tuning for the bed, but if its on constant that won&#039;t help.</p><p>The only thing i can think is the e3d is using more of the power supply.&nbsp; The hot end reaches 230 in under two minutes now, but its only on 30-40% duty cycle instead of 50% so i don&#039;t think current draw is limited from the hotend change.</p><p>I did see in the firmware a setting for bed max power, which was set at 256, noted that that was full power. Maybe try 255?</p><p>Edit:<br />Could a wrong thermistor in firmware cause such slow heating?&nbsp; &nbsp;I&#039;m going to check it when i get back home.</p>]]></content>
			<author>
				<name><![CDATA[accusedmonk]]></name>
				<uri>https://www.soliforum.com/user/3772/</uri>
			</author>
			<updated>2014-04-29T12:50:52Z</updated>
			<id>https://www.soliforum.com/post/55299/#p55299</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems with Marlin]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/52428/#p52428" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>adrian wrote:</cite><blockquote><p>you&#039;re not using lawsy or mines firmware - since you have the mendel-parts.com URL there..... you get that from Pirvan (just curious - only other place I&#039;ve seen someone using the Mendel streamed firmware... )? Anyway, Because the &quot;mendel-parts&quot; based &#039;mashup&#039; isn&#039;t the one we developed here in the community... I&#039;d personally suggest grabbing the firmware which is the latest one from the community; </p><p>Grab the source code by downloading the zip from <a href="https://github.com/ozadr1an/Solidoodle-Marlin_v1/tree/Solidoodle_Marlin_v1_beta">https://github.com/ozadr1an/Solidoodle- … in_v1_beta</a> , Unzip it, move the &quot;Marlin&quot; folder to the Arduino-Sketches directory (check preferences inside Arduino IDE), then open that Marlin folder and the Marlin.ino/Marlin.pde (either, doesn&#039;t matter) and use that to compile the firmware.</p></blockquote></div><p>Out of curiosity is there a wiki/howto upload this firmware to an SD3 with a printrboard?&nbsp; I&#039;ve been taken down some strange roads, like having to install the Teensy enhancements to arduino 1.0.5.. but it complains the hex file is too large....</p><p>THanks<br />&nbsp; Andrew</p>]]></content>
			<author>
				<name><![CDATA[doppler]]></name>
				<uri>https://www.soliforum.com/user/4462/</uri>
			</author>
			<updated>2014-03-18T18:37:58Z</updated>
			<id>https://www.soliforum.com/post/52428/#p52428</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems with Marlin]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/52325/#p52325" />
			<content type="html"><![CDATA[<p>THe update may have taken properly....What you are seeing in the log file might actually be just a mistake.... </p><p>There is a small problem with the code in the Language.h file that it does not properly show the Solidoodle Machine name etc...</p><p>For the Elif statement to work correctly you have to add &quot;MOTHERBOARD == 6&quot; to the beginning - see below corrected.</p><p>Otherwise, it will always default to MENDEL for any of the solidoodle board options.&nbsp; </p><div class="codebox"><pre><code>#ifndef LANGUAGE_CHOICE
#define LANGUAGE_CHOICE 1 // Pick your language from the list above
#endif

#define PROTOCOL_VERSION &quot;1.0&quot;

#if MOTHERBOARD == 7 || MOTHERBOARD == 71
#define MACHINE_NAME &quot;Ultimaker&quot;
#define FIRMWARE_URL &quot;http://firmware.ultimaker.com&quot;
#elif MOTHERBOARD == 80
#define MACHINE_NAME &quot;Rumba&quot;
#define FIRMWARE_URL &quot;https://github.com/ErikZalm/Marlin/&quot;
#elif MOTHERBOARD == 6 || MOTHERBOARD == 62 || MOTHERBOARD == 33 || MOTHERBOARD == 34 || MOTHERBOARD == 81 //{SD Patch}
#define MACHINE_NAME &quot;Solidoodle&quot; //{SD Patch}
#define FIRMWARE_URL &quot;http://github.com/mlaws/solidoodle2-marlin/&quot; //{SD Patch}
#elif MOTHERBOARD == 77
#define MACHINE_NAME &quot;3Drag&quot;
#define FIRMWARE_URL &quot;http://3dprint.elettronicain.it/&quot;
#else
#ifdef CUSTOM_MENDEL_NAME
#define MACHINE_NAME CUSTOM_MENDEL_NAME
#else
#define MACHINE_NAME &quot;Mendel&quot;
#endif

#define FIRMWARE_URL &quot;http://www.mendel-parts.com&quot;
#endif</code></pre></div>]]></content>
			<author>
				<name><![CDATA[rjp350z]]></name>
				<uri>https://www.soliforum.com/user/644/</uri>
			</author>
			<updated>2014-03-17T17:59:10Z</updated>
			<id>https://www.soliforum.com/post/52325/#p52325</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems with Marlin]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/52320/#p52320" />
			<content type="html"><![CDATA[<p>Thats what I saw in cmd. But still http:mendel......<br /><a href="http://www.bildites.lv/images/p20azy5dytflrv9oooar.jpg">http://www.bildites.lv/images/p20azy5dytflrv9oooar.jpg</a></p>]]></content>
			<author>
				<name><![CDATA[Accessdenied]]></name>
				<uri>https://www.soliforum.com/user/2599/</uri>
			</author>
			<updated>2014-03-17T16:07:25Z</updated>
			<id>https://www.soliforum.com/post/52320/#p52320</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems with Marlin]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/52312/#p52312" />
			<content type="html"><![CDATA[<p>in theory - yup. </p><p>But I&#039;ve never had/used the Solidoodle built Printrboards (they wont send me a free one, and I wont pay $100 for it so I can help them...) - so I&#039;m just working from guess work</p>]]></content>
			<author>
				<name><![CDATA[adrian]]></name>
				<uri>https://www.soliforum.com/user/663/</uri>
			</author>
			<updated>2014-03-17T15:27:29Z</updated>
			<id>https://www.soliforum.com/post/52312/#p52312</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems with Marlin]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/52311/#p52311" />
			<content type="html"><![CDATA[<p>So I add jumper, only then plug in USB, then without hurry type in cmd prompt into C:\Users\user\Documents\BootloaderHID:<br />hid_bootloader_cli -mmcu=at90usb1286 -w -v Marlin.cpp.hex<br />After that I remove jumper and just turn the power off and then on for printer, thats all, right?</p>]]></content>
			<author>
				<name><![CDATA[Accessdenied]]></name>
				<uri>https://www.soliforum.com/user/2599/</uri>
			</author>
			<updated>2014-03-17T15:25:54Z</updated>
			<id>https://www.soliforum.com/post/52311/#p52311</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems with Marlin]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/52300/#p52300" />
			<content type="html"><![CDATA[<p>The board needs to startup with the jumper across the boot pins - pressing &#039;reset&#039; causes it to also restart. Yes the board will only accept new firmware if it starts up with the jumper in place to put it into DFU mode so it can receive the new firmware.</p><p>Putting it on before powering it up vs plugging it in, putting the jumper on, then pressing reset; essentially does the same things...</p>]]></content>
			<author>
				<name><![CDATA[adrian]]></name>
				<uri>https://www.soliforum.com/user/663/</uri>
			</author>
			<updated>2014-03-17T14:19:20Z</updated>
			<id>https://www.soliforum.com/post/52300/#p52300</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems with Marlin]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/52299/#p52299" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>adrian wrote:</cite><blockquote><p>make sure you&#039;re doing the boot jumper at the right time (before you power the board), and let us know what errors if any the hid-bootloader program (from inside the hid-bootloader.zip folder) reports.</p><p>This is one of the &#039;joys&#039; (theres many... <img src="https://www.soliforum.com/img/smilies/neutral.png" width="15" height="15" alt="neutral" /> ) of the Printrboard.. and why I despise them <img src="https://www.soliforum.com/img/smilies/tongue.png" width="15" height="15" alt="tongue" /> lol <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p></blockquote></div><p>So am I still able to do upgrade? If so, then lets figure out about the procedure with BootLoader.<br />This is form wiki.solidoodle:</p><p>1. Download Lincomatic&#039;s BootloaderHID.zip and extract the files.<br />2. Move the firmware.cpp.hex file from the previous section into the BootloaderHID folder.<br />3. Connect your motherboard to your PC via USB. Add a jumper to the BOOT pins and press the RESET button to reset into bootloader mode. If you do not have a jumper, just short the pins together and press reset.<br />3. Open a command prompt window. Navigate to BootloaderHID folder in the comand promt window and type the following command, substituting your file in for &quot;firmware.cpp.hex&quot;:</p><p>hid_bootloader_cli -mmcu=at90usb1286 -w -v firmware.cpp.hex</p><br /><p>Your firmware should upload to your motherboard very quickly before resetting. But it can take a few seconds to start. Give it up to a minute before you give up.<br />-----------------<br />As they say, I should firstly connect USB to the plate and PC, only then to add jumper. So should I add jumper before, not after connecting USB?<br />Then I push reset button ONCE? And jumper should still stay?<br />Ok, then I navigate to DOS windown and type &quot;hid_boot....&quot;</p><p>But WHY they write, that &quot;Your firmware should upload to your motherboard very quickly before resetting&quot;???????????? If they say to reset and only after it to write command into DOS window to make booting....... So it should upload AFTER..??!<br />Please explain those steps.</p>]]></content>
			<author>
				<name><![CDATA[Accessdenied]]></name>
				<uri>https://www.soliforum.com/user/2599/</uri>
			</author>
			<updated>2014-03-17T13:49:46Z</updated>
			<id>https://www.soliforum.com/post/52299/#p52299</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems with Marlin]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/52297/#p52297" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>adrian wrote:</cite><blockquote><p>Well - Solidoodle are violating the GPL... AGAIN....</p></blockquote></div><p>What does it mean? Why again? I don&#039;t know what means GPL and whhy is it violating..? <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[Accessdenied]]></name>
				<uri>https://www.soliforum.com/user/2599/</uri>
			</author>
			<updated>2014-03-17T13:38:58Z</updated>
			<id>https://www.soliforum.com/post/52297/#p52297</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems with Marlin]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/52296/#p52296" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Accessdenied wrote:</cite><blockquote><div class="quotebox"><cite>adrian wrote:</cite><blockquote><div class="quotebox"><cite>Accessdenied wrote:</cite><blockquote><p>P.S. I have SD 2 with standart Printboard from 2013 y August.</p></blockquote></div><p>Oh - so you&#039;ve never upgraded you&#039;re firmware ever? thats the board as it shipped from Solidoodle?</p><p>Awesome if it is - because its yet another GPL violation by Solidoodle because thats NOT the firmware they link to on their site that they state they ship with the boards... (a mendel-parts mashup...) The Solidoodle firmware, on their site, would leave the Firmware URL as&nbsp; &#039;&quot;http://www.solidoodle.com/how-to-2/how-to-update-firmware/&quot;&#039; .. If yours is a fresh untouched board from Solidoodle, then someones playing silly buggers again....</p></blockquote></div><p>Its Motherboard Rev E. Guys from this forum said that it means that I have standart Printboard.<br />Yes, it is fresh board as it was shipped, I didnt change anything.</p></blockquote></div><p>Well - Solidoodle are violating the GPL... AGAIN....</p>]]></content>
			<author>
				<name><![CDATA[adrian]]></name>
				<uri>https://www.soliforum.com/user/663/</uri>
			</author>
			<updated>2014-03-17T13:36:36Z</updated>
			<id>https://www.soliforum.com/post/52296/#p52296</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems with Marlin]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/52295/#p52295" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>adrian wrote:</cite><blockquote><div class="quotebox"><cite>Accessdenied wrote:</cite><blockquote><p>P.S. I have SD 2 with standart Printboard from 2013 y August.</p></blockquote></div><p>Oh - so you&#039;ve never upgraded you&#039;re firmware ever? thats the board as it shipped from Solidoodle?</p><p>Awesome if it is - because its yet another GPL violation by Solidoodle because thats NOT the firmware they link to on their site that they state they ship with the boards... (a mendel-parts mashup...) The Solidoodle firmware, on their site, would leave the Firmware URL as&nbsp; &#039;&quot;http://www.solidoodle.com/how-to-2/how-to-update-firmware/&quot;&#039; .. If yours is a fresh untouched board from Solidoodle, then someones playing silly buggers again....</p></blockquote></div><p>Its Motherboard Rev E. Guys from this forum said that it means that I have standart Printboard.<br />Yes, it is fresh board as it was shipped, I didnt change anything - only tried to make firmware upgrade with your and Lawsly firmware as I mentioned in first topic.</p>]]></content>
			<author>
				<name><![CDATA[Accessdenied]]></name>
				<uri>https://www.soliforum.com/user/2599/</uri>
			</author>
			<updated>2014-03-17T13:36:03Z</updated>
			<id>https://www.soliforum.com/post/52295/#p52295</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems with Marlin]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/52293/#p52293" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Accessdenied wrote:</cite><blockquote><p>P.S. I have SD 2 with standart Printboard from 2013 y August.</p></blockquote></div><p>Oh - so you&#039;ve never upgraded you&#039;re firmware ever? thats the board as it shipped from Solidoodle?</p><p>If it is - then thats not good because its yet another GPL violation by Solidoodle because thats NOT the firmware they link to on their site that they state they ship with the boards... (a mendel-parts mashup...) The Solidoodle firmware, on their site, would leave the Firmware URL as&nbsp; &#039;&quot;http://www.solidoodle.com/how-to-2/how-to-update-firmware/&quot;&#039; .. </p><p>If yours is a fresh untouched board from Solidoodle, then someones playing silly buggers again and sticking their fingers up at the GPL....</p>]]></content>
			<author>
				<name><![CDATA[adrian]]></name>
				<uri>https://www.soliforum.com/user/663/</uri>
			</author>
			<updated>2014-03-17T13:33:45Z</updated>
			<id>https://www.soliforum.com/post/52293/#p52293</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems with Marlin]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/52292/#p52292" />
			<content type="html"><![CDATA[<p>make sure you&#039;re doing the boot jumper at the right time (before you power the board), and let us know what errors if any the hid-bootloader program (from inside the hid-bootloader.zip folder) reports.</p><p>This is one of the &#039;joys&#039; (theres many... <img src="https://www.soliforum.com/img/smilies/neutral.png" width="15" height="15" alt="neutral" /> ) of the Printrboard.. and why I despise them <img src="https://www.soliforum.com/img/smilies/tongue.png" width="15" height="15" alt="tongue" /> lol <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[adrian]]></name>
				<uri>https://www.soliforum.com/user/663/</uri>
			</author>
			<updated>2014-03-17T13:23:56Z</updated>
			<id>https://www.soliforum.com/post/52292/#p52292</id>
		</entry>
</feed>
