Skip to content

Commit 6b0dd79

Browse files
committed
halui - remove redundent check for J<0
1 parent b505d4c commit 6b0dd79

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/emc/usr_intf/halui.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,8 +1470,6 @@ static void sendJogStop(int ja, int jjogmode)
14701470

14711471
static void sendJogCont(int ja, double speed, int jjogmode)
14721472
{
1473-
// no selected axis/joint
1474-
if (ja < 0) { return; }
14751473

14761474
EMC_JOG_CONT emc_jog_cont_msg;
14771475

0 commit comments

Comments
 (0)