Marius Stanciu
|
da9f890c39
Merged master into Port_to_Python3k
|
7 lat temu |
Marius Stanciu
|
eb0637c5bb
- minor PEP changes
|
7 lat temu |
Marius Stanciu
|
a4bbb98bf1
- converted from Python2 code to Python3 code
|
7 lat temu |
Juan Pablo Caram
|
62f0662083
Support to mill all holes from the command line. Fixes #218.
|
8 lat temu |
Juan Pablo Caram
|
fb6e1135e9
Added comments.
|
9 lat temu |
Juan Pablo Caram
|
f6d9901365
Added "connect" option for painting polygons.
|
9 lat temu |
Juan Pablo Caram
|
0b26a90175
Support for parallel-line painting.
|
9 lat temu |
jpcgt
|
deed138867
Merged in realthunder/flatcam/mirror_fix (pull request #46)
|
9 lat temu |
Juan Pablo Caram
|
8afb0704fd
Functional select-all for painting (#210).
|
9 lat temu |
Juan Pablo Caram
|
dbe0105f9b
Fixes SVG parser to produce polygons. Fixes #212.
|
9 lat temu |
Juan Pablo Caram
|
7474609776
Added feature: Select all polygons for painting and shell support with "paint" command.
|
9 lat temu |
Juan Pablo Caram
|
74e936ba02
Added inline docs
|
9 lat temu |
Zheng, Lei
|
8a43a63b80
Fixed mirroring list of geometries
|
9 lat temu |
Juan Pablo Caram
|
f9cbd78cd1
Show messages and errors in TCL shell. Better exception handling and reporting when opening files.
|
9 lat temu |
Juan Pablo Caram
|
9f138bdcc2
Fixes #119.
|
9 lat temu |
Juan Pablo Caram
|
eb18b7fd3f
Fixes #157.
|
9 lat temu |
Juan Pablo Caram
|
d1442a4900
Cleaned up G-code parser. Fixed dwell command. Fixes #184.
|
9 lat temu |
Juan Pablo Caram
|
6136afe84c
Added dwell (G4) post processing option to gcode.
|
9 lat temu |
Juan Pablo Caram
|
d28858ff38
Fast vertical movement above board. Fixes #141.
|
9 lat temu |
Kamil Sopko
|
4c20040fbe
fix errors in tool selection
|
9 lat temu |
Kamil Sopko
|
b98954dccd
fix error handling in signaled commands, error gets info about different scoup instead of true error
|
9 lat temu |
Kamil Sopko
|
e96ee1af29
merge new pull requests from FlatCAM->master
|
9 lat temu |
Kamil Sopko
|
78854f7fe0
fix ordering in naming arguments and help
|
9 lat temu |
Kamil Sopko
|
a827e184b7
rename del_polygon to subtract_polygon
|
10 lat temu |
Kamil Sopko
|
cf51e4ce2c
implement del_polygon from geometry
|
10 lat temu |
Marius Stanciu
|
71a81173bd
camlib.py edited online with Bitbucket; removed the paranthesis around lambda function as it was making an tuple which it was not the intention.
|
10 lat temu |
Marius Stanciu
|
1be364d065
Issue #188: Adopted the solution suggested by JP to not use the operator module when performing the sorting on exobj,tools and use instead the lambda function.
|
10 lat temu |
Marius Stanciu
|
1a7e001a66
Added spaces after '#' in the comments
|
10 lat temu |
Marius Stanciu
|
cfa078a1e5
camlib.py (edited a comment) edited online with Bitbucket
|
10 lat temu |
Marius Stanciu
|
a35a422bcc
This is a implementation of the the sorting of the tools found in Excellon file done in Python language and independent of the UI. There is no need to revert the previous solution as that one will make the sorting visible in GUI.
|
10 lat temu |