1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-22 09:54:27 +00:00

Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_slope_shader

This commit is contained in:
enricoturri1966
2020-03-17 07:59:10 +01:00
8 changed files with 46 additions and 25 deletions
+1 -1
View File
@@ -577,7 +577,7 @@ void _arrange(
std::function<bool()> stopfn)
{
// Integer ceiling the min distance from the bed perimeters
coord_t md = minobjd - 2 * scaled(0.1 + EPSILON);
coord_t md = minobjd;
md = (md % 2) ? md / 2 + 1 : md / 2;
auto corrected_bin = bin;