mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-29 13:19:53 +00:00
d29615dc0c
if you try to enable Z_DUAL_STEPPER_DRIVERS the error "You cannot have dual drivers for both Y and Z" shows even if you don't have defined Y_DUAL_STEPPER_DRIVERS and don't let you compile the firmware to solve this problem i change this line: #ifdef Z_DUAL_STEPPER_DRIVERS && Y_DUAL_STEPPER_DRIVERS to: #if defined (Z_DUAL_STEPPER_DRIVERS) && defined (Y_DUAL_STEPPER_DRIVERS) now the error only show if you define both Z_DUAL_STEPPER_DRIVERS and Y_DUAL_STEPPER_DRIVERS |
||
---|---|---|
.. | ||
example_configurations/delta | ||
BlinkM.cpp | ||
BlinkM.h | ||
cardreader.cpp | ||
cardreader.h | ||
Configuration.h | ||
Configuration_adv.h | ||
ConfigurationStore.cpp | ||
ConfigurationStore.h | ||
COPYING | ||
create_speed_lookuptable.py | ||
createTemperatureLookupMarlin.py | ||
dogm_font_data_marlin.h | ||
dogm_lcd_implementation.h | ||
DOGMbitmaps.h | ||
fastio.h | ||
language.h | ||
LCD Menu Tree.pdf | ||
LiquidCrystalRus.cpp | ||
LiquidCrystalRus.h | ||
Makefile | ||
Marlin.h | ||
Marlin.ino | ||
Marlin.pde | ||
Marlin_main.cpp | ||
MarlinSerial.cpp | ||
MarlinSerial.h | ||
Menu Plans.xlsx | ||
motion_control.cpp | ||
motion_control.h | ||
pins.h | ||
planner.cpp | ||
planner.h | ||
Sd2Card.cpp | ||
Sd2Card.h | ||
Sd2PinMap.h | ||
SdBaseFile.cpp | ||
SdBaseFile.h | ||
SdFatConfig.h | ||
SdFatStructs.h | ||
SdFatUtil.cpp | ||
SdFatUtil.h | ||
SdFile.cpp | ||
SdFile.h | ||
SdInfo.h | ||
SdVolume.cpp | ||
SdVolume.h | ||
Servo.cpp | ||
Servo.h | ||
speed_lookuptable.h | ||
stepper.cpp | ||
stepper.h | ||
temperature.cpp | ||
temperature.h | ||
thermistortables.h | ||
ultralcd.cpp | ||
ultralcd.h | ||
ultralcd_implementation_hitachi_HD44780.h | ||
ultralcd_st7920_u8glib_rrd.h | ||
vector_3.cpp | ||
vector_3.h | ||
watchdog.cpp | ||
watchdog.h |