mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-15 23:12:08 +00:00
Spanish Fuzzy Skin standarized (#14622)
This commit is contained in:
@@ -203,7 +203,7 @@ static t_config_enum_values s_keys_map_NoiseType {
|
||||
{ "perlin", int(NoiseType::Perlin) },
|
||||
{ "billow", int(NoiseType::Billow) },
|
||||
{ "ridgedmulti", int(NoiseType::RidgedMulti) },
|
||||
{ "voronoi", int(NoiseType::Voronoi) },
|
||||
{ "voronoi", int(NoiseType::Voronoi) },
|
||||
{ "ripple", int(NoiseType::Ripple) }
|
||||
};
|
||||
CONFIG_OPTION_ENUM_DEFINE_STATIC_MAPS(NoiseType)
|
||||
|
||||
Reference in New Issue
Block a user