Marius Stanciu
|
2ea2ed0cb0
- fixed the units calculators crash FlatCAM when using comma as decimal separator
|
7 rokov pred |
Marius Stanciu
|
3b8b7d470a
- added a new parameter to set the feedrate of the probing in case the used postprocessor does probing (has toolchange_probe in it's name)
|
7 rokov pred |
Marius Stanciu
|
822800e7f5
- added a way to set the Probe depth if Toolchange_Probe postprocessors are selected
|
7 rokov pred |
Marius Stanciu
|
ed6d262780
- added an initial text in the Tools tab
|
7 rokov pred |
Marius Stanciu
|
bd3cb3aba3
- added a text in the Selected Tab which is showed whenever the Selected Tab is selected but without having an object selected to display it's properties
|
7 rokov pred |
Marius Stanciu
|
3714203c95
- formatted the Shortcut List Tab into a HTML table
|
7 rokov pred |
Marius Stanciu
|
8a6c48c7a9
- changed the shortcut keys for Zoom In, Zoom Out and Zoom Fit from 1, 2, 3 to '-', '=' respectively 'V'. Added new shortcut keys '1', '2', '3' for Select Project Tab, Select Selected Tab and Select Tool Tab.
|
7 rokov pred |
Marius Stanciu
|
713b584841
- added a new parameter in the Tool Film which control the thickness of the stroke width in the resulting SVG. It's a scale parameter.
|
7 rokov pred |
Marius Stanciu
|
166fa0470b
- modified ReadMe to correct a mistake
|
7 rokov pred |
Marius Stanciu
|
4e8f8905c8
- modified the Toolchange_Probe_general postprocessor file to include now Z moves before the actual toolchange event
|
7 rokov pred |
Marius Stanciu
|
e1888b1647
- added an automatic name on each save operation based on the object name and/or the current date
|
7 rokov pred |
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 rokov pred |
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 rokov pred |
Marius Stanciu
|
6ea3499d39
- updated the new shortcut list with the shortcuts added lately
|
7 rokov pred |
Marius Stanciu
|
12b78cf2f3
- fixed the snap magnet button in Geometry Editor, restored the checkable property to True
|
7 rokov pred |
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 rokov pred |
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 rokov pred |
Marius Stanciu
|
0b96cbbac1
- code cleanup in Tools
|
7 rokov pred |
Marius Stanciu
|
4f97e8ae45
- fixed the date in the ReadMe
|
7 rokov pred |
Marius Stanciu
|
de7e41991d
- fixed a source of possible errors in DetachableTab Widget.
|
7 rokov pred |
Marius Stanciu
|
365c1f4c71
- remade the way FlatCAM saves the GUI position data from a file (previously) to use PyQt QSettings
|
7 rokov pred |
Marius Stanciu
|
e0adb9b43b
- corrected small type in list_sys Tcl command; added a protection of the Plot Area Tab after a successful edit.
|
7 rokov pred |
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 rokov pred |
Marius Stanciu
|
f4da8c8c68
- Plot Area Tab view can now be toggled, added entry in View Menu and shortcut key CTRL+F10
|
7 rokov pred |
Marius Stanciu
|
5ab89791c7
- FlatCAM saves now to a file in self.data_path the toolbar positions and the position of TCL Shell
|
7 rokov pred |
Marius Stanciu
|
d45d2c05ec
- added the bounds coordinates to the GCODE header; modified the postprocessor files to show them.
|
7 rokov pred |
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 rokov pred |
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 rokov pred |
Marius Stanciu
|
d1780acad9
- added new function to toggle fullscreen status in Menu -> View -> Toggle Full Screen. Shortcut key: Alt+F10
|
7 rokov pred |
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 rokov pred |