QtDragon_HD homing issue
12 Mar 2021 21:33 #202013
by turbostew
QtDragon_HD homing issue was created by turbostew
So I noticed that when i try to home an individual axis in Qtdragon, it homes and turns green but in QtDragon_hd, it stays red... I am running combined home and limit switches, my feeling is the limit trip is overriding the home, but just a hunch.
Please Log in or Create an account to join the conversation.
12 Mar 2021 23:02 #202027
by cmorley
If the axis is homed but not indicating properly look in the stylesheet for this:
DROLabel[isHomed=false] {
color: red;
}
Replied by cmorley on topic QtDragon_HD homing issue
So I noticed that when i try to home an individual axis in Qtdragon, it homes and turns green but in QtDragon_hd, it stays red... I am running combined home and limit switches, my feeling is the limit trip is overriding the home, but just a hunch.
If the axis is homed but not indicating properly look in the stylesheet for this:
DROLabel[isHomed=false] {
color: red;
}
Please Log in or Create an account to join the conversation.
12 Mar 2021 23:33 #202032
by turbostew
Replied by turbostew on topic QtDragon_HD homing issue
Thanks Chris,
Figured it out, was running an old style sheet..... Sorry for the wild goose chase...
Figured it out, was running an old style sheet..... Sorry for the wild goose chase...
Please Log in or Create an account to join the conversation.
12 Mar 2021 23:35 #202033
by persei8
Replied by persei8 on topic QtDragon_HD homing issue
It appears Chris and I use different property names now. Are you using the version that comes with qtvcp or the version from my github repo? If the former, the problem is that the stylesheet calls it 'isHomed' and the handler thinks it's called 'homed'. They need to be the same name.
Jim
Jim
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.059 seconds