when a first layer height was set in percents.
This commit is contained in:
bubnikv 2017-02-12 00:51:53 +01:00
parent 61f9414b09
commit 8d6acd2aec
3 changed files with 6 additions and 10 deletions

View file

@ -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?