OK, proceeding anywayā¦
I downloaded Marlin from here:
https://github.com/MarlinFirmware/Marlin
Then replace the following files from https://code.alephobjects.com/diffusion ⦠el/Marlin/
added or replaced in the Marlin dir:
Conditionals_Lulzbot.h
Configuration.h
Configuration_adv.h
Configuration_Lulzbot.h
_Bootscreen.h
The only thing I edited within Arduino with the āConfiguration_LulzBot.hā like the following:
#define LULZBOT_Juniper_TAZ5
#define TOOLHEAD_Tilapia_SingleExtruder
I then ran Verify and it did complete compiling the sketch but had 43 errors " ~warning: extra tokens at end of #else directive"
Is the āextra tokenā (LULZBOT_IS_MINI) should be removed, or perhaps an error in the Conditionals_Lulzbot.h ?
I am pretty sure it has nothing to do the head, I usually have the āFlexyStuder head installedā
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\G26_Mesh_Validation_Tool.cpp:27:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\I2CPositionEncoder.cpp:31:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\M100_Free_Mem_Chk.cpp:51:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from C:\Users\fever\Desktop\Marlin-1.1.x\TAZ5\Marlin-1.1.x\Marlin\Marlin.ino:31:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\MarlinSerial.cpp:35:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\Marlin.h:36,
from sketch\Marlin_main.cpp:244:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\Max7219_Debug_LEDs.cpp:52:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\Marlin.h:36,
from sketch\Sd2Card.cpp:29:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\Marlin.h:36,
from sketch\SdBaseFile.cpp:30:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\Marlin.h:36,
from sketch\SdFatUtil.cpp:29:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\Marlin.h:36,
from sketch\SdFile.cpp:29:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\Marlin.h:36,
from sketch\SdVolume.cpp:29:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\Marlin.h:36,
from sketch\blinkm.cpp:28:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\cardreader.h:26,
from sketch\cardreader.cpp:23:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\configuration_store.h:26,
from sketch\configuration_store.cpp:176:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\dac_mcp4728.h:30,
from sketch\dac_mcp4728.cpp:33:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\digipot_mcp4018.cpp:23:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\digipot_mcp4451.cpp:23:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\Marlin.h:36,
from sketch\endstops.cpp:27:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\enum.h:26,
from sketch\gcode.h:32,
from sketch\gcode.cpp:27:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\Marlin.h:36,
from sketch\hex_print_routines.cpp:22:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\least_squares_fit.cpp:35:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\Marlin.h:36,
from sketch\mesh_bed_leveling.h:23,
from sketch\mesh_bed_leveling.cpp:23:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\Marlin.h:36,
from sketch\nozzle.h:26,
from sketch\nozzle.cpp:1:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\pca9632.cpp:28:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\enum.h:26,
from sketch\planner.h:36,
from sketch\planner.cpp:61:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\Marlin.h:36,
from sketch\planner_bezier.cpp:30:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\Marlin.h:36,
from sketch\printcounter.cpp:23:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\serial.h:26,
from sketch\serial.cpp:23:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\servo.cpp:53:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\Marlin.h:36,
from sketch\stepper.cpp:47:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\Marlin.h:36,
from sketch\stepper_dac.cpp:44:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\stepper_indirection.h:47,
from sketch\stepper_indirection.cpp:34:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\Marlin.h:36,
from sketch\stopwatch.cpp:23:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\Marlin.h:36,
from sketch\temperature.cpp:27:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\Marlin.h:36,
from sketch\twibus.cpp:23:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\Marlin.h:36,
from sketch\ubl.cpp:23:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\ubl_G29.cpp:23:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\ubl_motion.cpp:22:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\ultralcd.cpp:23:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\Marlin.h:36,
from sketch\utility.cpp:23:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\Marlin.h:36,
from sketch\vector_3.cpp:42:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
In file included from sketch\Configuration.h:24:0,
from sketch\MarlinConfig.h:30,
from sketch\Marlin.h:36,
from sketch\watchdog.cpp:23:
sketch\Conditionals_LulzBot.h:1369:7: warning: extra tokens at end of #else directive
#else defined(LULZBOT_IS_MINI)
^
Sketch uses 129268 bytes (50%) of program storage space. Maximum is 253952 bytes.
Global variables use 4706 bytes (57%) of dynamic memory, leaving 3486 bytes for local variables. Maximum is 8192 bytes.