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