[1.1] Fix mixing extruder g-codes (#11864)

This commit is contained in:
Scott Lahteine 2018-09-18 00:44:34 -05:00 committed by GitHub
parent f5dc9c822d
commit 5b8dc39506
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
63 changed files with 284 additions and 279 deletions

View file

@ -204,11 +204,11 @@
/**
* "Mixing Extruder"
* - Adds a new code, M165, to set the current mix factors.
* - Adds G-codes M163 and M164 to set and "commit" the current mix factors.
* - Extends the stepping routines to move multiple steppers in proportion to the mix.
* - Optional support for Repetier Firmware M163, M164, and virtual extruder.
* - This implementation supports only a single extruder.
* - Enable DIRECT_MIXING_IN_G1 for Pia Taubert's reference implementation
* - Optional support for Repetier Firmware's 'M164 S<index>' supporting virtual tools.
* - This implementation supports up to two mixing extruders.
* - Enable DIRECT_MIXING_IN_G1 for M165 and mixing in G1 (from Pia Taubert's reference implementation).
*/
//#define MIXING_EXTRUDER
#if ENABLED(MIXING_EXTRUDER)