I am sorry if this has been discussed. I am trying to print ColorFabb HT, but it needs at least 100 ºC for the heated bed. My Printer stuck at 97 ºC, and from 60 ºC above it is very slow increment. Does it normal ? What is the maximum temperature I could go with BB Heated Bed ?
it really depends on the room temp, the thermal losses are directionally proportional to the surface area of the heated plate and the temp difference between the plate and the air and airflow around it. In my workshop at 15c I just tested it and mine can get to 100 but it takes it about 35 minutes and I can see it levelling off on the temp graph to the point I'd say that it wouldn't go much higher unless I heated the workshop up a bit or put the printer in some sort of enclosure. What temp is the room the BB is in and are there any obvious drafts ?
Another thing that helped on my previous printer was adding insulation under the bed. But if you are printing something that needs those sort of bed temps I'd be very wary of doing it in a cold room anyway as any draft will cause warping
It is in my office with Air Con is On, the Aircon is set to 20 ºC. I am printing now with ColorFbb HT, with the bed set to 97 ºC, but it is shown as 85ºC only (still printing), and I installed BuildTalk on the glass. Hope this will help a lot.
Yeh never printed in a room with air con, it's not a general problem we'd have in the UK Can you protect the printer from drafts of air from your air con unit ? Also if it's not hitting that temp you could try popping off one of the heated bed connectors on the rumba and testing the heated bed resistance with the bed at room temp. some of them were out of spec early on in the KS project.
@Dr Jeep, thanks for the info. I can't protect the printer, but I did turn off the air con and the heated bed temperature increased by 4ºC. After finished printing I will put more isolation underneath the bed. How do you test the heated bed resistance ?
If you have a multimeter to hand just unscrew the heated bed terminals from the Rumba board and put the meter (on the ohms range) between them when the bed is at room temp.
If the resistance (and voltage!) is OK, there might be a case for PID tuning the bed? I remember doing a test run to 120C when the room temperature was circa 15C and, though it crept up slowly, the result was quite satisfactory.
Maybe..I wouldn't have thought pid tuning would be the problem if it can't even get to the target temp. Worth doing though.
I remember that @Greg Holloway gave the value for PID tuning in the forum, but I could not find it again. There are 2 links about PID that I found are: http://forum.e3d-online.com/index.php?threads/pid-tuning.731/ and http://forum.e3d-online.com/index.php?threads/pid-tuning-plugin.1226/#post-13458 I have not really read through since my printer is not with me, tomorrow will try it. thanks guys... any tips of the value it should be ?
This are my values for hotends and bed: Code: // E3D v6 (PT100, 30W) #define DEFAULT_Kp 24.00 // E3D 29.20 #define DEFAULT_Ki 01.80 // E3D 04.73 #define DEFAULT_Kd 79.10 // E3D 45.33 //E3D BigBox Variable Power Density Heated Bed (24V) #define DEFAULT_bedKp 170.70 // E3D 336 #define DEFAULT_bedKi 32.80 // E3D 61 #define DEFAULT_bedKd 222.50 // E3D 462.4
can't thank you enough @Alex9779 , you are so helpful and full of info... thanks a lot .. Hey, just saw that you are a staff Member ? E3D ?
Those values are the default values in the firmware before tuning aren't they ? Mine came out a bit different when I actually tuned it.
I have run the PID Tuning for the heated bed, but alway got time out about above 70ºC it is said: "PID Autotune failed! timeout". Then the temperature was dropping down. Edit: I tried again and again, and always got time out. So, I tried: when it time out I run the same command again and again, and finally it reached 100ºC after 4 times re enter the GCode command . Can actually I did it ? The last value is: Recv: Kp: 84.76 Recv: Ki: 2.62 Recv: Kd: 685.36 can I use it ? Anyone can help me please? @Greg Holloway