cancel
Showing results for 
Search instead for 
Did you mean: 

Import grbl-advanced with makefile and code

JLi.25
Associate

Newbie here! I am trying to import grbl-advanced into STM32CubeIDE. My board is Nucleo-F446RE. Is there anyone who can tell me how to do it?

Thanks in advance!

Judy

3 REPLIES 3
Andrew Neil
Evangelist III

What does the documentation for this "grbl-advanced" say?

EDIT

Is this it: https://github.com/Schildkroet/GRBL-Advanced ?

It says it's for the EmBitz 1.11 build environment - so why not use that?

JLi.25
Associate

Thank you for your response. Yes, that is it. https://github.com/Schildkroet/GRBL-Advanced .

But I'm trying to import it from STM32cubeide.

As a newbie, I would suggest that you start by following the instructions provided - ie, use the EmBitz 1.11 build environment.

Once you have that working, and have gained familiarity & understanding of the code, how it works, and how it's built, then move on to porting it to CubeIDE.

You'd probably also want to spend some time gaining familiarity & experience with CubeIDE before attempting this.