- in Gerber aperture table now the values are displayed in the current units set in FlatCAM

This commit is contained in:
Marius Stanciu
2019-02-14 23:21:20 +02:00
committed by Marius S
parent 8f7d169e9c
commit fa0ee40e90
3 changed files with 18 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ CAD program, and create G-Code for Isolation routing.
- remade the Grids context menu (right mouse button click on canvas). Now it has values linked to the units type (inch or mm). Added ability to add or delete grid values and they are persistent.
- updated the function for the project context menu 'Generate CNC' menu entry (Action) to use the modernized function FlatCAMObj.FlatCAMGeometry.on_generatecnc_button_click()
- when linked, the grid snap on Y will copy the value in grid snap on X in real time
- in Gerber aperture table now the values are displayed in the current units set in FlatCAM
13.02.2019