FIX: empty first layer of tree support
The raft gap layer should only exist if there are raft layers. jira: STUDIO-7184 Change-Id: Ia4d2a5b7ddf873fb4ef16c7087648214e6bde806
This commit is contained in:
parent
3b2b9e5893
commit
f13144d6a9
|
@ -1152,7 +1152,7 @@ void TreeSupport::detect_overhangs(bool check_support_necessity/* = false*/)
|
|||
void TreeSupport::create_tree_support_layers()
|
||||
{
|
||||
int layer_id = 0;
|
||||
{ //create raft layers
|
||||
if (m_raft_layers > 0) { //create raft layers
|
||||
coordf_t raft_print_z = 0.f;
|
||||
coordf_t raft_slice_z = 0.f;
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue