machinekit / Cetus

Full-featured user interface for Machinekit
GNU Affero General Public License v3.0
35 stars 35 forks source link

Touch off Lathe mode #19

Open alkabal opened 5 years ago

alkabal commented 5 years ago

Hi

When try to use Touch off button with X work fine

Try with Z don't work, error reported Bad character 'u' used

Br

alkabal commented 5 years ago

Hi

I have try with german language the issue is same.

emc/task/emctask.cc 399: interp_error: Bad character 'u' used Bad character 'u' used

I have now see something in the dialog box

when X selected "Enter X coordinate relative to workpiece" when Z selected "Enter undefined coordinate relative to workpiece"

zselected xselected

I have check source code from Cetus and QtQuickVcp but i don't found nothing than i can understand related to this with wy short knowledge.

I hope this is not a personal config related problem.

Br

luminize commented 5 years ago

Just thinking out loud:

Try switching to english (keyboard) and see if the problem is still there. You might think you’re pressing a correct key, which might be sending a wrong key.

alkabal commented 5 years ago

Hi

Many thanks for reply

i think the word Bad character 'u' used is not keyboard related because i does not use the keyboard at all for try to touch off, this is i think because the variable contening the axis selected is badly initialised with Z in lathe mode and the u is the first caracter from word undefined.

but off course i will try you suggest these evening and at same time try from linux computer.

Br

alkabal commented 5 years ago

Hi

Sorry 3 month later...

I have the from Linux computer but the issue is same.

Br

I have try from Linux computer

alkabal commented 4 years ago

Hi

Nobody have the same problem ?

Br

alkabal commented 4 years ago

Hi

Regarding to this problem i have today see something.

Adding a W axis to my config and now : when Z selected "Enter W coordinate relative to workpiece" when W selected "Enter undefined coordinate relative to workpiece"

Br

alkabal commented 4 years ago

My config are without Y axis so i suspect something like a bad increment for selecting the actual axis for display and use the dialogue box.

Br