lengths abstract method

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

Get the lengths of the axes of the gantry in millimeters.

var lengths = await myGantry.lengths();

For more information, see Gantry component.

Implementation

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