Add option to filter parts based on current state

This commit is contained in:
GreenComfyTea
2023-03-06 13:48:55 +02:00
parent 6a4f4a9dfe
commit c2531b77a2
11 changed files with 75 additions and 21 deletions

View File

@@ -1260,6 +1260,7 @@ function config.init_default()
},
settings = {
filter_mode = "Current State",
hide_undamaged_parts = true,
time_limit = 15
},
@@ -2444,6 +2445,7 @@ function config.init_default()
},
settings = {
filter_mode = "Current State",
hide_undamaged_parts = true,
time_limit = 15
},
@@ -3615,6 +3617,7 @@ function config.init_default()
},
settings = {
filter_mode = "Current State",
hide_undamaged_parts = true,
time_limit = 15
},