Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/slic3r/GUI/GLCanvas3D.hpp')
-rw-r--r--src/slic3r/GUI/GLCanvas3D.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/slic3r/GUI/GLCanvas3D.hpp b/src/slic3r/GUI/GLCanvas3D.hpp
index 053470432..7d6238c80 100644
--- a/src/slic3r/GUI/GLCanvas3D.hpp
+++ b/src/slic3r/GUI/GLCanvas3D.hpp
@@ -776,12 +776,9 @@ public:
{
const ArrangeSettings &settings = get_arrange_settings(this);
ArrangeSettings ret = settings;
- if (&settings == &m_arrange_settings_fff_seq_print) {
- ret.distance = std::max(ret.distance, float(PrintConfig::min_object_distance(m_config)));
- }
-
return ret;
}
+ void set_arrange_settings(const DynamicPrintConfig& conf, PrinterTechnology tech);
// Timestamp for FPS calculation and notification fade-outs.
static int64_t timestamp_now() {