From a8aad994d4ab69f26a10a24fc116372c264b7910 Mon Sep 17 00:00:00 2001 From: carlosgs Date: Thu, 6 Jun 2013 14:14:49 +0200 Subject: [PATCH] Added TODO comment --- Software/CycloneHost/GcodeParser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Software/CycloneHost/GcodeParser.py b/Software/CycloneHost/GcodeParser.py index ea2f264..f97a06a 100644 --- a/Software/CycloneHost/GcodeParser.py +++ b/Software/CycloneHost/GcodeParser.py @@ -211,8 +211,8 @@ def optimize(etch_moves_in, origin=[0,0], travel_height = 5): # Optimizes the to travel_moves.append([toolPosition, [firstPoint[0], firstPoint[1], travel_height, firstPoint[3]] ]) # Travel to the initial point of the etching else : travel_moves.append([toolPosition, firstPoint]) # Travel to the initial point of the etching (without lifting) - print "Joining etching paths!" - + print "Joining etching paths!" # TODO: This needs to join also the paths in etch_moves! otherwise it makes no difference! + if distance < minDistance : minDistance = distance