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
26639b695a81ef8d9b1a349417ccd27069452153
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
…
ParseDXF_Spline.py
…
ParseDXF.py
…
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
…
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
…