mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 16:39:02 +08:00
Fix First swich between show/hide support structure and pad
This commit is contained in:
parent
33db1f3a4c
commit
119609b5c6
@ -731,8 +731,14 @@ RENDER_AGAIN:
|
|||||||
|
|
||||||
if (draw_view_mode(m_show_support_structure, m_icons)){
|
if (draw_view_mode(m_show_support_structure, m_icons)){
|
||||||
show_sla_supports(m_show_support_structure);
|
show_sla_supports(m_show_support_structure);
|
||||||
if (m_show_support_structure)
|
if (m_show_support_structure) {
|
||||||
reslice_until_step(slaposPad);
|
if (m_normal_cache.empty()) {
|
||||||
|
// first click also have to generate point
|
||||||
|
auto_generate();
|
||||||
|
} else {
|
||||||
|
reslice_until_step(slaposPad);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const char *support_points_density = "support_points_density_relative";
|
const char *support_points_density = "support_points_density_relative";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user