From 5ec4874b33e63afbeaef650b7293f915f045af88 Mon Sep 17 00:00:00 2001 From: Ian Bassi Date: Sat, 14 Feb 2026 23:23:25 -0300 Subject: [PATCH] Linux: Repaired VFA tower (#12290) * Update CalibUtils.cpp * VFA.drc case to vfa.drc --- resources/calib/vfa/{VFA.drc => vfa.drc} | Bin src/slic3r/Utils/CalibUtils.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename resources/calib/vfa/{VFA.drc => vfa.drc} (100%) diff --git a/resources/calib/vfa/VFA.drc b/resources/calib/vfa/vfa.drc similarity index 100% rename from resources/calib/vfa/VFA.drc rename to resources/calib/vfa/vfa.drc diff --git a/src/slic3r/Utils/CalibUtils.cpp b/src/slic3r/Utils/CalibUtils.cpp index 929083941c..8ac84b5719 100644 --- a/src/slic3r/Utils/CalibUtils.cpp +++ b/src/slic3r/Utils/CalibUtils.cpp @@ -1,7 +1,7 @@ #include "CalibUtils.hpp" #include "../GUI/I18N.hpp" #include "../GUI/GUI_App.hpp" -#include "../GUI/DeviceCore/DevStorage.h" +#include "../GUI/DeviceCore/DevStorage.h" #include "../GUI/DeviceManager.hpp" #include "../GUI/Jobs/ProgressIndicator.hpp" #include "../GUI/PartPlate.hpp"