Denvi / Candle

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

inverted controls #602

Open technischedienstWZC opened 1 year ago

technischedienstWZC commented 1 year ago

my controls are inverted. when i push the down button the motor go's up, left=right, ....

how can i fix this??

Versions

PC info

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Example files Add G-code files that cause problems.

Additional context Add any other context about the problem here.

mar0x commented 1 year ago

Hello, It seems you need to adjust your "Direction port invert, mask" GRBL Setting (see https://github.com/gnea/grbl/wiki/Grbl-v1.1-Configuration#3--direction-port-invert-mask).

technischedienstWZC commented 1 year ago

thanks for the answer i 'll give it a try

Hello, It seems you need to adjust your "Direction port invert, mask" GRBL Setting (see https://github.com/gnea/grbl/wiki/Grbl-v1.1-Configuration#3--direction-port-invert-mask).