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
Results of Marlin's build_all_examples script. These configs will not build for the reason listed in the "error details" drop-down under each title, so this issue was created as a "to-do list" to fix them:
TestingFormbot/T_Rex_2+/:
Gettingconfigurationfilesfrom./.pio/build-import-2.1.x/config/examples/Formbot/T_Rex_2+/
Buildingthefirmwarenow...
/.platformio/penv/bin/pio
AutoBuild...
Buildingenvironmentmega2560forboardFORMBOT_TREX2PLUS (1129)...
InfileincludedfromMarlin/src/HAL/AVR/../../inc/MarlinConfigPre.h:56:0,
fromMarlin/src/HAL/AVR/../../inc/MarlinConfig.h:28,
fromMarlin/src/HAL/AVR/HAL.cpp:24:
Marlin/src/HAL/AVR/../../inc/../../Configuration_adv.h:825:24: error: floating constant in preprocessor expression
#define X2_MAX_POS 434.6 // The max position of the X2 carriage, typically also the home position
^
Marlin/src/HAL/AVR/../../inc/../../Configuration_adv.h:826:23: note: in expansion of macro 'X2_MAX_POS'
#define X2_HOME_POS X2_MAX_POS // Default X2 home position. Set to X2_MAX_POS.
^~~~~~~~~~
Marlin/src/HAL/AVR/../../inc/SanityCheck.h:1847:10: note: in expansion of macro 'X2_HOME_POS'
#elif (X2_HOME_POS <= X1_MAX_POS) || (X2_MAX_POS < X1_MAX_POS)
^~~~~~~~~~~
Marlin/src/HAL/AVR/../../inc/../../Configuration_adv.h:825:24: error: floating constant in preprocessor expression
#define X2_MAX_POS 434.6 // The max position of the X2 carriage, typically also the home position
^
Marlin/src/HAL/AVR/../../inc/SanityCheck.h:1847:41: note: in expansion of macro 'X2_MAX_POS'
#elif (X2_HOME_POS <= X1_MAX_POS) || (X2_MAX_POS < X1_MAX_POS)
^~~~~~~~~~
InfileincludedfromMarlin/src/HAL/AVR/../../inc/MarlinConfig.h:68:0,
fromMarlin/src/HAL/AVR/HAL.cpp:24:
Marlin/src/HAL/AVR/../../inc/SanityCheck.h:1848:6: error: #error "DUAL_X_CARRIAGE will crash if X1 can meet or exceed X2 travel."
#error "DUAL_X_CARRIAGE will crash if X1 can meet or exceed X2 travel."
^~~~~
[snip]
*** [.pio/build/mega2560/src/src/feature/bedlevel/bedlevel.cpp.o] Error 1
*** [.pio/build/mega2560/src/src/feature/babystep.cpp.o] Error 1
*** [.pio/build/mega2560/src/src/feature/bedlevel/ubl/ubl_motion.cpp.o] Error 1
*** [.pio/build/mega2560/src/src/feature/bltouch.cpp.o] Error 1
*** [.pio/build/mega2560/src/src/feature/caselight.cpp.o] Error 1
*** [.pio/build/mega2560/src/src/feature/bedlevel/ubl/ubl.cpp.o] Error 1
*** [.pio/build/mega2560/src/src/MarlinCore.cpp.o] Error 1
*** [.pio/build/mega2560/src/src/feature/bedlevel/ubl/ubl_G29.cpp.o] Error 1
*** [.pio/build/mega2560/src/src/feature/pause.cpp.o] Error 1
*** [.pio/build/mega2560/src/src/gcode/bedlevel/G26.cpp.o] Error 1
================================== [FAILED] Took 6.77 seconds ==================================
EnvironmentStatusDuration
------------- -------- ------------
mega2560FAILED00:00:06.775
============================ 1failed, 0succeededin00:00:06.775 ============================
Failed
The text was updated successfully, but these errors were encountered:
Description
Results of Marlin's
build_all_examples
script. These configs will not build for the reason listed in the "error details" drop-down under each title, so this issue was created as a "to-do list" to fix them:Waiting on Upstream Support
Creality/Ender-5 S1/
error details:
PR Merged
Formbot/T_Rex_2+/
Very broken/incorrect config. Does not match stock/shipped machines.
error details:
The text was updated successfully, but these errors were encountered: