APIs, concepts, guides, and more

◆ AccelerationRateSet()

void AccelerationRateSet ( double programmingUnitsPerMinuteSquared)
pure virtual
Parameters
programmingUnitsPerMinuteSquaredThe desired target acceleration.

REQUIRED before Load() or LoadFile(). Sets the target acceleration for the machine (units/minute^2). Rotational moves are in (degrees/minute^2). Should be set appropriately based on your hardware.

See also
AccelerationRateGet

Visit our Concept Page for more information.

Examples
GcodeMotion.cs.