修复 G18 圆弧轴映射

This commit is contained in:
2026-06-27 01:31:49 -04:00
parent 0e1e9d61a8
commit 45b0f9bcf8
3 changed files with 578 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ const SWITCHKINS_M_CODES = new Map([
]);
const PLANE_AXIS_MAP = {
170: ["x", "y", "z"],
180: ["x", "z", "y"],
180: ["z", "x", "y"],
190: ["y", "z", "x"],
};