From 9983cf84cf9de60195d606c4d5c30921861d2620 Mon Sep 17 00:00:00 2001 From: niklasb22 Date: Tue, 5 Aug 2025 21:29:16 +0200 Subject: [PATCH] Increase maximum plate count from 36 to 255 --- src/slic3r/GUI/PartPlate.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/PartPlate.hpp b/src/slic3r/GUI/PartPlate.hpp index b262f91f17..b3661be516 100644 --- a/src/slic3r/GUI/PartPlate.hpp +++ b/src/slic3r/GUI/PartPlate.hpp @@ -33,7 +33,7 @@ typedef class GLUquadric GLUquadricObject; #define PLATE_CURRENT_IDX -1 #define PLATE_ALL_IDX -2 -#define MAX_PLATE_COUNT 36 +#define MAX_PLATE_COUNT 255 inline int compute_colum_count(int count) {