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

Solved Extruder feedrate

Discussion in 'Troubleshooting' started by Prak Coton, Feb 13, 2017.

Thread Status:
Not open for further replies.
  1. Prak Coton

    Prak Coton New Member

    Joined:
    May 5, 2016
    Messages:
    28
    Likes Received:
    3
    I changed the extruder on my robo3d. Can anyone tell me where in the arduino code I can adjust the rate?

    I changed the following line in the configuration.h file but it is still showing the old value when I use m503 on the printer.

    #define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,800,95}
     
  2. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Did you flush and reload the EEPROM?

    ==== EEPROM GCodes ====

    M500 Store current settings in EEPROM for the next startup or M501.
    M501 Read all parameters from EEPROM. (Or, undo changes.)
    M502 Reset current settings to defaults, as set in Configurations.h. (Follow with M500 to reset the EEPROM too.)
    So after firmware is fixed you need the M502 and an M500 at some point for them to work.
     
  3. Prak Coton

    Prak Coton New Member

    Joined:
    May 5, 2016
    Messages:
    28
    Likes Received:
    3
    I knew it would be something simple. just once and I'm good? right?
     
  4. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    yes, every time you rework the firmware you need to do that
     
Thread Status:
Not open for further replies.

Share This Page