ENH: add map for logic ext to physical ext

jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I0d250de87b3c3d6c9ceb4efd3099c82104e5fc1b
(cherry picked from commit b45d2f53801abc209cb98670c0960efc21ab120e)
This commit is contained in:
xun.zhang
2024-11-01 09:42:47 +08:00
committed by Noisyfox
parent ba957d1580
commit f382ee98db
3 changed files with 8 additions and 1 deletions

View File

@@ -2123,6 +2123,12 @@ void PrintConfigDef::init_fff_params()
def->mode = comDevelop;
def->set_default_value(new ConfigOptionInts{1});
def = this->add("physical_extruder_map",coInts);
def->label = "Map the logical extruder to physical extruder";
def->tooltip = "Map the logical extruder to physical extruder";
def->mode = comDevelop;
def->set_default_value(new ConfigOptionInts{0});
def = this->add("unprintable_filament_map", coIntsGroups);
def->label = L("Unprintable filament map to extruder");
def->tooltip = L("Unprintable filament map to extruder");