关于marlin2.0修改问题-Arduino中文社区 - Powered by Discuz!

Arduino中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 2333|回复: 0

[未解决] 关于marlin2.0修改问题

[复制链接]
发表于 2021-4-8 15:11 | 显示全部楼层 |阅读模式
想改成三头适配的程序,把挤出头定义改为3后报错
Arduino:1.6.4 (Windows 8.1), 板:"Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)"

In file included from Marlin.h:23:0,
                 from Marlin_main.cpp:30:
pins.h:2719: error: 'E2_STEP_PIN' was not declared in this scope
   #define _E2_PINS E2_STEP_PIN, E2_DIR_PIN, E2_ENABLE_PIN, HEATER_2_PIN,
                    ^
pins.h:2768:43: note: in expansion of macro '_E2_PINS'
                         _E0_PINS _E1_PINS _E2_PINS             \
                                           ^
Marlin_main.cpp:276:30: note: in expansion of macro 'SENSITIVE_PINS'
const int sensitive_pins[] = SENSITIVE_PINS; // Sensitive pin list for M42
                              ^
pins.h:2719: error: 'E2_DIR_PIN' was not declared in this scope
   #define _E2_PINS E2_STEP_PIN, E2_DIR_PIN, E2_ENABLE_PIN, HEATER_2_PIN,
                                 ^
pins.h:2768:43: note: in expansion of macro '_E2_PINS'
                         _E0_PINS _E1_PINS _E2_PINS             \
                                           ^
Marlin_main.cpp:276:30: note: in expansion of macro 'SENSITIVE_PINS'
const int sensitive_pins[] = SENSITIVE_PINS; // Sensitive pin list for M42
                              ^
pins.h:2719: error: 'E2_ENABLE_PIN' was not declared in this scope
   #define _E2_PINS E2_STEP_PIN, E2_DIR_PIN, E2_ENABLE_PIN, HEATER_2_PIN,
                                             ^
pins.h:2768:43: note: in expansion of macro '_E2_PINS'
                         _E0_PINS _E1_PINS _E2_PINS             \
                                           ^
Marlin_main.cpp:276:30: note: in expansion of macro 'SENSITIVE_PINS'
const int sensitive_pins[] = SENSITIVE_PINS; // Sensitive pin list for M42
                              ^
'E2_STEP_PIN' was not declared in this scope



您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|Archiver|手机版|Arduino中文社区

GMT+8, 2024-11-29 09:43 , Processed in 0.068272 second(s), 15 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表