Jump to content

How to adjust Steps per E in Printrun?


banana97

Recommended Posts

Posted · How to adjust Steps per E in Printrun?

When extruding through a hot nozzle I am finding a significant difference in the measured vs expected extrusion length. Filament is not slipping but there does seem to be quite a bit of friction in the tube using glow blue filament. How do I adjust the Steps per E in Printrun?

  • Link to post
    Share on other sites

    Posted · How to adjust Steps per E in Printrun?
    When extruding through a hot nozzle I am finding a significant difference in the measured vs expected extrusion length.

    Do you really mean "extrusion length" here?

    The esteps value is how many steps (to the extruder motor) are needed to pull one mm of filament into the drive mechanism - it's not about the length of filament coming out of the nozzle.

    Unless the filament is being offset (ie: slipping in the drive) in a very predicatable & consistant way, changing esteps may not be the right way to address this problem.

  • Link to post
    Share on other sites

    Posted · How to adjust Steps per E in Printrun?
    or, once you've loaded the model in printrun, go to the file menu and select edit. Change the second line with the M92 Exxxxx with the xxxxx being the value you want.

    Right.

    Also, I dunno M2210 but Joergen is usually pretty clever so you may want to look into that, too.

     

    In print run if I extrude 50mm the actual length drawn is about 46mm.

    If you didn't already know, multiply your current esteps value by 50/46 (1.09) then measure again. Keep repeating and adjusting esteps by desired/measured until it starts behaving.

  • Link to post
    Share on other sites

    Posted · How to adjust Steps per E in Printrun?
    or, once you've loaded the model in printrun, go to the file menu and select edit. Change the second line with the M92 Exxxxx with the xxxxx being the value you want.

    Right.

    Also, I dunno M2210 but Joergen is usually pretty clever so you may want to look into that, too.

     

    In print run if I extrude 50mm the actual length drawn is about 46mm.

    If you didn't already know, multiply your current esteps value by 50/46 (1.09) then measure again. Keep repeating and adjusting esteps by desired/measured until it starts behaving.

    Thanks - I did this and entered the new value in Printrun, then clicked extrude again - but it didn't change the length much. Out of interest I entered an E value of 850 and 1050 and did the same 50mm extrusion - the length was the same - around 46mm??

    When you change the E value through File - Edit, does it only change when you print the model or does it change globally and thus should take affect when you click the extrude button?

  • Link to post
    Share on other sites

    Posted · How to adjust Steps per E in Printrun?

    Sorry for the late reply, spam fog.

    It will only change it for that model when you print it. Settings in the menu also has a feedrate of 300 (i think), but it is best to use cura to calibrate for the filament you want to use and keep a list of filamant values that you can replace in the gcode for a model. You can always tweek the number a bit, plus/minus 10?, for what works. I hopes we get a way to store these and use for a print in the next release of Cura. Also, positioning on the print bed at print time. Poor Daid, makes a great product and then people just want more and more ..........

  • Link to post
    Share on other sites

    Posted · How to adjust Steps per E in Printrun?

    You will need to send the commands to the printer in order to change it. Editing the .gcode for a model will only change it when printing that model. There is a box in printrun on the lower right you can use to send individual commands to the printer. You will need to use M92 E to set the new E steps per mm and then send G92 to zero out the extrusion length.

    For example, if you have E steps of 865.888 (default), you extrude 50mm and measure 46mm. Then you want to set your new E steps to 941.183 and retest. First send the M92 to set the new E steps value, then G92 to zero out the extruded length.

    M92 E941.183 ;sets E steps per mm

    G92 E0 ;zero E axis

    Now you can retest and it should be very close to 50mm. If not, then you can change it again and repeat. Once you have the correct value then you should re-run the startup wizard in Cura and set the appropriate E steps, so that newly-generated gcode will have the correct values.

    One more thing to make sure is that your nozzle is primed for each test, else you will not get a fully accurate measurement.

    Also the M221 command as mentioned by Joergen (M2210 is just a typo I'm sure) will allow you to modify the extrusion speed by a % to correct, instead of changing the E steps. In your case I think you can just do M221 S109 to modify the extrusion speed by 109% (50/46 = 1.09 or 109%) which would give you the correct extrusion amount. But I haven't tried it this way personally. It should work, though. I do believe Marlin supports this M code but it's not clear from the reprap wiki.

    http://reprap.org/wiki/G-code#M221:_set ... percentage

     

  • Link to post
    Share on other sites

    Posted · How to adjust Steps per E in Printrun?

    Perfect! Thanks j.samuels - that's exactly what I needed to know.

    I will probably do this for the different filaments I have just in case they give different results.

  • Link to post
    Share on other sites

    Posted · How to adjust Steps per E in Printrun?

    I use M221 myself and it works well.

    be aware that it takes a short time to have effect and that small numbers (ie. close to 100) have very little observable effects on the print quality.

    I think (not totally sure) that it is accumulative, ie. M221 S200 followed by M221 S100 will not set the values back to the original, but M221 S50 would be required instead. perhaps someone else can comment on that?

  • 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

      • UltiMaker Cura 5.8 beta released
        Another Cura release has arrived and in this 5.8 beta release, the focus is on improving Z seams, as well as completing support for the full Method series of printers by introducing a profile for the UltiMaker Method.
          • Like
        • 1 reply
      • Introducing the UltiMaker Factor 4
        We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
          • Thanks
          • Like
        • 3 replies
    ×
    ×
    • Create New...