diff --git a/manipulate/v1/func_move.fbs b/manipulate/v1/func_move.fbs index aa8c3bd0..c253253d 100755 --- a/manipulate/v1/func_move.fbs +++ b/manipulate/v1/func_move.fbs @@ -81,8 +81,10 @@ table Request_Move_Home { // Move J //--------------------------------------------------------------- table Request_Move_J { - target: MoveInput_Target; - speed: MoveInput_Speed; + target: MoveInput_Target (required); + speed: MoveInput_Speed (required); + + ext_axis: [float]; } //--------------------------------------------------------------- // Move L