Marius Stanciu
|
f9a8d09b26
- modified the NCC Tool GUI to prepare for accepting a tool from a tool database
|
6 年之前 |
Marius Stanciu
|
821014f719
- added key shortcuts and toolbar icons for the new tools: Align Object Tool (ALT+A) and Extract Drills (ALT+I)
|
6 年之前 |
Marius Stanciu
|
acfb1ca9e7
- finished Dual Point option in Align Objects Tool
|
6 年之前 |
Marius Stanciu
|
a8bea7805e
- working on the Dual Point option in Align Objects Tool - angle has to be recalculated
|
6 年之前 |
Marius Stanciu
|
9a3f3b600b
- in Extract Drill Tool added a new method of drills extraction. The methods are: fixed diameter, fixed annular ring and proportional
|
6 年之前 |
Marius Stanciu
|
f9ec233b0f
- working on the Align Objects Tool
|
6 年之前 |
Marius Stanciu
|
5c932dc5cc
- fixed an issue in Gerber parser introduced recently due of changes made to make Gerber files produced by Sprint Layout
|
6 年之前 |
Marius Stanciu
|
41277d78ce
- started the add of a new Tool: Align Objects Tool which will align (sync) objects of Gerber or Excellon type
|
6 年之前 |
Marius Stanciu
|
02cfd96715
- fixed a small GUI issue in Excellon UI when Basic mode is active
|
6 年之前 |
Marius Stanciu
|
5b3f318e56
- if CTRL key is pressed during app startup the app will start in the Legacy(2D) graphic engine compatibility mode
|
6 年之前 |
Marius Stanciu
|
c9111dac9b
- fixed an issue in Gerber parser with detecting old kind of units
|
6 年之前 |
Marius Stanciu
|
a9b93cafa1
- improved the circle approximation resolution
|
6 年之前 |
Marius Stanciu
|
f8c22ea32f
- Extract Drills Tool: fixed issue with oblong pads and with pads made from aperture macros
|
6 年之前 |
Marius Stanciu
|
c28f08a392
- fixed an issue in the Distance Tool
|
6 年之前 |
Marius Stanciu
|
c16ecfe0c3
- fixed issue in Film Tool where some parameters names in calls of method export_positive() were not matching the actual parameters name
|
6 年之前 |
Marius Stanciu
|
f2ccb48c98
- finished the GUI in the Extract Drills Tool
|
6 年之前 |
Marius Stanciu
|
fc31bb573d
- working on a new tool: Extract Drills Tool who will create a Excellon object out of the apertures of a Gerber object
|
6 年之前 |
Marius Stanciu
|
856f568f9e
- selected rows in the Tools Tables will stay colored in blue after loosing focus instead of the default gray
|
6 年之前 |
Marius Stanciu
|
5ff9f953c6
- working in NCC Tool
|
6 年之前 |
Marius Stanciu
|
48888adb58
- updates in NCC Tool
|
6 年之前 |
Marius Stanciu
|
b327c216d7
- solved issue #368 - when using the Enable/Disable prj context menu entries the plotted status is not updated in the object properties
|
6 年之前 |
Marius Stanciu
|
e062a4fad2
- working on new NCC Tool
|
6 年之前 |
Marius Stanciu
|
e090b96c7c
- modified Toggle Workspace function to work in the new Preferences UI configuration
|
6 年之前 |
Marius Stanciu
|
e0825bfce3
- made available only for Linux and Windows (not OSX) the starting of the thread that checks if another instance of FlatCAM is already running at the launch of FLatCAM
|
6 年之前 |
Marius Stanciu
|
6f5a775388
- for auto-completer, now clicking an entry in the completer popup will select that entry and insert it
|
6 年之前 |
Marius Stanciu
|
fd9d18b52b
- started to rework the NCC Tool GUI in preparation for adding a Tool DB feature
|
6 年之前 |
Marius Stanciu
|
84c8588f89
- fixed the Drillcncjob Tcl command by adding an custom self.options key "Tools_in_use" and build it's value, in case it does not exist, to make the toolchange command work
|
6 年之前 |
Marius Stanciu
|
b5d69f493d
- added ability for Tcl commands to have optional arguments with None value (meaning missing value). This case should be treated for each Tcl command in execute() method
|
6 年之前 |
Marius Stanciu
|
0447839e43
- modified the extracut and multidepth parameters in Cncjob Tcl command like for dwell and toolchange
|
6 年之前 |
Marius Stanciu
|
779a6a75d4
- modified the Drillcncjob and Cncjob Tcl commands to be allowed to work without the 'dwell' and 'toolchange' arguments. If 'dwelltime' argument is present it will be assumed that the 'dwell' is True and the same for 'toolchangez' parameter, if present then 'toolchange' will be assumed to be True, else False
|
6 年之前 |