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

E3D V5 hotend.....need up of software

Discussion in 'Mods and Upgrades' started by link4044, Jul 29, 2014.

  1. link4044

    link4044 Member

    Joined:
    May 15, 2014
    Messages:
    142
    Likes Received:
    12
    I installed the new hotend and I need help on what to do next. I do have the auto_level_6_10 firmware.
    I don't know where to put in the heater max update.
    thanks
     
  2. Mike Kelly

    Mike Kelly Volunteer

    Joined:
    Mar 11, 2013
    Messages:
    6,967
    Likes Received:
    2,276
    Code:
    // 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 HEATER_0_MAXTEMP 240    //robo
    #define HEATER_1_MAXTEMP 275
    #define HEATER_2_MAXTEMP 275
    #define BED_MAXTEMP 115
    Change 240 to 290 or something
     
  3. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    It should be in CONFIGURATION.H (the code snippet Mike is showing you).
     
  4. link4044

    link4044 Member

    Joined:
    May 15, 2014
    Messages:
    142
    Likes Received:
    12
    thank you mark.
     

Share This Page