mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-30 23:48:44 +03:00
Modify variable name
This commit is contained in:
@@ -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(); \
|
||||
|
||||
Reference in New Issue
Block a user