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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-02-12 02:51:53 +0300
committerbubnikv <bubnikv@gmail.com>2017-02-12 02:51:53 +0300
commit8d6acd2aec6f2ac9129d9ba55bf0f51fb6ffd3b7 (patch)
tree3b602269a12d7b9a0d945d4f4a3c609c16bfcb14 /xs/src/libslic3r/SupportMaterial.hpp
parent61f9414b0963ff5c6f0087df10434beca28ced9d (diff)
Fix of "no support generated" https://github.com/prusa3d/Slic3r/issues/114
when a first layer height was set in percents.
Diffstat (limited to 'xs/src/libslic3r/SupportMaterial.hpp')
-rw-r--r--xs/src/libslic3r/SupportMaterial.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/xs/src/libslic3r/SupportMaterial.hpp b/xs/src/libslic3r/SupportMaterial.hpp
index 13b2b5e50..4c6dab877 100644
--- a/xs/src/libslic3r/SupportMaterial.hpp
+++ b/xs/src/libslic3r/SupportMaterial.hpp
@@ -127,10 +127,6 @@ public:
public:
PrintObjectSupportMaterial(const PrintObject *object, const SlicingParameters &slicing_params);
- // Height of the 1st layer is user configured as it is important for the print
- // to stick to he print bed.
- coordf_t first_layer_height() const { return m_object_config->first_layer_height.value; }
-
// Is raft enabled?
bool has_raft() const { return m_slicing_params.has_raft(); }
// Has any support?