Begue
November 12, 2021, 5:58pm
1
Bonjour les Amis,
Je possède une X-CARVE depuis 2015 et elle a toujours très bien fonctionné.
Aujourd’hui, j’ai un souci avec l’Axe Y : quand je veux le faire monter, il descend et inversement !!!
Quelle est la solution afin de pouvoir travailler correctement et régler ce problème ?
Je compte sur la communauté…
Merci par avance.
Très amicalement.
Joël…
SethCNC
November 12, 2021, 6:42pm
2
mes excuses, je ne parle pas français (google translate)
You will need to read the grbl setting for $3 and then alter per this chart, changing only the Y axis reading.
Here is the source page in case copying the text is required for translation purposes.
## Getting Started
First, connect to Grbl using the serial terminal of your choice.
Set the baud rate to **115200** as 8-N-1 (8-bits, no parity, and 1-stop bit.)
Once connected
you should get the Grbl-prompt, which looks like this:
```
Grbl 1.1d ['$' for help]
```
Type $ and press enter to have Grbl print a help message. You should not see any local echo of the $ and enter. Grbl should respond with:
```
[HLP:$$ $# $G $I $N $x=val $Nx=line $J=line $SLP $C $X $H ~ ! ? ctrl-x]
```
The ‘$’-commands are Grbl system commands used to tweak the settings, view or change Grbl's states and running modes, and start a homing cycle. The last four **non**-'$' commands are realtime control commands that can be sent at anytime, no matter what Grbl is doing. These either immediately change Grbl's running behavior or immediately print a report of the important realtime data like current position (aka DRO).
This file has been truncated. show original
system
Closed
February 10, 2022, 6:43pm
3
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.