| Age | Commit message (Collapse) | Author |
|
|
|
fix requirements.txt, move CI version pins to CI file (moved), fix wx simulator closing paths
Restores the ability to manually install.
- Move colormath version requirement from CI build files to requirements.txt so that pip sees it outside of CI.
- Replace inkex commit hash with a version tag now that the commit in question has been released.
- Add version bound to trimesh as insurance against the outdated Manjaro package.
- Move wxpython version pin (4.1.1) and wheel URL to CI and change to lower bound in requirements.txt to allow for use of system packages in distros that have updated to 4.2 (Debian, etc).
- Change stitch path drawing in wx simulator from DrawLines (for polygons) to StrokeLines (for non-closed paths).
- Add version pin for scipy 1.9.1 to windows builds as scipy just dropped 32-bit support.
|
|
|
|
|
|
|
|
* updates to workflow and requirements
* Update requirements.txt
removed pip flags causing build to fail
Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
|
|
|
|
|
|
|
|
* * autorun - underpath tolerance
* save pdf file format
* fill no geoms error for linestring
* to satin: do not fail on mixed element list
|
|
|
|
|
|
|
|
|
|
|
|
* do not strip any scipy library for linux
* apply settings to debug formats
* use fixed pyembroidery
Co-authored-by: Lex Neva
|
|
|
|
|
|
|
|
|
|
* guide line position
* use direction from line to shape
* optimize intersection detection
* fix flapack elf
* handle weird guide lines better
* update starting point for self crossing (multiple) fills
* ripple: fixes and non circular join style
* avoid jumps in ripple stitch
* fallback only necessary if shape does not intersect grating
* make valid may return a polygon
* add profiling
* Stitch.__init__ didn't work right and was super slow
* shrink or grow to multipolygon
Co-authored-by: Lex Neva
|
|
|
|
|
|
|
|
Embroidery formats (read)
.hus: Husqvarna Embroidery Format
.zhs: Zeng Hsing Embroidery Format
Color formats (read & write)
.col : Color format.
.edr : Color format.
.inf : Color format.
Stitch formats (read & write)
.pmv : Brother Stitch Format.
Image (write)
.png : Portable Network Graphic (line art)
G-Code
The export file format is not .txt anymore but .gcode
Bug fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
by @kuperov
|
|
|
|
|
|
|
|
coding style guide
|
|
Authored-by: @lexelby
|
|
|
|
Co-authored-by: @lexelby
|
|
|
|
|
|
|
|
* some correction
* Delete .DS_Store
* Delete .DS_Store
* Delete .DS_Store
* Delete .DS_Store
* Delete .DS_Store
* Delete LICENSE
* Delete font.json
* Delete preview.png
* Delete ←.svg
* Delete →.svg
* Delete .DS_Store
* Delete .DS_Store
* Delete .DS_Store
* Delete .DS_Store
* Delete .DS_Store
* Delete LICENSE
* Delete font.json
* Delete preview.png
* Delete ←.svg
* Delete →.svg
* Delete .DS_Store
* Delete .DS_Store
* Delete .DS_Store
* Delete .DS_Store
* Delete .DS_Store
* Delete .DS_Store
* Delete .DS_Store
* Delete LICENSE
* Delete font.json
* Delete preview.png
* Delete →.svg
* Delete .DS_Store
* Delete .DS_Store
* Delete LICENSE
* Delete font.json
* Delete preview.png
* Delete →.svg
* Delete .DS_Store
* Delete .DS_Store
* Delete LICENSE
* Delete font.json
* Delete preview.png
* Delete →.svg
* Delete .DS_Store
* Delete .DS_Store
* Delete .DS_Store
* Delete .DS_Store
* Delete .DS_Store
* Delete .DS_Store
* Delete .DS_Store
* Delete .DS_Store
* Delete LICENSE
* Delete font.json
* Delete preview.png
* Delete ←.svg
* Delete →.svg
* Delete LICENSE
* Delete font.json
* Delete preview.png
* Delete ←.svg
* Delete →.svg
* Delete .DS_Store
* Delete .DS_Store
* Delete .DS_Store
* Delete .DS_Store
* Delete .DS_Store
* Delete .DS_Store
* Rename LISENCE to LICENSE
* Add files via upload
* Add files via upload
* Update .gitignore
Co-authored-by: Claudine <claudine@MacBook-Pro-2.local>
|
|
|
|
|
|
|