mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Fixed z layers indices under 3D preview sliders
This commit is contained in:
parent
5224acad59
commit
0584990b65
5 changed files with 23 additions and 15 deletions
|
@ -428,7 +428,7 @@ public:
|
|||
void update_colors_by_extruder(const DynamicPrintConfig* config);
|
||||
|
||||
// Returns a vector containing the sorted list of all the print_zs of the volumes contained in this collection
|
||||
std::vector<double> get_current_print_zs() const;
|
||||
std::vector<double> get_current_print_zs(bool active_only) const;
|
||||
|
||||
private:
|
||||
GLVolumeCollection(const GLVolumeCollection &other);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue