mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
New legend for color print.
Some improvements for coloration multimaterial print indicator
This commit is contained in:
parent
d5f7956a55
commit
6ed9adaeff
6 changed files with 270 additions and 48 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue