<?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 — Press Firmware patches?]]></title>
		<link>https://www.soliforum.com/topic/9547/press-firmware-patches/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/9547/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Press Firmware patches?.]]></description>
		<lastBuildDate>Sun, 08 Feb 2015 16:24:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Press Firmware patches?]]></title>
			<link>https://www.soliforum.com/post/84081/#p84081</link>
			<description><![CDATA[<p>Oh, I should also mention, to use them:</p><p>M99 X0 Y0 Z0;&nbsp; &nbsp; //Set Backlash correction amount<br />M98;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;//Print Current Backlash Correction amount</p><br /><p>for Example, I put the following in my Start code for RH:</p><p>M99 Y0.3;</p>]]></description>
			<author><![CDATA[null@example.com (Dream-Cypher)]]></author>
			<pubDate>Sun, 08 Feb 2015 16:24:42 +0000</pubDate>
			<guid>https://www.soliforum.com/post/84081/#p84081</guid>
		</item>
		<item>
			<title><![CDATA[Re: Press Firmware patches?]]></title>
			<link>https://www.soliforum.com/post/84078/#p84078</link>
			<description><![CDATA[<p>Awesome. Thanks.</p>]]></description>
			<author><![CDATA[null@example.com (MacGyverX)]]></author>
			<pubDate>Sun, 08 Feb 2015 15:56:27 +0000</pubDate>
			<guid>https://www.soliforum.com/post/84078/#p84078</guid>
		</item>
		<item>
			<title><![CDATA[Re: Press Firmware patches?]]></title>
			<link>https://www.soliforum.com/post/84066/#p84066</link>
			<description><![CDATA[<p>Sure,</p><p>These are my notes...&nbsp; hopefully they are clear.&nbsp; The info was gathered from a post in another forum here, the author&#039;s original post on Google groups, and from the SD2 Github repository.&nbsp; I&#039;ve included the files I got from the solidoodle 2 github repository.</p><div class="quotebox"><blockquote><p>Step 1. In marlin_main.cpp, after the other includes that are already there...<br />&nbsp; <br />#include &quot;Hysteresis.h&quot;</p><p>Step 2:<br />In marlin_main.cpp, Search for the lines:</p><p>&nbsp; &nbsp; #ifdef ULTIPANEL<br />&nbsp; &nbsp; &nbsp; &nbsp; case 0: // M0 - Unconditional stop - Wait for user button press on LCD</p><p>and add the following line prior to the #ifdef line:</p><p>&nbsp; &nbsp; DECLARE_HYSTERESIS_MCODES(98, 99)</p><p>Step 4. In planner.cpp, after the other includes that are already there...</p><p>#include &quot;Hysteresis.h&quot;</p><p>Step 5. Insert a line in the plan_buffer_line function in planner.cpp. It should be the first line in the function, before &quot;int next_buffer_head = ....&quot;</p><p>hysteresis.InsertCorrection(x,y,z,e);</p><p>Step 6. Add the attached files (hysteresis.cpp and hysteresis.h) to the Marlin directory</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (Dream-Cypher)]]></author>
			<pubDate>Sun, 08 Feb 2015 14:31:45 +0000</pubDate>
			<guid>https://www.soliforum.com/post/84066/#p84066</guid>
		</item>
		<item>
			<title><![CDATA[Re: Press Firmware patches?]]></title>
			<link>https://www.soliforum.com/post/84040/#p84040</link>
			<description><![CDATA[<p>Can you show what you changed?</p>]]></description>
			<author><![CDATA[null@example.com (MacGyverX)]]></author>
			<pubDate>Sun, 08 Feb 2015 07:31:03 +0000</pubDate>
			<guid>https://www.soliforum.com/post/84040/#p84040</guid>
		</item>
		<item>
			<title><![CDATA[Re: Press Firmware patches?]]></title>
			<link>https://www.soliforum.com/post/84033/#p84033</link>
			<description><![CDATA[<p>Just wanted to comment that I was able to recompile the press firmware and add the hysteresis code to compensate for my Y-axis backlash.&nbsp; &nbsp;I&#039;m hoping Solidoodle support can provide a process for adjusting the y-belt tension, but in the meantime I am able to print accurate circles and parts.</p>]]></description>
			<author><![CDATA[null@example.com (Dream-Cypher)]]></author>
			<pubDate>Sun, 08 Feb 2015 06:13:35 +0000</pubDate>
			<guid>https://www.soliforum.com/post/84033/#p84033</guid>
		</item>
		<item>
			<title><![CDATA[Re: Press Firmware patches?]]></title>
			<link>https://www.soliforum.com/post/82025/#p82025</link>
			<description><![CDATA[<p>You can recompile with the arduino ide.&nbsp; You would be wise to check the diffs between the github trunk and the zip that solidoodle provides. </p><br /><p>Source: <a href="http://support.solidoodle.com/hc/en-us/articles/202678280-Solidoodle-Motherboard-Gerbers-and-Firmware-Source-Files">http://support.solidoodle.com/hc/en-us/ … urce-Files</a><br />Compiling and Flashing instructions: <a href="http://support.solidoodle.com/hc/en-us/articles/201317740-Firmware">http://support.solidoodle.com/hc/en-us/ … 0-Firmware</a><br />Location of Boot Jumper (JP1): <a href="http://www.soliforum.com/post/80276/#p80276">http://www.soliforum.com/post/80276/#p80276</a></p>]]></description>
			<author><![CDATA[null@example.com (thatdecade)]]></author>
			<pubDate>Wed, 28 Jan 2015 15:48:47 +0000</pubDate>
			<guid>https://www.soliforum.com/post/82025/#p82025</guid>
		</item>
		<item>
			<title><![CDATA[Re: Press Firmware patches?]]></title>
			<link>https://www.soliforum.com/post/81990/#p81990</link>
			<description><![CDATA[<p>If you have a loose belt you need to find a way to adjust it if you expect quality prints.<br />That being said there is no reason you couldn&#039;t use Adrian&#039;s latest fork of marlin on github.&nbsp; Just make the necessary dimension changes for the press and enable the appropriate hysterisys patch.</p>]]></description>
			<author><![CDATA[null@example.com (wardjr)]]></author>
			<pubDate>Wed, 28 Jan 2015 04:34:01 +0000</pubDate>
			<guid>https://www.soliforum.com/post/81990/#p81990</guid>
		</item>
		<item>
			<title><![CDATA[Press Firmware patches?]]></title>
			<link>https://www.soliforum.com/post/81966/#p81966</link>
			<description><![CDATA[<p>Does anyone know if the actual firmware source code is available to compile for the Press (and how to do so)?</p><p>I was specifically wondering if a version could be compiled to support the Hysteresis/anti-backlash mods ( <a href="https://groups.google.com/forum/#!topic/solidoodle/MNnym1MC94Y">https://groups.google.com/forum/#!topic … Nnym1MC94Y</a> ) that were made to Marlin at some point in the past (now deprecated).</p><p>I would really like to be able to print proper circles, and I don&#039;t see a way to adjust the tension on the Y axis, other than the short belt that connects to the stepper.</p>]]></description>
			<author><![CDATA[null@example.com (Dream-Cypher)]]></author>
			<pubDate>Wed, 28 Jan 2015 02:09:20 +0000</pubDate>
			<guid>https://www.soliforum.com/post/81966/#p81966</guid>
		</item>
	</channel>
</rss>
