<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>print issue - incosistent travel speeds while printing</title>
        <description> Hi Guys,

I&#039;d appreciate any help you can give me. I have a Richrap 3dr printer with ramps1.4 electronics. I&#039;m having an issue which you can see here:
https://www.youtube.com/watch?v=M3FWj7JOzAg
The print travel slows down as it reaches the middle of the bed, then speeds up again. This causes thick sections - these are the rough parts of the print. Later during the print these sections lift up from the bed and look like a bubble. 

Also, often late into a job, I have the nozzle hit the print and print in mid air. I&#039;m not sure if this is related, but I cant figure out why this happens. The stepper drivers never feel hot to touch.

I&#039;ve been increasing the voltage on the stepper drivers steadily in case this has been causing skipped steps. They are now on around 0.9V. What voltage should I have the stepper drivers set to for Nema17 motors? the specs are:

   Rated Voltage      2.8 V
   Current/Phase      1.68 A
Could they be overheating this early into a print?

I&#039;m starting to think that the processing in the ramps board is not keeping up with the calculations.</description>
        <link>https://reprap.org/forum/read.php?178,561594,561594#msg-561594</link>
        <lastBuildDate>Sun, 10 May 2026 20:07:22 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,567254#msg-567254</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,567254#msg-567254</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>o_lampe</strong><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>pulse69</strong><br />
Hi Guys, I reduced the number of segments/second to 100 and the problems seem to have gone away. I'll try turning the screen back on now.</div></blockquote>
<br />
Good to know it´s a firmware problem. <br />
Sad thing, with this setting you slow down a printer that is meant to print faster than Cartesians or other designs.</div></blockquote>
it is more like lowering delta segments per second decreases printer precision. But really 100 is good enough.<br />
E.g. at 90 segments per second and maximum print speed of 150 mm/s, the maximum position error is below 0.01 mm (that is typically less than one microstep). That is nothing because the speeds about 150 mm/s do not make any sense if your acceleration is not above 5g ... and at this acceleration the dynamic error on the T25 steel core belts is in the range of few milimters. The situation is worse with glass core GT2 belt or spectra filament. That means delta segmentation error is negligible compared to the error you get from belts which are not stiff enough. If you want precise numbers read history of my posts. I did write about these issues in past.]]></description>
            <dc:creator>hercek</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 06 Oct 2015 09:17:16 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,567043#msg-567043</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,567043#msg-567043</link>
            <description><![CDATA[ I've tried both and I still have some issues. I'm now going to try repetier firmware and see if that's any better. If that doesn't work I'm moving to Duet hardware<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Khalid</strong><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>hercek</strong><br />
It looks like like line buffer under-run, i.e. small cpu resources for the requested task.<br />
Try to lower DELTA_SEGMENTS_PER_SECOND to 100 or may be even to 80.<br />
It should help if I'm right.</div></blockquote>
<br />
also lower the refresh rate of SMART GRAPHIC DISPLAY</div></blockquote>]]></description>
            <dc:creator>pulse69</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Mon, 05 Oct 2015 19:27:55 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,566755#msg-566755</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,566755#msg-566755</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>hercek</strong><br />
It looks like like line buffer under-run, i.e. small cpu resources for the requested task.<br />
Try to lower DELTA_SEGMENTS_PER_SECOND to 100 or may be even to 80.<br />
It should help if I'm right.</div></blockquote>
<br />
also lower the refresh rate of SMART GRAPHIC DISPLAY]]></description>
            <dc:creator>Khalid</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Mon, 05 Oct 2015 07:36:33 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,563990#msg-563990</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,563990#msg-563990</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>pulse69</strong><br />
Hi Guys, I reduced the number of segments/second to 100 and the problems seem to have gone away. I'll try turning the screen back on now.</div></blockquote>
<br />
Good to know it´s a firmware problem. <br />
Sad thing, with this setting you slow down a printer that is meant to print faster than Cartesians or other designs.<br />
I hope, you can raise this value step by step with LCD enabled, until you find a good compromise.<br />
<br />
I found another way to reduce LCD-SlowMo :<br />
In ultralcd.h line 35 I lowered the refresh interval. Now LCD navigation while printing is slower, but my segments/sec is still 200 :)<br />
<br />
<pre class="bbcode">
#define LCD_UPDATE_INTERVAL 200  //was 100</pre>
<br />
-Olaf]]></description>
            <dc:creator>o_lampe</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 29 Sep 2015 04:48:10 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,563498#msg-563498</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,563498#msg-563498</link>
            <description><![CDATA[ Hi Guys, I reduced the number of segments/second to 100 and the problems seem to have gone away. I'll try turning the screen back on now.]]></description>
            <dc:creator>pulse69</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Mon, 28 Sep 2015 03:02:03 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,563452#msg-563452</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,563452#msg-563452</link>
            <description><![CDATA[ I'll try lower steps per segment before I move onto repetier or the Duet option.]]></description>
            <dc:creator>pulse69</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sun, 27 Sep 2015 21:28:46 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,563451#msg-563451</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,563451#msg-563451</link>
            <description><![CDATA[ Olaf,<br />
<br />
The tower and center are calibrated manually, however I have some trouble between tower x and y where the head is too low. There is a slight difference in the spacing between towers which I think is causing that problem. I'm going to take it apart and correct this problem soon. I dont think its causing problems with the slow print.<br />
<br />
I cant get auto bed level working. it causes my printer to go haywire.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>o_lampe</strong><br />
Since it´s a delta, we should consider bad calibration.<br />
There´s no word about flatness of the head-moves, tower and center calibrated.<br />
Have you done all the <a href="http://delta-calibration.s3-website-us-west-2.amazonaws.com/" target="_blank"  rel="nofollow">calibration steps</a>, before you tried to print?<br />
Did you use auto bed level?<br />
-Olaf</div></blockquote>]]></description>
            <dc:creator>pulse69</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sun, 27 Sep 2015 21:24:33 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,562512#msg-562512</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,562512#msg-562512</link>
            <description><![CDATA[ First, you want your printer as mechanically calibrated as possible-- Frame should be as "square" (uprights perpendicular to horizontals, towers at 120 degree intervals) as possible, bed parallel to the horizontals, etc..<br />
<br />
Then, in order of performance / quality boost:<br />
<br />
Good:  Switch to repetier firmware on current hardware (may drive LCD)<br />
Better:  Switch to Repetier firmware on Arduino Due/RADDS (Should drive LCD)<br />
Best:  Switch to RepRapPro Firmware on Duet (will not drive LCD-- has it's own interface solution, paneldue)<br />
<br />
Marlin (without a full-graphics LCD), is quite capable of driving a kossel at reasonable speeds-- It also has auto-calibration, which is useful, but, it has a lot of bulk in it's code, meaning it's performance is a bit iffy.<br />
<br />
Repetier is more streamlined, with less cruft, but no auto-calibration (only bed leveling) code-- Personally, if you're going to run an 8-bit CPU (Arduino Mega), this is the firmware of choice, in my opinion.  It might be able to run the full graphics LCD, it might not-- The GLCD requires a lot of refreshing, which steals clock cycles from the stepper interrupts.<br />
<br />
Repetier is better than Marlin, but even on Due/RADDS, is still basically an 8-bit firmware that's been ported-- so it's got more room, more clock cycles, but the logic is the same.  RRF (reprappro firmware) is designed for 32 bit controllers, so it has more advanced logic.<br />
<br />
RRF firmware is being ported to Due/RADDS, but may or may not drive LCD.<br />
<br />
Personally, I'm running Repetier on Due/RADDS, and I'm very pleased with the performance.]]></description>
            <dc:creator>grat</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Fri, 25 Sep 2015 09:59:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,562393#msg-562393</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,562393#msg-562393</link>
            <description><![CDATA[ It looks like like line buffer under-run, i.e. small cpu resources for the requested task.<br />
Try to lower DELTA_SEGMENTS_PER_SECOND to 100 or may be even to 80.<br />
It should help if I'm right.]]></description>
            <dc:creator>hercek</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Fri, 25 Sep 2015 04:39:27 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,562375#msg-562375</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,562375#msg-562375</link>
            <description><![CDATA[ Since it´s a delta, we should consider bad calibration.<br />
There´s no word about flatness of the head-moves, tower and center calibrated.<br />
Have you done all the <a href="http://delta-calibration.s3-website-us-west-2.amazonaws.com/" target="_blank"  rel="nofollow">calibration steps</a>, before you tried to print?<br />
Did you use auto bed level?<br />
-Olaf]]></description>
            <dc:creator>o_lampe</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Fri, 25 Sep 2015 03:32:50 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,562351#msg-562351</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,562351#msg-562351</link>
            <description><![CDATA[ Ok, I'll try Repetier when I get a chance. It will take me a few days.]]></description>
            <dc:creator>pulse69</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Fri, 25 Sep 2015 02:02:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,562306#msg-562306</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,562306#msg-562306</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>pulse69</strong><br />
One more thing. If I buy a Duet board, can i still use the Reprap graphic display?</div></blockquote>
<br />
No. It will not. 5V on Arduino Mega and 3.3V on Duet.<br />
<br />
As for your problem - In my opinion the obvious points are exhausted. <br />
<br />
I think your best bet now is to try Repetier firmware. This will rule out a couple of issues. It will take you a couple of hours to configure and get it up running but it rules out a lot of errors. You just use the configurator on Repetier homepage.]]></description>
            <dc:creator>LarsK</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 24 Sep 2015 20:43:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,562300#msg-562300</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,562300#msg-562300</link>
            <description><![CDATA[ One more thing. If I buy a Duet board, can i still use the Reprap graphic display?]]></description>
            <dc:creator>pulse69</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 24 Sep 2015 19:50:33 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,562294#msg-562294</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,562294#msg-562294</link>
            <description><![CDATA[ Hi again. I disabled the graphics by commenting out <br />
//#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER<br />
<br />
There were no low memory warnings this time. Normally there is.<br />
<br />
 I then tried printing the same object and I still have the issue. Funny thing - the first layer is not too bad with only a small area where the speed was too slow.<br />
The second layer however, has exactly the same pattern where the nozzle moved too slow. I also noticed that the extruder motor appears to slow down as well at the same point of the print. Since there is still a build up of pressure in the hot end, the plastic still comes out at normal speed. So I'm assuming all motors slow down during this point of the print. I think this still points to a processing/processor issue.<br />
<br />
One piece of good news. I tried the movements suggested by LarsK and there are no pauses as it moves from G28 to the bed. Again there were no issues with the movements in the x-y plane]]></description>
            <dc:creator>pulse69</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 24 Sep 2015 19:26:35 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,562287#msg-562287</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,562287#msg-562287</link>
            <description><![CDATA[ 0.9V (~0.9A)  is fine if you have a small fan blowing on the RAMPS.]]></description>
            <dc:creator>LarsK</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 24 Sep 2015 18:53:34 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,562272#msg-562272</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,562272#msg-562272</link>
            <description><![CDATA[ Hi Guys,<br />
<br />
I'm running a RepRapdiscount full graphic smart controller. I'll try and disconnect the graphics in firmware and trial again.<br />
<br />
Can you recommend 32 bit controller to try? Duet?<br />
<br />
Any comment on the voltage on the stepper drivers? I'll leave them for now unless they overheat.<br />
<br />
Thanks again. Martin]]></description>
            <dc:creator>pulse69</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 24 Sep 2015 17:52:29 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,562109#msg-562109</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,562109#msg-562109</link>
            <description><![CDATA[ There was one guy at marlin_dev github, who made some tests with his arduino/ramps/LCD2004 combo. He said the displays refresh routine takes ~90ms of a 100ms looptime.<br />
Meaning the processor has only 10% of his time for the real work. <br />
He splits his display in four portions and refresh one line at a time instead of 4 lines at once. So he gained 65% more time for number crunching. <br />
Unfortunately he closed the thread before he could share his code... <br />
-Olaf]]></description>
            <dc:creator>o_lampe</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 24 Sep 2015 10:45:11 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,562079#msg-562079</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,562079#msg-562079</link>
            <description><![CDATA[ Well, it's not your gcode.<br />
<br />
[<a href="https://www.youtube.com/watch?v=jxLMzLuUVs8" target="_blank"  rel="nofollow">www.youtube.com</a>]<br />
<br />
So I guess that leaves us with the graphical LCD display issue.  I'm using a 4 line LCD character display, which seems to work fine.<br />
<br />
I hope this helps.]]></description>
            <dc:creator>nebbian</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 24 Sep 2015 09:25:01 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,562052#msg-562052</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,562052#msg-562052</link>
            <description><![CDATA[ Agree with Olaf and David. Disconnect display to confirm (disconnect in firmware). If that is the problem, then consider changing to Repetier firmware, that firmware can manage the big displays.  Longterm consider 32 bit as that is where things are heading.]]></description>
            <dc:creator>LarsK</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 24 Sep 2015 07:57:07 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,561984#msg-561984</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,561984#msg-561984</link>
            <description><![CDATA[ After G28 the effector should move down in one swift motion to the print surface.<br />
<br />
Seems you´re using a graphic LCD with  an 8bit arduino? That would explain the pauses in the move, since the processor is overloaded from the graphic display.<br />
<pre class="bbcode">
#include U8glib.h
...

#define MOTHERBOARD 33</pre>
<br />
I´d go for a character LCD ( 20x4 ) or a 32bit controller.<br />
-Olaf]]></description>
            <dc:creator>o_lampe</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 24 Sep 2015 04:37:50 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,561982#msg-561982</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,561982#msg-561982</link>
            <description><![CDATA[ Are you trying to run a grapical LCD from the printer electronics?]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 24 Sep 2015 04:37:16 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,561917#msg-561917</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,561917#msg-561917</link>
            <description><![CDATA[ Hi, Here is the gcode. I have also attached my config.h file<br />
[attachment 62809 Twisted_Vase_Basic.zip]<br />
[attachment 62810 Configuration.h]<br />
<br />
I checked for binding by hand and there is no problem. <br />
<br />
I also tried the moves suggested by LarsK. It appears to move smoothly in x and y directions however when it moves down after G28 it appears to do it in three stages with a tiny pause in between each stage. I assume this is because there is a limited maximum move....<br />
<br />
Thanks again for your help. As you can imagine, this is very frustrating.]]></description>
            <dc:creator>pulse69</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 24 Sep 2015 01:38:45 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,561895#msg-561895</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,561895#msg-561895</link>
            <description><![CDATA[ I doubt it's mechanical binding, as if it was, the print surface would not remain flat (ask me how I know).<br />
<br />
I suspect something in the gcode, or as you say, the STL file.]]></description>
            <dc:creator>nebbian</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 23 Sep 2015 23:52:10 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,561894#msg-561894</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,561894#msg-561894</link>
            <description><![CDATA[ That does not look like missing steps. It looks like mechanical binding or STL problems. <br />
<br />
Have you tested that you can manually, with you little finger, move all carriages up and down without stressing your finger?  (with power OFF obviously)  Any particular spot where there is  a sudden change of friction?<br />
<br />
Issue the following commands to your printer:<br />
<br />
G28<br />
G1 X55 Y0 Z10<br />
G1 X-55 F1500<br />
G1 X0 Y55<br />
G1 X0 Y-55 F1500<br />
<br />
<br />
Does it do the same thing? Does it slow down when you ask it to make those moves?]]></description>
            <dc:creator>LarsK</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 23 Sep 2015 23:20:31 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,561887#msg-561887</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,561887#msg-561887</link>
            <description><![CDATA[ I say again, can you post your STL and gcode files please?<br />
<br />
That will at least allow us to figure out if the problem is in your slicer settings.]]></description>
            <dc:creator>nebbian</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 23 Sep 2015 22:06:31 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,561886#msg-561886</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,561886#msg-561886</link>
            <description><![CDATA[ Hi, It happens with every print in the same spots.]]></description>
            <dc:creator>pulse69</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 23 Sep 2015 21:51:22 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,561598#msg-561598</guid>
            <title>Re: print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,561598#msg-561598</link>
            <description><![CDATA[ Can you post your STL and gcode files?  I can run them through my printer to see how it handles it.]]></description>
            <dc:creator>nebbian</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 23 Sep 2015 04:19:54 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,561594,561594#msg-561594</guid>
            <title>print issue - incosistent travel speeds while printing</title>
            <link>https://reprap.org/forum/read.php?178,561594,561594#msg-561594</link>
            <description><![CDATA[ Hi Guys,<br />
<br />
I'd appreciate any help you can give me. I have a Richrap 3dr printer with ramps1.4 electronics. I'm having an issue which you can see here:<br />
<a href="https://www.youtube.com/watch?v=M3FWj7JOzAg" target="_blank"  rel="nofollow">https://www.youtube.com/watch?v=M3FWj7JOzAg</a><br />
The print travel slows down as it reaches the middle of the bed, then speeds up again. This causes thick sections - these are the rough parts of the print. Later during the print these sections lift up from the bed and look like a bubble. <br />
<br />
Also, often late into a job, I have the nozzle hit the print and print in mid air. I'm not sure if this is related, but I cant figure out why this happens. The stepper drivers never feel hot to touch.<br />
<br />
I've been increasing the voltage on the stepper drivers steadily in case this has been causing skipped steps. They are now on around 0.9V. What voltage should I have the stepper drivers set to for Nema17 motors? the specs are:<br />
<br />
   Rated Voltage      2.8 V<br />
   Current/Phase      1.68 A<br />
Could they be overheating this early into a print?<br />
<br />
I'm starting to think that the processing in the ramps board is not keeping up with the calculations.]]></description>
            <dc:creator>pulse69</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 23 Sep 2015 01:16:58 -0400</pubDate>
        </item>
    </channel>
</rss>
