mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
Fix misc bugs
This commit is contained in:
parent
b4cc526ae4
commit
c36d4ad7c9
17 changed files with 18 additions and 25 deletions
|
@ -9186,8 +9186,6 @@ void GLCanvas3D::_load_wipe_tower_toolpaths(const BuildVolume& build_volume, con
|
|||
|
||||
ctxt.print = print;
|
||||
ctxt.tool_colors = tool_colors.empty() ? nullptr : &tool_colors;
|
||||
//BBS: has no single_extruder_multi_material_priming
|
||||
//if (print->wipe_tower_data().priming && print->config().single_extruder_multi_material_priming)
|
||||
if (print->wipe_tower_data().priming)
|
||||
for (int i=0; i<(int)print->wipe_tower_data().priming.get()->size(); ++i)
|
||||
ctxt.priming.emplace_back(print->wipe_tower_data().priming.get()->at(i));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue