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.27k stars 19.23k forks source link

[BR][2.0.x] SCARA default example config broken (again) #9084

Closed fiveangle closed 6 years ago

fiveangle commented 6 years ago

https://circleci.com/gh/fiveangle/Marlin/82?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link

Just an FYI that SCARA default example config is broken:

use_example_configs SCARA
In file included from Marlin/src/HAL/HAL_AVR/../../inc/MarlinConfig.h:34:0,
from Marlin/src/HAL/HAL_AVR/HAL_spi_AVR.cpp:40:
Marlin/src/HAL/HAL_AVR/../../inc/SanityCheck.h:1166:4: error: #error "Enable USE_ZMIN_PLUG when homing Z to MIN."
#error "Enable USE_ZMIN_PLUG when homing Z to MIN."
^
In file included from Marlin/src/HAL/HAL_AVR/../../inc/MarlinConfig.h:34:0,
from Marlin/src/HAL/HAL_AVR/MarlinSerial.cpp:36:
Marlin/src/HAL/HAL_AVR/../../inc/SanityCheck.h:1166:4: error: #error "Enable USE_ZMIN_PLUG when homing Z to MIN."
#error "Enable USE_ZMIN_PLUG when homing Z to MIN."
^
In file included from Marlin/src/HAL/HAL_AVR/../../inc/MarlinConfig.h:34:0,
from Marlin/src/HAL/HAL_AVR/persistent_store_impl.cpp:5:
Marlin/src/HAL/HAL_AVR/../../inc/SanityCheck.h:1166:4: error: #error "Enable USE_ZMIN_PLUG when homing Z to MIN."
#error "Enable USE_ZMIN_PLUG when homing Z to MIN."
^
In file included from Marlin/src/HAL/HAL_AVR/../../inc/MarlinConfig.h:34:0,
from Marlin/src/HAL/HAL_AVR/servo_AVR.cpp:56:
Marlin/src/HAL/HAL_AVR/../../inc/SanityCheck.h:1166:4: error: #error "Enable USE_ZMIN_PLUG when homing Z to MIN."
#error "Enable USE_ZMIN_PLUG when homing Z to MIN."
^
In file included from Marlin/src/HAL/HAL_AVR/../../inc/MarlinConfig.h:34:0,
from Marlin/src/HAL/HAL_AVR/watchdog_AVR.cpp:25:
Marlin/src/HAL/HAL_AVR/../../inc/SanityCheck.h:1166:4: error: #error "Enable USE_ZMIN_PLUG when homing Z to MIN."
#error "Enable USE_ZMIN_PLUG when homing Z to MIN."
^
In file included from Marlin/src/HAL/HAL_LPC1768/../../inc/MarlinConfig.h:34:0,
from Marlin/src/HAL/HAL_LPC1768/LPC1768_Servo.cpp:63:
Marlin/src/HAL/HAL_LPC1768/../../inc/SanityCheck.h:1166:4: error: #error "Enable USE_ZMIN_PLUG when homing Z to MIN."
#error "Enable USE_ZMIN_PLUG when homing Z to MIN."
^
*** [.pioenvs/megaatmega2560/src/src/HAL/HAL_AVR/HAL_spi_AVR.o] Error 1
*** [.pioenvs/megaatmega2560/src/src/HAL/HAL_AVR/MarlinSerial.o] Error 1
*** [.pioenvs/megaatmega2560/src/src/HAL/HAL_AVR/persistent_store_impl.o] Error 1
*** [.pioenvs/megaatmega2560/src/src/HAL/HAL_AVR/servo_AVR.o] Error 1
*** [.pioenvs/megaatmega2560/src/src/HAL/HAL_AVR/watchdog_AVR.o] Error 1
*** [.pioenvs/megaatmega2560/src/src/HAL/HAL_LPC1768/LPC1768_Servo.o] Error 1
========================== [ERROR] Took 3.52 seconds ==========================

================================== [SUMMARY] ==================================
Environment megaatmega2560              [ERROR]
Environment megaatmega1280              [SKIP]
Environment anet10                      [SKIP]
Environment DUE                         [SKIP]
Environment LPC1768                     [SKIP]
Environment LPC1768_debug_and_upload    [SKIP]
Environment rambo                       [SKIP]
Environment sanguino_atmega644p         [SKIP]
Environment STM32F1                     [SKIP]
Environment teensy20                    [SKIP]
Environment teensy35                    [SKIP]
========================== [ERROR] Took 3.53 seconds ==========================
Exited with code 1

I don't have SCARA so don't really care myself. As I suspect SCARA is the least popular kinematic style, if no one else cares either, please close without resolution and I'll refrain from submitting these notices. If a user encounters the problem they will hopefully submit an issue and not just give up.

Thanks,

-=dave

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.