<?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 — Messed up firmware, software, or settings?]]></title>
		<link>https://www.soliforum.com/topic/15962/messed-up-firmware-software-or-settings/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/15962/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Messed up firmware, software, or settings?.]]></description>
		<lastBuildDate>Mon, 02 Jan 2017 16:45:47 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Messed up firmware, software, or settings?]]></title>
			<link>https://www.soliforum.com/post/130300/#p130300</link>
			<description><![CDATA[<p>Glad you sorted it out.&nbsp; I believe eeprom works but only within the confines of the firmwares max acceleration settings.&nbsp; But I could be wrong as I&#039;ve always had those numbers set at 3000 in the firmware and have not tried exceeding that via eeprom.</p>]]></description>
			<author><![CDATA[null@example.com (wardjr)]]></author>
			<pubDate>Mon, 02 Jan 2017 16:45:47 +0000</pubDate>
			<guid>https://www.soliforum.com/post/130300/#p130300</guid>
		</item>
		<item>
			<title><![CDATA[Re: Messed up firmware, software, or settings?]]></title>
			<link>https://www.soliforum.com/post/130297/#p130297</link>
			<description><![CDATA[<p>Just wanted to post a follow-up on this, I&#039;m not sure if I will call it &quot;cured&quot; or just &quot;much better&quot;.&nbsp; I still think it&#039;s a tad slower than when it was new but it&#039;s MUCH closer to my estimated times.</p><p>Turned out I needed to change not just the X and Y maximum accelerations but ALSO the one labeled &quot;Acceleration&quot; and &quot;Retract Acceleration&quot;.&nbsp; Still got some dialing in to do but it&#039;s now off by a few minutes in a 10-minute print vs factors of 3-4x longer.</p><p>Also I did discover you can change the settings just thru that EEPROM GUI and they seem to stick, no need to re-flash the firmware.&nbsp; In fact, you can apply the changes DURING a print which will make tweaking a lot easier.</p><p>I&#039;ve attached a screenshot of what I&#039;m currently using, I had it up a fair bit higher at one point and it was running amazingly well but the printer started smacking the wall because the whole wire shelf my computers/printer sit on started to resonate dancing several inches back and forth.</p><p>At least I now know what I&#039;m dealing with and how to tweak it, thank you very much for the help!</p>]]></description>
			<author><![CDATA[null@example.com (mmiller7)]]></author>
			<pubDate>Mon, 02 Jan 2017 15:48:57 +0000</pubDate>
			<guid>https://www.soliforum.com/post/130297/#p130297</guid>
		</item>
		<item>
			<title><![CDATA[Re: Messed up firmware, software, or settings?]]></title>
			<link>https://www.soliforum.com/post/130267/#p130267</link>
			<description><![CDATA[<div class="quotebox"><cite>wardjr wrote:</cite><blockquote><p>It won&#039;t exceed the max accel set in the firmware.&nbsp; Set x and y at 2000 anyplace you see the 1200 value for those 2 axis.</p></blockquote></div><p>Ah, ok.&nbsp; After I finish this long print I&#039;ll give that a shot.</p>]]></description>
			<author><![CDATA[null@example.com (mmiller7)]]></author>
			<pubDate>Sun, 01 Jan 2017 19:48:27 +0000</pubDate>
			<guid>https://www.soliforum.com/post/130267/#p130267</guid>
		</item>
		<item>
			<title><![CDATA[Re: Messed up firmware, software, or settings?]]></title>
			<link>https://www.soliforum.com/post/130266/#p130266</link>
			<description><![CDATA[<p>It won&#039;t exceed the max accel set in the firmware.&nbsp; Set x and y at 2000 anyplace you see the 1200 value for those 2 axis.</p>]]></description>
			<author><![CDATA[null@example.com (wardjr)]]></author>
			<pubDate>Sun, 01 Jan 2017 19:44:19 +0000</pubDate>
			<guid>https://www.soliforum.com/post/130266/#p130266</guid>
		</item>
		<item>
			<title><![CDATA[Re: Messed up firmware, software, or settings?]]></title>
			<link>https://www.soliforum.com/post/130265/#p130265</link>
			<description><![CDATA[<div class="quotebox"><cite>wardjr wrote:</cite><blockquote><p>Right in the configuration.h file but they should be already set at 2000.&nbsp; You can also take a look at your Max Speed settings</p></blockquote></div><p>That&#039;d be the &quot;DEFAULT_MAX_ACCELERATION&quot; line?<br /></p><div class="codebox"><pre><code>#define DEFAULT_AXIS_STEPS_PER_UNIT   {88,88,2268,138}  // default steps per unit for Ultimaker {SD Patch}
//#define AXIS_STEPS_NEGATIVE           {88,88,2268,138} // Step values to be used when travelling in the negative direction. Useful for threadless ball screws. Comment out if not needed
#define DEFAULT_MAX_FEEDRATE          {500, 500, 5, 45}    // (mm/sec) {SD Patch}
#define DEFAULT_MAX_ACCELERATION      {1200,1200,100,10000}    // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for skeinforge 40+, for older versions raise them a lot. {SD Patch}

#define DEFAULT_ACCELERATION          1000    // X, Y, Z and E max acceleration in mm/s^2 for printing moves {SD Patch}
#define DEFAULT_RETRACT_ACCELERATION  1000   // X, Y, Z and E max acceleration in mm/s^2 for retracts {SD Patch}</code></pre></div><p>Attached is a screenshot of what it shows in the settings menu of Repetier Host, I&#039;d used a &quot;M201 X9000 Y9000 Z100 E10000&quot; command to test changing the max acceleration based on some other forum info but it doesn&#039;t appear to make a significant difference.</p><p>Does it only use the hard-coded settings?</p>]]></description>
			<author><![CDATA[null@example.com (mmiller7)]]></author>
			<pubDate>Sun, 01 Jan 2017 19:09:34 +0000</pubDate>
			<guid>https://www.soliforum.com/post/130265/#p130265</guid>
		</item>
		<item>
			<title><![CDATA[Re: Messed up firmware, software, or settings?]]></title>
			<link>https://www.soliforum.com/post/130264/#p130264</link>
			<description><![CDATA[<p>Right in the configuration.h file but they should be already set at 2000.&nbsp; You can also take a look at your Max Speed settings</p>]]></description>
			<author><![CDATA[null@example.com (wardjr)]]></author>
			<pubDate>Sun, 01 Jan 2017 19:02:18 +0000</pubDate>
			<guid>https://www.soliforum.com/post/130264/#p130264</guid>
		</item>
		<item>
			<title><![CDATA[Re: Messed up firmware, software, or settings?]]></title>
			<link>https://www.soliforum.com/post/130262/#p130262</link>
			<description><![CDATA[<div class="quotebox"><cite>wardjr wrote:</cite><blockquote><p>Increase your acceleration speeds to 2000.&nbsp; This will get your printer shaking again and bring those estimated times closer to reality.&nbsp; I don&#039;t know what firmware you used but for that machine you want <a href="https://github.com/ozadr1an/Solidoodle-Marlin_v1/tree/Solidoodle_Marlin_v1_beta.">https://github.com/ozadr1an/Solidoodle- … n_v1_beta.</a></p></blockquote></div><p>I believe that&#039;s the one I downloaded.</p><p>Solidoodle-Marlin_v1-Solidoodle_Marlin_v1_beta.zip</p><p>Is that just acceleration speed in the printer EEPROM settings or someplace else?</p>]]></description>
			<author><![CDATA[null@example.com (mmiller7)]]></author>
			<pubDate>Sun, 01 Jan 2017 18:55:14 +0000</pubDate>
			<guid>https://www.soliforum.com/post/130262/#p130262</guid>
		</item>
		<item>
			<title><![CDATA[Re: Messed up firmware, software, or settings?]]></title>
			<link>https://www.soliforum.com/post/130259/#p130259</link>
			<description><![CDATA[<p>Increase your acceleration speeds to 2000.&nbsp; This will get your printer shaking again and bring those estimated times closer to reality.&nbsp; I don&#039;t know what firmware you used but for that machine you want <a href="https://github.com/ozadr1an/Solidoodle-Marlin_v1/tree/Solidoodle_Marlin_v1_beta.">https://github.com/ozadr1an/Solidoodle- … n_v1_beta.</a></p>]]></description>
			<author><![CDATA[null@example.com (wardjr)]]></author>
			<pubDate>Sun, 01 Jan 2017 18:50:14 +0000</pubDate>
			<guid>https://www.soliforum.com/post/130259/#p130259</guid>
		</item>
		<item>
			<title><![CDATA[Messed up firmware, software, or settings?]]></title>
			<link>https://www.soliforum.com/post/130256/#p130256</link>
			<description><![CDATA[<p>I think I may have messed up something in firmware, software, or settings.</p><p>A few months ago I attempted a firmware update on my Solidoodle 2 to allow for PID control on the heatbed.&nbsp; I ran into a few issues and ended up having to recover by using an Arduino ISP to reflash the printer&#039;s firmware.&nbsp; Also I had to change a couple lines to make it work right (like add the line at the start of the main which tells Repetier that it has adjustable speed).</p><p>About the same time I updated Slic3r because a few parts failing to slice and the update appeared to fix that, unsure if this could be related or not.</p><p>When I finished it&#039;d done some quick test prints and it seemed to work fine but now I&#039;ve noticed that on larger parts the estimated time is WAY off.&nbsp; It used to be &quot;fairly accurate&quot; within say 15 minutes on a 8 hour print back when the printer was totally stock but now it&#039;s about a factor of 3-4x error in the estimated print time to the actual time.&nbsp; Yesterday afternoon about 3PM I started a 12-hour print and at 200% speed it didn&#039;t finish until this morning around 7AM. even though the estimated time at 200% was only 6 hours.</p><p>I&#039;ve also noticed my printer doesn&#039;t &quot;jump around&quot; as much, I recall the whole machine used to nearly shake itself off my stand at 200% speed and now the frame just quivers a bit.</p><p>Can anyone give me any suggestions where to look?</p>]]></description>
			<author><![CDATA[null@example.com (mmiller7)]]></author>
			<pubDate>Sun, 01 Jan 2017 18:04:45 +0000</pubDate>
			<guid>https://www.soliforum.com/post/130256/#p130256</guid>
		</item>
	</channel>
</rss>
