Welcome! Log In Create A New Profile

Advanced

Marlin Error using RUMBA controller

Posted by alisonbelow 
Marlin Error using RUMBA controller
April 06, 2016 04:59PM
Running into problems with Marlin (first time user).

When I compile, I get these errors stemming from the language.h file (see below code).

In file included from sketch\Marlin.h:42:0,

                 from sketch\Marlin_main.cpp:35:

sketch\Marlin_main.cpp: In function 'void gcode_M115()':

language.h:102: error: expected ')' before 'DEFAULT_SOURCE_URL'

   #define SOURCE_CODE_URL DEFAULT_SOURCE_URL

                           ^

sketch\Marlin_main.cpp:4541:3: note: in expansion of macro 'SERIAL_PROTOCOLPGM'

   SERIAL_PROTOCOLPGM(MSG_M115_REPORT);

   ^

sketch\language.h:146:112: note: in expansion of macro 'SOURCE_CODE_URL'

 #define MSG_M115_REPORT                     "FIRMWARE_NAME:Marlin " DETAILED_BUILD_VERSION " SOURCE_CODE_URL:" SOURCE_CODE_URL " PROTOCOL_VERSION:" PROTOCOL_VERSION " MACHINE_TYPE:" MACHINE_NAME " EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS) " UUID:" MACHINE_UUID "\n"

                                                                                                                ^

sketch\Marlin_main.cpp:4541:22: note: in expansion of macro 'MSG_M115_REPORT'

   SERIAL_PROTOCOLPGM(MSG_M115_REPORT);

                      ^

exit status 1
expected ')' before 'DEFAULT_SOURCE_URL'


I am uncertain why as I did not write anything in the language.h file that would cause these errors. Is it a bug in the Marlin firmware? Thank you!
Re: Marlin Error using RUMBA controller
May 03, 2016 05:24PM
Hey,

I am having the same issue and was wondering if you found a way to fix it. I am building a delta style printer and need to get it finished.

Thanks,
Eclispe
Sorry, only registered users may post in this forum.

Click here to login