mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +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_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()){
|
||||
auto points = get_plate_wrapping_detection_area();
|
||||
if (points.size() > 0) {//wrapping_detection_area
|
||||
|
||||
Reference in New Issue
Block a user