Branch: refs/heads/master
Home: https://github.com/LinuxCNC/linuxcnc
Commit: f80e31243b61521c26994bf8e57256ea39cb824e
https://github.com/LinuxCNC/linuxcnc/commit/f80e31243b61521c26994bf8e57256ea39cb824e
Author: wucke13 <wuc...@gm...>
Date: 2026-05-14 (Thu, 14 May 2026)
Changed paths:
M src/emc/usr_intf/axis/scripts/image-to-gcode.py
Log Message:
-----------
fix: image-to-gcode.py for modern numpy/tkinter
- Numpy renamed `numpy.core.Inf` -> `numpy.core.inf`.
- However, `numpy.core` was also deprecated and renamed, hence it
would be `numpy._core.inf`.
- But really, `numpy.inf` does work too.
- Avoid closing the `tkinter._default_root`, it's not necessary anymore
(probably since https://github.com/python/cpython/pull/23897).
Nowadays, there isn't even a `tkinter._default_root` per default.
Signed-off-by: wucke13 <wuc...@gm...>
Commit: 8ea36d388ce06d63374182c298745c6f101e6138
https://github.com/LinuxCNC/linuxcnc/commit/8ea36d388ce06d63374182c298745c6f101e6138
Author: andypugh <an...@bo...>
Date: 2026-05-24 (Sun, 24 May 2026)
Changed paths:
M src/emc/usr_intf/axis/scripts/image-to-gcode.py
Log Message:
-----------
Merge pull request #4021 from wucke13/dev/wucke13/fix-image-to-gcode-for-modern-numpy-and-tk
fix: image-to-gcode.py for modern numpy/tkinter
Compare: https://github.com/LinuxCNC/linuxcnc/compare/ff5549a7de23...8ea36d388ce0
To unsubscribe from these emails, change your notification settings at https://github.com/LinuxCNC/linuxcnc/settings/notifications
|