Jump to content

Modifying The existing Existing Ultimaker 3 (AA) Hotend to Print PEEK and ULTEM filaments


Recommended Posts

Posted (edited) · Modifying The existing Existing Ultimaker 3 (AA) Hotend to Print PEEK and ULTEM filaments

I want to use the Ultimaker 3- 3D printer to Print with Very high temperature materials such as: PEEK, PEKK, ULTEM and their carbon and glass fibre variants with print temperatures between 350 Degrees Celsius and over 400 Degrees Celsius.

 

The problem is the temperature malfunction that occurs just over 350 Degrees C, this is the part I need help with, How Can this Be bypassed?

 

the project information:

 

 

If you choose to do this, I am not responsible for the device jamming from excess paint/incorrect positioning of components during application of C-Coat (TM) given my directions.

 

The Experimental means by which the existing hotend(s) should to be modified in order to prevent the plastic contacted surfaces from bending or melting During Use is described:

---before doing what is described, please clean all oil and dust from the metal surfaces to be painted!---

 

The entire heating block (Excluding the Nozzle, and the axially adjacent Nut) is Coated with: C-COATTM ceramic thermal-insulation Paint, using a very small paint brush, then leave to dry.

raise the bottom of the heat-sink from the plastic holder so the heat-sink no longer makes contact with the plastic holder, either clamp the holder in this position or remove the top holder screw to release the tension in the spring all together, coat the bottom of the heat-sink with the C-Coat paint, then set aside to dry.

Now the top screw must be removed in order to release tension on the spring for this step- pull the heatsink assembly all the way back in order to expose the bottom part of the heat sink connector which comes into contact with the plastic holder, now clamp or zip-tie the heatsink assembly in this position and apply a thin layer of C-Coat to the exposed metal surface, leave to dry, then remove to clamp or ziptye and push the coated bottom of the heat sink against the plastic holder face, secure and paint another thin layer on the end of the exposed metal surface, leave to dry, at this paint all of the faces that directly contact the surface of the plastic holder have been coated with the micro insulation paint (C-Coat).

 

C-Coat insulation experinment: 

 

Print-core AA 04.png

C Coat Print Core (2).png

Edited by Timothy_Egoroff
  • Link to post
    Share on other sites

    Posted · Modifying The existing Existing Ultimaker 3 (AA) Hotend to Print PEEK and ULTEM filaments

    To print peek and ultem you really need the bed to get up to 160C.  This is the bigger issue for converting.  You also need the air temp around 80C which is bad for the steppers so you need to keep the steppers cool somehow (enclose them away from the hot air and add air or water cooling perhaps).  The core's themselves probably don't really need any modification.  I've heard that the 350C limit is more for the head itself than for the cores.  Something in the head gets too hot if you have two cores at 350C I suspect.  c-coat may indeed help on this last aspect (keep the heat in the brass block where it belongs).

    • Like 1
    Link to post
    Share on other sites

    Posted · Modifying The existing Existing Ultimaker 3 (AA) Hotend to Print PEEK and ULTEM filaments

    Thank you for your comment gr5, this is only for printing smaller parts for me that is , but for other users who aren't afraid of further modification, C-Coat is further used to insulate the walls (sides back and bottom at 1-1.5mm thickness) to prevent any steppers or other electronics from over-heating, also the bottom of the heat bed should be coated to trap heat so only the top can emit thermal energy into the printed part, this may allow an increase of over 1.8 times the total highest temperature limit if a thick coating is applied. so hot plate (modified) should reach required temp, and air  should stay hot without exerting heat on steppers... i aught to try it now.

  • Link to post
    Share on other sites

    Posted (edited) · Modifying The existing Existing Ultimaker 3 (AA) Hotend to Print PEEK and ULTEM filaments
    On 9/18/2018 at 11:44 AM, gr5 said:

    To print peek and ultem you really need the bed to get up to 160C.  This is the bigger issue for converting.  You also need the air temp around 80C which is bad for the steppers so you need to keep the steppers cool somehow (enclose them away from the hot air and add air or water cooling perhaps).  The core's themselves probably don't really need any modification.  I've heard that the 350C limit is more for the head itself than for the cores.  Something in the head gets too hot if you have two cores at 350C I suspect.  c-coat may indeed help on this last aspect (keep the heat in the brass block where it belongs).

     

    Ultem needs a higher bed temp than that, but PEEK is fine at 140˚C bed temp. Oddly, Ultem doesn't need as high of a nozzle temperature as PEEK. I've printed both below 350˚C, as low as 330˚C, but that was mostly smaller sections, suggesting slower speeds will work until you unlock the temperature limiter.

     

    Edited by JRDM
    • Like 1
    Link to post
    Share on other sites

    Posted (edited) · Modifying The existing Existing Ultimaker 3 (AA) Hotend to Print PEEK and ULTEM filaments
    10 hours ago, Timothy_Egoroff said:

    hi, do you know how to bypass the temperature limiter?

     

    I don't have a UM3 but I assume that would be in the 8 bit controller board (as opposed to the second board, a 32 bit one, that's also on the UM3), so reflashing it with a higher temperature setting might be possible. It's possible UM3 is more different than I realize though.

    Edited by JRDM
  • Link to post
    Share on other sites

    Posted · Modifying The existing Existing Ultimaker 3 (AA) Hotend to Print PEEK and ULTEM filaments

    The temperature limit is in the eeprom on the core itself but I think there may be a second limit at 350C for the head.  I've never tried going over 350C.  

     

    Supposedly the main reason for limiting to 350C is not because UM cores can't handle it but because the head itself can't handle that much heat (obviously the head doesn't reach 350C but it reaches a temperature that is a problem for either the plastic or the electronics - not sure which).

     

    Inside the UM3 is a linux computer.  You can connect to it through ssh and all the source code for that linux computer is visible python code.  If you grep around you should be able to figure it out eventually.  I can't help you more than that.  There is also a second computer (arduino) on the larger board and that might also have limits but I doubt it.  Or if it does then they are probably controlled by some new gcode from the linux computer.  So concentrate on the linux computer and let us know what you find.

  • Link to post
    Share on other sites

    Posted · Modifying The existing Existing Ultimaker 3 (AA) Hotend to Print PEEK and ULTEM filaments

    yep, thank you, i will do this.

  • Link to post
    Share on other sites

    Posted · Modifying The existing Existing Ultimaker 3 (AA) Hotend to Print PEEK and ULTEM filaments

    I am cringing at my previous reply, I found this:

     

    The pre-compiled hex-files are allowing up to 300°C as nozzle temperature.

    If you import a MATERIAL.TXT file with higher nozzle temperature,  this becomes the new maximum. Use it at your own risk...

    Steps/mm and rotation direction for all axis can be adjusted on the printer (Advanced -> Preferences -> Motion settings)

     

    If you still have a need to compile it yourself, have a look at the "cookbook" that @gr5 made

    (including links to the source repositories at GitHub):

    How to build Marlin the way tinkerghome and Ultimaker do it if you have windows

     

    here is the page: 

     

     

    will this work with the Ultimaker 3 (extended)? if it does then it may be the answer.

  • 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.
        • 0 replies
    ×
    ×
    • Create New...