[LinuxCNC/linuxcnc PR#458] 2.7

未分类 bolang 5个月前 (10-15) 24次浏览

Issue #458 | 状态: 已关闭 | 作者: KimK | 创建时间: 2018-07-08


Docs: Correct G28,G30. Improve G92.

The G28 & G30 parameter count were still set to six,
from the old way of XYZABC, now XYZABCUVW so add counts.

G92 never mentioned parameters until near the end,
so I copied from G28/G30 to add to G92. Hopefully
made some other useful improvements while there too.


评论 (2)

#1 – KimK 于 2018-07-08

Gaaah! Some branchy thing went wrong? I’ll redo it.


#2 – andypugh 于 2018-07-08

On 8 July 2018 at 06:58, Kim Kirwan wrote:

> Gaaah! Some branchy thing went wrong? I’ll redo it.
>
Top Tip!

git push –dry-run will give you a log 123456..789abcd or similar, then
git log -p 23456..789abcd will show you exactly what you are about to
push.
Saves surprises :-)


atp


原始Issue: https://github.com/LinuxCNC/linuxcnc/pull/458

喜欢 (0)