LinuxCNC / linuxcnc

LinuxCNC controls CNC machines. It can drive milling machines, lathes, 3d printers, laser cutters, plasma cutters, robot arms, hexapods, and more.
http://linuxcnc.org/
GNU General Public License v2.0
1.75k stars 1.14k forks source link

error in halui docs #2850

Open hansu opened 6 months ago

hansu commented 6 months ago

Reported here: https://forum.linuxcnc.org/32-documents/51387-error-in-halui-docs#290960

I think it would be good to change the pin name in the sources to follow LinuxCNC's convention to use hyphens for that. To not break the configs we can use the update-ini script to update the config. What do you think @andypugh ?

andypugh commented 6 months ago

I agree that we should change the actual pin names and update the update-ini script. There should also be a mention in the "updating linuxcnc" section of the docs that mentions this. I further think that it should probably be a 2.10 change rather than go into 2.9.

hmnijp commented 6 months ago

thx for deciding quickly ;)

hansu commented 6 months ago

I further think that it should probably be a 2.10 change rather than go into 2.9.

I also thought in this direction to do this change at least in the next 2.9 release, so 2.9.3. But 2.10 would be also fine.

andypugh commented 6 months ago

Future 2.9 releases should be bugfixes only (arguably this is a bug fix, but...) My main reason for preferring to push it to 2.10 is that I don't think that users will be expecting config changes (or to see the update_in script run) after a minor update.