mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-24 15:13:54 -06:00
Pre-apply cosmetic changes to mixing
This commit is contained in:
parent
0358ffcd4c
commit
a5e3384691
7 changed files with 62 additions and 50 deletions
|
@ -507,9 +507,9 @@ void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool n
|
|||
if (tmp_extruder >= MIXING_VIRTUAL_TOOLS)
|
||||
return invalid_extruder_error(tmp_extruder);
|
||||
|
||||
#if MIXING_VIRTUAL_TOOLS > 1
|
||||
#if MIXING_VIRTUAL_TOOLS > 1
|
||||
// T0-Tnnn: Switch virtual tool by changing the index to the mix
|
||||
mixer.T(uint_fast8_t(tmp_extruder));
|
||||
mixer.T(tmp_extruder);
|
||||
#endif
|
||||
|
||||
#elif ENABLED(PRUSA_MMU2)
|
||||
|
@ -518,7 +518,6 @@ void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool n
|
|||
|
||||
mmu2.toolChange(tmp_extruder);
|
||||
|
||||
|
||||
#elif EXTRUDERS < 2
|
||||
|
||||
UNUSED(fr_mm_s); UNUSED(no_move);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue