Jump to content

cura problem retracting all the filamant


Craigo

Recommended Posts

Posted · cura problem retracting all the filamant

hi all

 

I am a newbie to cura having used some other packages before.  I am using cura 3.5 and before that he 15.02 etc

 

Im printing an R2D2 for my daughter and as you can imagine some of the parts are quite bit so it is really annoying and a big waste of filament if part way through the print a command or other gets the printer to unload the filament entirely.

 

it has happened to me before on another print when three times in a row it got to the same point and retracted it all.  to fix that I changed the settings a little (so that it was printing support) and it didn't happen again.

 

I just happened to be standing next to my printer a couple of minutes ago and it did it again. interestingly once it had stopped unloading it immediately started to load it again and has been printing fine since so I assume it is something do not being relative positioning or something?

 

any thoughts?  should I try to find the problem in the Gcode and delete that line.

 

HELP LOL

 

craig

 

  • Link to post
    Share on other sites

    Posted · cura problem retracting all the filamant

    This is a common problem in Marlin/arduino printers.  It's a data error.  Some of the gcodes are getting bits flipped.  Let me back up.  To get gcodes into the arduino it usually comes from either a USB serial cable or from an SD card.  They often then travel through two ribbon cables to the arduino.  Either the SD card, the ribbon cable, or the USB signal is flakey and bits are getting flipped randomly.

     

    There is a checksum such that if one bit is flipped it will be discovered but the checksum is only 8 bits (256 possible checksums).  When the checksum doesn't match the gcode is resent to the arduino.  But once out of every 256 times the errors add up to the proper checksum and a bad gcode gets through.  This is the problem for you.

     

    So typically a gcode like this:

    G1 X50.123 Y23.332 E190.243

    can get any random number changed to another.  So if the E190 gets changed to E100 it retracts 90mm and then the next gcode is fine (e.g. E191.111) and it unretracts.  Also you will see things like an X107 change to an X207 (if your printer is that big) and it will move way over by 100mm off to the edge of the printer and then go back and continue.  It leaves this little strings on the outside of the print.  You can usually hear these anomalies while it prints.  Also you can often get the dreaded "out of bounds" or "tried to print outside volume" or something like that.

     

    If you are using SD card the solution is to clean that out.  I had a single hair causing a problem once.  Try taking it apart and cleaning with vacuum or blowing air or toothpicks or qtips with alcohol.  if it's the USB try using a different cable or different computer that might have more oomph to the voltage signals.  Keep microwave ovens and computers and such far from the printer (at least 1 meter).  Where possible.  Repositioning the ribbon cables sometimes helps also.  And/or separating them by a few mm with some kind of non conductive spacer such as blue tape or foam.

  • Link to post
    Share on other sites

    Posted · cura problem retracting all the filamant

    thank you for your help.  I opened up the box and moved the cables apart, changed the USB cable as well. and I am about 3 hours into a 12 hour print.

     

    looks good so far will let you know if it has been a success from here.

     

    thank you again

     

    craig

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
      • Ultimaker Cura 5.6 stable released
        Cura now supports Method series printers!
         
        A year after the merger of Ultimaker and MakerBotQQ, we have unlocked the ability for users of our Method series printers to slice files using UltiMaker Cura. As of this release, users can find profiles for our Method and Method XL printers, as well as material profiles for ABS-R, ABS-CF, and RapidRinse. Meaning it’s now possible to use either Cura or the existing cloud-slicing software CloudPrint when printing with these printers or materials
        • 6 replies
    ×
    ×
    • Create New...