up version to 47.1

fix macos/linux build
This commit is contained in:
supermerill 2020-01-15 18:04:23 +01:00
parent eecf28c00c
commit 705edaa7fb
2 changed files with 31 additions and 33 deletions

View File

@ -2349,7 +2349,6 @@ end:
}
ExPolygons PrintObject::_offset_holes(double hole_delta, const ExPolygons &polys) const{
if (hole_delta != 0.f) {
ExPolygons new_polys;
for (const ExPolygon &ex_poly : polys) {
ExPolygon new_ex_poly(ex_poly);
@ -2383,7 +2382,6 @@ ExPolygons PrintObject::_offset_holes(double hole_delta, const ExPolygons &polys
new_polys.push_back(new_ex_poly);
}
return new_polys;
}
}
/// max angle: you ahve to be lwer than that to divide it. PI => all accepted

View File

@ -5,5 +5,5 @@ set(SLIC3R_APP_NAME "Slic3r++")
set(SLIC3R_APP_KEY "Slic3r++")
set(SLIC3R_VERSION "2.2.47")
set(SLIC3R_BUILD_ID "slic3r++_${SLIC3R_VERSION}+UNKNOWN")
set(SLIC3R_RC_VERSION "2,2,47,0")
set(SLIC3R_RC_VERSION_DOTS "2.2.47.0")
set(SLIC3R_RC_VERSION "2,2,47,1")
set(SLIC3R_RC_VERSION_DOTS "2.2.47.1")