SPE-1654 - Out of printbed detection applied only to selected volumes when the selection is not empty

This commit is contained in:
enricoturri1966 2023-04-12 10:07:50 +02:00
parent 2b86511a11
commit 3b93b316c6
4 changed files with 83 additions and 67 deletions

View file

@ -450,9 +450,6 @@ public:
void set_show_sinking_contours(bool show) { m_show_sinking_contours = show; }
void set_show_non_manifold_edges(bool show) { m_show_non_manifold_edges = show; }
// returns true if all the volumes are completely contained in the print volume
// returns the containment state in the given out_state, if non-null
bool check_outside_state(const Slic3r::BuildVolume& build_volume, ModelInstanceEPrintVolumeState* out_state) const;
void reset_outside_state();
void update_colors_by_extruder(const DynamicPrintConfig* config);