ok, so I think it is usefull, for example, if you want to share gcode with a friend (instead of STL files).
<font color="#18294d" face="Proxima Nova W01, helvetica, arial, sans-serif">
</font>
<font color="#18294d" face="Proxima Nova W01, helvetica, arial, sans-serif">In </font>Repetier.ino you can find:<font color="#18294d" face="Proxima Nova W01, helvetica, arial, sans-serif">
</font>
- G10 S<1 = long retract, 0 = short retract = default> retracts filament according to stored setting
- G11 S<1 = long retract, 0 = short retract = default> = Undo retraction according to stored setting
What does it mean when it says "Stored settings"? It refers to any firmware definition or Mcode start_gcode data like Ultimaker uses?
<font color="#18294d" face="Proxima Nova W01, helvetica, arial, sans-serif"><div>Ultimaker Code Usage:
G10 - retract filament according to settings of M207
G11 - retract recover filament according to settings of M208
M207 - set retract length S[positive mm] F[feedrate mm/sec] Z[additional zlift/hop]
M208 - set recover=unretract length S[positive mm surplus to the M207 S*] F[feedrate mm/sec]
Thank you!
</font></span>
</div>