We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
homed
linuxcnc
1 parent 7607073 commit 582a144Copy full SHA for 582a144
1 file changed
src/emc/usr_intf/axis/extensions/emcmodule.cc
@@ -744,7 +744,9 @@ static PyGetSetDef Stat_getsetlist[] = {
744
{(char*)"din", (getter)Stat_din},
745
{(char*)"dout", (getter)Stat_dout},
746
{(char*)"gcodes", (getter)Stat_activegcodes},
747
- {(char*)"homed", (getter)Stat_homed},
+ {(char*)"homed", (getter)Stat_homed, (setter)NULL,
748
+ (char*)"An array of integers indicating the 'homed' status of each joint (0 or 1)."
749
+ },
750
{(char*)"limit", (getter)Stat_limit},
751
{(char*)"mcodes", (getter)Stat_activemcodes},
752
{(char*)"misc_error", (getter)Stat_misc_error},
0 commit comments