Modify variable name

This commit is contained in:
Wang YB
2024-01-18 09:16:21 +08:00
parent bf9dbfae79
commit 83c42c3d4f
3 changed files with 9 additions and 9 deletions

View File

@@ -145,7 +145,7 @@ enum class PerimeterGeneratorType
enum class GCodeThumbnailsFormat { QIDI,PNG, JPG, QOI };
//w16
enum class TopOneWallType { None, Alltop, Onlytopmost };
enum class TopOneWallType { Disable, Alltop, Onlytopmost };
#define CONFIG_OPTION_ENUM_DECLARE_STATIC_MAPS(NAME) \
template<> const t_config_enum_names& ConfigOptionEnum<NAME>::get_enum_names(); \