[2.0] Fix Mixing Extruder mixing factors (#11861)
This commit is contained in:
		@@ -208,11 +208,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)
 | 
			
		||||
 
 | 
			
		||||
@@ -208,11 +208,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)
 | 
			
		||||
 
 | 
			
		||||
@@ -225,11 +225,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)
 | 
			
		||||
 
 | 
			
		||||
@@ -226,11 +226,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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user