mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Fixed updates of the "Slice now" and "Export G-code buttons"
based on the object inside / outside the work space condition. Removed TabIface.cpp/hpp Perl bindings. Fixed reset of the status bar / cancel button after the last object is removed from the plater.
This commit is contained in:
parent
86e6f8bf33
commit
160aa6c78c
6 changed files with 33 additions and 99 deletions
|
@ -125,6 +125,9 @@ public:
|
|||
|
||||
void update();
|
||||
void select_view(const std::string& direction);
|
||||
// Called after the Preferences dialog is closed and the program settings are saved.
|
||||
// Update the UI based on the current preferences.
|
||||
void update_ui_from_settings();
|
||||
|
||||
void select_all();
|
||||
void remove(size_t obj_idx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue