CreativeInquiry / PEmbroider

Embroidery Library for Processing
Other
442 stars 28 forks source link

Way to disable repeatEnd(x); #52

Closed tatyanade closed 4 years ago

tatyanade commented 4 years ago

Would be good to have a way to turn this off if you only need it for one shape

LingDong- commented 4 years ago

@tatyanade @golanlevin Added: bad144c07ff78011d61740d854ff6a38b818b917

beginRepeatEnd(x); 
// ...
endRepeatEnd();
Screen Shot 2020-06-25 at 1 38 00 AM