Wipe tower: Sparse layers are not included in filament consumption in case that the 'no sparse layers' option is set

This commit is contained in:
Lukas Matena 2019-10-01 11:41:37 +02:00
parent abaebb489a
commit b5e3899267
3 changed files with 11 additions and 5 deletions

View file

@ -143,7 +143,6 @@ bool Print::invalidate_state_by_config_options(const std::vector<t_config_option
"use_volumetric_e",
"variable_layer_height",
"wipe",
"wipe_tower_no_sparse_layers",
"wipe_tower_x",
"wipe_tower_y",
"wipe_tower_rotation_angle"
@ -201,6 +200,7 @@ bool Print::invalidate_state_by_config_options(const std::vector<t_config_option
|| opt_key == "wipe_tower"
|| opt_key == "wipe_tower_width"
|| opt_key == "wipe_tower_bridging"
|| opt_key == "wipe_tower_no_sparse_layers"
|| opt_key == "wiping_volumes_matrix"
|| opt_key == "parking_pos_retraction"
|| opt_key == "cooling_tube_retraction"