Remove leftover junk comments
This commit is contained in:
parent
f3c0bf46d4
commit
0614d6d4a8
1 changed files with 0 additions and 3 deletions
|
@ -374,9 +374,6 @@ void SLAPrint::Steps::support_tree(SLAPrintObject &po)
|
||||||
// If the zero elevation mode is engaged, we have to filter out all the
|
// If the zero elevation mode is engaged, we have to filter out all the
|
||||||
// points that are on the bottom of the object
|
// points that are on the bottom of the object
|
||||||
if (is_zero_elevation(po.config())) {
|
if (is_zero_elevation(po.config())) {
|
||||||
// double discard = pcfg.embed_object.object_gap_mm /
|
|
||||||
// std::cos(po.m_supportdata->cfg.bridge_slope) ;
|
|
||||||
|
|
||||||
remove_bottom_points(po.m_supportdata->pts,
|
remove_bottom_points(po.m_supportdata->pts,
|
||||||
float(po.m_supportdata->emesh.ground_level() + EPSILON));
|
float(po.m_supportdata->emesh.ground_level() + EPSILON));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue