mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 08:05:53 +08:00
comment update
This commit is contained in:
parent
34c22403e1
commit
148fa8e3f9
@ -66,7 +66,7 @@ void PresetChooser::load(std::array<Presets, preset_types> presets) {
|
||||
current_list = grep(current_list, [] (const Preset& x) -> bool { return !x.default_preset; });
|
||||
}
|
||||
|
||||
// # Read the current defaults from the settings file
|
||||
// Read the current defaults from the settings file
|
||||
const auto& settings_defaults {_settings->default_presets.at(get_preset(group))};
|
||||
|
||||
size_t i {0};
|
||||
|
Loading…
x
Reference in New Issue
Block a user