position abstract method

Future<List<double>> position({
  1. Map<String, dynamic>? extra,
})

Get the position of the axes in millimeters.

var position = await myGantry.position();

For more information, see Gantry component.

Implementation

Future<List<double>> position({Map<String, dynamic>? extra});