summaryrefslogtreecommitdiff
path: root/embroider.py
AgeCommit message (Expand)Author
2016-10-27remove hatching optionLex Neva
2016-10-26big refactor to untangle embroidery from stitch generationLex Neva
2016-10-26remove PatchList class and use a simple ListLex Neva
2016-10-26remove sortorder bitsLex Neva
2016-10-26be sure to visit selected nodes in the right orderLex Neva
2016-10-24get rid of traveling salesman stuffLex Neva
2016-10-24remove unused row_spacing_px option from EmbroideryObjectLex Neva
2016-10-24get rid of preamble code and featureLex Neva
2016-10-24remove unused functionsLex Neva
2016-10-24tidy up PatchLex Neva
2016-10-24refactor satin a bitLex Neva
2016-10-20proper zigzag underlayLex Neva
2016-10-19add center walk and zigzag underlay for satinLex Neva
2016-10-19stuffLex Neva
2016-05-16protect from foot-shooting by printing to stdoutLex Neva
2016-05-16bugfixesLex Neva
2016-05-14add pull compensation for satin columnsLex Neva
2016-04-28align rows properly even for rotated regions, also fix float inaccuracyLex Neva
2016-04-27a bunch of features and fixesLex Neva
2016-02-28fix: stitches appearing outside fill in case of very short rowsLex Neva
2016-02-25don't embroider stuff set to invisible (layers, groups, paths, etc)Lex Neva
2016-02-25embroider everything if nothing is selectedLex Neva
2016-02-25add option to preserve absolute object stacking orderLex Neva
2016-02-23rework satin_column to properly handle segments that are less than the zigzag...Lex Neva
2016-02-23sort line segments to better pick contiguous fill regionsLex Neva
2016-02-23multiple-stagger stitches in fillsLex Neva
2016-02-18get rid of randomness in fillsLex Neva
2016-01-30clean up satin column code and clarify error messagesLex Neva
2016-01-20add variable satin featureLex Neva
2016-01-18fix up whitespace errorLex Neva
2016-01-18augment the TSP algorithm by being greedierLex Neva
2016-01-18fix gnarly bug in hill-climbing resulting in hill-fallingLex Neva
2016-01-18fix bug that allowed a patch to be discontiguousLex Neva
2016-01-18rewrite intersect_region_with_grating to resolve TODOLex Neva
2016-01-18convert tabs to spacesLex Neva
2016-01-18really fix "preserve order"Lex Neva
2016-01-08major revampLex Neva
2016-01-06make 'preserve stacking order' actually workLex Neva
2016-01-06set to 10 pixels per mm for embroidermodder CSV outputLex Neva
2015-12-15allow specifying orientationBas Wijnen
2015-11-11Make it work well for FranklinBas Wijnen
2015-01-03Fix preamble generation for very short patchesStefan Siegl
2015-01-02Improve zigzag path around stroke + sep. spacing configStefan Siegl
2015-01-02Optionally auto-generate preamblesStefan Siegl
2014-12-29Filter out duplicate stitchesStefan Siegl
2014-12-29Allow to collapse (jump) stitchesStefan Siegl
2014-12-29Allow to hatch filled pathsStefan Siegl
2014-12-29Correctly close polygons with multiple sub-pathsStefan Siegl
2014-12-27Add Embroidermodder 2 CSV exportStefan Siegl
2014-12-26Handle closed pathsStefan Siegl