mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-10-04 11:36:39 +08:00
Moved external to public.
This commit is contained in:
parent
292bfdcfb2
commit
2371334048
@ -37,6 +37,7 @@ public:
|
|||||||
friend class PresetEditor;
|
friend class PresetEditor;
|
||||||
preset_t group;
|
preset_t group;
|
||||||
std::string name {""};
|
std::string name {""};
|
||||||
|
bool external {false};
|
||||||
|
|
||||||
/// Preset
|
/// Preset
|
||||||
bool default_preset {false};
|
bool default_preset {false};
|
||||||
@ -87,7 +88,6 @@ public:
|
|||||||
|
|
||||||
Preset(std::string load_dir, std::string filename, preset_t p);
|
Preset(std::string load_dir, std::string filename, preset_t p);
|
||||||
private:
|
private:
|
||||||
bool external {false};
|
|
||||||
|
|
||||||
/// store to keep config options for this preset
|
/// store to keep config options for this preset
|
||||||
/// This is intented to be a "pristine" copy from the underlying
|
/// This is intented to be a "pristine" copy from the underlying
|
||||||
|
Loading…
x
Reference in New Issue
Block a user