mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Do not regenerate existing gcode preview toolpaths when switching to Preview
This commit is contained in:
parent
e03199d989
commit
058468d371
4 changed files with 30 additions and 3 deletions
|
@ -129,7 +129,11 @@ public:
|
|||
void set_drop_target(wxDropTarget* target);
|
||||
|
||||
void load_print();
|
||||
#if ENABLE_NO_GCODE_TOOLPATHS_REGENERATION
|
||||
void reload_print(bool force = false, bool keep_volumes = false);
|
||||
#else
|
||||
void reload_print(bool force = false);
|
||||
#endif // ENABLE_NO_GCODE_TOOLPATHS_REGENERATION
|
||||
void refresh_print();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue