1. Got a question or need help troubleshooting? Post to the troubleshooting forum or Search the forums!

Solved Heatbed max temp at 80c

Discussion in 'Troubleshooting' started by SteveB, Sep 8, 2016.

Thread Status:
Not open for further replies.
  1. SteveB

    SteveB New Member

    Joined:
    Jul 22, 2016
    Messages:
    3
    Likes Received:
    0
    I have had my 3d for a couple of months now. Installed upgrades including the E3D v6 hotend. Everything has been a learning curve but I have gotten comfortable printing in PLA. So figured I would try ABS. Started hotend temp of 235c and heatbed at 80c with no problems ( other than warping). Then bumped up heatbed temp to 90c on the next print and get the maxtemp error during preheat. I tried different temps but 80c is the highest temperature that won't give me an error. Any ideas? I have made no mods to the bed.
     
  2. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,914
    Likes Received:
    7,338
    Yes, there was a version of the firmware with this limit due to the way the bed was powered.
    Do you have the ribbon cable running to the bed? If so you can safely increase the firmware limit.
     
  3. SteveB

    SteveB New Member

    Joined:
    Jul 22, 2016
    Messages:
    3
    Likes Received:
    0
    Yes I do! What line do I change in the firmware?
     
  4. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,914
    Likes Received:
    7,338
    // When temperature exceeds max temp, your heater will be switched off.
    // This feature exists to protect your hotend from overheating accidentally, but *NOT* from thermistor short/failure!
    // You should use MINTEMP for thermistor short/failure protection.
    .
    .
    #define BED_MAXTEMP 110


    The last one there in bold.
    This is in CONFIGURATION.H
     
  5. SteveB

    SteveB New Member

    Joined:
    Jul 22, 2016
    Messages:
    3
    Likes Received:
    0
    Thanks for the help, I'll fix that when I get home.
     
  6. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,914
    Likes Received:
    7,338
    With the ribbon cable you can safely go as high as that. You will eventually run out of watts on the power supply if you push it much more :)
     
Thread Status:
Not open for further replies.

Share This Page