Implemented new grouping for the params

Original Commit: prusa3d/PrusaSlicer@b2bd7f5

Co-authored-by: YuSanka <yusanka@gmail.com>
This commit is contained in:
Ocraftyone 2023-12-26 05:49:05 -05:00
parent 6d19d6207a
commit 58cd50cc23
No known key found for this signature in database
GPG key ID: 85836ED21AD4D125
3 changed files with 122 additions and 27 deletions

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() :