mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-09-23 21:23:13 +08:00
Follow-up 97ab4cae4f
: typo fix
This commit is contained in:
parent
97ab4cae4f
commit
1bd0c83121
@ -343,7 +343,7 @@ public:
|
|||||||
|
|
||||||
// Find the preset with a new_name or create a new one,
|
// Find the preset with a new_name or create a new one,
|
||||||
// initialize it with the initial_preset config.
|
// initialize it with the initial_preset config.
|
||||||
Preset& PresetCollection::get_preset_with_name(const std::string& new_name, const Preset* initial_preset);
|
Preset& get_preset_with_name(const std::string& new_name, const Preset* initial_preset);
|
||||||
|
|
||||||
// Delete the current preset, activate the first visible preset.
|
// Delete the current preset, activate the first visible preset.
|
||||||
// returns true if the preset was deleted successfully.
|
// returns true if the preset was deleted successfully.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user