Support interface fan speed

This commit is contained in:
SoftFever 2023-05-07 20:03:00 +08:00 committed by SoftFever
parent be4373583f
commit da90e22b9f
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;