mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
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:
parent
abaebb489a
commit
b5e3899267
3 changed files with 11 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue