0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-13 01:40:09 +00:00

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