qtDragon, gantry (2 joints) error
20 Nov 2021 14:26 - 20 Nov 2021 14:27 #227089
by ikkuh
qtDragon, gantry (2 joints) error was created by ikkuh
I have a gantry type cnc, 2 joints for the Y axes. If I try to re-home the Y axis then I get the following error:
File "/usr/share/qtvcp/screens/qtdragon/qtdragon_handler.py", line 598, in btn_home_clicked
if self.w["dro_axis_{}".format(axis)].property('isHomed') is True:
File "/usr/lib/python3/dist-packages/qtvcp/qt_makegui.py", line 353, in __getitem__
return getattr(self, item)
AttributeError: 'VCPWindow' object has no attribute 'dro_axis_y2'
Attachments:
Last edit: 20 Nov 2021 14:27 by ikkuh.
Please Log in or Create an account to join the conversation.
21 Nov 2021 00:43 #227135
by cmorley
Replied by cmorley on topic qtDragon, gantry (2 joints) error
I'll look into it.
Please Log in or Create an account to join the conversation.
21 Dec 2021 00:35 #229591
by cmminear
Replied by cmminear on topic qtDragon, gantry (2 joints) error
I have 2 y axis and get the same error. I can home all with no issue. If I home just x I cant move anything but x until I home all again. Homing y or z crashes with the above error.
Please Log in or Create an account to join the conversation.
21 Dec 2021 02:04 #229596
by cmorley
Replied by cmorley on topic qtDragon, gantry (2 joints) error
I updated the dragon code to fix this error in master branch.
Did you update lately?
Switching to a XYZY config rather then a XYYZ config would fix it too.
Did you update lately?
Switching to a XYZY config rather then a XYYZ config would fix it too.
Please Log in or Create an account to join the conversation.
21 Dec 2021 17:43 #229637
by cmminear
Replied by cmminear on topic qtDragon, gantry (2 joints) error
Is there an easy way to upgrade when I have the prebuilt linuxcnc image(LinuxCNC 2.8.2 Debian 10 Buster PREEMPT-RT ISO)? Or how hard is it to switch to a XYZY config?
Please Log in or Create an account to join the conversation.
22 Dec 2021 05:31 #229697
by cmorley
Replied by cmorley on topic qtDragon, gantry (2 joints) error
I haven't back ported the fixes to 2.8 so no not so easy.
changing to XYZY requires INI and a HAL file change.
changing to XYZY requires INI and a HAL file change.
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.125 seconds