- fixed issue #302 where a copied object lost all the tools

This commit is contained in:
Marius Stanciu
2019-09-11 19:54:44 +03:00
committed by Marius
parent 90a8b44cdf
commit 7af96faef6
2 changed files with 12 additions and 11 deletions

View File

@@ -18,6 +18,7 @@ CAD program, and create G-Code for Isolation routing.
- fixed the TclCommand MillHoles
- changed the name of TclCommand MillHoles to MillDrills and added a new TclCommand named MillSlots
- modified the MillDrills and MillSlots TclCommands to accept as parameter a list of tool diameters to be milled instead of tool indexes
- fixed issue #302 where a copied object lost all the tools
10.09.2019