mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 02:52:10 +00:00
Do not regenerate existing gcode preview toolpaths when switching to Preview
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user