Skip to content

Commit

Permalink
Remove parameters '5600' and '5601' used for obsolete iocontrol-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigma1912 committed Oct 26, 2024
1 parent cca7502 commit 0dd4bdf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/emc/rs274ngc/interp_parameter_def.hh
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,6 @@ enum InterpParameterIndex {
RELATIVE_POSITION_W,
// 5599 - Flag for controlling the output of (DEBUG,) statements. 1=output, 0=no output; default=1. Volatile.
DEBUG_LEVEL_FLAG=5599,
// 5600 - Toolchanger fault indicator. Used with the iocontrol-v2 component. 1: toolchanger faulted, 0: normal. Volatile.
TOOLCHANGER_FAULT=5600,
// 5601 - Toolchanger fault code. Used with the iocontrol-v2 component. Reflects the value of the toolchanger-reason HAL pin if a fault occurred. Volatile.
TOOLCHANGER_FAULT_CODE=5601,
RS274NGC_MAX_PARAMETERS=5602
};
}
Expand Down

0 comments on commit 0dd4bdf

Please sign in to comment.