Sequence: Assertions: calibrate(axis): return-typ: table

return a table for the calibrate-methods with the following values:
{
axis: char, //x,y,z
successful: boolean,
message: string, //e.g log-message why it fails
length: float // measured length
}

@fafi Are you requesting this as a feature? I could take a look on Monday if so. It’s been a while since I’ve been in that part of the codebase. It might be possible.