Only warning about sparse infill rotation template the first time (#13461)

Only warning the first time
This commit is contained in:
Rodrigo Faselli
2026-05-09 02:45:18 -03:00
committed by GitHub
parent 4abda6bffe
commit db8ca5feac
2 changed files with 7 additions and 1 deletions

View File

@@ -445,6 +445,7 @@ protected:
void filter_diff_option(std::vector<std::string> &options);
ConfigManipulation m_config_manipulation;
std::string m_last_sparse_infill_rotate_template_value;
ConfigManipulation get_config_manipulation();
friend class EditGCodeDialog;
};