With an eye to adding INI entries for spindle homing and increment size (prompted by Gene's recent query) I have been trying to folllow the path taken by INI data in to homing.c
https://github.com/LinuxCNC/linuxcnc/blob/master/src/emc/task/emctaskmain.cc#L1717 Appears that it might be redundant. Commenting it out does not stop LinuxCNC compiling, or homing from happening. I think that the joints get their home params from inijoint.cc instead: https://github.com/LinuxCNC/linuxcnc/blob/master/src/emc/ini/inijoint.cc#L194 Both call emcJointSetHomingParams() -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of mechanical geniuses, daredevils and lunatics." — George Fitch, Atlanta Constitution Newspaper, 1916 _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
