Files
cnc/wasm-port/tests/fixtures/gcode/position_params.ngc
cnc 7d71e3bc6d 增加当前位置参数fixture验证
结论:新增 position_params fixture,覆盖 Z 轴运动与 #5420/#5421/#5422 当前坐标参数同步;最小 harness 输出当前位置参数,runtime 在直线运动后刷新相对位置参数。检查:git diff --check 通过;wasm-port/tests/native/verify_native_probes.sh 通过。
2026-06-06 22:55:50 +08:00

3 lines
51 B
Plaintext

G90 G0 X1.0 Y2.0 Z3.0
G91 G1 X0.5 Y-1.0 Z2.0 F80.0