按规划持续工作

This commit is contained in:
2026-06-09 06:13:28 +08:00
parent 902c6ecaea
commit 2658ee3b72
255 changed files with 12487 additions and 150 deletions

View File

@@ -0,0 +1,2 @@
canon_event=USE_TOOL_LENGTH_OFFSET x=0 y=0 z=6.25 a=0 b=0 c=0 u=0 v=0 w=0
canon_event=PROGRAM_END

View File

@@ -0,0 +1,4 @@
canon_event=SELECT_PLANE plane=1
canon_event=STRAIGHT_TRAVERSE line=1 x=0 y=0 z=0 a=0 b=0 c=0 u=0 v=0 w=0
canon_event=ORIENT_SPINDLE spindle=0 orientation=57.5 mode=2
canon_event=WAIT_SPINDLE_ORIENT_COMPLETE spindle=0 timeout=1.5

View File

@@ -0,0 +1,4 @@
M98 P1
O1
M99
M2

View File

@@ -0,0 +1,2 @@
G43 H2
M2

View File

@@ -0,0 +1,2 @@
G90 G17 G0 X0 Y0 Z0
M19 R45 P2 Q1.5

View File

@@ -0,0 +1,5 @@
[RS274NGC]
DISABLE_FANUC_STYLE_SUB = 1
[TRAJ]
COORDINATES = XYZ

View File

@@ -0,0 +1,6 @@
[TRAJ]
LINEAR_UNITS = mm
[EMCIO]
TOOL_TABLE = ini_tool_table.tbl
RANDOM_TOOLCHANGER = 0

View File

@@ -0,0 +1 @@
T2 P7 Z6.25 D1.5 ;ini-driven tool table entry

View File

@@ -0,0 +1,5 @@
[TRAJ]
COORDINATES = XYZ
[RS274NGC]
ORIENT_OFFSET = 12.5

View File

@@ -71,5 +71,6 @@ export const INTERP_BROWSER_FILE_FIXTURES = INTERP_FILE_FIXTURES;
export const INTERP_INI_FIXTURE = "namedparam_semantics";
export const INTERP_BASELINE_INI_FIXTURE = "namedparam_ini_semantics";
export const INTERP_SPINDLE_ORIENT_OFFSET_FIXTURE = "spindle_orient_offset";
export const INTERP_COORDINATE_OFFSETS_FILE_FIXTURE = "coordinate_offsets";
export const INTERP_POSITION_PARAMS_FILE_FIXTURE = "position_params";