Browse Source

Add a note to G10

Scott Lahteine 6 years ago
parent
commit
edc4e037c4
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/gcode/feature/fwretract/G10_G11.cpp

+ 1
- 0
Marlin/src/gcode/feature/fwretract/G10_G11.cpp View File

30
 
30
 
31
 /**
31
 /**
32
  * G10 - Retract filament according to settings of M207
32
  * G10 - Retract filament according to settings of M207
33
+ *       TODO: Handle 'G10 P' for tool settings and 'G10 L' for workspace settings
33
  */
34
  */
34
 void GcodeSuite::G10() {
35
 void GcodeSuite::G10() {
35
   #if EXTRUDERS > 1
36
   #if EXTRUDERS > 1

Loading…
Cancel
Save