From 6bbfbf6ef39a01e6c28d4fd3266615fa6118cb17 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 7 Nov 2016 20:58:10 -0500 Subject: [PATCH] update TODO --- TODO | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/TODO b/TODO index d4c994099..7709ee688 100644 --- a/TODO +++ b/TODO @@ -1,20 +1,10 @@ - * BUG: really short rows get stitches outside bounds * pattern-based fill? * curved fill? - * extension to split a fill region into sub-regions that can each be embroidered all in one go - * extension to generate various kinds of underlay for selected paths - * center line - * edge walk - * sparse fill rotated 90 degrees - * extension to generate connection between two patches - * user will probably adjust, but then the endpoints are in the right spots - * setting for fill to tell it where to start (northeast, northwest, southeast, southwest) * keep stitch plan objects and just update the ones that change * use md5sum of objects to see what's changed * keep stitch plans in a layer above everything else * set stitch plans to "noninteractive" so you can click through them to the paths * this will make it work more like a "real" embroidery program + * separate 'export embroidery file' command * use a GUI dialog in params script to load existing settings, making it more like a real app - * separate 'export embroidery file' command - * get rid of TSP entirely and make it completely human-driven * add option for connection to next patch (jump or running stitch)