Browse Source

Update M165 comment

Scott Lahteine 6 years ago
parent
commit
bf0c809ff2
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/gcode/feature/mixing/M163-M165.cpp

+ 2
- 2
Marlin/src/gcode/feature/mixing/M163-M165.cpp View File

@@ -63,8 +63,8 @@ void GcodeSuite::M164() {
63 63
 
64 64
   /**
65 65
    * M165: Set multiple mix factors for a mixing extruder.
66
-   *       Factors that are left out will be set to 0.
67
-   *       All factors will be normalized and stored in the current v-tool.
66
+   *       Omitted factors will be set to 0.
67
+   *       The mix is normalized and stored in the current virtual tool.
68 68
    *
69 69
    *   A[factor] Mix factor for extruder stepper 1
70 70
    *   B[factor] Mix factor for extruder stepper 2

Loading…
Cancel
Save