mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
Implemented new grouping for the params
Original Commit: prusa3d/PrusaSlicer@b2bd7f5 Co-authored-by: YuSanka <yusanka@gmail.com>
This commit is contained in:
parent
6d19d6207a
commit
58cd50cc23
3 changed files with 122 additions and 27 deletions
|
@ -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() :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue