Machine.config_MaxAcc()

[Motion86]

説明

Set the maximum acceleration for the machine to move.

Syntax

machine.config_MaxAcc(max_acc);

Parameters

  • machine: The machine object.
  • axis: The axis to set the maximum acceleration, AXIS_X, AXIS_Y, or AXIS_Z.
  • max_acc: The maximum feed acceleration of the machine in the specified axis, in mm per second^2.

Returns

  • true: The setting is successful.
  • false: The setting is wrong, which means the machine does not exist or it was set up after the machine was 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下でライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。

コメントする

上部へスクロール