Home
last modified time | relevance | path

Searched refs:filament_options (Results 1 – 3 of 3) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DPreset.hpp218 static const std::vector<std::string>& filament_options();
H A DPreset.cpp276 for (const std::string &key : Preset::filament_options()) { in normalize()
438 const std::vector<std::string>& Preset::filament_options() in filament_options() function in Slic3r::Preset
H A DPresetBundle.cpp42 …filaments(Preset::TYPE_FILAMENT, Preset::filament_options(), static_cast<const PrintRegionConfig&>… in PresetBundle()