- when linked, the grid snap on Y will copy the value in grid snap on X in real time

This commit is contained in:
Marius Stanciu
2019-02-14 22:12:12 +02:00
committed by Marius S
parent cda10998e8
commit 8f7d169e9c
4 changed files with 13 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ CAD program, and create G-Code for Isolation routing.
- added 'FlatCAM ' prefix to any detached tab, for easy identification
- 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
13.02.2019