打开 mr-miky 打开了这个问题 2015 年 6 月 2 日 · 0 条评论 打开 错误的变量主轴#721 mr-miky 打开了这个问题 2015 年 6 月 2 日 · 0 条评论 注释 米奇先生 评论了 2015 年 6 月 2 日 我创建了自定义 CPU_MAP_ATMEGA2560_MIKY 配置并正确编译。 ifdef CPU_MAP_ATMEGA2560_MIKY // (Arduino Mega 2560) #include “cpu_map/cpu_map_atmega2560_miky.h” 万一 我在 Arduino Mega 2560 上加载并注意到主轴速度的控制是错误的。 我搜索了 VARIABLE_SPINDLE,我注意到在 spindle_control.c 中有很多#if defined (CPU_MAP_ATMEGA2560),即使我使用的是 2560,这显然是负数。 我用过了 ifdef CPU_MAP_ATMEGA2560 // (Arduino Mega 2560) 工作@EliteEng #include “cpu_map/cpu_map_atmega2560_miky.h” //#include “cpu_map/cpu_map_atmega2560.h” 万一 作为此问题的解决方法 参考GRBL_PLATFORM不是更好吗? 喜欢 (0) D11 始终为 0V #561 状态报告掩码 $10(最后 0.9i) #722 v1.3.8-EDGE 重启后键盘快捷键消失 #427 关闭 无法在 gsender 1.2.0 中打开 .gcode 文件 #367 RaspberryPi 运行 gsender 时出现问题 #89 向 fluidnc 发送 $$ 会导致 gsender 崩溃 #473 v1.3.8-EDGE 重启后键盘快捷键消失 #427 关闭无法在 gsender 1.2.0 中打开 .gcode 文件 #367RaspberryPi 运行 gsender 时出现问题 #89向 fluidnc 发送 $$ 会导致 gsender 崩溃 #473功能请求:抑制发送到机器的 gcode 中的 gcode 注释。 #444 关闭通过网络连接进行连接 #171操纵杆运动的剩余问题 #204 关闭新版本认为我的机器一直处于锁定状态 #474 关闭
我创建了自定义 CPU_MAP_ATMEGA2560_MIKY 配置并正确编译。
ifdef CPU_MAP_ATMEGA2560_MIKY // (Arduino Mega 2560)
#include “cpu_map/cpu_map_atmega2560_miky.h”
万一
我在 Arduino Mega 2560 上加载并注意到主轴速度的控制是错误的。
我搜索了 VARIABLE_SPINDLE,我注意到在 spindle_control.c 中有很多#if defined (CPU_MAP_ATMEGA2560),即使我使用的是 2560,这显然是负数。
我用过了
ifdef CPU_MAP_ATMEGA2560 // (Arduino Mega 2560) 工作@EliteEng
#include “cpu_map/cpu_map_atmega2560_miky.h”
//#include “cpu_map/cpu_map_atmega2560.h”
万一
作为此问题的解决方法
参考GRBL_PLATFORM不是更好吗?