mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Merge remote-tracking branch 'remotes/origin/et_slope_shader'
This commit is contained in:
commit
750e704b37
12 changed files with 281 additions and 19 deletions
|
@ -175,6 +175,13 @@ public:
|
|||
bool are_view3D_labels_shown() const;
|
||||
void show_view3D_labels(bool show);
|
||||
|
||||
#if ENABLE_SLOPE_RENDERING
|
||||
bool is_view3D_slope_shown() const;
|
||||
void show_view3D_slope(bool show);
|
||||
|
||||
bool is_view3D_layers_editing_enabled() const;
|
||||
#endif // ENABLE_SLOPE_RENDERING
|
||||
|
||||
// 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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue