Thanks for the reply.
I've downloaded and installed the Tinkergnome firmware and reduced the max print size and leveled the table.
so far so good but....
I can't figure out how too adjust the settings you have mentioned above.
Do I neet to run the 'PID' settings if so how? From with in TInkergnome?
I just don't want to 'fry' anything.
Graeme
Recommended Posts
ultiarjan 1,223
Start reading from here on how to compile firmware;
https://ultimaker.com/en/community/7436-more-information-during-print?page=6
In your case I assume you use the PT100 temp sensor, so no need for a firmware change there.
Changing the maximum temperature:
Change in "Configuration.h", look for "#define HEATER_1_MAXTEMP"
You need to change the PID settings to get a stable temperature, use auto tune PID, read f.e. here, or rearch the forum.
https://ultimaker.com/en/community/7624-regarding-pid-auto-tune-with-um2
http://reprap.org/wiki/PID_Tuning
I got good results doing the autotune at +- 250c, not sure but I used a higher temperature.
fill in the 3 values in configuration.h
#define DEFAULT_Kp
#define DEFAULT_Ki
#define DEFAULT_Kd
I can share my E3Dv6 values on UM2, but not now as I'm not at home....
I personally like the @tinkergnome firmware, I took this as a base;
https://ultimaker.com/en/community/7436-more-information-during-print?page=11#reply-125341
Regarding the max X height, I assume you mean the changed gantry height of the machine, which can cause you to knock over parts in one-at-a-time mode, you change this in the machine setting of Cura (old cura) or in the .json file of the machine, in the installation folder of New Cura (=beta).
Edited by GuestLink to post
Share on other sites