mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX: Remove unprintable_filament_map
jira: none Change-Id: I30285d0cc98a974e71f16fd9adb57dfcccb39415 (cherry picked from commit 1959fa7d5c213a7720b8f215f1578597278e6920)
This commit is contained in:
@@ -2165,12 +2165,6 @@ void PrintConfigDef::init_fff_params()
|
||||
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");
|
||||
def->mode = comDevelop;
|
||||
def->set_default_value(new ConfigOptionIntsGroups{});
|
||||
|
||||
def = this->add("filament_map_mode", coEnum);
|
||||
def->label = L("filament mapping mode");
|
||||
def->tooltip = ("filament mapping mode used as plate param");
|
||||
|
||||
Reference in New Issue
Block a user