[grbl Issue#1247] Grbl 1.1 $N0 & $N1 problem

未分类 bolang 6个月前 (10-14) 39次浏览

Issue #1247 | 状态: 已关闭 | 作者: mo7amedelhadi | 创建时间: 2017-06-12


Hi ;

I am doing a cnc and i’m working with grbl, when I run the program will not look for the homing but it starts directly in the program gcode.

I want to know what is the utility of $N , $N0 & $N1 ? Because when i modified $N0 and $N1 the cnc works in a space defines without any problem.

Thanks to all


评论 (1)

#1 – chamnit 于 2017-06-13

It sets the gcode modes to something that is non-default. For example, if you like to operate in inches mode, you can have a startup string place it in inches mode. Any automated motion can be highly dangerous. Grbl requires you to manually execute homing because of this.


原始Issue: https://github.com/grbl/grbl/issues/1247

喜欢 (0)