QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
28 Aug 2022 20:25 #250649
by Roguish
Replied by Roguish on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
I changed it with grub_customizer....
lots left over from earlier distros
lots left over from earlier distros
Please Log in or Create an account to join the conversation.
28 Aug 2022 20:27 #250650
by cmorley
Replied by cmorley on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
apparently sometimes the 5.x isn't as good.
If 4.x works...
If 4.x works...
Please Log in or Create an account to join the conversation.
28 Aug 2022 20:48 - 28 Aug 2022 20:49 #250651
by Roguish
Replied by Roguish on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
Chris,
I edited those 3 files that you changed.
and even changed the extension on the matching .pyc files.
still no luck.
terminal output is attached.....
could this be because I have a customized qtdragon ???
I edited those 3 files that you changed.
and even changed the extension on the matching .pyc files.
still no luck.
terminal output is attached.....
could this be because I have a customized qtdragon ???
Last edit: 28 Aug 2022 20:49 by Roguish.
Please Log in or Create an account to join the conversation.
28 Aug 2022 21:07 #250653
by cmorley
Replied by cmorley on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
change these lines:
elif self._shape == 1:
x = int(self.width() - self._diameter - self._right_edge_offset)
y = int(0 + self._top_edge_offset)
elif self._shape == 1:
x = int(self.width() - self._diameter - self._right_edge_offset)
y = int(0 + self._top_edge_offset)
The following user(s) said Thank You: Roguish
Please Log in or Create an account to join the conversation.
28 Aug 2022 21:07 #250654
by cmorley
Replied by cmorley on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
keep the original indenting though
The following user(s) said Thank You: Roguish
Please Log in or Create an account to join the conversation.
28 Aug 2022 21:10 #250655
by cmorley
Replied by cmorley on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
in simple_widget.py I should say
Please Log in or Create an account to join the conversation.
28 Aug 2022 21:20 #250657
by Roguish
Replied by Roguish on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
Chris.
got it.
WORKS.
THANKS.
i will post again if there are any more oops.
please put that in the src files......
pere says minimum 12 hours for changes to show in the repository files.... we'll see.
got it.
WORKS.
THANKS.
i will post again if there are any more oops.
please put that in the src files......
pere says minimum 12 hours for changes to show in the repository files.... we'll see.
Please Log in or Create an account to join the conversation.
28 Aug 2022 21:25 #250658
by cmorley
Replied by cmorley on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
Excellent!
Thanks for doing some leg work and prodding.
12 hours wow. I hope that can be improved in the future.
I'll push the remaining fix soon.
Chris
Thanks for doing some leg work and prodding.
12 hours wow. I hope that can be improved in the future.
I'll push the remaining fix soon.
Chris
Please Log in or Create an account to join the conversation.
03 Sep 2022 17:21 #251112
by Roguish
Replied by Roguish on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
Chris.
well found a few more arg type problems. while starting up Dragon and clicking through the tabs.
I searched a bit and modified 2 files: simple_widgets.py and hole_circle.py
the files are attached here.
the edits are not pretty, but no errors, yet.
simple_widgets errors were in the Dragon Versa Probe tab. see line 617
hole_circle errors were in the Dragon Utilities tab. see lines 40 thru 100
could you possibly clean up the files? and push 'em??
I have no idea if that's all the errors. I'm just starting to use my system.
thanks.
I'll keep watching for errors....
well found a few more arg type problems. while starting up Dragon and clicking through the tabs.
I searched a bit and modified 2 files: simple_widgets.py and hole_circle.py
the files are attached here.
the edits are not pretty, but no errors, yet.
simple_widgets errors were in the Dragon Versa Probe tab. see line 617
hole_circle errors were in the Dragon Utilities tab. see lines 40 thru 100
could you possibly clean up the files? and push 'em??
I have no idea if that's all the errors. I'm just starting to use my system.
thanks.
I'll keep watching for errors....
Please Log in or Create an account to join the conversation.
03 Sep 2022 17:56 #251118
by cmorley
Replied by cmorley on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
There is too much difference in simple_widgets to use it. either you took too much out or your base version was too old.
A diff of your changes would be much easier for me.
A diff of your changes would be much easier for me.
The following user(s) said Thank You: Roguish
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.138 seconds