Jump to content

Can I manually extrude a certain amount of filament and change the extrusion steps/mm for each nozzle on an Ultimaker s5 printer?


andrewtg161

Recommended Posts

Posted · Can I manually extrude a certain amount of filament and change the extrusion steps/mm for each nozzle on an Ultimaker s5 printer?

I am trying to calibrate the extrusion rate for a kind of TPU that is not made by Ultimaker to use on an Ultimaker s5 printer. In order to do this I need to be able to control extrusion manually to tell it to extrude a certain amount. In addition to this I need to be able to send a command to change the extrusion steps/mm for each nozzle using something like pronterface. Is this possible for the Ultimaker s5? If so how would I go about doing this?

  • Link to post
    Share on other sites

    Posted · Can I manually extrude a certain amount of filament and change the extrusion steps/mm for each nozzle on an Ultimaker s5 printer?

    Short answer is yes.

     

    Are you familiar with ssh?  Put your printer into "developer" mode in the menus - probably under "settings"?  This will reboot it and turn on ssh daemon.  It will also show the printer ip address.  Then you can ssh into the printer.  If you want to look at the firmware (it's all uncompiled and visible - mostly python) log into root/ultimaker but for what you want, log into ultimaker/ultimaker (second word is password).

     

    that second account starts a nice linux utility automatically.  now you can send gcodes with "sendgcode".  For example:

    sendgcode T0    <-- select left core.  T1 is right core

    sendgcode G92 E0    <-- this resets E position to tell that the extruder is at position zero.

    sendgcode G1 E10  <-- extrude 10mm

     

    You can also set steps/mm but that will get overridden.  Once you know how much extra or less to extrude you can set this value in the "flow" fields in cura.  e.g. set flow to 105%.

     

    if you google using the "site:" feature you can learn A LOT MORE about this:

    "site:ultimaker.com sendgcode"

    or maybe

    "site:ultimaker.com ultimaker 3 moving extruder" (UM3 is almost identical firmware and exact same gcodes and sendgcode utility - a lot more people "hack" the UM3 than the S5 or S3 so there is more discussion)

     

    It's possible that the extruders will not move when cold.  If so there is a gcode for that:

    sendgcode M302     <-- allow extruder to move when nozzle is cold

     

     

  • Link to post
    Share on other sites

    Posted (edited) · Can I manually extrude a certain amount of filament and change the extrusion steps/mm for each nozzle on an Ultimaker s5 printer?

    When I am in developer mode is there a chance that I could damage the firmware or printer? If so what do I need to avoid / is there a way to fix it if I do? Also do you know the original setting for the extruder steps/mm?

    Edited by andrewtg161
  • Link to post
    Share on other sites

    Posted · Can I manually extrude a certain amount of filament and change the extrusion steps/mm for each nozzle on an Ultimaker s5 printer?

    If you use the printer normally, through menus and such there is no difference in developer mode.  You are fine.

     

    But if you ssh into the printer and start editing files then all bets are off.

     

    As far as sendgcode breaking something - it's almost impossible.  But I suppose if you are clever enough you *might* be able to break something.  I can't think of anything though.  The printer has temp limits to keep you from going too hot and the steppers are not strong enough to break anything.

     

    A bigger issue for some people - if your printer is out on the internet then developer mode is very dangerous as hackers can connect.  But these days, nothing is exposed directly on the internet without paying a lot of extra money or creating holes in your router.  The router of your home, office, school should keep your printer from having a public IP address.

     

    Even if you purposely started deleting operating system files at random until it would not longer boot, there is an unbricking procedure that reloads all the firmware (fresh version) back into the printer.  It's involved though - you have to remove the bottom of the printer and you have to be careful about the high voltages in there (in other words unplug the power while the cover is off).  You also have to obtain a microSD card and use special software to load the boot software onto the microSD card.

     

    But as far as sendgcode is concerned - it's relatively safe.

    • Like 1
    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...