Implemented new grouping for the params

Original Commit: prusa3d/PrusaSlicer@b2bd7f5

Co-authored-by: YuSanka <yusanka@gmail.com>
This commit is contained in:
Ocraftyone
2024-01-01 10:57:10 -05:00
co-authored by YuSanka
parent 6d19d6207a
commit 58cd50cc23
3 changed files with 122 additions and 27 deletions
+1 -1
View File
@@ -156,8 +156,8 @@ struct LayerResult {
static LayerResult make_nop_layer_result() { return {"", std::numeric_limits<coord_t>::max(), false, false, true}; }
};
class GCode {
#define GET_CUSTOM_GCODE_PLACEHOLDERS 1
class GCode {
public:
GCode() :