Hello.
I wanted to update the firmware on my Tronxy X3 (Melzi 2.0 board with Atmega1284p) to 1.0.4 repetier version (the current one is the one that came with the printer v0.91).
I need this update in order to have auto leveling, but when I try to upload I get the errors below, can anyone help me with this ? (Configuration.h file here https://pastebin.com/MTCFRtjg)
fastio.h:35:7: error: 'DIOUI_DISPLAY_RS_PIN_WPORT' was not declared in this scope
DIO#
#IO#
#WPORT &= MASK(DIO##IO#
#PIN); <br/>^
sketch\fastio.h:66:22: note: in expansion of macro 'WRITE'
#define WRITE(IO, v)
WRITE(IO, v)
^
sketch\ui.cpp:531:5: note: in expansion of macro 'WRITE'
WRITE(UI_DISPLAY_RS_PIN, LOW);
^
fastio.h:35:32: error: 'DIOUI_DISPLAY_RS_PIN_PIN' was not declared in this scope
DIO##IO#
#_WPORT &=
MASK(DIO#
#IO#
#_PIN); <br/>^
sketch\fastio.h:18:25: note: in definition of macro 'MASK'
#define MASK(PIN) (1 << PIN)
^
sketch\fastio.h:66:22: note: in expansion of macro '_WRITE'
#define WRITE(IO, v) _WRITE(IO, v)
^
sketch\ui.cpp:531:5: note: in expansion of macro 'WRITE'
WRITE(UI_DISPLAY_RS_PIN, LOW);
^
exit status 1
'DIOUI_BUTTON_OK_DDR' was not declared in this scope