We use cookies to personalize content, interact with our analytics companies, advertising networks and cooperatives, and demographic companies, provide social media features, and to analyze our traffic. Our social media, advertising and analytics partners may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services. Learn more.
So i was playing with Estlcam software, anyway… it re-flashed my arudino and now it won’t work. I followed the grbl 0.9i re-install, got it back and loaded but the X-axis is reversed… and not sure what else isn’t configured.
Is there a grbl script or something i can run to configure all the settings I need? Or is the defaults fine.
I’m running the acme z-axis, with endstops. Thanks in advance…
I just went through it several times. The first time i selected “no” on the X and Y axis, and chose the “axis moved in wrong direction”. It said it’d change the axis, it never did. I had to do it manually.
Right now i got the axis’ correct, but the steps are off. One inch moves like 8 inches…
So after several passes at setup, i haven’t been able to get it working.
Could someone fire up their “Arduino software” if they have it, run a serial monitor on the X-Carve Com port, connected at 115k baud.
Once you see the terminal, can you hit enter “$$” and submit that (with newline at end). It should spit out a bunch of values, could someone post those values?
I think you’re going trough same problem i’ve been battling. If you didn’t
Try yet;
Start Arduino,
Go to File - Examples - EEPROM - eeprom_clear
Click it,
Find this line,
for ( int i = 0 ; i < EEPROM.length() ; i++ )
MUST BE CHANGED TO
for ( int i = 0 ; i < 1024; i++ )
After upload finish, close Arduino IDE, open XLoader , Make sure all your settings are correct
Device = Uno(ATmega328)
Baud rate 115200
Load HEX file name = grbl0_9i_X_Carve_500mm_ACME.hex
If my post didn’t help, go to this link and see what steps we go for exact same problem. If you don’t erase your eprom, doesn’t take anything else. When you upload correct hex file you don’t have to work on those numbers.
That one didn’t work on mine.
This is the correct one. Don’t worry about saying 500mm, as soon as machine setup on easel, it will be smooth riding.grbl0_9i_X_Carve_500mm_ACME (1).hex (80.3 KB)