mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
ENH: fix duplicate setting name
As title. Test multi-color 3MF loading OK Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: I9b2791f8d020a051f934cda3027293a948b07088
This commit is contained in:
parent
24ce050a91
commit
c61fd447c9
6 changed files with 13 additions and 7 deletions
|
@ -734,7 +734,7 @@ static std::vector<std::string> s_Preset_print_options {
|
|||
};
|
||||
|
||||
static std::vector<std::string> s_Preset_filament_options {
|
||||
"filament_colour", "filament_diameter", "filament_type", "filament_soluble", "filament_is_support", "filament_max_volumetric_speed",
|
||||
/* "filament_colour",*/ "default_filament_colour", "filament_diameter", "filament_type", "filament_soluble", "filament_is_support", "filament_max_volumetric_speed",
|
||||
"filament_flow_ratio", "filament_density", "filament_cost", "filament_minimal_purge_on_wipe_tower",
|
||||
"nozzle_temperature", "nozzle_temperature_initial_layer",
|
||||
// BBS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue