按建议,继续完成后续工作

结论:minimal interpreter harness 已按 LinuxCNC Interp::init 对齐 G73/G83 毫米默认 peck-clearance,canned_cycles 已纳入 upstream rs274 side-by-side baseline,完整 native probes 验证通过。
This commit is contained in:
2026-06-07 23:22:57 +08:00
parent 169b7b8b39
commit 3c0f3fdc7c
5 changed files with 23 additions and 21 deletions

View File

@@ -69,14 +69,14 @@ semantic rewrites:
path. The upstream `rs274` side-by-side baseline now covers simple motion,
arc geometry, offsets, feed-control, comment/logging, numbered-parameter,
probing, spindle-orient, file-open reset, file-finish, tool-reload, and
O-word subroutine fixtures; it also covers threading/rigid tap, NURBS
dispatch boundaries, and comparable canonical runtime edge and program-end
cleanup calls. Adapter-heavy fixtures, standalone modal-state assertions, and
upstream `rs274` output gaps such as `WAIT` or hidden NURBS control-point
detail still need dedicated native LinuxCNC baselines.
- `canned_cycles` is not yet in the upstream `rs274` side-by-side baseline
because G83 currently exposes retract-height canonical detail that needs a
dedicated native LinuxCNC baseline instead of broad event filtering.
canned-cycle and O-word subroutine fixtures; it also covers threading/rigid
tap, NURBS dispatch boundaries, and comparable canonical runtime edge and
program-end cleanup calls. Adapter-heavy fixtures, standalone modal-state
assertions, and upstream `rs274` output gaps such as `WAIT` or hidden NURBS
control-point detail still need dedicated native LinuxCNC baselines.
- `canned_cycles` is now in the upstream `rs274` side-by-side baseline after
the minimal interpreter harness was aligned with LinuxCNC `Interp::init()`
default `G73/G83` peck-clearance values for millimeter units.
## Current Drift Conclusion