tomasby According to this page: https://www.reprap.org/wiki/G-code the command M206 in Repetier (version unspecified) has the format <blockquote class="Quote">M206 T[type] P[pos] [Sint(long] [Xfloat]Is there some documentation anywhere about the possible types and positions?Can somebody tell me the complete command for moving the Y axis home position 7mm towards the front?
Repetier There is no documentation apart form that.M206 T[type] P[pos] Sint(long] [Xfloat] - Set EEPROM valueUse T and P from M205 output to set the value. Use S or X for value depending on the type (int or float) the target has. If M205 contains a dot it is float otherwise it is int.