<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — Problems after marlin upgrade on solidoodle 3]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/5430/" />
	<updated>2014-02-12T05:14:43Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/5430/problems-after-marlin-upgrade-on-solidoodle-3/</id>
		<entry>
			<title type="html"><![CDATA[Re: Problems after marlin upgrade on solidoodle 3]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/49501/#p49501" />
			<content type="html"><![CDATA[<p>Uploaded, works great! I like having my firmware match the communities version down to the last detail.&nbsp; <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[pastprimitive]]></name>
				<uri>https://www.soliforum.com/user/957/</uri>
			</author>
			<updated>2014-02-12T05:14:43Z</updated>
			<id>https://www.soliforum.com/post/49501/#p49501</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems after marlin upgrade on solidoodle 3]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/49419/#p49419" />
			<content type="html"><![CDATA[<p>Sweet! I&#039;ll upload it today.&nbsp; Sanguino is what I have as well.&nbsp; Also adding 6 makes sense. I noticed in the pin layout file that 62 got redefined as a 6.</p>]]></content>
			<author>
				<name><![CDATA[pastprimitive]]></name>
				<uri>https://www.soliforum.com/user/957/</uri>
			</author>
			<updated>2014-02-11T19:44:02Z</updated>
			<id>https://www.soliforum.com/post/49419/#p49419</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems after marlin upgrade on solidoodle 3]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/49190/#p49190" />
			<content type="html"><![CDATA[<p>Was doing some rework today.&nbsp; To get the firmware to correctly recognize board type you need to change the language.h file to read as </p><div class="codebox"><pre><code>#elif MOTHERBOARD == 6 || MOTHERNOARD == 62 || MOTHERBOARD == 33 || MOTHERBOARD == 34 || MOTHERBOARD == 81  //{SD Patch}</code></pre></div><p>It works correctly on SANG Board need to verify on PrinterBoard</p>]]></content>
			<author>
				<name><![CDATA[rjp350z]]></name>
				<uri>https://www.soliforum.com/user/644/</uri>
			</author>
			<updated>2014-02-09T22:27:01Z</updated>
			<id>https://www.soliforum.com/post/49190/#p49190</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems after marlin upgrade on solidoodle 3]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/48711/#p48711" />
			<content type="html"><![CDATA[<p>That was my conclusion as well, and since it didn&#039;t seem to affect functionality. At least for the time being... I used a work around of uncommenting the generic Mendel custom name in the configuration.h file and putting &quot;Solidoodle&quot; in there.</p><p>But I still hate having&nbsp; unexplained firmware bugs/issues. Even if there is an acceptable functional work around.</p>]]></content>
			<author>
				<name><![CDATA[pastprimitive]]></name>
				<uri>https://www.soliforum.com/user/957/</uri>
			</author>
			<updated>2014-02-05T16:20:14Z</updated>
			<id>https://www.soliforum.com/post/48711/#p48711</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems after marlin upgrade on solidoodle 3]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/48702/#p48702" />
			<content type="html"><![CDATA[<p>Regarding your Problem 1<br />I had an issue in the Language.h file with the MACHINE NAME if Statements.&nbsp; Have not had time to look at it in depth but noticed when RH connects the status does not reflect the actual printer name based on the selection in the Configuration.h file - No matter what I tried it comes up with &quot;MENDEL&quot;</p><div class="codebox"><pre><code>#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 == 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

#ifndef MACHINE_UUID
   #define MACHINE_UUID &quot;00000000-0000-0000-0000-000000000000&quot;
#endif</code></pre></div>]]></content>
			<author>
				<name><![CDATA[rjp350z]]></name>
				<uri>https://www.soliforum.com/user/644/</uri>
			</author>
			<updated>2014-02-05T14:43:22Z</updated>
			<id>https://www.soliforum.com/post/48702/#p48702</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Problems after marlin upgrade on solidoodle 3]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/48646/#p48646" />
			<content type="html"><![CDATA[<p>So I have three problems after downloading the latest Solidoodle 2/3 firmware update from github and successfully flashing my 1284 p on my SD3 w/ Panelolou 2 LCD + encoder. <br /><strong><br />Problem one:</strong> for whatever reason after flashing the new firmware my LCD screen shows &quot;Mendel ready&quot; as opposed to &quot;Solidoodle 3 ready&quot;.&nbsp; I made sure to follow the step by step instructions of modifying my configuration.h file. Made sure it said Solidoodle 3, not two, motherboard is set to 62, etc... Stumped why it&#039;s not giving me the standard message when I have the Solidoodle 3 setup.</p><div class="quotebox"><blockquote><p><strong>UPDATE:</strong> This is the one that is really confusing me.&nbsp; I am sure it is some obvious little piece of code out of place somewhere.&nbsp; So I will continue onwards.&nbsp; but still not sure why I am getting the else if Mendel catch all when it&#039;s clearly defined as solidoodle in both the language and configuration.h files.</p></blockquote></div><br /><p><strong>Problem two:</strong>&nbsp; When I run a job, at least via Repetier host my y coordinate get shifted to 5 off. So for example. Click run, click kill job immediately, when head goes to park at the default parking area it crashes, and repetier shows the y axis in red indicating it&#039;s not homed anymore.&nbsp; Also shows it in red at Y205. Double checked bed size, firmware be sizes, etc... everything is according to stock solidoodle 3 setup...</p><div class="quotebox"><blockquote><p><strong>Solved:</strong> Don&#039;t be a dipstick and accidentally change your park position in Repitier Host to park the y-axis at 205. DOH!</p></blockquote></div><p><strong>Problem three:</strong> When I go into my tune menu on my panelolou 2 it shows tuning for two extrusion heads. In other words I can change the temperature for two heads even though I only have one. <br /></p><div class="quotebox"><blockquote><p><strong>Solved:</strong> Realized that I was working with a beta version of Marlin from Adrian that was a compilation of changes he had made to the latest Marlin from lawsy and team awesome.&nbsp; The second temperature sensor in the configuration.h file was set to something other then 0.&nbsp; I only have one extruder, and one sensor for said extruder.&nbsp; This not being set to 0 was teh culprit for showing to extruders on my panelolou display.</p></blockquote></div><p>After an hour or two I am hoping someone can shed some more light on this for me. Searched forms, google, no obvious or semi buried solutions jumped out at me.</p>]]></content>
			<author>
				<name><![CDATA[pastprimitive]]></name>
				<uri>https://www.soliforum.com/user/957/</uri>
			</author>
			<updated>2014-02-04T23:11:04Z</updated>
			<id>https://www.soliforum.com/post/48646/#p48646</id>
		</entry>
</feed>
