mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-10-04 16:26:32 +08:00
add alias for preset_store (shorten typing)
This commit is contained in:
parent
e8f98e424f
commit
3c0e40ac5d
@ -33,6 +33,7 @@ constexpr size_t preset_types = get_preset(preset_t::Last);
|
|||||||
class Preset;
|
class Preset;
|
||||||
|
|
||||||
using Presets = std::vector<Preset>;
|
using Presets = std::vector<Preset>;
|
||||||
|
using preset_store = std::array<Presets, preset_types>;
|
||||||
|
|
||||||
class PresetEditor;
|
class PresetEditor;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user