Dim lower layers (#14705)

This commit is contained in:
Ian Bassi
2026-07-20 18:14:01 -03:00
committed by GitHub
parent e28b5dae94
commit 4e4e867502
9 changed files with 103 additions and 6 deletions
+7
View File
@@ -91,6 +91,13 @@ public:
//
void toggle_top_layer_only_view_range();
//
// Dim previous layers (ORCA, ported from preFlight)
// Whether the layers below the current top layer are rendered darkened while
// scrubbing below the full print, so only the current layer is shown at full brightness.
//
bool is_dim_previous_layers() const;
void set_dim_previous_layers(bool value);
//
// Returns true if the given option is visible.
//
bool is_option_visible(EOptionType type) const;