GRBL 0.9i
GRBL 0.9i
Hello,I change electronic on my shapeoko.With the old electronics from Shapeoko(Arduino and gShield) made laser engraving machine.
When use grbl 0.8,machine working fine,not any problems.If upload grbl 0.9i(SO2 default) for use Laser engraving software macine stopped and not moving.
Where is my error?I use GRBL controller from zapmaer.org.
When use grbl 0.8,machine working fine,not any problems.If upload grbl 0.9i(SO2 default) for use Laser engraving software macine stopped and not moving.
Where is my error?I use GRBL controller from zapmaer.org.
-
- Posts: 1061
- Joined: Sun Aug 25, 2013 12:44 pm
- Location: Norway
- Contact:
Re: GRBL 0.9i
What's the serial port setting?
GRBL 0.8 defaulted to 9600, but 0.9 uses 115200.
GRBL 0.8 defaulted to 9600, but 0.9 uses 115200.
Weird guy...
Shapeoko 2014F: 1000mm X/Y, 300W Quiet Cut spindle, Arduino Uno/G-shield and GRBL 0.9i
15x30 drag chains, custom spindle mount, 9mm belts, 8mm endplates, 6mm motor plates.
Shapeoko 2014F: 1000mm X/Y, 300W Quiet Cut spindle, Arduino Uno/G-shield and GRBL 0.9i
15x30 drag chains, custom spindle mount, 9mm belts, 8mm endplates, 6mm motor plates.
Re: GRBL 0.9i
Hello,
Serial port setting for 0.9 - 115200.As back again 0.8,no problem.If upload 0.9i machine freeze and no moving.
Serial port setting for 0.9 - 115200.As back again 0.8,no problem.If upload 0.9i machine freeze and no moving.
-
- Posts: 8616
- Joined: Mon Apr 09, 2012 6:11 pm
- Location: Pennsylvania --- south of the Turnpike, East of US-15
- Contact:
Re: GRBL 0.9i
Did you clear the EEPROM?
Make note of the old settings and manually restore them?
http://www.shapeoko.com/wiki/index.php/Grbl#Upgrading
Make note of the old settings and manually restore them?
http://www.shapeoko.com/wiki/index.php/Grbl#Upgrading
Shapeoko 3XL #0006 w/ Carbide Compact Router w/0.125″ and ¼″ Carbide 3D precision collets
Re: GRBL 0.9i
The spindle enable pin D12 and z-limit pin D11 have switched places in v0.9i. Make sure you account for that.
Re: GRBL 0.9i
Everything is checked,but the machine is not mooving.I will clear EEPROM and manually restore setting(thanks WillAdams)
Is it necessary to insert or change value of startup block?When i try to manually mooving,GRBL controller send error
there is no set value for default feed [G0 G54 G17 G21 G90 G94 M0 M5 M9 T0 F0. S0]
Is it necessary to insert or change value of startup block?When i try to manually mooving,GRBL controller send error
there is no set value for default feed [G0 G54 G17 G21 G90 G94 M0 M5 M9 T0 F0. S0]
-
- Posts: 8616
- Joined: Mon Apr 09, 2012 6:11 pm
- Location: Pennsylvania --- south of the Turnpike, East of US-15
- Contact:
Re: GRBL 0.9i
One other thing to check: http://www.shapeoko.com/wiki/index.php/ ... .27t_start
Shapeoko 3XL #0006 w/ Carbide Compact Router w/0.125″ and ¼″ Carbide 3D precision collets
Re: GRBL 0.9i
You get that error from GRBL if your host software tries to use G1 moves to jog, but does not set the F parameter (speed). This used to work in GRBL 0.8, because there was a default value, but GRBL 0.9 follows the standard more closely, and forbids G1/G2/G3 without having set a speed. The state parameters confirm this.
Try using a different host program (G-code sender), or try upgrading to a version that supports GRBL 0.9 correctly.
Or, enter something like F200 (if in mm mode) and try jogging again.
Try using a different host program (G-code sender), or try upgrading to a version that supports GRBL 0.9 correctly.
Or, enter something like F200 (if in mm mode) and try jogging again.
Proud owner of ShapeOko #709, eShapeOko #0, and of store.amberspyglass.co.uk
Re: GRBL 0.9i
Hi all, another newbie here. I'm trying to upgrade to the latest GRBL on my Shapeoko2 from .8 to .9j using Xloader. I'm upgrading so I can upload the Objectworks Laser software. I have Xloader v1.00 on my computer. I downloaded the hex file, set com3, baud 115,200 and the device UNO. When I hit upload, it says its uploading but I get the attached message. I've tried it with the board both powered and not powered. same message from Xloader. Can anyone tell me what I'm doing wrong.
Thanks in advance, Greg
Thanks in advance, Greg
- Attachments
-
- error screen.docx
- (12.51 KiB) Downloaded 115 times
Re: GRBL 0.9i
Sorry, that attachment didn't download. Trying again. I get this error message from Xloader
when I hit upload button “unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately. The system canot find the file specified.
when I hit upload button “unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately. The system canot find the file specified.
- Attachments
-
- error screen.docx
- (12.51 KiB) Downloaded 71 times