feature/improve_plugin_config_for_slicing_plugin

This commit is contained in:
SoftFever
2026-07-24 19:41:30 +08:00
parent 43725128d3
commit b5430b53e7
7 changed files with 641 additions and 74 deletions
+2 -1
View File
@@ -1254,7 +1254,8 @@ bool PrintObject::invalidate_state_by_config_options(
|| opt_key == "interlocking_beam_layer_count"
|| opt_key == "interlocking_depth"
|| opt_key == "interlocking_boundary_avoidance"
|| opt_key == "interlocking_beam_width") {
|| opt_key == "interlocking_beam_width"
|| opt_key == "plugin_config_overrides") {
steps.emplace_back(posSlice);
} else if (
opt_key == "elefant_foot_compensation"