Machine.config_MaxVelocity()

[Motion86]

説明

Set the maximum speed for the machine to move.

Syntax

machine.config_MaxVelocity(axis, max_feedrate_mps);

Parameters

  • machine: Machine object.
  • axis: The axis you want to set the maximum speed for, either AXIS_X, AXIS_Y or AXIS_Z.
  • max_feedrate_mps: The maximum feedrate of the machine in the specified axis, in mm per second.

Returns

  • true: The setting is successful.
  • false: The setting is wrong, which means the machine does not exist or the setting is done after the machine is started.

Please make sure that the machine exists and make sure that the machine is set up before starting the machine.

See also


Libraries Reference Home

86Duino のリファレンスのテキストは Arduino レファレンス を編集したもので、 Creative Commons Attribution-ShareAlike 3.0 License下でライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。

コメントする

上部へスクロール