Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heat bed can not be fully used #23

Closed
michinator opened this issue Feb 11, 2019 · 5 comments
Closed

Heat bed can not be fully used #23

michinator opened this issue Feb 11, 2019 · 5 comments
Labels
bug The firmware is not working properly

Comments

@michinator
Copy link

Hello,

no idea if it is a bug. After switching from Marlin 1.1.0 to 190208-TMC2208, the heating bed max can only be heated up to 105 ° C.

The PID tuning is unfortunately not possible at 110°. The error message: "PID Autotune failed! Temperature too high" is displayed in the octo print terminal.

Otherwise, the new pid function works great. There are two mosfets installed in the i3 mega v3. I hope you can help me, because I print mostly abs at 110 °.

here are the calculated optimized values from the bed

Recv: #define DEFAULT_bedKp 241.85
Recv: #define DEFAULT_bedKi 47.62
Recv: #define DEFAULT_bedKd 307.09

Thanks in advance

@michinator michinator added the bug The firmware is not working properly label Feb 11, 2019
@davidramiro
Copy link
Owner

Confirmed. Since the latest merge of Marlin's official repo (f01ee75) heating only goes up to MAXTEMP minus 15°C. I'll adjust them later today.

@michinator
Copy link
Author

👍

davidramiro added a commit that referenced this issue Feb 11, 2019
Lowering the safety margin of MAXTEMP to 10°C and raising MAXTEMP to 285/135.

Resulting in a limit of 275°C for the hotend and 125°C for the heatbed.

Referencing #23
@davidramiro
Copy link
Owner

Done, check the newest release. New maximum temps are 275°C and 125°C.

@michinator
Copy link
Author

try it now
great support :)

@michinator
Copy link
Author

it works.
Thanks again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The firmware is not working properly
Projects
None yet
Development

No branches or pull requests

2 participants