On Thu, 27 Feb 2025 at 07:35, John Dammeyer <jo...@autoartisans.com> wrote:

Seems a shame not to 'update' this probe screen.  Or am I the only one using
> it.


I forked a version to work on it.
https://github.com/andypugh/probe-screen-ng

I think that you can probably fix at least this problem (in Python3) by
changing

import pango

to

from gi.repository import Pango as pango

See how that works? (it will generate a warning related to versions)


> At the moment it appears it's best to ignore the work done to bring
> LinuxCNC up to 2.9.4 and just stay with 2.8.


You may be confusing Debian and LinuxCNC versions here.

I am currently in the process of updating my mill to Bookworm / 2.9.4 so at
that point will probably need to fix this.

-- 
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, 1912

_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to