Skip to content

Problem with axes configuration UVWABC #360

Answered by fra589
GrblGru asked this question in Q&A
Discussion options

You must be logged in to vote

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 …

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@fra589
Comment options

Answer selected by GrblGru
@GrblGru
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants