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.79k stars 1.15k forks source link

Typo regarding "G52", "G92" and DISABLE_G92_PERSISTENCE #2891

Closed Unl0gic closed 2 weeks ago

Unl0gic commented 7 months ago

On the page linked here it says:

This seems to have been inverted, shouldn't it say that the parameters in question are persisted by default and volatile only if "DISABLE_G92_PERSISTENCE = 1" is set?

andypugh commented 7 months ago

It probably should. But do you have the time to check what actually happens? Possibly the INI file entries have confusing names?

Sigma1912 commented 7 months ago

related https://github.com/LinuxCNC/linuxcnc/pull/2916

Sigma1912 commented 7 months ago

I created a pull request for this: https://github.com/LinuxCNC/linuxcnc/pull/2919

Thanks for reporting.

hansu commented 2 weeks ago

@Unl0gic Is this resolved now?

Unl0gic commented 2 weeks ago

@hansu Yes from what I can see this issue has now been corrected.