对话 1个 提交 12 支票 0 文件已更改 17 对话 德克腾 评论了 2011 年 6 月 17 日 泗门、 你能看看添加到 serial.c 的 psudo 代码吗?我不确定这是否是放置它的正确位置,或者我是否正在正确计算 RX 缓冲区大小。这个想法是,如果缓冲区中有超过 10 个空间,则打开一个将由主 arduino 监控的引脚以发送更多 gcode。一旦缓冲区中的空格少于 2 个,转动引脚告诉主机停止发送数据。我想我会让这部分代码由 #if…#endif 激活,这样如果人们不想使用像这样的 2 个 arduino 进行无头控制,他们可以将其关闭并且它不会编译. 你能想出更好的方法吗? dirktheeng 添加了12 个提交 11年前 LCGCi project description... describes goals of project, will update … …… e643511 changes to settings to allow for use of options to set enable pin beh… …… e314436 options to set enable pin behavior allow m80 st_enable and m81 st_dis… …… 72da0d5 Merge branch 'edge' of github.com:dirktheeng/grbl into edge ca0d217 Missed a line to write values to settings when copying over. …… 50d6d89 potential changes to set a pin high when the serial buffer is full. T… …… affc897 added development pathway and status for grbl code f741a1e created the basic structure for a functioning homing system. Use G28 … …… 14f79cc cleaned up the code a bit and added comments to make it easy to under… …… cf2f930 cleaned up gcode.c to make it universal for the limit function and to… …… 3085e69 cleaned up limits.c and made it universal and capable of accepting va… …… 3eb4c91 started with adding options for limit/homing config in the setup menu… …… 35baa38 成员 泗门 评论了 2011 年 6 月 28 日 你好!我认为这在原则上是正确的,而且我已经看到爱德华福特使用 Grbl 和第二个 Arduino 成功地完成了这件事。不过,您可能需要调整限制。 没问题,但是:不需要为此使用拉取请求。一个简单的问题就可以了。我知道在哪里可以找到你的回购协议:-) simen 关闭了这个 2011 年 6 月 28 日 免费注册 在 GitHub 上加入此对话。已有帐户? 登录评论 审稿人 没有评论 受让人 无人分配 标签 还没有 项目 还没有 里程碑 没有里程碑 发展 成功合并此拉取请求可能会关闭这些问题。 还没有 2名参加者 喜欢 (0)
泗门、
你能看看添加到 serial.c 的 psudo 代码吗?我不确定这是否是放置它的正确位置,或者我是否正在正确计算 RX 缓冲区大小。这个想法是,如果缓冲区中有超过 10 个空间,则打开一个将由主 arduino 监控的引脚以发送更多 gcode。一旦缓冲区中的空格少于 2 个,转动引脚告诉主机停止发送数据。我想我会让这部分代码由 #if…#endif 激活,这样如果人们不想使用像这样的 2 个 arduino 进行无头控制,他们可以将其关闭并且它不会编译.
你能想出更好的方法吗?