Support interface fan speed

This commit is contained in:
SoftFever
2023-05-07 20:03:00 +08:00
committed by SoftFever
parent 63699c5e5a
commit 063cb978be
7 changed files with 93 additions and 22 deletions

View File

@ -166,7 +166,8 @@ bool Print::invalidate_state_by_config_options(const ConfigOptionResolver & /* n
"wipe_on_loops",
"gcode_comments",
"gcode_label_objects",
"exclude_object"
"exclude_object",
"support_material_interface_fan_speed"
};
static std::unordered_set<std::string> steps_ignore;