Save "color_change" for a selected extruder to G_code

This commit is contained in:
YuSanka 2019-10-29 15:34:35 +01:00
parent 398d20c79b
commit 8ebd9ce7c4
5 changed files with 33 additions and 14 deletions

View file

@ -768,7 +768,8 @@ public:
double height;
std::string gcode;
int extruder;
int extruder; // 0 - "gcode" will be applied for whole print
// else - "gcode" will be applied only for "extruder" print
};
std::vector<CustomGCode> custom_gcode_per_height;