A30 HW version identification Firmware related

Post Reply
sethcris
Posts: 2
Joined: Thu Apr 18, 2019 10:54 pm

A30 HW version identification Firmware related

Post by sethcris » 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

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".
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 :D

Any clues about how to change these values?

sethcris
Posts: 2
Joined: Thu Apr 18, 2019 10:54 pm

Re: A30 HW version identification Firmware related

Post by sethcris » Thu Apr 18, 2019 11:25 pm

Another important mood temperature related,but this I cannot find it:

CANCEL the bed temperature OFF, during PAUSE .

Reason is if you need to pause the print, bed will cool down, and the partially printed part will loose adhesion on the bed, or even worse , move away , so if resuming print, there will be no part on the bed to resume on .
Same scenario if the filament ran out , sensor will put printer on pause, but the part will be compromised, because bed turns off. :|

Post Reply