Gauthier Brière
Gauthier Brière
Hi @ozzyman, It seems to me to be the classic error of conflict between the Grbl files present in the Arduino library directories and others loaded in the Arduino IDE....
Hi @ozzyman, I don't know what happen on your system, but I just download the last Arduino IDE v2.0 appimage from Github (https://github.com/arduino/arduino-ide/releases/tag/2.0.3) and it work fine for me to...
Hi @Zjokkeh, Since I added several features and made many upgrade to the original grbl-mega software, the Grbl version announced during grbl-Mega-5X initialization is (currently) "Grbl 1.2h". Many of Grbl...
Hi @markusca, Reading your config.h file, there is an error with your axis names and definition:  => You added first AXIS_4 definition which overwrites the AXIS_3 definition... You need...
hi @markusca, Yes, it's right than the homing code is independent than the hard limit process. > I started completely over with a new checkout because I had guessed so...
Hi @SlavaStels, By default, Grbl is designed to use Normally-Open (NO) switches. You want to use Normally-Closed (NC) switches, the parameter $5 must be fixed to 1 (`$5=1`) . When...
Hi @SlavaStels, > triggered only when pressed How do you verify than Grbl show the switch triggered ? The homing process have his own detection of triggering limits switch, different...
Hi @SlavaStels, Did you used the pre-compiled grbl-Mega-5X from rcKeith or did you compile it by yourself ? Can you post your full config.h and cpu_map.h files ? @++; Gauthier.
Hi @oilytin, I don't have a CoreXY machine so it's difficult for me to do the necessary tests. You can try to use the linked workaround, the line number 347...
Hi, Thanks @bdurbrow for the reply, This is the good method to implement the good @akzmonster idea. Unfortunately, I have not enough time to do it by myself, but perhaps...