A30 HW version identification Firmware related
Posted: Thu Apr 18, 2019 11:12 pm
Hi all,
I've just wanted to update or at least modify my A30 firmware mostly because I can't set from the LCD menu Hot-tend temp at 300deg.
First please help me identify the HW version(Equipment model), because in Menu->Settings-> info, is written on A30
but in the firmware I see for example in : XZK_Configuration.h, there is a dependency
I Changed the Configuration_GTM32_Pro_A30S.h with my wished limit temperatures, but no effect after flashing the new build on the A30 motherboard. I'm aware the thermistor on the bed supports currently only 125 deg, but I intend to change it also in the future, I just need to be able to raise it also from menu until the IAR IDE trial expires
Any clues about how to change these values?
I've just wanted to update or at least modify my A30 firmware mostly because I can't set from the LCD menu Hot-tend temp at 300deg.
First please help me identify the HW version(Equipment model), because in Menu->Settings-> info, is written on A30
but in the firmware I see for example in : XZK_Configuration.h, there is a dependency
Code: Select all
#elif defined(BOARD_A30M_Pro_S)
#include "Configuration_GTM32_Pro_A30M.h"
Code: Select all
#elif defined(BOARD_A30D_Pro_S)
#include "Configuration_GTM32_Pro_A30D.h"
Code: Select all
#elif defined(BOARD_A30M_Pro_S)
#include "Configuration_GTM32_Pro_A30M.h"
Code: Select all
#elif defined(BOARD_A30D_Pro_S)
#include "Configuration_GTM32_Pro_A30D.h".
Any clues about how to change these values?