MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.03k stars 19.13k forks source link

Cant build bugfix 2.0.6 for SKR 1.3 architecture LPC1768 #18601

Closed EJtechandDiy closed 4 years ago

EJtechandDiy commented 4 years ago

Before anything thank you for taking off your time to help me with this.

Bug Description

My Configurations

Required: Please include a ZIP file containing your Configuration.h and Configuration_adv.h files.

Steps to Reproduce

  1. [On vscode select PlatformIO]
  2. [In project task select env:LPC1768]
  3. [Press build and there you will see how it fails after 44 secconds]

Expected behavior: [succeeded]

Actual behavior: [1 failed]

Additional Information

Log Output ``` 3284 | #define I2CPE_ENC_1_TICKS_UNIT 2048 // 1024 for magnetic strips with 2mm poles; 2048 for \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2082:46: warning: multi-line comment [-Wcomment] 2082 | #define PAUSE_PARK_RETRACT_LENGTH 2 // (mm) Initial retract. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2086:46: warning: multi-line comment [-Wcomment] 2086 | #define FILAMENT_CHANGE_UNLOAD_LENGTH 100 // (mm) The length of filament for a complete unload. \ | ^ Compiling .pio\build\LPC1768\src\src\gcode\bedlevel\abl\M421.cpp.o Marlin\src\feature\../inc/../../Configuration_adv.h:3291:51: warning: multi-line comment [-Wcomment] 3291 | #define I2CPE_ENC_1_EC_THRESH 0.10 // Threshold size for error (in mm) above which the \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2091:46: warning: multi-line comment [-Wcomment] 2091 | #define FILAMENT_CHANGE_SLOW_LOAD_LENGTH 0 // (mm) Slow length, to allow time to insert material. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2095:46: warning: multi-line comment [-Wcomment] Compiling .pio\build\LPC1768\src\src\gcode\bedlevel\mbl\G29.cpp.o 2095 | #define FILAMENT_CHANGE_FAST_LOAD_LENGTH 0 // (mm) Load length of filament, from extruder gear to nozzle. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2100:41: warning: multi-line comment [-Wcomment] 2100 | #define ADVANCED_PAUSE_PURGE_LENGTH 50 // (mm) Length to extrude after loading. \ | ^ Marlin\src\feature\../inc/../../Configuration_adv.h:3325:34: warning: multi-line comment [-Wcomment] 3325 | #define I2CPE_TIME_TRUSTED 10000 // After an encoder fault, there must be no further fault \ | ^ Marlin\src\feature\../inc/../../Configuration_adv.h:3385:32: warning: multi-line comment [-Wcomment] 3385 | #define MAX7219_ROTATE 0 // Rotate the display clockwise (in multiples of +/- 90°) \ | ^ Marlin\src\feature\../inc/../../Configuration_adv.h:3398:39: warning: multi-line comment [-Wcomment] 3398 | #define MAX7219_DEBUG_PLANNER_QUEUE 0 // Show the current planner queue depth on this and the next LED matrix row \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2614:29: warning: multi-line comment [-Wcomment] 2614 | #define X_OVERCURRENT 2000 // (mA) Current where the driver detects an over current \ | ^ Marlin\src\feature\touch\../../inc/../../Configuration_adv.h:2614:29: warning: multi-line comment [-Wcomment] 2614 | #define X_OVERCURRENT 2000 // (mA) Current where the driver detects an over current \ | ^ Marlin\src\feature\touch\../../inc/../../Configuration_adv.h:2617:29: warning: multi-line comment [-Wcomment] 2617 | #define X_STALLCURRENT 1500 // (mA) Current where the driver detects a stall (VALID: 31.25 * (1-128) - 4A max - rounds down) \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2617:29: warning: multi-line comment [-Wcomment] 2617 | #define X_STALLCURRENT 1500 // (mA) Current where the driver detects a stall (VALID: 31.25 * (1-128) - 4A max - rounds down) \ | ^ Marlin\src\feature\touch\../../inc/../../Configuration_adv.h:3277:29: warning: multi-line comment [-Wcomment] 3277 | #define I2CPE_ENCODER_CNT 1 // The number of encoders installed; max of 5 \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3277:29: warning: multi-line comment [-Wcomment] 3277 | #define I2CPE_ENCODER_CNT 1 // The number of encoders installed; max of 5 \ | ^ Marlin\src\feature\touch\../../inc/../../Configuration_adv.h:3282:48: warning: multi-line comment [-Wcomment] 3282 | #define I2CPE_ENC_1_TYPE I2CPE_ENC_TYPE_LINEAR // Type of encoder: I2CPE_ENC_TYPE_LINEAR -or- \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3282:48: warning: multi-line comment [-Wcomment] 3282 | #define I2CPE_ENC_1_TYPE I2CPE_ENC_TYPE_LINEAR // Type of encoder: I2CPE_ENC_TYPE_LINEAR -or- \ | ^ Marlin\src\feature\touch\../../inc/../../Configuration_adv.h:3284:48: warning: multi-line comment [-Wcomment] 3284 | #define I2CPE_ENC_1_TICKS_UNIT 2048 // 1024 for magnetic strips with 2mm poles; 2048 for \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3284:48: warning: multi-line comment [-Wcomment] Compiling .pio\build\LPC1768\src\src\gcode\bedlevel\mbl\M421.cpp.o 3284 | #define I2CPE_ENC_1_TICKS_UNIT 2048 // 1024 for magnetic strips with 2mm poles; 2048 for \ | ^ Marlin\src\feature\touch\../../inc/../../Configuration_adv.h:3291:51: warning: multi-line comment [-Wcomment] 3291 | #define I2CPE_ENC_1_EC_THRESH 0.10 // Threshold size for error (in mm) above which the \ | ^ Marlin\src\feature\touch\../../inc/../../Configuration_adv.h:3325:34: warning: multi-line comment [-Wcomment] 3325 | #define I2CPE_TIME_TRUSTED 10000 // After an encoder fault, there must be no further fault \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3291:51: warning: multi-line comment [-Wcomment] 3291 | #define I2CPE_ENC_1_EC_THRESH 0.10 // Threshold size for error (in mm) above which the \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3325:34: warning: multi-line comment [-Wcomment] 3325 | #define I2CPE_TIME_TRUSTED 10000 // After an encoder fault, there must be no further fault \ | ^ Marlin\src\feature\touch\../../inc/../../Configuration_adv.h:3385:32: warning: multi-line comment [-Wcomment] 3385 | #define MAX7219_ROTATE 0 // Rotate the display clockwise (in multiples of +/- 90°) \ | ^ Marlin\src\feature\touch\../../inc/../../Configuration_adv.h:3398:39: warning: multi-line comment [-Wcomment] 3398 | #define MAX7219_DEBUG_PLANNER_QUEUE 0 // Show the current planner queue depth on this and the next LED matrix row \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3385:32: warning: multi-line comment [-Wcomment] 3385 | #define MAX7219_ROTATE 0 // Rotate the display clockwise (in multiples of +/- 90°) \ | ^ In file included from Marlin\src\gcode\bedlevel\../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\bedlevel\../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\G35.cpp:23: Marlin\src\gcode\bedlevel\../../inc/../../Configuration.h:579:33: warning: multi-line comment [-Wcomment] 579 | #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3398:39: warning: multi-line comment [-Wcomment] 3398 | #define MAX7219_DEBUG_PLANNER_QUEUE 0 // Show the current planner queue depth on this and the next LED matrix row \ | ^ In file included from Marlin\src\gcode\bedlevel\../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\bedlevel\../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\G35.cpp:23: Marlin\src\gcode\bedlevel\../../inc/../../Configuration.h:855:37: warning: multi-line comment [-Wcomment] 855 | #define JD_HANDLE_SMALL_SEGMENTS // Use curvature estimation instead of just the junction angle \ | ^ In file included from Marlin\src\gcode\bedlevel\../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\bedlevel\../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\G42.cpp:23: Marlin\src\gcode\bedlevel\../../inc/../../Configuration.h:579:33: warning: multi-line comment [-Wcomment] 579 | #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature \ | ^ In file included from Marlin\src\gcode\bedlevel\../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\bedlevel\../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\G42.cpp:23: Marlin\src\gcode\bedlevel\../../inc/../../Configuration.h:855:37: warning: multi-line comment [-Wcomment] 855 | #define JD_HANDLE_SMALL_SEGMENTS // Use curvature estimation instead of just the junction angle \ | ^ In file included from Marlin\src\gcode\bedlevel\../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\bedlevel\../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\M420.cpp:23: Marlin\src\gcode\bedlevel\../../inc/../../Configuration.h:579:33: warning: multi-line comment [-Wcomment] 579 | #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature \ | ^ In file included from Marlin\src\gcode\bedlevel\../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\bedlevel\../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\M420.cpp:23: Marlin\src\gcode\bedlevel\../../inc/../../Configuration.h:855:37: warning: multi-line comment [-Wcomment] 855 | #define JD_HANDLE_SMALL_SEGMENTS // Use curvature estimation instead of just the junction angle \ | ^ In file included from Marlin\src\gcode\bedlevel\abl\../../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\bedlevel\abl\../../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\abl\G29.cpp:27: c:\users\eugenio\documents\github\marlin\marlin\configuration.h:579:33: warning: multi-line comment [-Wcomment] 579 | #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature \ | ^ In file included from Marlin\src\gcode\bedlevel\abl\../../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\bedlevel\abl\../../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\abl\G29.cpp:27: c:\users\eugenio\documents\github\marlin\marlin\configuration.h:855:37: warning: multi-line comment [-Wcomment] 855 | #define JD_HANDLE_SMALL_SEGMENTS // Use curvature estimation instead of just the junction angle \ | ^ In file included from Marlin\src\gcode\bedlevel\abl\../../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\bedlevel\abl\../../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\abl\M421.cpp:27: c:\users\eugenio\documents\github\marlin\marlin\configuration.h:579:33: warning: multi-line comment [-Wcomment] 579 | #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature \ | ^ In file included from Marlin\src\gcode\bedlevel\mbl\../../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\bedlevel\mbl\../../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\mbl\G29.cpp:27: c:\users\eugenio\documents\github\marlin\marlin\configuration.h:579:33: warning: multi-line comment [-Wcomment] 579 | #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature \ | ^ In file included from Marlin\src\gcode\bedlevel\abl\../../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\bedlevel\abl\../../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\abl\M421.cpp:27: c:\users\eugenio\documents\github\marlin\marlin\configuration.h:855:37: warning: multi-line comment [-Wcomment] 855 | #define JD_HANDLE_SMALL_SEGMENTS // Use curvature estimation instead of just the junction angle \ | ^ In file included from Marlin\src\gcode\bedlevel\mbl\../../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\bedlevel\mbl\../../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\mbl\G29.cpp:27: c:\users\eugenio\documents\github\marlin\marlin\configuration.h:855:37: warning: multi-line comment [-Wcomment] 855 | #define JD_HANDLE_SMALL_SEGMENTS // Use curvature estimation instead of just the junction angle \ | ^ In file included from Marlin\src\gcode\bedlevel\../../inc/MarlinConfigPre.h:51, from Marlin\src\gcode\bedlevel\../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\G35.cpp:23: Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:1230:34: warning: multi-line comment [-Wcomment] 1230 | #define SDSORT_CACHE_VFATS 2 // Maximum number of 13-byte VFAT entries to use for sorting. \ | ^ In file included from Marlin\src\gcode\bedlevel\mbl\../../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\bedlevel\mbl\../../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\mbl\M421.cpp:27: c:\users\eugenio\documents\github\marlin\marlin\configuration.h:579:33: warning: multi-line comment [-Wcomment] 579 | #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature \ | ^ In file included from Marlin\src\gcode\bedlevel\mbl\../../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\bedlevel\mbl\../../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\mbl\M421.cpp:27: c:\users\eugenio\documents\github\marlin\marlin\configuration.h:855:37: warning: multi-line comment [-Wcomment] 855 | #define JD_HANDLE_SMALL_SEGMENTS // Use curvature estimation instead of just the junction angle \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:1598:39: warning: multi-line comment [-Wcomment] 1598 | #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2082:46: warning: multi-line comment [-Wcomment] 2082 | #define PAUSE_PARK_RETRACT_LENGTH 2 // (mm) Initial retract. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2086:46: warning: multi-line comment [-Wcomment] 2086 | #define FILAMENT_CHANGE_UNLOAD_LENGTH 100 // (mm) The length of filament for a complete unload. \ | ^ In file included from Marlin\src\gcode\bedlevel\../../inc/MarlinConfigPre.h:51, from Marlin\src\gcode\bedlevel\../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\M420.cpp:23: Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:1230:34: warning: multi-line comment [-Wcomment] 1230 | #define SDSORT_CACHE_VFATS 2 // Maximum number of 13-byte VFAT entries to use for sorting. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2091:46: warning: multi-line comment [-Wcomment] 2091 | #define FILAMENT_CHANGE_SLOW_LOAD_LENGTH 0 // (mm) Slow length, to allow time to insert material. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2095:46: warning: multi-line comment [-Wcomment] 2095 | #define FILAMENT_CHANGE_FAST_LOAD_LENGTH 0 // (mm) Load length of filament, from extruder gear to nozzle. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2100:41: warning: multi-line comment [-Wcomment] 2100 | #define ADVANCED_PAUSE_PURGE_LENGTH 50 // (mm) Length to extrude after loading. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:1598:39: warning: multi-line comment [-Wcomment] 1598 | #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds. \ | ^ In file included from Marlin\src\gcode\bedlevel\../../inc/MarlinConfigPre.h:51, from Marlin\src\gcode\bedlevel\../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\G42.cpp:23: Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:1230:34: warning: multi-line comment [-Wcomment] 1230 | #define SDSORT_CACHE_VFATS 2 // Maximum number of 13-byte VFAT entries to use for sorting. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2082:46: warning: multi-line comment [-Wcomment] 2082 | #define PAUSE_PARK_RETRACT_LENGTH 2 // (mm) Initial retract. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2086:46: warning: multi-line comment [-Wcomment] 2086 | #define FILAMENT_CHANGE_UNLOAD_LENGTH 100 // (mm) The length of filament for a complete unload. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:1598:39: warning: multi-line comment [-Wcomment] 1598 | #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2091:46: warning: multi-line comment [-Wcomment] 2091 | #define FILAMENT_CHANGE_SLOW_LOAD_LENGTH 0 // (mm) Slow length, to allow time to insert material. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2095:46: warning: multi-line comment [-Wcomment] 2095 | #define FILAMENT_CHANGE_FAST_LOAD_LENGTH 0 // (mm) Load length of filament, from extruder gear to nozzle. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2100:41: warning: multi-line comment [-Wcomment] 2100 | #define ADVANCED_PAUSE_PURGE_LENGTH 50 // (mm) Length to extrude after loading. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2082:46: warning: multi-line comment [-Wcomment] 2082 | #define PAUSE_PARK_RETRACT_LENGTH 2 // (mm) Initial retract. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2086:46: warning: multi-line comment [-Wcomment] 2086 | #define FILAMENT_CHANGE_UNLOAD_LENGTH 100 // (mm) The length of filament for a complete unload. \ | ^ In file included from Marlin\src\gcode\bedlevel\mbl\../../../inc/MarlinConfigPre.h:51, from Marlin\src\gcode\bedlevel\mbl\../../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\mbl\G29.cpp:27: c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:1230:34: warning: multi-line comment [-Wcomment] 1230 | #define SDSORT_CACHE_VFATS 2 // Maximum number of 13-byte VFAT entries to use for sorting. \ | ^ In file included from Marlin\src\gcode\bedlevel\mbl\../../../inc/MarlinConfigPre.h:51, from Marlin\src\gcode\bedlevel\mbl\../../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\mbl\M421.cpp:27: c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:1230:34: warning: multi-line comment [-Wcomment] 1230 | #define SDSORT_CACHE_VFATS 2 // Maximum number of 13-byte VFAT entries to use for sorting. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2091:46: warning: multi-line comment [-Wcomment] 2091 | #define FILAMENT_CHANGE_SLOW_LOAD_LENGTH 0 // (mm) Slow length, to allow time to insert material. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2095:46: warning: multi-line comment [-Wcomment] 2095 | #define FILAMENT_CHANGE_FAST_LOAD_LENGTH 0 // (mm) Load length of filament, from extruder gear to nozzle. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2100:41: warning: multi-line comment [-Wcomment] 2100 | #define ADVANCED_PAUSE_PURGE_LENGTH 50 // (mm) Length to extrude after loading. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:1598:39: warning: multi-line comment [-Wcomment] 1598 | #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:1598:39: warning: multi-line comment [-Wcomment] 1598 | #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds. \ | ^ In file included from Marlin\src\gcode\bedlevel\abl\../../../inc/MarlinConfigPre.h:51, from Marlin\src\gcode\bedlevel\abl\../../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\abl\M421.cpp:27: c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:1230:34: warning: multi-line comment [-Wcomment] 1230 | #define SDSORT_CACHE_VFATS 2 // Maximum number of 13-byte VFAT entries to use for sorting. \ | ^ In file included from Marlin\src\gcode\bedlevel\abl\../../../inc/MarlinConfigPre.h:51, from Marlin\src\gcode\bedlevel\abl\../../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\abl\G29.cpp:27: c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:1230:34: warning: multi-line comment [-Wcomment] 1230 | #define SDSORT_CACHE_VFATS 2 // Maximum number of 13-byte VFAT entries to use for sorting. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2082:46: warning: multi-line comment [-Wcomment] 2082 | #define PAUSE_PARK_RETRACT_LENGTH 2 // (mm) Initial retract. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2082:46: warning: multi-line comment [-Wcomment] 2082 | #define PAUSE_PARK_RETRACT_LENGTH 2 // (mm) Initial retract. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2086:46: warning: multi-line comment [-Wcomment] 2086 | #define FILAMENT_CHANGE_UNLOAD_LENGTH 100 // (mm) The length of filament for a complete unload. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2614:29: warning: multi-line comment [-Wcomment] 2614 | #define X_OVERCURRENT 2000 // (mA) Current where the driver detects an over current \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2091:46: warning: multi-line comment [-Wcomment] 2091 | #define FILAMENT_CHANGE_SLOW_LOAD_LENGTH 0 // (mm) Slow length, to allow time to insert material. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2617:29: warning: multi-line comment [-Wcomment] 2617 | #define X_STALLCURRENT 1500 // (mA) Current where the driver detects a stall (VALID: 31.25 * (1-128) - 4A max - rounds down) \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2095:46: warning: multi-line comment [-Wcomment] 2095 | #define FILAMENT_CHANGE_FAST_LOAD_LENGTH 0 // (mm) Load length of filament, from extruder gear to nozzle. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2100:41: warning: multi-line comment [-Wcomment] 2100 | #define ADVANCED_PAUSE_PURGE_LENGTH 50 // (mm) Length to extrude after loading. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3277:29: warning: multi-line comment [-Wcomment] 3277 | #define I2CPE_ENCODER_CNT 1 // The number of encoders installed; max of 5 \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3282:48: warning: multi-line comment [-Wcomment] 3282 | #define I2CPE_ENC_1_TYPE I2CPE_ENC_TYPE_LINEAR // Type of encoder: I2CPE_ENC_TYPE_LINEAR -or- \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2614:29: warning: multi-line comment [-Wcomment] 2614 | #define X_OVERCURRENT 2000 // (mA) Current where the driver detects an over current \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3284:48: warning: multi-line comment [-Wcomment] 3284 | #define I2CPE_ENC_1_TICKS_UNIT 2048 // 1024 for magnetic strips with 2mm poles; 2048 for \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2617:29: warning: multi-line comment [-Wcomment] 2617 | #define X_STALLCURRENT 1500 // (mA) Current where the driver detects a stall (VALID: 31.25 * (1-128) - 4A max - rounds down) \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3291:51: warning: multi-line comment [-Wcomment] 3291 | #define I2CPE_ENC_1_EC_THRESH 0.10 // Threshold size for error (in mm) above which the \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2086:46: warning: multi-line comment [-Wcomment] 2086 | #define FILAMENT_CHANGE_UNLOAD_LENGTH 100 // (mm) The length of filament for a complete unload. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3325:34: warning: multi-line comment [-Wcomment] 3325 | #define I2CPE_TIME_TRUSTED 10000 // After an encoder fault, there must be no further fault \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2091:46: warning: multi-line comment [-Wcomment] 2091 | #define FILAMENT_CHANGE_SLOW_LOAD_LENGTH 0 // (mm) Slow length, to allow time to insert material. \ Compiling .pio\build\LPC1768\src\src\gcode\bedlevel\ubl\G29.cpp.o | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2095:46: warning: multi-line comment [-Wcomment] 2095 | #define FILAMENT_CHANGE_FAST_LOAD_LENGTH 0 // (mm) Load length of filament, from extruder gear to nozzle. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3385:32: warning: multi-line comment [-Wcomment] 3385 | #define MAX7219_ROTATE 0 // Rotate the display clockwise (in multiples of +/- 90°) \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:1598:39: warning: multi-line comment [-Wcomment] 1598 | #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3398:39: warning: multi-line comment [-Wcomment] 3398 | #define MAX7219_DEBUG_PLANNER_QUEUE 0 // Show the current planner queue depth on this and the next LED matrix row \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2100:41: warning: multi-line comment [-Wcomment] 2100 | #define ADVANCED_PAUSE_PURGE_LENGTH 50 // (mm) Length to extrude after loading. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2082:46: warning: multi-line comment [-Wcomment] 2082 | #define PAUSE_PARK_RETRACT_LENGTH 2 // (mm) Initial retract. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2086:46: warning: multi-line comment [-Wcomment] 2086 | #define FILAMENT_CHANGE_UNLOAD_LENGTH 100 // (mm) The length of filament for a complete unload. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2091:46: warning: multi-line comment [-Wcomment] 2091 | #define FILAMENT_CHANGE_SLOW_LOAD_LENGTH 0 // (mm) Slow length, to allow time to insert material. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2095:46: warning: multi-line comment [-Wcomment] 2095 | #define FILAMENT_CHANGE_FAST_LOAD_LENGTH 0 // (mm) Load length of filament, from extruder gear to nozzle. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2100:41: warning: multi-line comment [-Wcomment] 2100 | #define ADVANCED_PAUSE_PURGE_LENGTH 50 // (mm) Length to extrude after loading. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:1598:39: warning: multi-line comment [-Wcomment] 1598 | #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2082:46: warning: multi-line comment [-Wcomment] 2082 | #define PAUSE_PARK_RETRACT_LENGTH 2 // (mm) Initial retract. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2086:46: warning: multi-line comment [-Wcomment] 2086 | #define FILAMENT_CHANGE_UNLOAD_LENGTH 100 // (mm) The length of filament for a complete unload. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2091:46: warning: multi-line comment [-Wcomment] 2091 | #define FILAMENT_CHANGE_SLOW_LOAD_LENGTH 0 // (mm) Slow length, to allow time to insert material. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2095:46: warning: multi-line comment [-Wcomment] 2095 | #define FILAMENT_CHANGE_FAST_LOAD_LENGTH 0 // (mm) Load length of filament, from extruder gear to nozzle. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2100:41: warning: multi-line comment [-Wcomment] 2100 | #define ADVANCED_PAUSE_PURGE_LENGTH 50 // (mm) Length to extrude after loading. \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2614:29: warning: multi-line comment [-Wcomment] 2614 | #define X_OVERCURRENT 2000 // (mA) Current where the driver detects an over current \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:2617:29: warning: multi-line comment [-Wcomment] 2617 | #define X_STALLCURRENT 1500 // (mA) Current where the driver detects a stall (VALID: 31.25 * (1-128) - 4A max - rounds down) \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3277:29: warning: multi-line comment [-Wcomment] 3277 | #define I2CPE_ENCODER_CNT 1 // The number of encoders installed; max of 5 \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3282:48: warning: multi-line comment [-Wcomment] 3282 | #define I2CPE_ENC_1_TYPE I2CPE_ENC_TYPE_LINEAR // Type of encoder: I2CPE_ENC_TYPE_LINEAR -or- \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3284:48: warning: multi-line comment [-Wcomment] 3284 | #define I2CPE_ENC_1_TICKS_UNIT 2048 // 1024 for magnetic strips with 2mm poles; 2048 for \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3277:29: warning: multi-line comment [-Wcomment] 3277 | #define I2CPE_ENCODER_CNT 1 // The number of encoders installed; max of 5 \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3291:51: warning: multi-line comment [-Wcomment] 3291 | #define I2CPE_ENC_1_EC_THRESH 0.10 // Threshold size for error (in mm) above which the \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3325:34: warning: multi-line comment [-Wcomment] 3325 | #define I2CPE_TIME_TRUSTED 10000 // After an encoder fault, there must be no further fault \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3282:48: warning: multi-line comment [-Wcomment] 3282 | #define I2CPE_ENC_1_TYPE I2CPE_ENC_TYPE_LINEAR // Type of encoder: I2CPE_ENC_TYPE_LINEAR -or- \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3284:48: warning: multi-line comment [-Wcomment] 3284 | #define I2CPE_ENC_1_TICKS_UNIT 2048 // 1024 for magnetic strips with 2mm poles; 2048 for \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3385:32: warning: multi-line comment [-Wcomment] 3385 | #define MAX7219_ROTATE 0 // Rotate the display clockwise (in multiples of +/- 90°) \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3291:51: warning: multi-line comment [-Wcomment] 3291 | #define I2CPE_ENC_1_EC_THRESH 0.10 // Threshold size for error (in mm) above which the \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3398:39: warning: multi-line comment [-Wcomment] 3398 | #define MAX7219_DEBUG_PLANNER_QUEUE 0 // Show the current planner queue depth on this and the next LED matrix row \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3325:34: warning: multi-line comment [-Wcomment] 3325 | #define I2CPE_TIME_TRUSTED 10000 // After an encoder fault, there must be no further fault \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2614:29: warning: multi-line comment [-Wcomment] 2614 | #define X_OVERCURRENT 2000 // (mA) Current where the driver detects an over current \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2617:29: warning: multi-line comment [-Wcomment] 2617 | #define X_STALLCURRENT 1500 // (mA) Current where the driver detects a stall (VALID: 31.25 * (1-128) - 4A max - rounds down) \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2614:29: warning: multi-line comment [-Wcomment] 2614 | #define X_OVERCURRENT 2000 // (mA) Current where the driver detects an over current \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2614:29: warning: multi-line comment [-Wcomment] 2614 | #define X_OVERCURRENT 2000 // (mA) Current where the driver detects an over current \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2617:29: warning: multi-line comment [-Wcomment] 2617 | #define X_STALLCURRENT 1500 // (mA) Current where the driver detects a stall (VALID: 31.25 * (1-128) - 4A max - rounds down) \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3385:32: warning: multi-line comment [-Wcomment] 3385 | #define MAX7219_ROTATE 0 // Rotate the display clockwise (in multiples of +/- 90°) \ | ^ Marlin\src\gcode\bedlevel\../../inc/../../Configuration_adv.h:3398:39: warning: multi-line comment [-Wcomment] 3398 | #define MAX7219_DEBUG_PLANNER_QUEUE 0 // Show the current planner queue depth on this and the next LED matrix row \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3277:29: warning: multi-line comment [-Wcomment] 3277 | #define I2CPE_ENCODER_CNT 1 // The number of encoders installed; max of 5 \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3282:48: warning: multi-line comment [-Wcomment] 3282 | #define I2CPE_ENC_1_TYPE I2CPE_ENC_TYPE_LINEAR // Type of encoder: I2CPE_ENC_TYPE_LINEAR -or- \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3284:48: warning: multi-line comment [-Wcomment] 3284 | #define I2CPE_ENC_1_TICKS_UNIT 2048 // 1024 for magnetic strips with 2mm poles; 2048 for \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3291:51: warning: multi-line comment [-Wcomment] 3291 | #define I2CPE_ENC_1_EC_THRESH 0.10 // Threshold size for error (in mm) above which the \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3325:34: warning: multi-line comment [-Wcomment] 3325 | #define I2CPE_TIME_TRUSTED 10000 // After an encoder fault, there must be no further fault \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3385:32: warning: multi-line comment [-Wcomment] 3385 | #define MAX7219_ROTATE 0 // Rotate the display clockwise (in multiples of +/- 90°) \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3277:29: warning: multi-line comment [-Wcomment] 3277 | #define I2CPE_ENCODER_CNT 1 // The number of encoders installed; max of 5 \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3398:39: warning: multi-line comment [-Wcomment] 3398 | #define MAX7219_DEBUG_PLANNER_QUEUE 0 // Show the current planner queue depth on this and the next LED matrix row \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3282:48: warning: multi-line comment [-Wcomment] 3282 | #define I2CPE_ENC_1_TYPE I2CPE_ENC_TYPE_LINEAR // Type of encoder: I2CPE_ENC_TYPE_LINEAR -or- \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3284:48: warning: multi-line comment [-Wcomment] 3284 | #define I2CPE_ENC_1_TICKS_UNIT 2048 // 1024 for magnetic strips with 2mm poles; 2048 for \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3291:51: warning: multi-line comment [-Wcomment] 3291 | #define I2CPE_ENC_1_EC_THRESH 0.10 // Threshold size for error (in mm) above which the \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2614:29: warning: multi-line comment [-Wcomment] 2614 | #define X_OVERCURRENT 2000 // (mA) Current where the driver detects an over current \ | ^ Compiling .pio\build\LPC1768\src\src\gcode\bedlevel\ubl\M421.cpp.o c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2617:29: warning: multi-line comment [-Wcomment] 2617 | #define X_STALLCURRENT 1500 // (mA) Current where the driver detects a stall (VALID: 31.25 * (1-128) - 4A max - rounds down) \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3325:34: warning: multi-line comment [-Wcomment] 3325 | #define I2CPE_TIME_TRUSTED 10000 // After an encoder fault, there must be no further fault \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3385:32: warning: multi-line comment [-Wcomment] 3385 | #define MAX7219_ROTATE 0 // Rotate the display clockwise (in multiples of +/- 90°) \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3398:39: warning: multi-line comment [-Wcomment] 3398 | #define MAX7219_DEBUG_PLANNER_QUEUE 0 // Show the current planner queue depth on this and the next LED matrix row \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3277:29: warning: multi-line comment [-Wcomment] 3277 | #define I2CPE_ENCODER_CNT 1 // The number of encoders installed; max of 5 \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3282:48: warning: multi-line comment [-Wcomment] 3282 | #define I2CPE_ENC_1_TYPE I2CPE_ENC_TYPE_LINEAR // Type of encoder: I2CPE_ENC_TYPE_LINEAR -or- \ Compiling .pio\build\LPC1768\src\src\gcode\calibrate\G28.cpp.o | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3284:48: warning: multi-line comment [-Wcomment] 3284 | #define I2CPE_ENC_1_TICKS_UNIT 2048 // 1024 for magnetic strips with 2mm poles; 2048 for \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3291:51: warning: multi-line comment [-Wcomment] 3291 | #define I2CPE_ENC_1_EC_THRESH 0.10 // Threshold size for error (in mm) above which the \ Compiling .pio\build\LPC1768\src\src\gcode\calibrate\G33.cpp.o | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3325:34: warning: multi-line comment [-Wcomment] 3325 | #define I2CPE_TIME_TRUSTED 10000 // After an encoder fault, there must be no further fault \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3385:32: warning: multi-line comment [-Wcomment] 3385 | #define MAX7219_ROTATE 0 // Rotate the display clockwise (in multiples of +/- 90°) \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3398:39: warning: multi-line comment [-Wcomment] Compiling .pio\build\LPC1768\src\src\gcode\calibrate\G34_M422.cpp.o 3398 | #define MAX7219_DEBUG_PLANNER_QUEUE 0 // Show the current planner queue depth on this and the next LED matrix row \ | ^ In file included from Marlin\src\gcode\bedlevel\ubl\../../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\bedlevel\ubl\../../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\ubl\G29.cpp:27: c:\users\eugenio\documents\github\marlin\marlin\configuration.h:579:33: warning: multi-line comment [-Wcomment] 579 | #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature \ | ^ In file included from Marlin\src\gcode\bedlevel\ubl\../../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\bedlevel\ubl\../../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\ubl\G29.cpp:27: c:\users\eugenio\documents\github\marlin\marlin\configuration.h:855:37: warning: multi-line comment [-Wcomment] 855 | #define JD_HANDLE_SMALL_SEGMENTS // Use curvature estimation instead of just the junction angle \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2617:29: warning: multi-line comment [-Wcomment] 2617 | #define X_STALLCURRENT 1500 // (mA) Current where the driver detects a stall (VALID: 31.25 * (1-128) - 4A max - rounds down) \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3277:29: warning: multi-line comment [-Wcomment] 3277 | #define I2CPE_ENCODER_CNT 1 // The number of encoders installed; max of 5 \ Compiling .pio\build\LPC1768\src\src\gcode\calibrate\G425.cpp.o | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3282:48: warning: multi-line comment [-Wcomment] 3282 | #define I2CPE_ENC_1_TYPE I2CPE_ENC_TYPE_LINEAR // Type of encoder: I2CPE_ENC_TYPE_LINEAR -or- \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3284:48: warning: multi-line comment [-Wcomment] 3284 | #define I2CPE_ENC_1_TICKS_UNIT 2048 // 1024 for magnetic strips with 2mm poles; 2048 for \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3291:51: warning: multi-line comment [-Wcomment] 3291 | #define I2CPE_ENC_1_EC_THRESH 0.10 // Threshold size for error (in mm) above which the \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3325:34: warning: multi-line comment [-Wcomment] 3325 | #define I2CPE_TIME_TRUSTED 10000 // After an encoder fault, there must be no further fault \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3385:32: warning: multi-line comment [-Wcomment] 3385 | #define MAX7219_ROTATE 0 // Rotate the display clockwise (in multiples of +/- 90°) \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3398:39: warning: multi-line comment [-Wcomment] 3398 | #define MAX7219_DEBUG_PLANNER_QUEUE 0 // Show the current planner queue depth on this and the next LED matrix row \ | ^ In file included from Marlin\src\gcode\bedlevel\ubl\../../../inc/MarlinConfigPre.h:51, from Marlin\src\gcode\bedlevel\ubl\../../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\ubl\G29.cpp:27: c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:1230:34: warning: multi-line comment [-Wcomment] 1230 | #define SDSORT_CACHE_VFATS 2 // Maximum number of 13-byte VFAT entries to use for sorting. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:1598:39: warning: multi-line comment [-Wcomment] 1598 | #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2082:46: warning: multi-line comment [-Wcomment] 2082 | #define PAUSE_PARK_RETRACT_LENGTH 2 // (mm) Initial retract. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2086:46: warning: multi-line comment [-Wcomment] 2086 | #define FILAMENT_CHANGE_UNLOAD_LENGTH 100 // (mm) The length of filament for a complete unload. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2091:46: warning: multi-line comment [-Wcomment] 2091 | #define FILAMENT_CHANGE_SLOW_LOAD_LENGTH 0 // (mm) Slow length, to allow time to insert material. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2095:46: warning: multi-line comment [-Wcomment] 2095 | #define FILAMENT_CHANGE_FAST_LOAD_LENGTH 0 // (mm) Load length of filament, from extruder gear to nozzle. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2100:41: warning: multi-line comment [-Wcomment] 2100 | #define ADVANCED_PAUSE_PURGE_LENGTH 50 // (mm) Length to extrude after loading. \ | ^ In file included from Marlin\src\gcode\bedlevel\ubl\../../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\bedlevel\ubl\../../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\ubl\M421.cpp:27: c:\users\eugenio\documents\github\marlin\marlin\configuration.h:579:33: warning: multi-line comment [-Wcomment] 579 | #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature \ | ^ In file included from Marlin\src\gcode\calibrate\../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\calibrate\../../inc/MarlinConfig.h:28, from Marlin\src\gcode\calibrate\G28.cpp:23: Marlin\src\gcode\calibrate\../../inc/../../Configuration.h:579:33: warning: multi-line comment [-Wcomment] 579 | #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature \ | ^ In file included from Marlin\src\gcode\calibrate\../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\calibrate\../../inc/MarlinConfig.h:28, from Marlin\src\gcode\calibrate\G28.cpp:23: Marlin\src\gcode\calibrate\../../inc/../../Configuration.h:855:37: warning: multi-line comment [-Wcomment] 855 | #define JD_HANDLE_SMALL_SEGMENTS // Use curvature estimation instead of just the junction angle \ | ^ In file included from Marlin\src\gcode\bedlevel\ubl\../../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\bedlevel\ubl\../../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\ubl\M421.cpp:27: c:\users\eugenio\documents\github\marlin\marlin\configuration.h:855:37: warning: multi-line comment [-Wcomment] 855 | #define JD_HANDLE_SMALL_SEGMENTS // Use curvature estimation instead of just the junction angle \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2614:29: warning: multi-line comment [-Wcomment] 2614 | #define X_OVERCURRENT 2000 // (mA) Current where the driver detects an over current \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2617:29: warning: multi-line comment [-Wcomment] 2617 | #define X_STALLCURRENT 1500 // (mA) Current where the driver detects a stall (VALID: 31.25 * (1-128) - 4A max - rounds down) \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3277:29: warning: multi-line comment [-Wcomment] 3277 | #define I2CPE_ENCODER_CNT 1 // The number of encoders installed; max of 5 \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3282:48: warning: multi-line comment [-Wcomment] 3282 | #define I2CPE_ENC_1_TYPE I2CPE_ENC_TYPE_LINEAR // Type of encoder: I2CPE_ENC_TYPE_LINEAR -or- \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3284:48: warning: multi-line comment [-Wcomment] 3284 | #define I2CPE_ENC_1_TICKS_UNIT 2048 // 1024 for magnetic strips with 2mm poles; 2048 for \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3291:51: warning: multi-line comment [-Wcomment] 3291 | #define I2CPE_ENC_1_EC_THRESH 0.10 // Threshold size for error (in mm) above which the \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3325:34: warning: multi-line comment [-Wcomment] 3325 | #define I2CPE_TIME_TRUSTED 10000 // After an encoder fault, there must be no further fault \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3385:32: warning: multi-line comment [-Wcomment] 3385 | #define MAX7219_ROTATE 0 // Rotate the display clockwise (in multiples of +/- 90°) \ | ^ In file included from Marlin\src\gcode\calibrate\../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\calibrate\../../inc/MarlinConfig.h:28, from Marlin\src\gcode\calibrate\G33.cpp:23: Marlin\src\gcode\calibrate\../../inc/../../Configuration.h:579:33: warning: multi-line comment [-Wcomment] 579 | #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature \ | ^ In file included from Marlin\src\gcode\calibrate\../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\calibrate\../../inc/MarlinConfig.h:28, from Marlin\src\gcode\calibrate\G34_M422.cpp:23: Marlin\src\gcode\calibrate\../../inc/../../Configuration.h:579:33: warning: multi-line comment [-Wcomment] 579 | #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature \ | ^ In file included from Marlin\src\gcode\bedlevel\abl\../../../inc/MarlinConfig.h:47, from Marlin\src\gcode\bedlevel\abl\G29.cpp:27: Marlin\src\gcode\bedlevel\abl\G29.cpp: In static member function 'static void GcodeSuite::G29()': Marlin\src\gcode\bedlevel\abl\G29.cpp:646:91: error: 'abl_points' was not declared in this scope 646 | if (verbose_level) SERIAL_ECHOLNPAIR("Probing mesh point ", int(pt_index), "/", abl_points, "."); | ^~~~~~~~~~ Marlin\src\gcode\bedlevel\abl\../../../inc/../core/serial.h:111:57: note: in definition of macro '_SEP_2' 111 | #define _SEP_2(PRE,V) serial_echopair_PGM(PSTR(PRE),V) | ^ Marlin\src\gcode\bedlevel\abl\../../../inc/../core/serial.h:174:45: note: in expansion of macro '_SELP_3' 174 | #define _SELP_5(a,b,V...) do{ _SEP_2(a,b); _SELP_3(V); }while(0) | ^~~~~~~ Marlin\src\gcode\bedlevel\abl\../../../inc/../core/serial.h:168:28: note: in expansion of macro '_SELP_5' 168 | #define __SELP_N(N,V...) _SELP_##N(V) | ^~~~~~ Marlin\src\gcode\bedlevel\abl\../../../inc/../core/serial.h:169:28: note: in expansion of macro '__SELP_N' 169 | #define _SELP_N(N,V...) __SELP_N(N,V) | ^~~~~~~~ Marlin\src\gcode\bedlevel\abl\../../../inc/../core/serial.h:201:33: note: in expansion of macro '_SELP_N' 201 | #define SERIAL_ECHOLNPAIR(V...) _SELP_N(NUM_ARGS(V),V) | ^~~~~~~ Marlin\src\gcode\bedlevel\abl\G29.cpp:646:30: note: in expansion of macro 'SERIAL_ECHOLNPAIR' 646 | if (verbose_level) SERIAL_ECHOLNPAIR("Probing mesh point ", int(pt_index), "/", abl_points, "."); | ^~~~~~~~~~~~~~~~~ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3398:39: warning: multi-line comment [-Wcomment] 3398 | #define MAX7219_DEBUG_PLANNER_QUEUE 0 // Show the current planner queue depth on this and the next LED matrix row \ | ^ In file included from Marlin\src\gcode\calibrate\../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\calibrate\../../inc/MarlinConfig.h:28, from Marlin\src\gcode\calibrate\G34_M422.cpp:23: Marlin\src\gcode\calibrate\../../inc/../../Configuration.h:855:37: warning: multi-line comment [-Wcomment] 855 | #define JD_HANDLE_SMALL_SEGMENTS // Use curvature estimation instead of just the junction angle \ | ^ In file included from Marlin\src\gcode\calibrate\../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\calibrate\../../inc/MarlinConfig.h:28, from Marlin\src\gcode\calibrate\G33.cpp:23: Marlin\src\gcode\calibrate\../../inc/../../Configuration.h:855:37: warning: multi-line comment [-Wcomment] 855 | #define JD_HANDLE_SMALL_SEGMENTS // Use curvature estimation instead of just the junction angle \ | ^ In file included from Marlin\src\gcode\calibrate\../../inc/MarlinConfigPre.h:51, from Marlin\src\gcode\calibrate\../../inc/MarlinConfig.h:28, from Marlin\src\gcode\calibrate\G28.cpp:23: Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:1230:34: warning: multi-line comment [-Wcomment] 1230 | #define SDSORT_CACHE_VFATS 2 // Maximum number of 13-byte VFAT entries to use for sorting. \ | ^ In file included from Marlin\src\gcode\calibrate\../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\calibrate\../../inc/MarlinConfig.h:28, from Marlin\src\gcode\calibrate\../../MarlinCore.h:24, from Marlin\src\gcode\calibrate\G425.cpp:23: Marlin\src\gcode\calibrate\../../inc/../../Configuration.h:579:33: warning: multi-line comment [-Wcomment] 579 | #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature \ | ^ In file included from Marlin\src\gcode\bedlevel\ubl\../../../inc/MarlinConfigPre.h:51, from Marlin\src\gcode\bedlevel\ubl\../../../inc/MarlinConfig.h:28, from Marlin\src\gcode\bedlevel\ubl\M421.cpp:27: c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:1230:34: warning: multi-line comment [-Wcomment] 1230 | #define SDSORT_CACHE_VFATS 2 // Maximum number of 13-byte VFAT entries to use for sorting. \ | ^ In file included from Marlin\src\gcode\calibrate\../../inc/MarlinConfigPre.h:37, from Marlin\src\gcode\calibrate\../../inc/MarlinConfig.h:28, from Marlin\src\gcode\calibrate\../../MarlinCore.h:24, from Marlin\src\gcode\calibrate\G425.cpp:23: Marlin\src\gcode\calibrate\../../inc/../../Configuration.h:855:37: warning: multi-line comment [-Wcomment] 855 | #define JD_HANDLE_SMALL_SEGMENTS // Use curvature estimation instead of just the junction angle \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:1598:39: warning: multi-line comment [-Wcomment] 1598 | #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds. \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:1598:39: warning: multi-line comment [-Wcomment] 1598 | #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds. \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2082:46: warning: multi-line comment [-Wcomment] 2082 | #define PAUSE_PARK_RETRACT_LENGTH 2 // (mm) Initial retract. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2082:46: warning: multi-line comment [-Wcomment] 2082 | #define PAUSE_PARK_RETRACT_LENGTH 2 // (mm) Initial retract. \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2086:46: warning: multi-line comment [-Wcomment] 2086 | #define FILAMENT_CHANGE_UNLOAD_LENGTH 100 // (mm) The length of filament for a complete unload. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2086:46: warning: multi-line comment [-Wcomment] 2086 | #define FILAMENT_CHANGE_UNLOAD_LENGTH 100 // (mm) The length of filament for a complete unload. \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2091:46: warning: multi-line comment [-Wcomment] 2091 | #define FILAMENT_CHANGE_SLOW_LOAD_LENGTH 0 // (mm) Slow length, to allow time to insert material. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2091:46: warning: multi-line comment [-Wcomment] 2091 | #define FILAMENT_CHANGE_SLOW_LOAD_LENGTH 0 // (mm) Slow length, to allow time to insert material. \ | ^ In file included from Marlin\src\gcode\calibrate\../../inc/MarlinConfigPre.h:51, from Marlin\src\gcode\calibrate\../../inc/MarlinConfig.h:28, from Marlin\src\gcode\calibrate\G34_M422.cpp:23: Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:1230:34: warning: multi-line comment [-Wcomment] 1230 | #define SDSORT_CACHE_VFATS 2 // Maximum number of 13-byte VFAT entries to use for sorting. \ | ^ *** [.pio\build\LPC1768\src\src\gcode\bedlevel\abl\G29.cpp.o] Error 1 c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2095:46: warning: multi-line comment [-Wcomment] 2095 | #define FILAMENT_CHANGE_FAST_LOAD_LENGTH 0 // (mm) Load length of filament, from extruder gear to nozzle. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2100:41: warning: multi-line comment [-Wcomment] 2100 | #define ADVANCED_PAUSE_PURGE_LENGTH 50 // (mm) Length to extrude after loading. \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:1598:39: warning: multi-line comment [-Wcomment] 1598 | #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds. \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2082:46: warning: multi-line comment [-Wcomment] 2082 | #define PAUSE_PARK_RETRACT_LENGTH 2 // (mm) Initial retract. \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2086:46: warning: multi-line comment [-Wcomment] 2086 | #define FILAMENT_CHANGE_UNLOAD_LENGTH 100 // (mm) The length of filament for a complete unload. \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2091:46: warning: multi-line comment [-Wcomment] 2091 | #define FILAMENT_CHANGE_SLOW_LOAD_LENGTH 0 // (mm) Slow length, to allow time to insert material. \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2095:46: warning: multi-line comment [-Wcomment] 2095 | #define FILAMENT_CHANGE_FAST_LOAD_LENGTH 0 // (mm) Load length of filament, from extruder gear to nozzle. \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2100:41: warning: multi-line comment [-Wcomment] 2100 | #define ADVANCED_PAUSE_PURGE_LENGTH 50 // (mm) Length to extrude after loading. \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2095:46: warning: multi-line comment [-Wcomment] 2095 | #define FILAMENT_CHANGE_FAST_LOAD_LENGTH 0 // (mm) Load length of filament, from extruder gear to nozzle. \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2100:41: warning: multi-line comment [-Wcomment] 2100 | #define ADVANCED_PAUSE_PURGE_LENGTH 50 // (mm) Length to extrude after loading. \ | ^ In file included from Marlin\src\gcode\calibrate\../../inc/MarlinConfigPre.h:51, from Marlin\src\gcode\calibrate\../../inc/MarlinConfig.h:28, from Marlin\src\gcode\calibrate\G33.cpp:23: Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:1230:34: warning: multi-line comment [-Wcomment] 1230 | #define SDSORT_CACHE_VFATS 2 // Maximum number of 13-byte VFAT entries to use for sorting. \ | ^ In file included from Marlin\src\gcode\calibrate\../../inc/MarlinConfigPre.h:51, from Marlin\src\gcode\calibrate\../../inc/MarlinConfig.h:28, from Marlin\src\gcode\calibrate\../../MarlinCore.h:24, from Marlin\src\gcode\calibrate\G425.cpp:23: Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:1230:34: warning: multi-line comment [-Wcomment] 1230 | #define SDSORT_CACHE_VFATS 2 // Maximum number of 13-byte VFAT entries to use for sorting. \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:1598:39: warning: multi-line comment [-Wcomment] 1598 | #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2614:29: warning: multi-line comment [-Wcomment] 2614 | #define X_OVERCURRENT 2000 // (mA) Current where the driver detects an over current \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2614:29: warning: multi-line comment [-Wcomment] 2614 | #define X_OVERCURRENT 2000 // (mA) Current where the driver detects an over current \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2617:29: warning: multi-line comment [-Wcomment] 2617 | #define X_STALLCURRENT 1500 // (mA) Current where the driver detects a stall (VALID: 31.25 * (1-128) - 4A max - rounds down) \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:2617:29: warning: multi-line comment [-Wcomment] 2617 | #define X_STALLCURRENT 1500 // (mA) Current where the driver detects a stall (VALID: 31.25 * (1-128) - 4A max - rounds down) \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:1598:39: warning: multi-line comment [-Wcomment] 1598 | #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds. \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2082:46: warning: multi-line comment [-Wcomment] 2082 | #define PAUSE_PARK_RETRACT_LENGTH 2 // (mm) Initial retract. \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2086:46: warning: multi-line comment [-Wcomment] 2086 | #define FILAMENT_CHANGE_UNLOAD_LENGTH 100 // (mm) The length of filament for a complete unload. \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2091:46: warning: multi-line comment [-Wcomment] 2091 | #define FILAMENT_CHANGE_SLOW_LOAD_LENGTH 0 // (mm) Slow length, to allow time to insert material. \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2095:46: warning: multi-line comment [-Wcomment] 2095 | #define FILAMENT_CHANGE_FAST_LOAD_LENGTH 0 // (mm) Load length of filament, from extruder gear to nozzle. \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3277:29: warning: multi-line comment [-Wcomment] 3277 | #define I2CPE_ENCODER_CNT 1 // The number of encoders installed; max of 5 \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2100:41: warning: multi-line comment [-Wcomment] 2100 | #define ADVANCED_PAUSE_PURGE_LENGTH 50 // (mm) Length to extrude after loading. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3277:29: warning: multi-line comment [-Wcomment] 3277 | #define I2CPE_ENCODER_CNT 1 // The number of encoders installed; max of 5 \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3282:48: warning: multi-line comment [-Wcomment] 3282 | #define I2CPE_ENC_1_TYPE I2CPE_ENC_TYPE_LINEAR // Type of encoder: I2CPE_ENC_TYPE_LINEAR -or- \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2614:29: warning: multi-line comment [-Wcomment] 2614 | #define X_OVERCURRENT 2000 // (mA) Current where the driver detects an over current \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3284:48: warning: multi-line comment [-Wcomment] 3284 | #define I2CPE_ENC_1_TICKS_UNIT 2048 // 1024 for magnetic strips with 2mm poles; 2048 for \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3282:48: warning: multi-line comment [-Wcomment] 3282 | #define I2CPE_ENC_1_TYPE I2CPE_ENC_TYPE_LINEAR // Type of encoder: I2CPE_ENC_TYPE_LINEAR -or- \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2617:29: warning: multi-line comment [-Wcomment] 2617 | #define X_STALLCURRENT 1500 // (mA) Current where the driver detects a stall (VALID: 31.25 * (1-128) - 4A max - rounds down) \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2082:46: warning: multi-line comment [-Wcomment] 2082 | #define PAUSE_PARK_RETRACT_LENGTH 2 // (mm) Initial retract. \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2614:29: warning: multi-line comment [-Wcomment] 2614 | #define X_OVERCURRENT 2000 // (mA) Current where the driver detects an over current \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2617:29: warning: multi-line comment [-Wcomment] 2617 | #define X_STALLCURRENT 1500 // (mA) Current where the driver detects a stall (VALID: 31.25 * (1-128) - 4A max - rounds down) \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3291:51: warning: multi-line comment [-Wcomment] 3291 | #define I2CPE_ENC_1_EC_THRESH 0.10 // Threshold size for error (in mm) above which the \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3284:48: warning: multi-line comment [-Wcomment] 3284 | #define I2CPE_ENC_1_TICKS_UNIT 2048 // 1024 for magnetic strips with 2mm poles; 2048 for \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2086:46: warning: multi-line comment [-Wcomment] 2086 | #define FILAMENT_CHANGE_UNLOAD_LENGTH 100 // (mm) The length of filament for a complete unload. \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3325:34: warning: multi-line comment [-Wcomment] 3325 | #define I2CPE_TIME_TRUSTED 10000 // After an encoder fault, there must be no further fault \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3291:51: warning: multi-line comment [-Wcomment] 3291 | #define I2CPE_ENC_1_EC_THRESH 0.10 // Threshold size for error (in mm) above which the \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2091:46: warning: multi-line comment [-Wcomment] 2091 | #define FILAMENT_CHANGE_SLOW_LOAD_LENGTH 0 // (mm) Slow length, to allow time to insert material. \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3325:34: warning: multi-line comment [-Wcomment] 3325 | #define I2CPE_TIME_TRUSTED 10000 // After an encoder fault, there must be no further fault \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2095:46: warning: multi-line comment [-Wcomment] 2095 | #define FILAMENT_CHANGE_FAST_LOAD_LENGTH 0 // (mm) Load length of filament, from extruder gear to nozzle. \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3385:32: warning: multi-line comment [-Wcomment] 3385 | #define MAX7219_ROTATE 0 // Rotate the display clockwise (in multiples of +/- 90°) \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2100:41: warning: multi-line comment [-Wcomment] 2100 | #define ADVANCED_PAUSE_PURGE_LENGTH 50 // (mm) Length to extrude after loading. \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3398:39: warning: multi-line comment [-Wcomment] 3398 | #define MAX7219_DEBUG_PLANNER_QUEUE 0 // Show the current planner queue depth on this and the next LED matrix row \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3385:32: warning: multi-line comment [-Wcomment] 3385 | #define MAX7219_ROTATE 0 // Rotate the display clockwise (in multiples of +/- 90°) \ | ^ c:\users\eugenio\documents\github\marlin\marlin\configuration_adv.h:3398:39: warning: multi-line comment [-Wcomment] 3398 | #define MAX7219_DEBUG_PLANNER_QUEUE 0 // Show the current planner queue depth on this and the next LED matrix row \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3277:29: warning: multi-line comment [-Wcomment] 3277 | #define I2CPE_ENCODER_CNT 1 // The number of encoders installed; max of 5 \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3282:48: warning: multi-line comment [-Wcomment] 3282 | #define I2CPE_ENC_1_TYPE I2CPE_ENC_TYPE_LINEAR // Type of encoder: I2CPE_ENC_TYPE_LINEAR -or- \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3284:48: warning: multi-line comment [-Wcomment] 3284 | #define I2CPE_ENC_1_TICKS_UNIT 2048 // 1024 for magnetic strips with 2mm poles; 2048 for \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3291:51: warning: multi-line comment [-Wcomment] 3291 | #define I2CPE_ENC_1_EC_THRESH 0.10 // Threshold size for error (in mm) above which the \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3325:34: warning: multi-line comment [-Wcomment] 3325 | #define I2CPE_TIME_TRUSTED 10000 // After an encoder fault, there must be no further fault \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3385:32: warning: multi-line comment [-Wcomment] 3385 | #define MAX7219_ROTATE 0 // Rotate the display clockwise (in multiples of +/- 90°) \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3398:39: warning: multi-line comment [-Wcomment] 3398 | #define MAX7219_DEBUG_PLANNER_QUEUE 0 // Show the current planner queue depth on this and the next LED matrix row \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3277:29: warning: multi-line comment [-Wcomment] 3277 | #define I2CPE_ENCODER_CNT 1 // The number of encoders installed; max of 5 \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3282:48: warning: multi-line comment [-Wcomment] 3282 | #define I2CPE_ENC_1_TYPE I2CPE_ENC_TYPE_LINEAR // Type of encoder: I2CPE_ENC_TYPE_LINEAR -or- \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3284:48: warning: multi-line comment [-Wcomment] 3284 | #define I2CPE_ENC_1_TICKS_UNIT 2048 // 1024 for magnetic strips with 2mm poles; 2048 for \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3291:51: warning: multi-line comment [-Wcomment] 3291 | #define I2CPE_ENC_1_EC_THRESH 0.10 // Threshold size for error (in mm) above which the \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3325:34: warning: multi-line comment [-Wcomment] 3325 | #define I2CPE_TIME_TRUSTED 10000 // After an encoder fault, there must be no further fault \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3385:32: warning: multi-line comment [-Wcomment] 3385 | #define MAX7219_ROTATE 0 // Rotate the display clockwise (in multiples of +/- 90°) \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3398:39: warning: multi-line comment [-Wcomment] 3398 | #define MAX7219_DEBUG_PLANNER_QUEUE 0 // Show the current planner queue depth on this and the next LED matrix row \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2614:29: warning: multi-line comment [-Wcomment] 2614 | #define X_OVERCURRENT 2000 // (mA) Current where the driver detects an over current \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:2617:29: warning: multi-line comment [-Wcomment] 2617 | #define X_STALLCURRENT 1500 // (mA) Current where the driver detects a stall (VALID: 31.25 * (1-128) - 4A max - rounds down) \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3277:29: warning: multi-line comment [-Wcomment] 3277 | #define I2CPE_ENCODER_CNT 1 // The number of encoders installed; max of 5 \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3282:48: warning: multi-line comment [-Wcomment] 3282 | #define I2CPE_ENC_1_TYPE I2CPE_ENC_TYPE_LINEAR // Type of encoder: I2CPE_ENC_TYPE_LINEAR -or- \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3284:48: warning: multi-line comment [-Wcomment] 3284 | #define I2CPE_ENC_1_TICKS_UNIT 2048 // 1024 for magnetic strips with 2mm poles; 2048 for \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3291:51: warning: multi-line comment [-Wcomment] 3291 | #define I2CPE_ENC_1_EC_THRESH 0.10 // Threshold size for error (in mm) above which the \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3325:34: warning: multi-line comment [-Wcomment] 3325 | #define I2CPE_TIME_TRUSTED 10000 // After an encoder fault, there must be no further fault \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3385:32: warning: multi-line comment [-Wcomment] 3385 | #define MAX7219_ROTATE 0 // Rotate the display clockwise (in multiples of +/- 90°) \ | ^ Marlin\src\gcode\calibrate\../../inc/../../Configuration_adv.h:3398:39: warning: multi-line comment [-Wcomment] 3398 | #define MAX7219_DEBUG_PLANNER_QUEUE 0 // Show the current planner queue depth on this and the next LED matrix row \ | ^ ================================================================================================== [FAILED] Took 44.76 seconds ================================================================================================== Environment Status Duration ------------------------ -------- ------------ mega2560 IGNORED mega1280 IGNORED MightyBoard1280 IGNORED MightyBoard2560 IGNORED rambo IGNORED FYSETC_F6_13 IGNORED FYSETC_F6_14 IGNORED sanguino644p IGNORED sanguino1284p IGNORED melzi IGNORED melzi_optiboot IGNORED melzi_optimized IGNORED at90usb1286_cdc IGNORED at90usb1286_dfu IGNORED DUE IGNORED DUE_USB IGNORED DUE_debug IGNORED DUE_archim IGNORED DUE_archim_debug IGNORED SAMD51_grandcentral_m4 IGNORED LPC1768 FAILED 00:00:44.760 LPC1769 IGNORED STM32F103RC IGNORED STM32F103RC_meeb IGNORED STM32F103RC_fysetc IGNORED STM32F103RC_btt IGNORED STM32F103RC_btt_USB IGNORED STM32F103RC_btt_512K IGNORED STM32F103RC_btt_512K_USB IGNORED STM32F103RE IGNORED STM32F103RE_btt IGNORED STM32F103RE_btt_USB IGNORED STM32F4 IGNORED STM32F7 IGNORED ARMED IGNORED STM32F103VE_GTM32 IGNORED STM32F103VE_longer IGNORED mks_robin_mini IGNORED mks_robin_nano IGNORED mks_robin_nano35 IGNORED mks_robin IGNORED mks_robin_pro IGNORED mks_robin_e3 IGNORED mks_robin_lite IGNORED mks_robin_lite3 IGNORED jgaurora_a5s_a1 IGNORED STM32F103CB_malyan IGNORED STM32F070RB_malyan IGNORED malyan_M300 IGNORED chitu_f103 IGNORED chitu_v5_gpio_init IGNORED chitu_f103_lvgl IGNORED STM32F103RET6_creality IGNORED STM32F401VE_STEVAL IGNORED FLYF407ZG IGNORED FYSETC_S6 IGNORED BIGTREE_SKR_PRO IGNORED BIGTREE_GTR_V1_0 IGNORED BIGTREE_BTT002 IGNORED rumba32 IGNORED esp32 IGNORED teensy31 IGNORED teensy35 IGNORED linux_native IGNORED include_tree IGNORED ============================================================================================= 1 failed, 0 succeeded in 00:00:44.760 ============================================================================================= [config.h and adv.h.zip](https://github.com/MarlinFirmware/Marlin/files/4896449/config.h.and.adv.h.zip) ```
ellensp commented 4 years ago

Your config files are really messed up. Take a look at PARKING_EXTRUDER_PARKING_X in your Configuration.h and SWITCHING_TOOLHEAD_X_POS You have added hundreds of \ + line feed characters, breaking the configuration file.

ellensp commented 4 years ago

This Issue Queue is for Marlin bug reports and development-related issues, and we prefer not to handle user-support questions here. (As noted on this page.) For best results getting help with configuration and troubleshooting, please use the following resources:

After seeking help from the community, if the consensus points to a bug in Marlin, then you should post a bug report.

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.