J-Dunn

Results 187 comments of J-Dunn

OK, I've renamed it to avoid it getting picked up by the make rules: ``` mv /usr/share/arduino/hardware/arduino/cores/arduino/main.cpp main.cpp.not ``` I don't know whether this could be handled more cleanly. Presumably...

Thanks, GRBL is here on github if you want to take a look at an example. I'm wondering how the IDE avoids errors from main.cpp when main is provided in...

GRBL is very much made for arduino and is used in thousands of installations typically CNC or 3D printers. It compiles and runs from IDE. Initial testing shows make; make...

Thanks, I'd already seen #29 The preprocessing step is irrelevant in GRBL since it only has #includes in the sketch file, so even IDE has nothing to do there. However...

That seems to contradict what several people were saying on #29 but I have not checked myself. Do you have any understanding of why Makefile is building main.cpp and IDE...

@Northernboy, did you get this working. It seems like a serious bug in original grbl. I'm only just starting to look at z probe since I want to set up...

Thanks that would be useful. Maybe a PR or just post some code snips if it's very few changes.

Yes, thanks for code. I'm going to need a while to plough through the individual files of this port and work out what is connected where . Then I'll build...

Hi, I just wanted to try testing this code so I set up a run one motor test , a F411RE Nucleo with X step/dir/enable wired to a NEMA23 via...