From f5322596d971539d92b45a628ecfa1915bfe0891 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Thu, 20 Jun 2013 20:16:15 +0200 Subject: [PATCH] Note to self in code --- lib/Slic3r/GCode.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Slic3r/GCode.pm b/lib/Slic3r/GCode.pm index 585b14a0b..f1eada2d0 100644 --- a/lib/Slic3r/GCode.pm +++ b/lib/Slic3r/GCode.pm @@ -172,7 +172,8 @@ sub extrude_loop { $extrusion_path->intersect_expolygons($self->_layer_overhangs); # reapply the nearest point search for starting point - # (TODO: choose the nearest point not on an overhang) + # (TODO: choose the nearest point not on an overhang - make sure wipe and + # inwards move consider the new actual starting point) @paths = Slic3r::ExtrusionPath::Collection ->new(paths => [@paths]) ->chained_path($last_pos);