mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 13:42:40 -07:00
New legend for color print.
Some improvements for coloration multimaterial print indicator
This commit is contained in:
@@ -892,6 +892,7 @@ void Preview::load_print_as_fff(bool keep_z_range)
|
||||
for (const Model::CustomGCode& code : color_print_values)
|
||||
if (code.gcode == "M600")
|
||||
colors.push_back(code.color);
|
||||
colors.push_back("#808080"); // gray color for pause print or custom G-code
|
||||
|
||||
if (gcode_preview_data_valid)
|
||||
color_print_values.clear();
|
||||
|
||||
Reference in New Issue
Block a user