FlexGui - View setting error
- MaHa
- Offline
- Platinum Member
-
Less
More
- Posts: 455
- Thank you received: 192
07 Oct 2025 23:30 #336069
by MaHa
FlexGui - View setting error was created by MaHa
Today, after update there is this error preventing start. When this entry is present in the .ini file
thats printed in terminal. If i comment that entry, the ui starts
A question about the plotter i was going to ask anyway: If a program is loaded, machine zero is in the center of the plot, and i have to search the preview. Is there a way to have the current coordinate system zero, centered in the plot, to see the preview directly.
Thanks for all the work done in this project. At the moment i am integrating the subroutines, and it's really nice how to control the index of tabs and stacked widget with a button connected to some python, then load the program with a push button.
[DISPLAY]
VIEW = x
thats printed in terminal. If i comment that entry, the ui starts
File "/usr/bin/flexgui", line 313, in <module>
window = flexgui()
^^^^^^^^^
File "/usr/bin/flexgui", line 229, in __init__
startup.setup_jog(self)
File "/usr/lib/python3/dist-packages/libflexgui/startup.py", line 1167, in setup_jog
if parent.jog_increments:
^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'flexgui' object has no attribute 'jog_increments'
Shutting down and cleaning up LinuxCNC...
A question about the plotter i was going to ask anyway: If a program is loaded, machine zero is in the center of the plot, and i have to search the preview. Is there a way to have the current coordinate system zero, centered in the plot, to see the preview directly.
Thanks for all the work done in this project. At the moment i am integrating the subroutines, and it's really nice how to control the index of tabs and stacked widget with a button connected to some python, then load the program with a push button.
Please Log in or Create an account to join the conversation.
Time to create page: 0.068 seconds