homed property
- @TagNumber(1)
A bool describing whether the gantry has completed homing
Implementation
@$pb.TagNumber(1)
$core.bool get homed => $_getBF(0);
- @TagNumber(1)
Implementation
@$pb.TagNumber(1)
set homed($core.bool v) { $_setBool(0, v); }