Firmware EEPROM Issue

Hi, so I am trying to connect a Dimensions printer with an Arduino Due (the electronics were gutted and replaced with arduino). I can communicate with the printer just fine however, I cannot get the bed to move close enough to the extruders. I've tried getting into the Firmware EEPROM settings however it says grayed out and I am unable to change the z settings for the firmware. Any suggestions?

Comments

  • Make sure to use latest firmware version and to have EEPROM_MODE != 0 when you compile.

    Since arduino due has no eeprom, you need a board that adds an eeprom chip to use eeprom.
Sign In or Register to comment.