Browse Source

Update note about M163 / M164

Scott Lahteine 8 years ago
parent
commit
959566cf0a
26 changed files with 28 additions and 28 deletions
  1. 1
    1
      Marlin/Configuration.h
  2. 1
    1
      Marlin/example_configurations/Cartesio/Configuration.h
  3. 1
    1
      Marlin/example_configurations/Felix/Configuration.h
  4. 1
    1
      Marlin/example_configurations/Felix/DUAL/Configuration.h
  5. 1
    1
      Marlin/example_configurations/Hephestos/Configuration.h
  6. 1
    1
      Marlin/example_configurations/Hephestos_2/Configuration.h
  7. 1
    1
      Marlin/example_configurations/K8200/Configuration.h
  8. 1
    1
      Marlin/example_configurations/K8400/Configuration.h
  9. 1
    1
      Marlin/example_configurations/K8400/Dual-head/Configuration.h
  10. 1
    1
      Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h
  11. 1
    1
      Marlin/example_configurations/RigidBot/Configuration.h
  12. 1
    1
      Marlin/example_configurations/SCARA/Configuration.h
  13. 1
    1
      Marlin/example_configurations/TAZ4/Configuration.h
  14. 1
    1
      Marlin/example_configurations/TinyBoy2/Configuration.h
  15. 1
    1
      Marlin/example_configurations/WITBOX/Configuration.h
  16. 1
    1
      Marlin/example_configurations/adafruit/ST7565/Configuration.h
  17. 1
    1
      Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration.h
  18. 1
    1
      Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration.h
  19. 1
    1
      Marlin/example_configurations/delta/generic/Configuration.h
  20. 1
    1
      Marlin/example_configurations/delta/kossel_mini/Configuration.h
  21. 1
    1
      Marlin/example_configurations/delta/kossel_pro/Configuration.h
  22. 1
    1
      Marlin/example_configurations/delta/kossel_xl/Configuration.h
  23. 1
    1
      Marlin/example_configurations/makibox/Configuration.h
  24. 1
    1
      Marlin/example_configurations/tvrrug/Round2/Configuration.h
  25. 1
    1
      Marlin/example_configurations/wt150/Configuration.h
  26. 3
    3
      Marlin/ubl_G29.cpp

+ 1
- 1
Marlin/Configuration.h View File

164
  * "Mixing Extruder"
164
  * "Mixing Extruder"
165
  *   - Adds a new code, M165, to set the current mix factors.
165
  *   - Adds a new code, M165, to set the current mix factors.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
167
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
167
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
168
  *   - This implementation supports only a single extruder.
168
  *   - This implementation supports only a single extruder.
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
170
  */
170
  */

+ 1
- 1
Marlin/example_configurations/Cartesio/Configuration.h View File

165
  * "Mixing Extruder"
165
  * "Mixing Extruder"
166
  *   - Adds a new code, M165, to set the current mix factors.
166
  *   - Adds a new code, M165, to set the current mix factors.
167
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
167
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
168
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
168
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
169
  *   - This implementation supports only a single extruder.
169
  *   - This implementation supports only a single extruder.
170
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
170
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
171
  */
171
  */

+ 1
- 1
Marlin/example_configurations/Felix/Configuration.h View File

164
  * "Mixing Extruder"
164
  * "Mixing Extruder"
165
  *   - Adds a new code, M165, to set the current mix factors.
165
  *   - Adds a new code, M165, to set the current mix factors.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
167
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
167
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
168
  *   - This implementation supports only a single extruder.
168
  *   - This implementation supports only a single extruder.
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
170
  */
170
  */

+ 1
- 1
Marlin/example_configurations/Felix/DUAL/Configuration.h View File

164
  * "Mixing Extruder"
164
  * "Mixing Extruder"
165
  *   - Adds a new code, M165, to set the current mix factors.
165
  *   - Adds a new code, M165, to set the current mix factors.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
167
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
167
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
168
  *   - This implementation supports only a single extruder.
168
  *   - This implementation supports only a single extruder.
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
170
  */
170
  */

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration.h View File

167
  * "Mixing Extruder"
167
  * "Mixing Extruder"
168
  *   - Adds a new code, M165, to set the current mix factors.
168
  *   - Adds a new code, M165, to set the current mix factors.
169
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
169
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
170
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
170
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
171
  *   - This implementation supports only a single extruder.
171
  *   - This implementation supports only a single extruder.
172
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
172
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
173
  */
173
  */

+ 1
- 1
Marlin/example_configurations/Hephestos_2/Configuration.h View File

164
  * "Mixing Extruder"
164
  * "Mixing Extruder"
165
  *   - Adds a new code, M165, to set the current mix factors.
165
  *   - Adds a new code, M165, to set the current mix factors.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
167
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
167
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
168
  *   - This implementation supports only a single extruder.
168
  *   - This implementation supports only a single extruder.
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
170
  */
170
  */

+ 1
- 1
Marlin/example_configurations/K8200/Configuration.h View File

184
  * "Mixing Extruder"
184
  * "Mixing Extruder"
185
  *   - Adds a new code, M165, to set the current mix factors.
185
  *   - Adds a new code, M165, to set the current mix factors.
186
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
186
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
187
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
187
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
188
  *   - This implementation supports only a single extruder.
188
  *   - This implementation supports only a single extruder.
189
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
189
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
190
  */
190
  */

+ 1
- 1
Marlin/example_configurations/K8400/Configuration.h View File

164
  * "Mixing Extruder"
164
  * "Mixing Extruder"
165
  *   - Adds a new code, M165, to set the current mix factors.
165
  *   - Adds a new code, M165, to set the current mix factors.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
167
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
167
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
168
  *   - This implementation supports only a single extruder.
168
  *   - This implementation supports only a single extruder.
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
170
  */
170
  */

+ 1
- 1
Marlin/example_configurations/K8400/Dual-head/Configuration.h View File

164
  * "Mixing Extruder"
164
  * "Mixing Extruder"
165
  *   - Adds a new code, M165, to set the current mix factors.
165
  *   - Adds a new code, M165, to set the current mix factors.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
167
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
167
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
168
  *   - This implementation supports only a single extruder.
168
  *   - This implementation supports only a single extruder.
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
170
  */
170
  */

+ 1
- 1
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

164
  * "Mixing Extruder"
164
  * "Mixing Extruder"
165
  *   - Adds a new code, M165, to set the current mix factors.
165
  *   - Adds a new code, M165, to set the current mix factors.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
167
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
167
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
168
  *   - This implementation supports only a single extruder.
168
  *   - This implementation supports only a single extruder.
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
170
  */
170
  */

+ 1
- 1
Marlin/example_configurations/RigidBot/Configuration.h View File

167
  * "Mixing Extruder"
167
  * "Mixing Extruder"
168
  *   - Adds a new code, M165, to set the current mix factors.
168
  *   - Adds a new code, M165, to set the current mix factors.
169
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
169
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
170
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
170
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
171
  *   - This implementation supports only a single extruder.
171
  *   - This implementation supports only a single extruder.
172
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
172
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
173
  */
173
  */

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration.h View File

196
  * "Mixing Extruder"
196
  * "Mixing Extruder"
197
  *   - Adds a new code, M165, to set the current mix factors.
197
  *   - Adds a new code, M165, to set the current mix factors.
198
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
198
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
199
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
199
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
200
  *   - This implementation supports only a single extruder.
200
  *   - This implementation supports only a single extruder.
201
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
201
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
202
  */
202
  */

+ 1
- 1
Marlin/example_configurations/TAZ4/Configuration.h View File

164
  * "Mixing Extruder"
164
  * "Mixing Extruder"
165
  *   - Adds a new code, M165, to set the current mix factors.
165
  *   - Adds a new code, M165, to set the current mix factors.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
167
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
167
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
168
  *   - This implementation supports only a single extruder.
168
  *   - This implementation supports only a single extruder.
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
170
  */
170
  */

+ 1
- 1
Marlin/example_configurations/TinyBoy2/Configuration.h View File

186
  * "Mixing Extruder"
186
  * "Mixing Extruder"
187
  *   - Adds a new code, M165, to set the current mix factors.
187
  *   - Adds a new code, M165, to set the current mix factors.
188
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
188
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
189
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
189
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
190
  *   - This implementation supports only a single extruder.
190
  *   - This implementation supports only a single extruder.
191
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
191
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
192
  */
192
  */

+ 1
- 1
Marlin/example_configurations/WITBOX/Configuration.h View File

167
  * "Mixing Extruder"
167
  * "Mixing Extruder"
168
  *   - Adds a new code, M165, to set the current mix factors.
168
  *   - Adds a new code, M165, to set the current mix factors.
169
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
169
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
170
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
170
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
171
  *   - This implementation supports only a single extruder.
171
  *   - This implementation supports only a single extruder.
172
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
172
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
173
  */
173
  */

+ 1
- 1
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

164
  * "Mixing Extruder"
164
  * "Mixing Extruder"
165
  *   - Adds a new code, M165, to set the current mix factors.
165
  *   - Adds a new code, M165, to set the current mix factors.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
167
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
167
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
168
  *   - This implementation supports only a single extruder.
168
  *   - This implementation supports only a single extruder.
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
170
  */
170
  */

+ 1
- 1
Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration.h View File

164
  * "Mixing Extruder"
164
  * "Mixing Extruder"
165
  *   - Adds a new code, M165, to set the current mix factors.
165
  *   - Adds a new code, M165, to set the current mix factors.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
