jvbiondo I see in the documentation for M206 that 'S' is for changing integers, 'X' is for floats, what about single byte values?<br/><br/>T[type] Value typeP[pos] Value position[S(long)] An integer value[X(float)] A float value
Repetier Single byte values are also integers 0 = false, 1 = true so S0 or S1. Just make sure T is same as reported in M205 or you will overwrite something.