mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Render wrap detection area for selected plate only
This commit is contained in:
@@ -3095,7 +3095,7 @@ void PartPlate::render(const Transform3d& view_matrix, const Transform3d& projec
|
|||||||
render_background(force_background_color);
|
render_background(force_background_color);
|
||||||
|
|
||||||
render_exclude_area(force_background_color);
|
render_exclude_area(force_background_color);
|
||||||
if(wxGetApp().plater()->get_enable_wrapping_detection()){
|
if(m_selected && wxGetApp().plater()->get_enable_wrapping_detection()){
|
||||||
if(!m_wrapping_detection_triangles.is_initialized()){
|
if(!m_wrapping_detection_triangles.is_initialized()){
|
||||||
auto points = get_plate_wrapping_detection_area();
|
auto points = get_plate_wrapping_detection_area();
|
||||||
if (points.size() > 0) {//wrapping_detection_area
|
if (points.size() > 0) {//wrapping_detection_area
|
||||||
|
|||||||
Reference in New Issue
Block a user