167
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
167
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
168
  *   - This implementation supports only a single extruder.
168
  *   - This implementation supports only a single extruder.
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
170
  */
170
  */

+ 1
- 1
Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration.h View File

164
  * "Mixing Extruder"
164
  * "Mixing Extruder"
165
  *   - Adds a new code, M165, to set the current mix factors.
165
  *   - Adds a new code, M165, to set the current mix factors.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
167
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
167
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
168
  *   - This implementation supports only a single extruder.
168
  *   - This implementation supports only a single extruder.
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
170
  */
170
  */

+ 1
- 1
Marlin/example_configurations/delta/generic/Configuration.h View File

164
  * "Mixing Extruder"
164
  * "Mixing Extruder"
165
  *   - Adds a new code, M165, to set the current mix factors.
165
  *   - Adds a new code, M165, to set the current mix factors.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
167
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
167
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
168
  *   - This implementation supports only a single extruder.
168
  *   - This implementation supports only a single extruder.
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
170
  */
170
  */

+ 1
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

164
  * "Mixing Extruder"
164
  * "Mixing Extruder"
165
  *   - Adds a new code, M165, to set the current mix factors.
165
  *   - Adds a new code, M165, to set the current mix factors.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
167
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
167
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
168
  *   - This implementation supports only a single extruder.
168
  *   - This implementation supports only a single extruder.
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
170
  */
170
  */

+ 1
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

168
  * "Mixing Extruder"
168
  * "Mixing Extruder"
169
  *   - Adds a new code, M165, to set the current mix factors.
169
  *   - Adds a new code, M165, to set the current mix factors.
170
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
170
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
171
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
171
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
172
  *   - This implementation supports only a single extruder.
172
  *   - This implementation supports only a single extruder.
173
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
173
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
174
  */
174
  */

+ 1
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

164
  * "Mixing Extruder"
164
  * "Mixing Extruder"
165
  *   - Adds a new code, M165, to set the current mix factors.
165
  *   - Adds a new code, M165, to set the current mix factors.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
167
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
167
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
168
  *   - This implementation supports only a single extruder.
168
  *   - This implementation supports only a single extruder.
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
170
  */
170
  */

+ 1
- 1
Marlin/example_configurations/makibox/Configuration.h View File

164
  * "Mixing Extruder"
164
  * "Mixing Extruder"
165
  *   - Adds a new code, M165, to set the current mix factors.
165
  *   - Adds a new code, M165, to set the current mix factors.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
167
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
167
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
168
  *   - This implementation supports only a single extruder.
168
  *   - This implementation supports only a single extruder.
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
170
  */
170
  */

+ 1
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

164
  * "Mixing Extruder"
164
  * "Mixing Extruder"
165
  *   - Adds a new code, M165, to set the current mix factors.
165
  *   - Adds a new code, M165, to set the current mix factors.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
167
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
167
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
168
  *   - This implementation supports only a single extruder.
168
  *   - This implementation supports only a single extruder.
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
170
  */
170
  */

+ 1
- 1
Marlin/example_configurations/wt150/Configuration.h View File

164
  * "Mixing Extruder"
164
  * "Mixing Extruder"
165
  *   - Adds a new code, M165, to set the current mix factors.
165
  *   - Adds a new code, M165, to set the current mix factors.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
166
  *   - Extends the stepping routines to move multiple steppers in proportion to the mix.
167
- *   - Optional support for Repetier Host M163, M164, and virtual extruder.
167
+ *   - Optional support for Repetier Firmware M163, M164, and virtual extruder.
168
  *   - This implementation supports only a single extruder.
168
  *   - This implementation supports only a single extruder.
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
169
  *   - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
170
  */
170
  */

+ 3
- 3
Marlin/ubl_G29.cpp View File

250
    *                    for subsequent Load and Store operations. It will also store the current state of
250
    *                    for subsequent Load and Store operations. It will also store the current state of
251
    *                    the Unified Bed Leveling system in the EEPROM.
251
    *                    the Unified Bed Leveling system in the EEPROM.
252
    *
252
    *
253
-   *   S -1  Store      Store the current Mesh as a print out that is suitable to be feed back into
254
-   *                    the system at a later date. The text generated can be saved and later sent by PronterFace or
255
-   *                    Repetier Host to reconstruct the current mesh on another machine.
253
+   *   S -1  Store      Store the current Mesh as a print out that is suitable to be feed back into the system
254
+   *                    at a later date. The GCode output can be saved and later replayed by the host software
255
+   *                    to reconstruct the current mesh on another machine.
256
    *
256
    *
257
    *   T     3-Point    Perform a 3 Point Bed Leveling on the current Mesh
257
    *   T     3-Point    Perform a 3 Point Bed Leveling on the current Mesh
258
    *
258
    *

Loading…
Cancel
Save