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:
authortamasmeszaros <meszaros.q@gmail.com>2020-02-14 12:17:55 +0300
committertamasmeszaros <meszaros.q@gmail.com>2020-02-18 19:39:36 +0300
commit6deb6a776d38eacf22bd3da78c4546dd5e3a8ccb (patch)
tree30bd6129f16e175b75969e4514090a85fd64fb6c /src/libslic3r/SLAPrintSteps.hpp
parent41d77b492c26c76c9d34552a0fded919fc57e4bb (diff)
Do EFC for the first faded layers of SLA, interpolate efc parameters
Compensated slices have negative orientation... Move efc to common params Fix elefant foot compensation reversed contours Remove redundant assertions and don't apply absolute correction if zero
Diffstat (limited to 'src/libslic3r/SLAPrintSteps.hpp')
-rw-r--r--src/libslic3r/SLAPrintSteps.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libslic3r/SLAPrintSteps.hpp b/src/libslic3r/SLAPrintSteps.hpp
index b5cb8accc..d3341bc14 100644
--- a/src/libslic3r/SLAPrintSteps.hpp
+++ b/src/libslic3r/SLAPrintSteps.hpp
@@ -43,7 +43,7 @@ private:
bool canceled() const { return m_print->canceled(); }
void initialize_printer_input();
- void apply_elefant_foot_compensation(SLAPrintObject &po, SliceOrigin o);
+ void apply_printer_corrections(SLAPrintObject &po, SliceOrigin o);
public:
Steps(SLAPrint *print);