Grbl 1.1 g

Gdzie moge pobrać sprawdzoną wersje grbl 1.1f ?

Where did you find 1.1g?

You have an M7 in the beginning of your gcode file, assuming the gcode file you posted in another thread is the same as all your files causing problems.
G21
M7 '<<<<<<<<<<<<<<<<<<<<<< THIS
M8
G90
G1 Z3.810 F228.6
G0 X15.215 Y60.363

This command will cause error if it is not enabled with a recompile of grbl.
" 0xA1 : Toggle Mist Coolant

Comment it out like this (M7) and see if your file then runs.

1 Like

Good catch @JohnChamplain, but that still shouldn’t throw the #8 error. He also said that he’s tried gcode from Easel which shouldn’t generate the mist code either.

This thread has been confusing, for me anyway, due to the language differences. I will note that I received two different error messages while testing his gcode file, both from the M7 code. Not sure why of this as I did not spend that much time testing. With M7 commented out, his code ran fine in my sender in 38+ minutes.

1 Like

G21
G90
G1 Z3.810 F228.6
G0 X51.052 Y47.256
G1 Z-1.300 F304.8
G1 X51.339 Y47.408 F1016.0
G1 X51.567 Y47.680 F1016.0
G1 X51.671 Y48.034 F1016.0
G1 X51.637 Y48.344 F1016.0
G1 X51.491 Y48.623 F1016.0
G1 X51.206 Y48.861 F1016.0
G1 X50.857 Y48.964 F1016.0
G1 X50.550 Y48.930 F1016.0

here I have the beginning of the G-code generated by easel on which I get this error
and this is the case for everyone

1.1g from easel update
I downloaded version 1.1f but unfortunately nothing came

And I have a question for the 0.9i version
I have voltage on the engines all the time, like the machine is in idle state
How can this be turned off?

You installed 1.1f? Still received error 8?

What is your $1 setting?

1 Like

yes, I still have this error 8

I thought about replacing the arduino plate
0.9i do easel
and the other 1.1e to lightBurn

have two plates and replace them as needed

I could pay well.
If any of you would send me a programmed ardiuno board with 1.1f programmed without limits without homing
checked on windows 10 and easelu

and with a good usb cable

If you can post a link to the complete gcode file you are actually getting the Error 8 on, we can then test it on different versions of grbl. I, myself, do not use Easel, but many here do.

Untitled (3).nc (100.0 KB)

just want to work on easel. is very easy to use for me

Again…the gcode is fine.

Try this, go to the machine inspector and in the console type $C
Then go and click Carve.
What happens? Your gcode works fine on a fresh install of 1.1f on an Arduino clone plugged in to a Windows 10 PC with a cheap adapter.

1 Like

Speed up the project takes a few seconds
And there was error 8
As if $ I generated this error
After entering $ I, error 8 appears

$c enables check mode.
That shows the code is fine. Can you share your $$ settings?

1 Like

1.1f? Or 1.1g?