How to reverse motor direction
How to reverse motor direction
I want to get the GRBL to mirror motor direction in the x-axis. I thought $7=001 might do the trick, but I don't know how to set $7 in the Universal Gcode Sender software. Any help appreciated. Thanks.
-
- Posts: 8618
- Joined: Mon Apr 09, 2012 6:11 pm
- Location: Pennsylvania --- south of the Turnpike, East of US-15
- Contact:
Re: How to reverse motor direction
Just send
to the machine and it should make that change.
To verify, send
Please see https://www.shapeoko.com/wiki/index.php/Grbl for further details.
Code: Select all
$7 = 1
To verify, send
Code: Select all
$$
Shapeoko 3XL #0006 w/ Carbide Compact Router w/0.125″ and ¼″ Carbide 3D precision collets
Re: How to reverse motor direction
OK, got this one figured out, too. The doc says $7 is the setting for inverting motor directions, but in actuality, the firmware says $3. I set $3=4 and everything is hunky-dory. Thanks.