- each CNCJob object has now it's own text_collection for the annotations which allow the individual enabling and disabling of the annotations

This commit is contained in:
Marius Stanciu
2019-08-16 17:21:31 +03:00
parent eb385c1b28
commit e061c4364a
3 changed files with 14 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ CAD program, and create G-Code for Isolation routing.
- updated the default values to more convenient ones
- remade the enable/disable plots functions to work only where it needs to (no sense in disabling a plot already disabled)
- made sure that if multi depth is choosed when creating GCode then if the multidepth is more than the depth of cut only one cut is made (to the depth of cut)
- each CNCJob object has now it's own text_collection for the annotations which allow the individual enabling and disabling of the annotations
15.08.2019