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:
TestingArtillery/GeniusPro/:
Gettingconfigurationfilesfrom./.pio/build-import-2.1.x/config/examples/Artillery/Genius Pro/
Buildingthefirmwarenow...
/.platformio/penv/bin/pio
AutoBuild...
BuildingenvironmentArtillery_RubyforboardARTILLERY_RUBY (5238)...
InfileincludedfromMarlin/src/module/stepper.h:48,
fromMarlin/src/MarlinCore.cpp:51:
Marlin/src/module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
112 | #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
| ^~~~~
InfileincludedfromMarlin/src/feature/../module/stepper.h:48,
fromMarlin/src/feature/babystep.cpp:31:
Marlin/src/feature/../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
112 | #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
| ^~~~~
InfileincludedfromMarlin/src/feature/../module/stepper.h:48,
fromMarlin/src/feature/controllerfan.cpp:28:
Marlin/src/feature/../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
112 | #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
| ^~~~~
Marlin/src/module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
116 | constexpr uint32_t min_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
| ^~~~~~~~~~~~~~~~~~
Marlin/src/feature/../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
116 | constexpr uint32_t min_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
| ^~~~~~~~~~~~~~~~~~
InfileincludedfromMarlin/src/gcode/calibrate/../../module/stepper.h:48,
fromMarlin/src/gcode/calibrate/G28.cpp:29:
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
112 | #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
| ^~~~~
*** [.pio/build/Artillery_Ruby/src/src/feature/babystep.cpp.o] Error 1
*** [.pio/build/Artillery_Ruby/src/src/MarlinCore.cpp.o] Error 1
Marlin/src/feature/../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
116 | constexpr uint32_t min_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
| ^~~~~~~~~~~~~~~~~~
*** [.pio/build/Artillery_Ruby/src/src/feature/controllerfan.cpp.o] Error 1
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
116 | constexpr uint32_t min_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
| ^~~~~~~~~~~~~~~~~~
*** [.pio/build/Artillery_Ruby/src/src/gcode/calibrate/G28.cpp.o] Error 1
================================================================= [FAILED] Took 21.43 seconds =================================================================
EnvironmentStatusDuration
-------------- -------- ------------
Artillery_RubyFAILED00:00:21.426
============================================================ 1failed, 0succeededin00:00:21.426 ============================================================
TestingArtillery/Genius/BLTouch/:
Gettingconfigurationfilesfrom./.pio/build-import-2.1.x/config/examples/Artillery/Genius/BLTouch/
Buildingthefirmwarenow...
/.platformio/penv/bin/pio
AutoBuild...
Detected"MKS GEN L" | MKS_GEN_L (1113).Selectedmega2560Buildingenvironmentmega2560forboardMKS_GEN_L (1113)...
InfileincludedfromMarlin/src/module/stepper.h:48:0,
fromMarlin/src/MarlinCore.cpp:51:
Marlin/src/module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
#error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
^~~~~
InfileincludedfromMarlin/src/feature/../module/stepper.h:48:0,
fromMarlin/src/feature/babystep.cpp:31:
Marlin/src/feature/../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
#error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
^~~~~
Marlin/src/module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
constexpruint32_tmin_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
^~~~~~~~~~~~~~~~~~
Marlin/src/module/stepper/cycles.h:157:78: in constexpr expansion of 'isr_execution_cycles(0)'
Marlin/src/module/stepper/cycles.h:154:144: in constexpr expansion of 'isr_loop_cycles(((int)R))'
Marlin/src/module/stepper/cycles.h:157:80: error: constexpr call flows off the end of the function
constexpruint32_tmax_step_isr_frequency_1x = (F_CPU) / isr_execution_cycles(0);
^
InfileincludedfromMarlin/src/feature/../module/stepper.h:48:0,
fromMarlin/src/feature/babystep.cpp:31:
Marlin/src/feature/../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
constexpruint32_tmin_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
^~~~~~~~~~~~~~~~~~
Marlin/src/feature/../module/stepper/cycles.h:157:78: in constexpr expansion of 'isr_execution_cycles(0)'
Marlin/src/feature/../module/stepper/cycles.h:154:144: in constexpr expansion of 'isr_loop_cycles(((int)R))'
Marlin/src/feature/../module/stepper/cycles.h:157:80: error: constexpr call flows off the end of the function
constexpruint32_tmax_step_isr_frequency_1x = (F_CPU) / isr_execution_cycles(0);
^
*** [.pio/build/mega2560/src/src/feature/babystep.cpp.o] Error 1
*** [.pio/build/mega2560/src/src/MarlinCore.cpp.o] Error 1
InfileincludedfromMarlin/src/gcode/calibrate/../../module/stepper.h:48:0,
fromMarlin/src/gcode/calibrate/G28.cpp:29:
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
#error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
^~~~~
InfileincludedfromMarlin/src/gcode/calibrate/../../module/stepper.h:48:0,
fromMarlin/src/gcode/calibrate/G28.cpp:29:
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
constexpruint32_tmin_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
^~~~~~~~~~~~~~~~~~
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:157:78: in constexpr expansion of 'isr_execution_cycles(0)'
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:154:144: in constexpr expansion of 'isr_loop_cycles(((int)R))'
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:157:80: error: constexpr call flows off the end of the function
constexpruint32_tmax_step_isr_frequency_1x = (F_CPU) / isr_execution_cycles(0);
^
*** [.pio/build/mega2560/src/src/gcode/calibrate/G28.cpp.o] Error 1
InfileincludedfromMarlin/src/gcode/control/../../module/stepper.h:48:0,
fromMarlin/src/gcode/control/M17_M18_M84.cpp:28:
Marlin/src/gcode/control/../../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
#error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
^~~~~
Marlin/src/gcode/control/../../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
constexpruint32_tmin_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
^~~~~~~~~~~~~~~~~~
Marlin/src/gcode/control/../../module/stepper/cycles.h:157:78: in constexpr expansion of 'isr_execution_cycles(0)'
Marlin/src/gcode/control/../../module/stepper/cycles.h:154:144: in constexpr expansion of 'isr_loop_cycles(((int)R))'
Marlin/src/gcode/control/../../module/stepper/cycles.h:157:80: error: constexpr call flows off the end of the function
constexpruint32_tmax_step_isr_frequency_1x = (F_CPU) / isr_execution_cycles(0);
^
*** [.pio/build/mega2560/src/src/gcode/control/M17_M18_M84.cpp.o] Error 1
================================================================== [FAILED] Took 6.33 seconds ==================================================================
EnvironmentStatusDuration
------------- -------- ------------
mega2560FAILED00:00:06.332
============================================================ 1failed, 0succeededin00:00:06.332 ============================================================
TestingArtillery/Genius/V1/:
Gettingconfigurationfilesfrom./.pio/build-import-2.1.x/config/examples/Artillery/Genius/V1/
Buildingthefirmwarenow...
/.platformio/penv/bin/pio
AutoBuild...
Detected"MKS GEN L" | MKS_GEN_L (1113).Selectedmega2560Buildingenvironmentmega2560forboardMKS_GEN_L (1113)...
InfileincludedfromMarlin/src/module/stepper.h:48:0,
fromMarlin/src/MarlinCore.cpp:51:
Marlin/src/module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
#error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
^~~~~
InfileincludedfromMarlin/src/feature/../module/stepper.h:48:0,
fromMarlin/src/feature/babystep.cpp:31:
Marlin/src/feature/../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
#error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
^~~~~
InfileincludedfromMarlin/src/gcode/calibrate/../../module/stepper.h:48:0,
fromMarlin/src/gcode/calibrate/G28.cpp:29:
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
#error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
^~~~~
Marlin/src/module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
constexpruint32_tmin_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
^~~~~~~~~~~~~~~~~~
Marlin/src/module/stepper/cycles.h:157:78: in constexpr expansion of 'isr_execution_cycles(0)'
Marlin/src/module/stepper/cycles.h:154:144: in constexpr expansion of 'isr_loop_cycles(((int)R))'
Marlin/src/module/stepper/cycles.h:157:80: error: constexpr call flows off the end of the function
constexpruint32_tmax_step_isr_frequency_1x = (F_CPU) / isr_execution_cycles(0);
^
InfileincludedfromMarlin/src/feature/../module/stepper.h:48:0,
fromMarlin/src/feature/babystep.cpp:31:
Marlin/src/feature/../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
constexpruint32_tmin_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
^~~~~~~~~~~~~~~~~~
Marlin/src/feature/../module/stepper/cycles.h:157:78: in constexpr expansion of 'isr_execution_cycles(0)'
Marlin/src/feature/../module/stepper/cycles.h:154:144: in constexpr expansion of 'isr_loop_cycles(((int)R))'
Marlin/src/feature/../module/stepper/cycles.h:157:80: error: constexpr call flows off the end of the function
constexpruint32_tmax_step_isr_frequency_1x = (F_CPU) / isr_execution_cycles(0);
^
*** [.pio/build/mega2560/src/src/feature/babystep.cpp.o] Error 1
*** [.pio/build/mega2560/src/src/MarlinCore.cpp.o] Error 1
InfileincludedfromMarlin/src/gcode/calibrate/../../module/stepper.h:48:0,
fromMarlin/src/gcode/calibrate/G28.cpp:29:
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
constexpruint32_tmin_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
^~~~~~~~~~~~~~~~~~
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:157:78: in constexpr expansion of 'isr_execution_cycles(0)'
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:154:144: in constexpr expansion of 'isr_loop_cycles(((int)R))'
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:157:80: error: constexpr call flows off the end of the function
constexpruint32_tmax_step_isr_frequency_1x = (F_CPU) / isr_execution_cycles(0);
^
*** [.pio/build/mega2560/src/src/gcode/calibrate/G28.cpp.o] Error 1
InfileincludedfromMarlin/src/gcode/control/../../module/stepper.h:48:0,
fromMarlin/src/gcode/control/M17_M18_M84.cpp:28:
Marlin/src/gcode/control/../../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
#error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
^~~~~
Marlin/src/gcode/control/../../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
constexpruint32_tmin_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
^~~~~~~~~~~~~~~~~~
Marlin/src/gcode/control/../../module/stepper/cycles.h:157:78: in constexpr expansion of 'isr_execution_cycles(0)'
Marlin/src/gcode/control/../../module/stepper/cycles.h:154:144: in constexpr expansion of 'isr_loop_cycles(((int)R))'
Marlin/src/gcode/control/../../module/stepper/cycles.h:157:80: error: constexpr call flows off the end of the function
constexpruint32_tmax_step_isr_frequency_1x = (F_CPU) / isr_execution_cycles(0);
^
*** [.pio/build/mega2560/src/src/gcode/control/M17_M18_M84.cpp.o] Error 1
================================================================== [FAILED] Took 6.30 seconds ==================================================================
EnvironmentStatusDuration
------------- -------- ------------
mega2560FAILED00:00:06.301
============================================================ 1failed, 0succeededin00:00:06.301 ============================================================
TestingArtillery/Hornet/:
Gettingconfigurationfilesfrom./.pio/build-import-2.1.x/config/examples/Artillery/Hornet/
Buildingthefirmwarenow...
/.platformio/penv/bin/pio
AutoBuild...
BuildingenvironmentArtillery_RubyforboardARTILLERY_RUBY (5238)...
InfileincludedfromMarlin/src/module/stepper.h:48,
fromMarlin/src/MarlinCore.cpp:51:
Marlin/src/module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
112 | #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
| ^~~~~
InfileincludedfromMarlin/src/feature/../module/stepper.h:48,
fromMarlin/src/feature/babystep.cpp:31:
Marlin/src/feature/../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
112 | #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
| ^~~~~
InfileincludedfromMarlin/src/feature/../module/stepper.h:48,
fromMarlin/src/feature/controllerfan.cpp:28:
Marlin/src/feature/../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
112 | #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
| ^~~~~
InfileincludedfromMarlin/src/feature/../module/stepper.h:48,
fromMarlin/src/feature/pause.cpp:44:
Marlin/src/feature/../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
112 | #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
| ^~~~~
InfileincludedfromMarlin/src/gcode/calibrate/../../module/stepper.h:48,
fromMarlin/src/gcode/calibrate/G28.cpp:29:
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
112 | #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
| ^~~~~
Marlin/src/module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
116 | constexpr uint32_t min_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
| ^~~~~~~~~~~~~~~~~~
Marlin/src/feature/../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
116 | constexpr uint32_t min_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
| ^~~~~~~~~~~~~~~~~~
*** [.pio/build/Artillery_Ruby/src/src/feature/babystep.cpp.o] Error 1
Marlin/src/feature/../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
116 | constexpr uint32_t min_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
| ^~~~~~~~~~~~~~~~~~
*** [.pio/build/Artillery_Ruby/src/src/MarlinCore.cpp.o] Error 1
*** [.pio/build/Artillery_Ruby/src/src/feature/controllerfan.cpp.o] Error 1
Marlin/src/feature/../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
116 | constexpr uint32_t min_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
| ^~~~~~~~~~~~~~~~~~
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
116 | constexpr uint32_t min_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
| ^~~~~~~~~~~~~~~~~~
*** [.pio/build/Artillery_Ruby/src/src/feature/pause.cpp.o] Error 1
*** [.pio/build/Artillery_Ruby/src/src/gcode/calibrate/G28.cpp.o] Error 1
InfileincludedfromMarlin/src/gcode/control/../../module/stepper.h:48,
fromMarlin/src/gcode/control/M17_M18_M84.cpp:28:
Marlin/src/gcode/control/../../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
112 | #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
| ^~~~~
Marlin/src/gcode/control/../../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
116 | constexpr uint32_t min_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
| ^~~~~~~~~~~~~~~~~~
*** [.pio/build/Artillery_Ruby/src/src/gcode/control/M17_M18_M84.cpp.o] Error 1
================================================================= [FAILED] Took 14.99 seconds =================================================================
EnvironmentStatusDuration
-------------- -------- ------------
Artillery_RubyFAILED00:00:14.988
============================================================ 1failed, 0succeededin00:00:14.988 ============================================================
TestingArtillery/SidewinderX1/0.9BMG - E3DV6/:
Gettingconfigurationfilesfrom./.pio/build-import-2.1.x/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/
Buildingthefirmwarenow...
/.platformio/penv/bin/pio
AutoBuild...
Detected"MKS GEN L" | MKS_GEN_L (1113).Selectedmega2560Buildingenvironmentmega2560forboardMKS_GEN_L (1113)...
InfileincludedfromMarlin/src/module/stepper.h:48:0,
fromMarlin/src/MarlinCore.cpp:51:
Marlin/src/module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
#error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
^~~~~
InfileincludedfromMarlin/src/feature/../module/stepper.h:48:0,
fromMarlin/src/feature/babystep.cpp:31:
Marlin/src/feature/../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
#error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
^~~~~
InfileincludedfromMarlin/src/gcode/calibrate/../../module/stepper.h:48:0,
fromMarlin/src/gcode/calibrate/G28.cpp:29:
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
#error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
^~~~~
Marlin/src/module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
constexpruint32_tmin_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
^~~~~~~~~~~~~~~~~~
Marlin/src/module/stepper/cycles.h:157:78: in constexpr expansion of 'isr_execution_cycles(0)'
Marlin/src/module/stepper/cycles.h:157:80: error: constexpr call flows off the end of the function
constexpruint32_tmax_step_isr_frequency_1x = (F_CPU) / isr_execution_cycles(0);
^
InfileincludedfromMarlin/src/feature/../module/stepper.h:48:0,
fromMarlin/src/feature/babystep.cpp:31:
Marlin/src/feature/../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
constexpruint32_tmin_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
^~~~~~~~~~~~~~~~~~
Marlin/src/feature/../module/stepper/cycles.h:157:78: in constexpr expansion of 'isr_execution_cycles(0)'
Marlin/src/feature/../module/stepper/cycles.h:157:80: error: constexpr call flows off the end of the function
constexpruint32_tmax_step_isr_frequency_1x = (F_CPU) / isr_execution_cycles(0);
^
*** [.pio/build/mega2560/src/src/MarlinCore.cpp.o] Error 1
*** [.pio/build/mega2560/src/src/feature/babystep.cpp.o] Error 1
InfileincludedfromMarlin/src/gcode/calibrate/../../module/stepper.h:48:0,
fromMarlin/src/gcode/calibrate/G28.cpp:29:
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
constexpruint32_tmin_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
^~~~~~~~~~~~~~~~~~
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:157:78: in constexpr expansion of 'isr_execution_cycles(0)'
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:157:80: error: constexpr call flows off the end of the function
constexpruint32_tmax_step_isr_frequency_1x = (F_CPU) / isr_execution_cycles(0);
^
*** [.pio/build/mega2560/src/src/gcode/calibrate/G28.cpp.o] Error 1
InfileincludedfromMarlin/src/gcode/control/../../module/stepper.h:48:0,
fromMarlin/src/gcode/control/M17_M18_M84.cpp:28:
Marlin/src/gcode/control/../../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
#error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
^~~~~
Marlin/src/gcode/control/../../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
constexpruint32_tmin_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
^~~~~~~~~~~~~~~~~~
Marlin/src/gcode/control/../../module/stepper/cycles.h:157:78: in constexpr expansion of 'isr_execution_cycles(0)'
Marlin/src/gcode/control/../../module/stepper/cycles.h:157:80: error: constexpr call flows off the end of the function
constexpruint32_tmax_step_isr_frequency_1x = (F_CPU) / isr_execution_cycles(0);
^
*** [.pio/build/mega2560/src/src/gcode/control/M17_M18_M84.cpp.o] Error 1
================================================================== [FAILED] Took 6.28 seconds ==================================================================
EnvironmentStatusDuration
------------- -------- ------------
mega2560FAILED00:00:06.277
============================================================ 1failed, 0succeededin00:00:06.277 ============================================================
TestingArtillery/SidewinderX1/V1/:
Gettingconfigurationfilesfrom./.pio/build-import-2.1.x/config/examples/Artillery/Sidewinder X1/V1/
Buildingthefirmwarenow...
/.platformio/penv/bin/pio
AutoBuild...
Detected"MKS GEN L" | MKS_GEN_L (1113).Selectedmega2560Buildingenvironmentmega2560forboardMKS_GEN_L (1113)...
InfileincludedfromMarlin/src/module/stepper.h:48:0,
fromMarlin/src/MarlinCore.cpp:51:
Marlin/src/module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
#error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
^~~~~
InfileincludedfromMarlin/src/feature/../module/stepper.h:48:0,
fromMarlin/src/feature/babystep.cpp:31:
Marlin/src/feature/../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
#error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
^~~~~
InfileincludedfromMarlin/src/gcode/calibrate/../../module/stepper.h:48:0,
fromMarlin/src/gcode/calibrate/G28.cpp:29:
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
#error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
^~~~~
Marlin/src/module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
constexpruint32_tmin_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
^~~~~~~~~~~~~~~~~~
Marlin/src/module/stepper/cycles.h:157:78: in constexpr expansion of 'isr_execution_cycles(0)'
Marlin/src/module/stepper/cycles.h:154:144: in constexpr expansion of 'isr_loop_cycles(((int)R))'
Marlin/src/module/stepper/cycles.h:157:80: error: constexpr call flows off the end of the function
constexpruint32_tmax_step_isr_frequency_1x = (F_CPU) / isr_execution_cycles(0);
^
InfileincludedfromMarlin/src/feature/../module/stepper.h:48:0,
fromMarlin/src/feature/babystep.cpp:31:
Marlin/src/feature/../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
constexpruint32_tmin_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
^~~~~~~~~~~~~~~~~~
Marlin/src/feature/../module/stepper/cycles.h:157:78: in constexpr expansion of 'isr_execution_cycles(0)'
Marlin/src/feature/../module/stepper/cycles.h:154:144: in constexpr expansion of 'isr_loop_cycles(((int)R))'
Marlin/src/feature/../module/stepper/cycles.h:157:80: error: constexpr call flows off the end of the function
constexpruint32_tmax_step_isr_frequency_1x = (F_CPU) / isr_execution_cycles(0);
^
*** [.pio/build/mega2560/src/src/feature/babystep.cpp.o] Error 1
*** [.pio/build/mega2560/src/src/MarlinCore.cpp.o] Error 1
InfileincludedfromMarlin/src/gcode/calibrate/../../module/stepper.h:48:0,
fromMarlin/src/gcode/calibrate/G28.cpp:29:
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
constexpruint32_tmin_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
^~~~~~~~~~~~~~~~~~
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:157:78: in constexpr expansion of 'isr_execution_cycles(0)'
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:154:144: in constexpr expansion of 'isr_loop_cycles(((int)R))'
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:157:80: error: constexpr call flows off the end of the function
constexpruint32_tmax_step_isr_frequency_1x = (F_CPU) / isr_execution_cycles(0);
^
*** [.pio/build/mega2560/src/src/gcode/calibrate/G28.cpp.o] Error 1
InfileincludedfromMarlin/src/gcode/control/../../module/stepper.h:48:0,
fromMarlin/src/gcode/control/M17_M18_M84.cpp:28:
Marlin/src/gcode/control/../../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
#error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
^~~~~
Marlin/src/gcode/control/../../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
constexpruint32_tmin_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
^~~~~~~~~~~~~~~~~~
Marlin/src/gcode/control/../../module/stepper/cycles.h:157:78: in constexpr expansion of 'isr_execution_cycles(0)'
Marlin/src/gcode/control/../../module/stepper/cycles.h:154:144: in constexpr expansion of 'isr_loop_cycles(((int)R))'
Marlin/src/gcode/control/../../module/stepper/cycles.h:157:80: error: constexpr call flows off the end of the function
constexpruint32_tmax_step_isr_frequency_1x = (F_CPU) / isr_execution_cycles(0);
^
*** [.pio/build/mega2560/src/src/gcode/control/M17_M18_M84.cpp.o] Error 1
================================================================== [FAILED] Took 6.33 seconds ==================================================================
EnvironmentStatusDuration
------------- -------- ------------
mega2560FAILED00:00:06.332
============================================================ 1failed, 0succeededin00:00:06.332 ============================================================
TestingArtillery/SidewinderX2/:
Gettingconfigurationfilesfrom./.pio/build-import-2.1.x/config/examples/Artillery/Sidewinder X2/
Buildingthefirmwarenow...
/.platformio/penv/bin/pio
AutoBuild...
BuildingenvironmentArtillery_RubyforboardARTILLERY_RUBY (5238)...
InfileincludedfromMarlin/src/module/stepper.h:48,
fromMarlin/src/MarlinCore.cpp:51:
Marlin/src/module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
112 | #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
| ^~~~~
InfileincludedfromMarlin/src/feature/../module/stepper.h:48,
fromMarlin/src/feature/babystep.cpp:31:
Marlin/src/feature/../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
112 | #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
| ^~~~~
InfileincludedfromMarlin/src/feature/../module/stepper.h:48,
fromMarlin/src/feature/controllerfan.cpp:28:
Marlin/src/feature/../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
112 | #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
| ^~~~~
Marlin/src/module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
116 | constexpr uint32_t min_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
| ^~~~~~~~~~~~~~~~~~
Marlin/src/feature/../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
116 | constexpr uint32_t min_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
| ^~~~~~~~~~~~~~~~~~
*** [.pio/build/Artillery_Ruby/src/src/feature/babystep.cpp.o] Error 1
*** [.pio/build/Artillery_Ruby/src/src/MarlinCore.cpp.o] Error 1
InfileincludedfromMarlin/src/gcode/calibrate/../../module/stepper.h:48,
fromMarlin/src/gcode/calibrate/G28.cpp:29:
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
112 | #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
| ^~~~~
InfileincludedfromMarlin/src/gcode/calibrate/../../module/stepper.h:48,
fromMarlin/src/gcode/calibrate/G34_M422.cpp:31:
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:112:4: error: #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
112 | #error "At least one of MINIMUM_STEPPER_PULSE_NS or MAXIMUM_STEPPER_RATE must be defined"
| ^~~~~
Marlin/src/feature/../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
116 | constexpr uint32_t min_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
| ^~~~~~~~~~~~~~~~~~
*** [.pio/build/Artillery_Ruby/src/src/feature/controllerfan.cpp.o] Error 1
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
116 | constexpr uint32_t min_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
| ^~~~~~~~~~~~~~~~~~
Marlin/src/gcode/calibrate/../../module/stepper/cycles.h:116:47: error: '_min_pulse_high_ns' was not declared in this scope
116 | constexpr uint32_t min_stepper_pulse_cycles = _min_pulse_high_ns * CYCLES_PER_MICROSECOND / 1000;
| ^~~~~~~~~~~~~~~~~~
*** [.pio/build/Artillery_Ruby/src/src/gcode/calibrate/G28.cpp.o] Error 1
*** [.pio/build/Artillery_Ruby/src/src/gcode/calibrate/G34_M422.cpp.o] Error 1
================================================================= [FAILED] Took 13.94 seconds =================================================================
EnvironmentStatusDuration
-------------- -------- ------------
Artillery_RubyFAILED00:00:13.940
============================================================ 1failed, 0succeededin00:00:13.940 ============================================================
TestingCreality/Ender-3S1Plus/:
Gettingconfigurationfilesfrom./.pio/build-import-2.1.x/config/examples/Creality/Ender-3 S1 Plus/
Buildingthefirmwarenow...
/.platformio/penv/bin/pio
AutoBuild...
Detected"Creality v2.4.S1_301F4 (STM32F401RC) as found in the Ender-3 S1 F4" | CREALITY_V24S1_301F4 (5240).SelectedSTM32F401RC_crealityBuildingenvironmentSTM32F401RC_crealityforboardCREALITY_V24S1_301F4 (5240)...
Marlin/src/lcd/extui/dgus_e3s1pro/DGUSRxHandler.cpp: In function 'void DGUSRxHandler::setLanguage(DGUS_VP&, void*)':
Marlin/src/lcd/extui/dgus_e3s1pro/DGUSRxHandler.cpp:104:3: error: 'ui_language' was not declared in this scope; did you mean 'language'?
104 | ui_language = screen.config.language = language;
| ^~~~~~~~~~~
| language
*** [.pio/build/STM32F401RC_creality/src/src/lcd/extui/dgus_e3s1pro/DGUSRxHandler.cpp.o] Error 1
================================================================= [FAILED] Took 32.19 seconds =================================================================
EnvironmentStatusDuration
-------------------- -------- ------------
STM32F401RC_crealityFAILED00:00:32.187
============================================================ 1failed, 0succeededin00:00:32.187 ============================================================
TestingCreality/Ender-3S1Pro/:
Gettingconfigurationfilesfrom./.pio/build-import-2.1.x/config/examples/Creality/Ender-3 S1 Pro/
Buildingthefirmwarenow...
/.platformio/penv/bin/pio
AutoBuild...
Detected"Creality v2.4.S1_301F4 (STM32F401RC) as found in the Ender-3 S1 F4" | CREALITY_V24S1_301F4 (5240).SelectedSTM32F401RC_crealityBuildingenvironmentSTM32F401RC_crealityforboardCREALITY_V24S1_301F4 (5240)...
Marlin/src/lcd/extui/dgus_e3s1pro/DGUSRxHandler.cpp: In function 'void DGUSRxHandler::setLanguage(DGUS_VP&, void*)':
Marlin/src/lcd/extui/dgus_e3s1pro/DGUSRxHandler.cpp:104:3: error: 'ui_language' was not declared in this scope; did you mean 'language'?
104 | ui_language = screen.config.language = language;
| ^~~~~~~~~~~
| language
*** [.pio/build/STM32F401RC_creality/src/src/lcd/extui/dgus_e3s1pro/DGUSRxHandler.cpp.o] Error 1
================================================================= [FAILED] Took 27.02 seconds =================================================================
EnvironmentStatusDuration
-------------------- -------- ------------
STM32F401RC_crealityFAILED00:00:27.017
============================================================ 1failed, 0succeededin00:00:27.017 ============================================================
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:
Fixed
Formbot/T_Rex_2+/
Very broken/incorrect config. Does not match stock/shipped machines.
error details:
Artillery/Genius Pro/
error details:
Artillery/Genius/BLTouch/
error details:
Artillery/Genius/V1/
error details:
Artillery/Hornet/
error details:
Artillery/Sidewinder X1/0.9 BMG - E3D V6/
error details:
Artillery/Sidewinder X1/V1/
error details:
Artillery/Sidewinder X2/
error details:
Geeetech/A10M/YHCB2004_V4.1/
error details:
Geeetech/A10PRO/
error details:
Geeetech/A10T/YHCB2004_V4.1/
error details:
Creality/Ender-3 S1 Plus/
error details:
Creality/Ender-3 S1 Pro/
error details:
CTC/A13/
error details:
Creality/CR-6 SE/
error details:
The text was updated successfully, but these errors were encountered: