From 5862e85c57a3035eab85e0f65b18feddabf327ba Mon Sep 17 00:00:00 2001 From: David Kocik Date: Thu, 19 Oct 2023 11:03:18 +0200 Subject: [PATCH] Change order in enum to original values followup of 210f1abf1dcbc033d4d9bf6fe50f3d54da8bf283 --- src/libslic3r/PrintConfig.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libslic3r/PrintConfig.hpp b/src/libslic3r/PrintConfig.hpp index a0d6eed3d4..a337ca53f1 100644 --- a/src/libslic3r/PrintConfig.hpp +++ b/src/libslic3r/PrintConfig.hpp @@ -69,7 +69,7 @@ enum PrintHostType { }; enum AuthorizationType { - atUserPassword, atKeyPassword + atKeyPassword, atUserPassword }; enum class FuzzySkinType {