UltiMaker uses functional, analytical and tracking cookies. Tracking cookies enhance your experience on our website and may also collect your personal data outside of Ultimaker websites. If you agree with the use of tracking cookies, click “I agree, continue browsing”. You can withdraw your consent at any time. If you do not consent with the use of tracking cookies, click “Refuse”. You can find more information about cookies on our Privacy and Cookie Policy page.
Posted
(edited)
· Nozzle gets heated 20°C above set temperature
Maybe you have a 35W heater instead of 25W? You can test the heater wattage if you have an ohm meter - just disconnect it at the PCB and measure the resistance. Wattage = 24 * 24 / resistance
UM2+ has 35W heater and has newer firmware with better PID values.
Anyway you can simply reduce the PID values bye the ratio of power increase. So if you have a 35W heater then reduce all 3 values (P,I,D) by multiplying them all by 25/35. Or you can run the autotune feature.
Cut and paste PID tuning info follows:
================================
========
35W nozzle versus 25W nozzle and gcodes
Adjusting the 3 PID values is pretty easy - in general you want lower values for higher wattage heater so if your heater is 30% stronger you want to decrease the values by 30%.
The easiest way to play with the PID values for the nozzle are to install pronterface (it's free - you don't even really install it, just download it and run it) which is here:
Then connect a USB from your computer with pronterface to the printer and start it up and connect. It will immediately show the current PID values over on the right side and you can change them. The gcode commands (you can just type in gcode commands in pronterface) are discussed here:
Here comes Cura 5.9 and in this stable release we have lots of material and printer profiles for UltiMaker printers, including the newly released Sketch Sprint. Additionally, scarf seams have been introduced alongside even more print settings and improvements. Check out the rest of this article to find out the details on all of that and more
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
Recommended Posts
gr5 2,295
Maybe you have a 35W heater instead of 25W? You can test the heater wattage if you have an ohm meter - just disconnect it at the PCB and measure the resistance. Wattage = 24 * 24 / resistance
UM2+ has 35W heater and has newer firmware with better PID values.
Anyway you can simply reduce the PID values bye the ratio of power increase. So if you have a 35W heater then reduce all 3 values (P,I,D) by multiplying them all by 25/35. Or you can run the autotune feature.
Cut and paste PID tuning info follows:
================================
========
35W nozzle versus 25W nozzle and gcodes
Adjusting the 3 PID values is pretty easy - in general you want lower values for higher wattage heater so if your heater is 30% stronger you want to decrease the values by 30%.
The easiest way to play with the PID values for the nozzle are to install pronterface (it's free - you don't even really install it, just download it and run it) which is here:
http://koti.kapsi.fi/~kliment/printrun/
Then connect a USB from your computer with pronterface to the printer and start it up and connect. It will immediately show the current PID values over on the right side and you can change them. The gcode commands (you can just type in gcode commands in pronterface) are discussed here:
http://reprap.org/wiki/PID_Tuning
Or just choose among these gcodes:
M301 - set PID
M303 - autocalibrate PID
M500 - save PID values (CRITICAL OR YOU LOSE VALUES WHEN YOU POWER CYCLE)
M503 - display PID (and other) values (done automatically on connect by pronterface anyway)
above gcodes explained in detail here:
http://reprap.org/wiki/G-code
Edited by GuestLink to post
Share on other sites