Replies: 2 comments 11 replies
-
VSCode is the default build environment. I am using cmake + make for the web builder.
The build process locates the SDK via the For the time beeing I am not going to spend time on adding support for the Arduino IDE. |
Beta Was this translation helpful? Give feedback.
-
Should my 4th axis home just like the XYZ axis?
is printed to the console when $HA is sent. I can post the parameters here if necessary. |
Beta Was this translation helpful? Give feedback.
-
I'm struggling to compile grblHAL from source on Linux.
The web builder will not allow me to select the generic 4 axis pinout, which I need because I'm building the circuit board and can't/unwilling to use extra io expanders when there's plenty of pins on the Pico for my simple 4 axis setup. A PicoCNC board is of no use because I'm controlling a Seig X1, running DM556 stepper drivers with 3NM steppers. The generic4axis pinout looks good, very similar to the pinout I've been using on a breadboard for the last year, but I'm now adding the 4th axis and need the newer firmware features like hard limits enabled on XYZ but disabled on A.
There is no documentation / I cannot find the documentation for how to compile grblHAL RP2040 from source using cmake and make commands or using Arduino IDE. I can easily obtain the source code with the git clone command, but cmake wants an SDK AND a tool path chain. Trying to give it the filepaths to the sdk and tool path chains within my RP2040 module install in Arduino IDE has worked before, but won't work now. I keep getting __retarget_lock_acquire_recursive errors.
Beta Was this translation helpful? Give feedback.
All reactions