- completed the Minimum Distance Tool by adding the usage in Editors

This commit is contained in:
Marius Stanciu
2019-09-30 03:32:02 +03:00
committed by Marius
parent d3cad737cc
commit 34062e8296
2 changed files with 57 additions and 32 deletions

View File

@@ -12,9 +12,10 @@ CAD program, and create G-Code for Isolation routing.
30.09.2019
- modified the Distance Tool such that the numbe of decimals all over the tool is set in one place by the self.decimals
- modified the Distance Tool such that the number of decimals all over the tool is set in one place by the self.decimals
- added a new tool named Minimum Distance Tool who will calculate the minimum distance between two objects; key shortcut: SHIFT + M
- finished the Minimum Distance Tool in case of using it at the object level (not in Editors)
- completed the Minimum Distance Tool by adding the usage in Editors
29.09.2019