1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-22 09:54:27 +00:00

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
+2 -1
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;