Denvi / Candle

GRBL controller application with G-Code visualizer written in Qt.
GNU General Public License v3.0
1.34k stars 548 forks source link

Crazy Jog #633

Open Juank23 opened 2 months ago

Juank23 commented 2 months ago

Good morning Denvi, I downloaded the source code version of candle 1.7 and I'm trying to change the functions of the numeric keypad, by the arrows, but when I compile and open the program, I move the machine with the arrows and it goes to one end and stays paid, is there any way to make this change I remain atentro thanks

mar0x commented 2 months ago

Hello, I suppose you are using 1.1.7 version of Candle. Does the issue reproduced when using numeric keypad?

  1. Jog step should be set properly
  2. Try to NOT hold the arrow key, but press and release it several times instead

Please let me know whether this helped or not.

Juank23 commented 2 months ago

hello mar0x , Thanks for your prompt reply, actually I am using version 1.1.8, I have a small laptop which does not have the numeric keys, , with the mouse it moves fine, but if I use the arrows it goes to one side and I have to restart, I modified the following lines in the code .... 1 2 3

mar0x commented 2 months ago

Please enable "Show UI Commands in console", reproduce your issue and see/share jog commands in your console.

Juank23 commented 2 months ago

in frmmain.cpp change the numbers by the arrows of the keyboard as I show in the following image, and when pressing any key of the arrows the machine moves without stopping, but with the mouse if they work well but after closing and opening candle 1 4