Marlin 1.1.9 on GT2560? Not enough space?
Posted: Wed Feb 06, 2019 8:07 am
I have been trying to set up a GT2560 for a printer that has a bad board.
I have configured a version of Marlin that throws no errors except this one:
Global variables use 15099 bytes (184%) of dynamic memory, leaving -6907 bytes for local variables. Maximum is 8192 bytes.
Arduino version 1.8.8
Board selected: ATMega 2560
I have also tried to compile it and verify in Arduino 1.0.1 but there is a host of errors that pop up stating that the 1.0.1 is unable to compile and needs a newer version of Arduino.
So then I tried compiling with version 1.6.8 the minimum release allowed by Marlin firmware and got the same message:
Global variables use 15,159 bytes (185%) of dynamic memory, leaving -6,967 bytes for local variables. Maximum is 8,192 bytes.
I have also tried a stock version of Marlin just to see if it was my configuration that is too large. That is not the case, every version of Marlin 1.1.9 does not load.
Does this mean we cannot update to newer versions of Marlin or use this board for other printers? If that's the case it's a shame.
Thanks for any information you can provide.
I have configured a version of Marlin that throws no errors except this one:
Global variables use 15099 bytes (184%) of dynamic memory, leaving -6907 bytes for local variables. Maximum is 8192 bytes.
Arduino version 1.8.8
Board selected: ATMega 2560
I have also tried to compile it and verify in Arduino 1.0.1 but there is a host of errors that pop up stating that the 1.0.1 is unable to compile and needs a newer version of Arduino.
So then I tried compiling with version 1.6.8 the minimum release allowed by Marlin firmware and got the same message:
Global variables use 15,159 bytes (185%) of dynamic memory, leaving -6,967 bytes for local variables. Maximum is 8,192 bytes.
I have also tried a stock version of Marlin just to see if it was my configuration that is too large. That is not the case, every version of Marlin 1.1.9 does not load.
Does this mean we cannot update to newer versions of Marlin or use this board for other printers? If that's the case it's a shame.
Thanks for any information you can provide.