Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/CuraEngine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemco Burema <r.burema@ultimaker.com>2022-05-06 14:57:11 +0300
committerRemco Burema <r.burema@ultimaker.com>2022-05-06 14:57:11 +0300
commita5e6e86ea2b4ab1f2bd77b22a1e8bd26358a72be (patch)
tree534134c4c49d7446561687e9167e4fc909aafe31
parent40dac838770e1d3f26455e52258f83ab93a71c97 (diff)
Comment pointing to explanation of commented-out lines.
... and why we might decide to keep them instead of deleting them outright. part of CURA-9163
-rw-r--r--src/pathPlanning/Comb.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pathPlanning/Comb.cpp b/src/pathPlanning/Comb.cpp
index 620b69324..efa78dda6 100644
--- a/src/pathPlanning/Comb.cpp
+++ b/src/pathPlanning/Comb.cpp
@@ -65,6 +65,10 @@ Comb::Comb(const SliceDataStorage& storage, const LayerIndex layer_nr, const Pol
, model_boundary(
[&storage, layer_nr]()
{
+ /* NOTE/TODO: The commented-out lines in this scope are something that we want to reintroduce, but had to disable for proper PVA supports for now.
+ * See the latest commit message (at time of writing) of those lines or internal ticket CURA-9163 for details.
+ */
+
// const std::vector<bool> extruder_is_used = storage.getExtrudersUsed();
bool travel_avoid_supports = false;
// for (const ExtruderTrain& extruder : Application::getInstance().current_slice->scene.extruders)