On 3/28/14 19:22 , andy pugh wrote: > At least two users have wanted more decimal precision in the GUI screens > > In many cases the solution is the thing I pasted just now: > > gksudo gedit (this opens gedit in super-user mode) > then open /usr/share/pyshared/rs274/glcanon.py > Edit line 1068 and change > format = "% 6s:% 9.3f" > to > format = "% 6s:% 9.6f" > for 6 digits of decimals/ > Then save the file. > > It seems relatively trivial to make GUI format a [DISPLAY] entry, > defaulting to the current.
I'm not familiar with the glcanon internals. Which numbers in which GUIs are we talking about? Do you know if the request is from people running metric or imperial machines? 3 figures after the decimal point seems about right for metric, but i'd think 4 would be better for imperial. -- Sebastian Kuzminsky ------------------------------------------------------------------------------ _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
