You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed Arduino 1.6.5 and the current version of the Marlin project. But unfortunately no success with the compiler.
Maybe somthing missing or not properly configured?
I would be glad to get any hint. Thanks!
The compiler stops with the error message:
In file included from Marlin_main.cpp:30:0: Marlin_main.cpp: In function 'void process_commands()': Marlin_main.cpp:2785: error: 'X_MIN_ENDSTOP_INVERTING' was not declared in this scope SERIAL_PROTOCOLLN(((READ(X_MIN_PIN)^X_MIN_ENDSTOP_INVERTING)?MSG_ENDSTOP_HIT:MSG_ENDSTOP_OPEN)); ^ Marlin.h:65:46: note: in definition of macro 'SERIAL_PROTOCOLLN' #define SERIAL_PROTOCOLLN(x) (MYSERIAL.print(x),MYSERIAL.write('\n'))
The text was updated successfully, but these errors were encountered:
I have installed Arduino 1.6.5 and the current version of the Marlin project. But unfortunately no success with the compiler.
Maybe somthing missing or not properly configured?
I would be glad to get any hint. Thanks!
The compiler stops with the error message:
In file included from Marlin_main.cpp:30:0: Marlin_main.cpp: In function 'void process_commands()': Marlin_main.cpp:2785: error: 'X_MIN_ENDSTOP_INVERTING' was not declared in this scope SERIAL_PROTOCOLLN(((READ(X_MIN_PIN)^X_MIN_ENDSTOP_INVERTING)?MSG_ENDSTOP_HIT:MSG_ENDSTOP_OPEN)); ^ Marlin.h:65:46: note: in definition of macro 'SERIAL_PROTOCOLLN' #define SERIAL_PROTOCOLLN(x) (MYSERIAL.print(x),MYSERIAL.write('\n'))
The text was updated successfully, but these errors were encountered: