This website requires JavaScript.
Explore
Help
Register
Sign In
bartool
/
flatcam-wsl
Watch
1
Star
0
Fork
0
You've already forked flatcam-wsl
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
45f93d5e2de5c3c3e79a96f4eac4fcd1155c9c29
flatcam-wsl
/
appParsers
History
Marius Stanciu
ba7fafb6de
- fixed an issue in the SVG parser where when parsing a path and getting multiple polygons will generate an invalid compound polygon (the polygons other than the first are seen as interiors even if they are not inside the first)
2022-05-09 16:12:12 +03:00
..
__init__.py
- remade file names in the app
2020-06-03 20:35:59 +03:00
ParseDXF_Spline.py
- fixed the Tcl Command AlignDrill
2020-11-02 03:32:00 +02:00
ParseDXF.py
- in ParseDXF file fixed import of module due of changes in the latest version of ezdxf module
2021-07-21 00:46:55 +03:00
ParseExcellon.py
- added a new Tcl command:
buffer
which will buffer the geometry of an object or will scale individually each geometry sub element
2022-01-21 02:37:34 +02:00
ParseFont.py
- fixed ParseFont such that the output of the Text Plugin in the Geometry Editor can now be painted using the Paint Plugin
2021-03-28 22:12:58 +03:00
ParseGerber.py
- the application now uses only the default values from the app.options dict, the app.defaults dict holds the definitive default values
2022-02-18 23:06:58 +02:00
ParseHPGL2.py
- the application now uses only the default values from the app.options dict, the app.defaults dict holds the definitive default values
2022-02-18 23:06:58 +02:00
ParsePDF.py
- porting to PyQt6
2021-08-04 18:34:24 +03:00
ParseSVG.py
- fixed an issue in the SVG parser where when parsing a path and getting multiple polygons will generate an invalid compound polygon (the polygons other than the first are seen as interiors even if they are not inside the first)
2022-05-09 16:12:12 +03:00