Adjustable infill wall overlap for top and bottom surfaces (#4832)

* Adjustable infill wall overlap for top and bottom surfaces

* Compile error and tool tip updates
This commit is contained in:
Ioannis Giannakas 2024-05-09 16:36:30 +01:00 committed by GitHub
parent 4c1b66c0b7
commit 46b7a2953d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 35 additions and 9 deletions

View file

@ -926,6 +926,7 @@ bool PrintObject::invalidate_state_by_config_options(
|| opt_key == "initial_layer_line_width"
|| opt_key == "inner_wall_line_width"
|| opt_key == "infill_wall_overlap"
|| opt_key == "top_bottom_infill_wall_overlap"
|| opt_key == "seam_gap"
|| opt_key == "role_based_wipe_speed"
|| opt_key == "wipe_on_loops"