robgermino
Posts: 1
Joined: Thu Jan 04, 2018 11:26 pm

Re: Micro pauses in print.

This issue can be fixed by implementing an AUTO FORCE NEXT FEATURE! As it stands now, I have to sit there and keep pressing FORCE NEXT to stop the melting from the hot nozzle.
rrdavis
Posts: 421
Joined: Sat Dec 09, 2017 4:52 am

Re: Micro pauses in print.

robgermino wrote:This issue can be fixed by implementing an AUTO FORCE NEXT FEATURE! As it stands now, I have to sit there and keep pressing FORCE NEXT to stop the melting from the hot nozzle.
This feature already exists. Go to Tools > Firmware Configuration, and click on the Communication tab. It's the "Communication timeout" option at the bottom. You can even customize how long it waits before forcefully sending the next command (from my testing, you never want that value to go below about 5 seconds or so, since some normal commands will take several seconds to execute before the firmware responds, so if you take it too low, it will start messing with those normal commands).
AndersE
Posts: 224
Joined: Sun Feb 02, 2014 4:40 pm

Re: Micro pauses in print.

It is not an excuse to use SD card. As i have said before, i have used USB since the release of s3d and i have NOT this problem with PRE 4.0 versions.
If i run 3.1.1 i do NOT get these micropauses on the same models.

I get pauses one EVERY model with 4.0 and 4.0.1.




arhi wrote:
AndersE wrote: I do NOT want to use SD.
if you plan to use windows and usb you have to deal with a problem that you cannot push enough data at enough speed from windows and you will have this pauses.. you can try to use higher serial port speed but depending on what's on other side it will or will not work. Linux can be bit more stable but if you are using the computer while printing or if the moves are too small you will have issue with macos/linux too. SDcard is the only way to deliver code fast enough in some cases.
gearsawe wrote:printing over SD is not an option since I need to pause to change out filament for multi color jobs
many printers support pause themselves, octoprint on a dedicated rpi/opi also supports it an makes your printer untethered from your computer while retaining full control over the printer.

btw, in 99% of cases when you have pauses 'cause moves are too slow it's actually bad g-code with too many too small movements.. S3D had issue with those before (creating too many small movements in case STL was too detailed) but that was fixed some time ago... still, make sure the STL that goes into S3D is adequate for your printer (no point in having 0.1mm features in your stl printing with 0.5mm line).. would be nice if S3D could do some STL optimization before the print but you can do it in many other packages (for me best STL optimization can be done with AOI)
AndersE
Posts: 224
Joined: Sun Feb 02, 2014 4:40 pm

Re: Micro pauses in print.

by the way: i run at 250k baud and has always done since i bought this velleman k8200 as it is standard speed for that.
jeand
Posts: 32
Joined: Sun May 10, 2015 5:44 pm

Re: Micro pauses in print.

AndersE wrote:by the way: i run at 250k baud and has always done since i bought this velleman k8200 as it is standard speed for that.
Same for my K8400 but this is not a problem with S3D. I have micro pauses with Vertex Repetier too.
I know that Windows 10 had some problems with USB/Serial driver in the past.
shocksofmighty
Posts: 88
Joined: Mon Sep 12, 2016 11:36 am

Re: Micro pauses in print.

As someone pointed out above, this can be due to retractions over short distance moves. If you have "retractions during wipe" activated, it will look just like pauses as the feed rate drops very very low to accommodate a very small retraction and wipe. I saw this just yesterday with 4.0.1. Removing retractions during wipe fixed it.
AndersE
Posts: 224
Joined: Sun Feb 02, 2014 4:40 pm

Re: Micro pauses in print.

It has nothing to do with "wipe while retract". as it REALLY STOPS for 0.5-1 second and BLOBS.
Also, i have run with wipe while retract for a long time with no problems.
SimpleScott
Posts: 49
Joined: Tue Jan 12, 2016 7:23 pm

Re: Micro pauses in print.

@AndersE - Can you post a sample gcode file that results in pauses for you?
User avatar
dkightley
Posts: 2405
Joined: Tue Mar 10, 2015 4:09 pm

Re: Micro pauses in print.

Even better...post a factory file. Then we can see what settings are responsible for what is in the gcode.
Doug Kightley
Volunteer at the National Tramway Museum http://www.tramway.co.uk
Railway modeller and webmaster at http://www.talkingtgauge.net
shocksofmighty
Posts: 88
Joined: Mon Sep 12, 2016 11:36 am

Re: Micro pauses in print.

AndersE wrote:It has nothing to do with "wipe while retract". as it REALLY STOPS for 0.5-1 second and BLOBS.
Also, i have run with wipe while retract for a long time with no problems.
Yes, that's exactly the behavior I was seeing. It looked just like it was paused. I thought this must have been an issue with USB. Transferred to SD, same thing in the exact same spots. Took a look at the gcode and saw that often on dense support layers there were feedrates as low as 17 (F17 is really freaking slow for a 4 mm retraction). Look at your feedrates to be sure.

Even if it is not YOUR problem, its a similar problem that other people might run across.

Return to “Troubleshooting and Bug Reports”