-
Hello,
I just compiled the code using the System Workbench IDE. Code build is OK but after I connect to the nucleo using putty or any other serial communication software the nucleo keeps sending undi…
-
Here's an excerpt on an off-line discussion about where Grbl is going and what's next:
**chamnit** : This is something I've been thinking about often recently. Is Grbl done? Or have we pushed it abou…
-
The current timer setup works fine and is well tested, but I'm wondering whether it could be simplified and thus speeded up.
Are there supported driver hardware contexts which require a fixed durati…
-
I'm in the process to port the code to ARM micro controllers and GCC toolchain. My question is, if is there any project already doing this ? In this case I could contribute to it instead of starting f…
-
This is my attempt to learn how grbl works and I compiled with Visual Studio 10 (quite a bit of porting since Visual Studio does not like some style in c). The exe file is only 40KB. My goal is to see…
-
Hi,
I'm currently starting to put things together for a CNC using NEMA 23 steppers at 24V and 3000mAh per stepper... and I was looking into using existing AutoDriver drivers that I have... Not that I…
-
Just noticed that the Arduino Leonardo has been released. So, I'd like to start a discussion on what changes this would entail for Grbl. The main difference is that the Leonardo is based on a Atmega32…
-
Interesting options are opening....
http://arduino.cc/en/Main/ArduinoBoardZero
Flash Memory 256 KB
SRAM 32 KB
EEPROM up to 16KB by emulation
Clock Speed 48 MHz
Footprint similar to Arduino Un…
-
I just built GRBL with -Wall ( verbose options in "IDE" ) and note multiple warnings about some macros being redefined. I don't see any difference in the 'max' case but the bit test was presumably rew…
-
Ok so i'm doing some testing with my hardware and I've been experiencing some barf of Grbl when I perform lots of small linear motions with higher accel decel rates. I have 120=600 110=1800
With the…