lengths abstract method
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});
Get the lengths of the axes of the gantry in millimeters.
var lengths = await myGantry.lengths();
For more information, see Gantry component.
Future<List<double>> lengths({Map<String, dynamic>? extra});