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.
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.
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!
In the Cura 5.8 stable release, everyone can now tune their Z seams to look better than ever. Method series users get access to new material profiles, and the base Method model now has a printer profile, meaning the whole Method series is now supported in Cura!
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,224
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