Set support material enforce layers to 0 when spiral printing

This commit is contained in:
Alessandro Ranellucci 2013-05-14 12:42:48 +02:00
parent 7979dd9e9c
commit 4121a7ece5

View File

@ -70,6 +70,7 @@ sub _trigger_config {
$self->config->set('fill_density', 0);
$self->config->set('top_solid_layers', 0);
$self->config->set('support_material', 0);
$self->config->set('support_material_enforce_layers', 0);
$self->config->set('retract_layer_change', [0]); # TODO: only apply this to the spiral layers
}
}