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
67a2350a5925a6ca5536fa84dfd9cdb9b792caa4
flatcam-wsl
/
flatcamParsers
History
Marius Stanciu
c7074d71ba
- fixed an error in Gerber Parser; the initial values for currnet_x, current_y were None but should have been 0.0
...
- limited the lower limit of angle of V-tip to a value of 1 because 0 makes no sense
2020-02-02 15:54:09 +02:00
..
__init__.py
- grouped all parsers files in flatcamParsers folder
2019-03-11 12:28:44 +02:00
ParseDXF_Spline.py
- fixed bug in Panelization Tool for which in case of Excellon objects, the panel kept a reference to the source object which created issues when moving or disabling/enabling the plots
2019-10-16 02:28:18 +03:00
ParseDXF.py
- fixed a GUI glitch in the Excellon tool table
2019-12-07 00:25:22 +02:00
ParseExcellon.py
- moved default_data data update from Excellon parser to the Excellon object constructor
2020-01-16 16:55:34 +02:00
ParseFont.py
- fixed bug in Panelization Tool for which in case of Excellon objects, the panel kept a reference to the source object which created issues when moving or disabling/enabling the plots
2019-10-16 02:28:18 +03:00
ParseGerber.py
- fixed an error in Gerber Parser; the initial values for currnet_x, current_y were None but should have been 0.0
2020-02-02 15:54:09 +02:00
ParseHPGL2.py
- fixed GCode generated with HPGL preprocessor to output only integer coordinates
2019-12-16 21:20:08 +02:00
ParseSVG.py
- improvements in Importing SVG as Gerber - added an automatic source generation (it is not infallible)
2019-12-02 20:03:27 +02:00