Add filament shrink

This commit is contained in:
QIDI TECH
2024-02-22 16:53:56 +08:00
parent 9856ad7031
commit ca4f336d62
6 changed files with 60 additions and 7 deletions

View File

@@ -190,6 +190,8 @@ bool Print::invalidate_state_by_config_options(const ConfigOptionResolver & /* n
} else if (
opt_key == "first_layer_height"
|| opt_key == "nozzle_diameter"
//Y23
|| opt_key == "filament_shrink"
|| opt_key == "resolution"
// Spiral Vase forces different kind of slicing than the normal model:
// In Spiral Vase mode, holes are closed and only the largest area contour is kept at each layer.