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

Solved Firmware - Extruder Min Temp - MC

Discussion in 'Troubleshooting' started by BR3M3RB, Aug 12, 2020.

  1. BR3M3RB

    BR3M3RB New Member

    Joined:
    Apr 7, 2016
    Messages:
    21
    Likes Received:
    0
  2. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
  3. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    There is a way with the Arduino Compiler to generate a hex file so that you can upload it from a program like MatterControl, but you are better off using the arduino compiler. Just go to tools -> export compiled binary in the Arduino Compiler and it (the hex file) will be created in the sketch folder.
     
  4. BR3M3RB

    BR3M3RB New Member

    Joined:
    Apr 7, 2016
    Messages:
    21
    Likes Received:
    0
    Thanks man! I just don't get why these roboguys don't just put a list of all the firmwares in the same place, I've been to like five different links lol.

    So there's no way to do it directly from MC without Arduino software?
     
  5. BR3M3RB

    BR3M3RB New Member

    Joined:
    Apr 7, 2016
    Messages:
    21
    Likes Received:
    0
    Is there a way to modify the extruder min temp directly from the HEX file I already have?
     
  6. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    No, unfortunately. That HEX file is already compiled (binary data) and not directly editable.
    You edit the source and then you can compile it into a HEX file for loading (or you can directly load it -- either way works).
     
  7. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    They really were not software "guys" (developers) and that was never their strong suit :)
    Some of the ones that were brought on to help towards the end of the cycle for the R1/R2/C2 were software developers (which is why some of it is available on GITHUB i imagine). But the original group were not.
     
  8. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Look for this line in configuration.h:

    #define HEATER_0_MINTEMP 190
    #define BED_MINTEMP 5

    Change that first one to whatever you want. I have mine at like 175 because one of mine will do PLA at 180c all day long
     

Share This Page