Jump to content

PID Tuning with Ultimaker 3 Extended


k35

Recommended Posts

Posted · PID Tuning with Ultimaker 3 Extended

Hi all,

 

we are using a material with our Ultimaker 3 Extended that needs to be printed a lot below 100 °C. Moreover, it is very sensitive to the printing temperature. When trying to print with it, we experienced an overshoot of 15 °C compared to the desired temperature and then a decaying fluctuation. I assume that this is caused  by unsuitable PID parameters (most probably the PID tuning was done for a higher reference temperature). With older Ultimakers it was possible to use M301 in the gcode to set PID parameters or M303 for the autotune. However, these do not seem to work with the new Griffin flavor of the gcode. Is there any possibility to adjust the PID parameters of the nozzles for the UM3E?

 

Thanks a lot in advance for any help!

  • Link to post
    Share on other sites

    Posted · PID Tuning with Ultimaker 3 Extended

    The PID parameters can be modified in many ways including by storing them on the core itself.  So you could have a "low temperature core" that has a different set of PID values than normal.

     

    You can play with PID values to find the best values using the command_util.py.  Have you used ssh to connect into your printer yet?  Here are a few of the steps:

     

    First put your UM3 or S5 into developer mode - it's in the menus on the printer.  Your machine needs to be on your network (wifi or ethernet) if it isn't already.  Once it's on the network it will show the IP address at the top of the main screen.

    Next you need ssh which is built into linux and Macintosh terminal but not windows.  For windows I recommend putty:
    https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

    In putty you don't type the "ssh" part but just put the ultimaker@111.222.333.444 part and click "open".

    ssh ultimaker@1.2.3.4  (don't enter 1.2.3.4 - enter the ip address listed on your UM3)
    username/password:   
    ultimaker/ultimaker   (much easier than root/ultimaker as it takes you straight into the utility to do sendgcode)
     

    At this point you can do:

    select printer printer/head/0/slot/0
    list

     

    And you will see all the parameters for the left core.  To change one do for example:
    set pid_Kp 5
     

    Type list again to make sure it worked.

     

    Then heat up the core manually on the front.  You can change parameters live.  If you remove and insert the core you will lose these values.  To save these values you can edit py files or json files on this linux computer inside the printer.  Which is a little dangerous - make sure you have an olimex cable first (I sell them if you are in usa) or you can modify them on the core itself which is safer.  Email me for more details or more questions.  Email me directly as I'm hesitant to explain how to modify the core on this forum.  I'm at gr _at_ gr5.org.  After emailing me check your spam folder as you have to go through a very simple approval process to get to me (prove you aren't a spamming robot).

     

    Or post your email here and I'll email you directly but I might not check back into the forums until tomorrow so emailing me is much faster.

  • 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.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 18 replies
      • 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
    ×
    ×
    • Create New...