77 lines
1.9 KiB
JavaScript
77 lines
1.9 KiB
JavaScript
export const INTERP_MDI_FIXTURES = [
|
|
"minimal_linear",
|
|
"arc_semantics",
|
|
"length_units",
|
|
"modal_incremental",
|
|
"plane_selection",
|
|
"coordinate_offsets",
|
|
"g53_machine_coordinates",
|
|
"feed_control_modes",
|
|
"position_params",
|
|
"probe_semantics",
|
|
"spindle_orient",
|
|
"comment_logging",
|
|
"numbered_params",
|
|
"tool_semantics",
|
|
"tool_table_setup",
|
|
"tool_reload",
|
|
"canned_cycles",
|
|
"cutter_comp_motion",
|
|
"threading_sync",
|
|
"nurbs_g5_semantics",
|
|
"nurbs_g6_semantics",
|
|
"state_tag_motion",
|
|
"canon_runtime_edges",
|
|
"program_end_modal_reset",
|
|
];
|
|
|
|
export const INTERP_BROWSER_MDI_FIXTURES = INTERP_MDI_FIXTURES;
|
|
|
|
export const INTERP_ERROR_FIXTURES = [
|
|
"g1_zero_feed",
|
|
"arc_radius_mismatch",
|
|
"arc_zero_radius",
|
|
"cutter_comp_plane_change",
|
|
"g53_incremental",
|
|
"namedparam_readonly",
|
|
"numbered_param_readonly",
|
|
"tool_not_found",
|
|
"tool_length_offset_not_found",
|
|
];
|
|
|
|
export const INTERP_FILE_FIXTURES = [
|
|
"minimal_linear",
|
|
"arc_semantics",
|
|
"length_units",
|
|
"modal_incremental",
|
|
"plane_selection",
|
|
"g53_machine_coordinates",
|
|
"feed_control_modes",
|
|
"probe_semantics",
|
|
"spindle_orient",
|
|
"comment_logging",
|
|
"numbered_params",
|
|
"tool_semantics",
|
|
"tool_table_setup",
|
|
"tool_reload",
|
|
"canned_cycles",
|
|
"cutter_comp_motion",
|
|
"threading_sync",
|
|
"nurbs_g5_semantics",
|
|
"nurbs_g6_semantics",
|
|
"state_tag_motion",
|
|
"canon_runtime_edges",
|
|
"program_end_modal_reset",
|
|
"file_open_reset",
|
|
"percent_file_finish",
|
|
"oword_subroutine",
|
|
];
|
|
|
|
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";
|