开源改变世界

为什么我的M3是关主轴? #491

推推 grbl 2年前 (2023-01-22) 73次浏览

关闭
gadenstar 开启了这个问题 2018 年 7 月 19 日 · 2 条评论
关闭

为什么我的M3是关主轴?#491

gadenstar 开启了这个问题 2018 年 7 月 19 日 · 2 条评论

注释

为什么我的M3是关主轴? #491

我不会说英语。抱歉

我认为控制主轴速度,就像 Super-PID
https://item.taobao.com/item.htm?spm=a230r.1.14.1.6bd531139fLfiF&id=560241574916&ns=1&abbucket=12#detail

现在控制速度可以了,但是M3是停止的,M5是运行的。=。= 为什么?
所以我需要帮助,谢谢

为什么我的M3是关主轴? #491

在您的机器上没有任何详细信息,听起来您只需要反转信号即可。这可以通过使用耦合电阻器和 npn 晶体管的简单电路来完成。

为什么我的M3是关主轴? #491
作者

请关闭这个问题。

config.h第 206 行

// Inverts the spindle enable pin from low-disabled/high-enabled to low-enabled/high-disabled. Useful // for some pre-built electronic boards. // NOTE: If VARIABLE_SPINDLE is enabled(default), this option has no effect as the PWM output and // spindle enable are combined to one pin. If you need both this option and spindle speed PWM, // uncomment the config option USE_SPINDLE_DIR_AS_ENABLE_PIN below. #define INVERT_SPINDLE_ENABLE_PIN // Default disabled. Uncomment to enable.

取消注释即可

喜欢 (0)