-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
extruder heater never stabilizes at set temp #3211
Comments
Have you used |
Try something like |
I have, there is no change. I have tried lowering Current from 130 to 255. M303 ranges +/- 10 as well and never closes the gap |
It seems you have an error on the config file you have pasted, please try the following: #define BANG_MAX 255 // limits current to nozzle while in bang-bang mode; 255=full current
#define PID_MAX BANG_MAX // limits current to nozzle while PID is active (see PID_FUNCTIONAL_RANGE below); If that does not work, try increasing |
I had bang max 255 and it didnt work either. Ill try changing the range to 50 |
You should define a value to |
I had it defined from 130-255 none of the values worked |
Just changed the PID_FUNCTIONAL_RANGE to 50 that seems to have done it! thank much |
its still fluctuates a bit on the lower side. drops to 187 then up to 191 from set 190. should I do a M303 |
Yes please, do the fine tuning of the PID iwth |
will do! thank you for all your help. |
You're welcome. If you feel the problem is solved please close the issue. |
I have temp problems too I think every RAMPS board is different depending on the Moss Used to control the Heater I have set my HEATER_CURRENT =35 It was 200 and I was getting Temps as High as 300 C so every Moss is different I guess this is why there even is a Current limiter to the Extruder doing a Temp test now Current at 65 only going as high as 200C for PLA and it is cycling now Possibly too much Current my other on it is set to 255 and still it heats slow and this is with a 500Watt Power supply.... I pushed the Input voltage as high as 13.58VDC I dare not sett it higher i did that with another ramps and Burned the Board maybe I have the input Voltage set too high too the VDC was as hight as 14VDC and still the base was not getting passed 108C I could not do ABS or HIPS or even PETG I was stuck with PLA that is Ok if your making parts for a PM VE33 ( this is what I am calling it because of the Various Changes I have made to a Basic Persa Mendel.) |
Good luck. These machines are always an adventure. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I just finished the hardware of my printer and uploaded Marlin RC 1.1 I am not able to get extruder heaters to stabilize, I have checked wiring, board and connection. Everything seems ok but no matter what PID settings I update heaters never stabilize it usually fluctuates +/- 10C. I have used the same board, Power supply and extruders previously with Marlin successfully. 24V 40W heaters below are my settings in Conf H
The text was updated successfully, but these errors were encountered: