mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-01 08:28:42 +03:00
add "overhang_reverse_internal_only"
This commit is contained in:
@@ -876,7 +876,11 @@ bool PrintObject::invalidate_state_by_config_options(
|
||||
//w17
|
||||
|| opt_key == "top_area_threshold"
|
||||
//w23
|
||||
|| opt_key == "only_one_wall_first_layer") {
|
||||
|| opt_key == "only_one_wall_first_layer"
|
||||
//w38
|
||||
|| opt_key == "overhang_reverse"
|
||||
|| opt_key == "overhang_reverse_internal_only"
|
||||
|| opt_key == "overhang_reverse_threshold") {
|
||||
steps.emplace_back(posSlice);
|
||||
} else if (
|
||||
opt_key == "seam_position"
|
||||
|
||||
Reference in New Issue
Block a user