WIP TreeSupports: Fixed some compiler warnings
This commit is contained in:
parent
5b62a4954e
commit
9045ff8f0e
5 changed files with 20 additions and 12 deletions
|
@ -509,6 +509,7 @@ private:
|
|||
* \brief Does at least one mesh allow support to rest on a model.
|
||||
*/
|
||||
bool m_support_rests_on_model;
|
||||
#ifdef SLIC3R_TREESUPPORTS_PROGRESS
|
||||
/*!
|
||||
* \brief The progress of the precalculate function for communicating it to the progress bar.
|
||||
*/
|
||||
|
@ -523,6 +524,7 @@ private:
|
|||
* Required for the progress bar the behave as expected when areas have to be calculated multiple times
|
||||
*/
|
||||
double m_progress_offset;
|
||||
#endif // SLIC3R_TREESUPPORTS_PROGRESS
|
||||
/*!
|
||||
* \brief Increase radius in the resulting drawn branches, even if the avoidance does not allow it. Will be cut later to still fit.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue