mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: seprate filament_type and display_filament_type
special case for "Support G" and "Support W" Change-Id: I26f873083d6afb58fb10ebc9beef54fbf5e18320 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
@@ -637,9 +637,9 @@ void Preset::set_visible_from_appconfig(const AppConfig &app_config)
|
||||
BOOST_LOG_TRIVIAL(debug) << __FUNCTION__ << boost::format(": name %1%, is_visible set to %2%")%name % is_visible;
|
||||
}
|
||||
|
||||
std::string Preset::get_filament_type()
|
||||
std::string Preset::get_filament_type(std::string &display_filament_type)
|
||||
{
|
||||
return config.get_filament_type();
|
||||
return config.get_filament_type(display_filament_type);
|
||||
}
|
||||
|
||||
static std::vector<std::string> s_Preset_print_options {
|
||||
|
||||
Reference in New Issue
Block a user