Added TODO comment

pull/6/head
carlosgs 2013-06-06 14:14:49 +02:00
parent 029c41db87
commit a8aad994d4
1 changed files with 2 additions and 2 deletions

View File

@ -211,7 +211,7 @@ 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