Skip to content

Commit

Permalink
[FEATURE] Bump maximum number of beds up
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonuschat committed Feb 19, 2025
1 parent 437aba7 commit 66f73e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libslic3r/libslic3r.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ using deque =
template<typename T, typename Q>
inline T unscale(Q v) { return T(v) * T(SCALING_FACTOR); }

constexpr size_t MAX_NUMBER_OF_BEDS = 9;
constexpr size_t MAX_NUMBER_OF_BEDS = 25;

enum Axis {
X=0,
Expand Down

0 comments on commit 66f73e8

Please sign in to comment.