按规划持续工作
This commit is contained in:
2
wasm-port/tests/fixtures/canon/ini_tool_table.events
vendored
Normal file
2
wasm-port/tests/fixtures/canon/ini_tool_table.events
vendored
Normal 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
|
||||
4
wasm-port/tests/fixtures/canon/spindle_orient_offset.events
vendored
Normal file
4
wasm-port/tests/fixtures/canon/spindle_orient_offset.events
vendored
Normal 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
|
||||
4
wasm-port/tests/fixtures/gcode/disable_fanuc_style_sub_m98.ngc
vendored
Normal file
4
wasm-port/tests/fixtures/gcode/disable_fanuc_style_sub_m98.ngc
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
M98 P1
|
||||
O1
|
||||
M99
|
||||
M2
|
||||
2
wasm-port/tests/fixtures/gcode/ini_tool_table.ngc
vendored
Normal file
2
wasm-port/tests/fixtures/gcode/ini_tool_table.ngc
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
G43 H2
|
||||
M2
|
||||
2
wasm-port/tests/fixtures/gcode/spindle_orient_offset.ngc
vendored
Normal file
2
wasm-port/tests/fixtures/gcode/spindle_orient_offset.ngc
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
G90 G17 G0 X0 Y0 Z0
|
||||
M19 R45 P2 Q1.5
|
||||
5
wasm-port/tests/fixtures/ini/disable_fanuc_style_sub.ini
vendored
Normal file
5
wasm-port/tests/fixtures/ini/disable_fanuc_style_sub.ini
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
[RS274NGC]
|
||||
DISABLE_FANUC_STYLE_SUB = 1
|
||||
|
||||
[TRAJ]
|
||||
COORDINATES = XYZ
|
||||
6
wasm-port/tests/fixtures/ini/ini_tool_table.ini
vendored
Normal file
6
wasm-port/tests/fixtures/ini/ini_tool_table.ini
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
[TRAJ]
|
||||
LINEAR_UNITS = mm
|
||||
|
||||
[EMCIO]
|
||||
TOOL_TABLE = ini_tool_table.tbl
|
||||
RANDOM_TOOLCHANGER = 0
|
||||
1
wasm-port/tests/fixtures/ini/ini_tool_table.tbl
vendored
Normal file
1
wasm-port/tests/fixtures/ini/ini_tool_table.tbl
vendored
Normal file
@@ -0,0 +1 @@
|
||||
T2 P7 Z6.25 D1.5 ;ini-driven tool table entry
|
||||
5
wasm-port/tests/fixtures/ini/spindle_orient_offset.ini
vendored
Normal file
5
wasm-port/tests/fixtures/ini/spindle_orient_offset.ini
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
[TRAJ]
|
||||
COORDINATES = XYZ
|
||||
|
||||
[RS274NGC]
|
||||
ORIENT_OFFSET = 12.5
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user