Marius Stanciu
|
5e55f0d499
- fixed remove_tools() so the Tcl Shell action is readded to the Tools menu and reconnected to it's slot function
|
пре 7 година |
Marius Stanciu
|
7da1d23098
- added a remove_tools() function before install_tools() in the init_tools() that is called when creating a new project. Should solve the issue with having double menu entry's in the TOOLS menu
|
пре 7 година |
Marius Stanciu
|
6ea3499d39
- updated the new shortcut list with the shortcuts added lately
|
пре 7 година |
Marius Stanciu
|
e5ebfac3ce
- bug solved in a message display showed when there are Gerber Parser errors
|
пре 7 година |
Marius Stanciu
|
8099466f0c
- bugs regarding the Grid button solved
|
пре 7 година |
Marius Stanciu
|
12b78cf2f3
- fixed the snap magnet button in Geometry Editor, restored the checkable property to True
|
пре 7 година |
Marius Stanciu
|
b3be08d334
- corrections of the name of the postprocessor class name - it has to be the same as the file name
|
пре 7 година |
Marius Stanciu
|
ee2c684a9c
- added a new postprocessor file named: 'probe_from_zmove' which allow probing to be done from z_move position on toolchange event
|
пре 7 година |
Marius Stanciu
|
7607aad8d8
- added protection against entering float numbers with comma separator instead of decimal dot separator in key points of FlatCAM (not everywhere)
|
пре 7 година |
Marius Stanciu
|
0b96cbbac1
- code cleanup in Tools
|
пре 7 година |
Marius Stanciu
|
4f97e8ae45
- fixed the date in the ReadMe
|
пре 7 година |
Marius Stanciu
|
de7e41991d
- fixed a source of possible errors in DetachableTab Widget.
|
пре 7 година |
Marius Stanciu
|
365c1f4c71
- remade the way FlatCAM saves the GUI position data from a file (previously) to use PyQt QSettings
|
пре 7 година |
Marius Stanciu
|
e0adb9b43b
- corrected small type in list_sys Tcl command; added a protection of the Plot Area Tab after a successful edit.
|
пре 7 година |
Marius Stanciu
|
5dfd1bf0ab
- fixed postprocessor files so now the bounds values are right aligned (assuming max string length of 9 chars which means 4 digits and 4 decimals)
|
пре 7 година |
Marius Stanciu
|
f4da8c8c68
- Plot Area Tab view can now be toggled, added entry in View Menu and shortcut key CTRL+F10
|
пре 7 година |
Marius Stanciu
|
080d148b37
- work on a FlatCAM compact theme
|
пре 7 година |
Marius Stanciu
|
5ab89791c7
- FlatCAM saves now to a file in self.data_path the toolbar positions and the position of TCL Shell
|
пре 7 година |
Marius Stanciu
|
d45d2c05ec
- added the bounds coordinates to the GCODE header; modified the postprocessor files to show them.
|
пре 7 година |
Marius Stanciu
|
d5853722c3
- updated the camlib.CNCJob.scale() function so now the GCode is scaled also (quite a HACK :( it will need to be replaced at some point)). Units change work now on the GCODE also.
|
пре 7 година |
Marius Stanciu
|
093f210c25
- hidden the snap magnet entry and snap magnet toggle from the main view; they are now active only in Editor Mode
|
пре 7 година |
Marius Stanciu
|
d1780acad9
- added new function to toggle fullscreen status in Menu -> View -> Toggle Full Screen. Shortcut key: Alt+F10
|
пре 7 година |
Marius Stanciu
|
3c355f72be
- added a parameter ('Fast plunge' in Edit -> Preferences -> Geometry Options and Excellon Options) to control if the fast move to Z_move is done or not
|
пре 7 година |
Marius Stanciu
|
965e7f48ed
- added to the postprocessor files the command after toolchange to go with G00 (fastest) to "Z Move" value of Z pozition. - fixed
|
пре 7 година |
Marius Stanciu
|
53d50c799f
- added to the postprocessor files the command after toolchange to go with G00 (fastest) to "Z Move" value of Z pozition.
|
пре 7 година |
Marius Stanciu
|
31fd80a843
- added a file with some trials to replace the shortcut message box
|
пре 7 година |
Marius Stanciu
|
60614e4b45
- more fixes (didn't get it right before)
|
пре 7 година |
Marius Stanciu
|
4441e40042
- fixed postprocessor files to work with toolchange_xy parameter value = None (no values in Edit - Preferences fields) - actual fix
|
пре 7 година |
Marius Stanciu
|
7bc806f1dc
- fixed unit conversion functions in case the toolchange_xy parameter is None
|
пре 7 година |
Marius Stanciu
|
7e5ce009d8
- added a traceback report in the TCL Shell for the errors that don't allow creation of an object; useful to trace exceptions/errors
|
пре 7 година |