-
Hi Gauthier, This time I have a problem with the axis configuration UVWABC. Thanks, GrblGru |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @GrblGru, Strange problem, the config you give work well on my test board ! @++; |
Beta Was this translation helpful? Give feedback.
-
Thanks, this is really strange. I have now also executed the magic command once. Now it works. I have also tested several different $$ configurations, switched on/off and reset a few times and the error has not occurred again. Could it be that $RST=* describes some memory address that cannot be reached by the normal $xx=nn commands? |
Beta Was this translation helpful? Give feedback.
Hi @GrblGru,
Due to the axes configuration changes, the parameters can be mapped differently ans so, they have differents address in flash.
Since parameters doesn't have the same length, it may happen that a parameter was read in the flash by mixing the parts of several different parameters.
In addition, flash memory also saves internal elements of Grbl which are not accessible via the $XX=nn interface but may cause interference with other parameters.
The
$RST=*
command clears all flash memory and rewrites all parameters to their default values (defined in the default.h file) and places them at the correct address.Axes parameters are not managed by their name (X, Y, Z, ...) but by their …