mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +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:
@@ -295,7 +295,7 @@ public:
|
||||
bool operator<(const Preset &other) const { return this->name < other.name; }
|
||||
|
||||
// special for upport G and Support W
|
||||
std::string get_filament_type();
|
||||
std::string get_filament_type(std::string &display_filament_type);
|
||||
|
||||
static const std::vector<std::string>& print_options();
|
||||
static const std::vector<std::string>& filament_options();
|
||||
|
||||
Reference in New Issue
Block a user