mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Implemented new grouping for the params
Original Commit: prusa3d/PrusaSlicer@b2bd7f5 Co-authored-by: YuSanka <yusanka@gmail.com>
This commit is contained in:
@@ -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() :
|
||||
|
||||
Reference in New Issue
Block a user