Marius Stanciu
|
5ce7011123
- changed the Excellon defaults for zeros suppression to TZ (assumed that most Excellon without units in header will come out of older Eagle) and the Excellon export default is now with coordinates in decimal
|
5 years ago |
Marius Stanciu
|
ea1b47bf89
- added a GUI element in the Preferences to control the possibility to edit with mouse cursor objects in the Project Tab. It is named: "Allow Edit"
|
5 years ago |
Marius Stanciu
|
fc60677cb8
- remade the ReadMe tab
|
5 years ago |
Marius Stanciu
|
2107a4766f
- changed how the import of svg.path module is done in the ParseSVG.py file
|
5 years ago |
Marius Stanciu
|
2eecb20e95
- remade file names in the app
|
5 years ago |
Marius Stanciu
|
89d2de48da
- added a new feature for Gerber parsing: if the NO buffering is chosen in the Gerber Advanced Preferences there is now a checkbox to activate delayed buffering which will do the buffering in background allowing the user to work in between. I hope that this can be useful in case of large Gerber files.
|
5 years ago |
Marius Stanciu
|
86e36d3ca6
- updated Transform Tool to have a selection of possible references for the transformations that are now selectable in the GUI
|
5 years ago |
Marius Stanciu
|
f5c84fdc49
- maintenance_2
|
5 years ago |
Marius
|
5abb7866d8
- maintenance_1
|
5 years ago |
Marius Stanciu
|
c1fb0b5cdb
- fixed the warning that old preferences found even for new installation
|
5 years ago |
Marius Stanciu
|
f74379de3e
- added a Multi-color checkbox for the Excellon UI (this way colors for each tool are easier to differentiate especially when the diameter is close)
|
5 years ago |
Marius Stanciu
|
44191a5e07
- optimized the Gerber UI
|
5 years ago |
Marius Stanciu
|
c27a2d29e7
- all tuple entries in the Preferences UI are now protected against letter entry
|
5 years ago |
Marius
|
dbd1098329
- working on Isolation Tool: added a Preferences section in Edit -> Preferences and updated their usage within the Isolation tool
|
5 years ago |
Marius Stanciu
|
d2cdd55164
- working on Isolation Tool: made to work the tool parameters data to GUI and GUI to data
|
5 years ago |
Marius Stanciu
|
d61ca10e75
- more refactoring; solved some issues introduced by the refactoring
|
5 years ago |
Marius Stanciu
|
710a84b442
- more refactoring class names
|
5 years ago |
Marius Stanciu
|
ba3f10d355
- renamed classes to have shorter names and grouped
|
5 years ago |
Marius Stanciu
|
28f0c9c276
- added new FlatCAM Tool: Corner Markers Tool which will add line markers in the selected corners of the bounding box of the targeted Gerber object
|
5 years ago |
Marius Stanciu
|
46367c433f
- removed the labels in status bar that display X,Y positions and replaced it with a HUD display on canvas (combo key SHIFT+H) will toggle the display of the HUD
|
5 years ago |
Marius Stanciu
|
484fb51bf0
- added a parameter to the FlatCAMDefaults class, whenever a value in the self.defaults dict change it will call a callback function and send to it the modified key
|
5 years ago |
Marius Stanciu
|
eea80aafc3
- added the ability to add exclusion areas from the Excellon object too. Now there is a different in color to differentiate from which type of object the exclusion areas were added but they all serve the same purpose
|
5 years ago |
Marius Stanciu
|
2da0853b23
- working on a new feature: adding interdiction area for Gcode generation. They will be added in the Geometry Object
|
5 years ago |
Marius Stanciu
|
37c6bb2c61
- solve parenting issues when trying to load a FlatScript from Menu -> File -> Scripting
|
5 years ago |
Marius Stanciu
|
a233d49bd9
- fixed units conversion issue
|
5 years ago |
Marius Stanciu
|
c9f6c7efcb
- fixed a SyntaxError Exception when checking for types of found old preferences
|
5 years ago |
Marius Stanciu
|
a5384d50d8
- more PEP8 changes
|
5 years ago |
David Robertson
|
db37714025
Merge branch 'Beta' of https://bitbucket.org/jpcgt/flatcam into extract-prefs-code-from-app-class
|
5 years ago |
David Robertson
|
a05c174ec8
Fix some things that I broke and further cleanup
|
5 years ago |
David Robertson
|
72c2dd5f26
Working on extracting the prefs UI code from the App class
|
5 years ago |