mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
ENABLE_ENHANCED_RELOAD_FROM_DISK set as default
This commit is contained in:
parent
1115e77b38
commit
2dc9949a4c
13 changed files with 10 additions and 269 deletions
|
@ -183,9 +183,7 @@ public:
|
|||
void export_stl(bool extended = false, bool selection_only = false);
|
||||
void export_amf();
|
||||
void export_3mf(const boost::filesystem::path& output_path = boost::filesystem::path());
|
||||
#if ENABLE_ENHANCED_RELOAD_FROM_DISK
|
||||
void reload_from_disk();
|
||||
#endif // ENABLE_ENHANCED_RELOAD_FROM_DISK
|
||||
bool has_toolpaths_to_export() const;
|
||||
void export_toolpaths_to_obj() const;
|
||||
void reslice();
|
||||
|
@ -250,9 +248,7 @@ public:
|
|||
bool can_copy_to_clipboard() const;
|
||||
bool can_undo() const;
|
||||
bool can_redo() const;
|
||||
#if ENABLE_ENHANCED_RELOAD_FROM_DISK
|
||||
bool can_reload_from_disk() const;
|
||||
#endif // ENABLE_ENHANCED_RELOAD_FROM_DISK
|
||||
|
||||
void msw_rescale();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue