补齐刀补下模式切换错误覆盖

结论:基于 LinuxCNC interp_convert.cc convert_control_mode()、convert_coordinate_system() 和 convert_home(),native/source-link 现在覆盖刀补打开时 G64、G55、G28 被拒绝的失败分支。
This commit is contained in:
cnc
2026-06-05 23:46:15 +08:00
parent f69e10bedf
commit ba0d973f4f
5 changed files with 35 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
G21 G90 G17
G41 D1
G64

View File

@@ -0,0 +1,3 @@
G21 G90 G17
G41 D1
G55

View File

@@ -0,0 +1,3 @@
G21 G90 G17
G41 D1
G28