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!
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.
A year after the merger of Ultimaker and MakerBotQQ, we have unlocked the ability for users of our Method series printers to slice files using UltiMaker Cura. As of this release, users can find profiles for our Method and Method XL printers, as well as material profiles for ABS-R, ABS-CF, and RapidRinse. Meaning it’s now possible to use either Cura or the existing cloud-slicing software CloudPrint when printing with these printers or materials
Recommended Posts
gr5 2,094
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