Skip to content

Commit

Permalink
ENH: sync the missed codes before
Browse files Browse the repository at this point in the history
Change-Id: Idc79a0fe401f1c7fbf8825a28556286089b46d54
  • Loading branch information
lanewei120 committed Apr 8, 2024
1 parent a75bf84 commit 839db8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/slic3r/GUI/Gizmos/GLGizmoMeshBoolean.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -482,4 +482,4 @@ void GLGizmoMeshBoolean::generate_new_volume(bool delete_input, const TriangleMe
}


}}
}}
2 changes: 2 additions & 0 deletions src/slic3r/Utils/ColorSpaceConvert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#include <algorithm>
#include <boost/algorithm/string.hpp>
#include <wx/colordlg.h>
#include <cmath>

const static float param_13 = 1.0f / 3.0f;
const static float param_16116 = 16.0f / 116.0f;
const static float Xn = 0.950456f;
Expand Down

0 comments on commit 839db8e

Please sign in to comment.