Add a note to G10

This commit is contained in:
Scott Lahteine 2019-03-02 17:10:37 -06:00
parent 57afd0ab37
commit edc4e037c4

View File

@ -30,6 +30,7 @@
/**
* G10 - Retract filament according to settings of M207
* TODO: Handle 'G10 P' for tool settings and 'G10 L' for workspace settings
*/
void GcodeSuite::G10() {
#if EXTRUDERS > 1