Pathpilot 2.14 - Z goes opposite
- racedirector
- Offline
- Elite Member
Less
More
- Posts: 267
- Thank you received: 42
01 Oct 2018 09:40 #118272
by racedirector
Pathpilot 2.14 - Z goes opposite was created by racedirector
Just upgraded to PP 2.14, all went well after copying all my files to the new dir.... that is until I fired up the machine.
X & Y respond to my direction keys as normal however now Z goes down with Pg-Up and up with Pg-Down. Nothing has changed in any of the files.
I am trying to figure out why and have both 2.0 and 2.14 files to compare, will report what I find.
Just a warning to anyone else who tries this, it may not work as you think...
Cheers
X & Y respond to my direction keys as normal however now Z goes down with Pg-Up and up with Pg-Down. Nothing has changed in any of the files.
I am trying to figure out why and have both 2.0 and 2.14 files to compare, will report what I find.
Just a warning to anyone else who tries this, it may not work as you think...
Cheers
Please Log in or Create an account to join the conversation.
- racedirector
- Offline
- Elite Member
Less
More
- Posts: 267
- Thank you received: 42
02 Oct 2018 09:38 #118339
by racedirector
Replied by racedirector on topic Pathpilot 2.14 - Z goes opposite
So I spent time comparing the files in 2.14 with 2.0 to no avail. Thought it was the keyboard so tried another one and no change. Rebooted my machine into LCNC with Gmoccapy and the PgUp & PgDn keys work as expected.
I am going to look for anything outside PP that may have caused this, I am suspecting it has something to do with executing ADMIN TOUCHSCREEN on 2.0 that is no affecting 2.14.
Failing finding the cause I might just go back to standard LCNC with GMoccapy until that new GUI comes out, I really don;t have the time to fully get to the bottom of this if it is not simple.
I am going to look for anything outside PP that may have caused this, I am suspecting it has something to do with executing ADMIN TOUCHSCREEN on 2.0 that is no affecting 2.14.
Failing finding the cause I might just go back to standard LCNC with GMoccapy until that new GUI comes out, I really don;t have the time to fully get to the bottom of this if it is not simple.
Please Log in or Create an account to join the conversation.
02 Oct 2018 12:31 #118343
by sharmstr
Replied by sharmstr on topic Pathpilot 2.14 - Z goes opposite
What new GUI?
Please Log in or Create an account to join the conversation.
- racedirector
- Offline
- Elite Member
Less
More
- Posts: 267
- Thank you received: 42
02 Oct 2018 12:51 #118344
by racedirector
Replied by racedirector on topic Pathpilot 2.14 - Z goes opposite
The following user(s) said Thank You: sharmstr
Please Log in or Create an account to join the conversation.
02 Oct 2018 13:46 #118345
by andypugh
Replied by andypugh on topic Pathpilot 2.14 - Z goes opposite
Is the problem _only_ with the jog keys? Does the Z axis move as-expected with MDI and homing?
Tormach machines are moving-spindle, is your machine moving table?
Tormach machines are moving-spindle, is your machine moving table?
Please Log in or Create an account to join the conversation.
- racedirector
- Offline
- Elite Member
Less
More
- Posts: 267
- Thank you received: 42
02 Oct 2018 14:21 #118350
by racedirector
Replied by racedirector on topic Pathpilot 2.14 - Z goes opposite
Yes and yes
Problem is with PgUp and PgDn only.
3 axis gantry router, 2 X, 1 Y, 1 Z.
Everything worked with 2.0, crapped out with 2.14
Problem is with PgUp and PgDn only.
3 axis gantry router, 2 X, 1 Y, 1 Z.
Everything worked with 2.0, crapped out with 2.14
Please Log in or Create an account to join the conversation.
02 Oct 2018 14:24 #118351
by andypugh
Replied by andypugh on topic Pathpilot 2.14 - Z goes opposite
Sounds like a Pathpilot setting then.
Are you sure it is wrong? PgDn should make the Z numbers smaller. (regardless of machine layout)
Are you sure it is wrong? PgDn should make the Z numbers smaller. (regardless of machine layout)
Please Log in or Create an account to join the conversation.
- racedirector
- Offline
- Elite Member
Less
More
- Posts: 267
- Thank you received: 42
02 Oct 2018 14:26 #118352
by racedirector
Replied by racedirector on topic Pathpilot 2.14 - Z goes opposite
Definitely something in PP
PgDn has always lowered the Z towards the table, PgUp has always raised the Z. My Z home is at the top so all downward movement is negative.
PgDn has always lowered the Z towards the table, PgUp has always raised the Z. My Z home is at the top so all downward movement is negative.
Please Log in or Create an account to join the conversation.
02 Oct 2018 15:11 #118356
by andypugh
Replied by andypugh on topic Pathpilot 2.14 - Z goes opposite
That's really strange. Even for a Tormach machine the current behaviour you report is wrong.
You might be able to fix it in keymapping...
askubuntu.com/questions/228050/is-there-...r-international-keyb
(Though this is just an idea, it might be a daft one)
You might be able to fix it in keymapping...
askubuntu.com/questions/228050/is-there-...r-international-keyb
(Though this is just an idea, it might be a daft one)
Please Log in or Create an account to join the conversation.
02 Oct 2018 15:30 #118360
by sharmstr
Replied by sharmstr on topic Pathpilot 2.14 - Z goes opposite
The jogging code hasnt changed recently. If you want to try this, you can switch the direction in code. Check out lines 3748 to 3753 in tormach_mill_ui.py
elif kv == gtk.keysyms.Up:
jog_axis = 1
jog_direction = 1
elif kv == gtk.keysyms.Up:
jog_axis = 1
jog_direction = -1
Please Log in or Create an account to join the conversation.
Moderators: cncbasher
Time to create page: 0.082 seconds