- optimized the FlatCAMCNCJob.on_plot_cb_click_table() plot function and solved a bug regarding having tools numbers not in sync with the cnc tool table

This commit is contained in:
Marius Stanciu
2019-01-29 23:01:41 +02:00
committed by Marius S
parent 369d9256da
commit 97c5c3fe1c
2 changed files with 6 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ CAD program, and create G-Code for Isolation routing.
- fixed Freeform Cutout gaps issue (it was double than the value set)
- added protection so the Cutout (either Freeform or Rectangular) cannot be done on a multigeo Geometry
- added 2Sided Tool default values in Edit -> Preferences -> Tools
- optimized the FlatCAMCNCJob.on_plot_cb_click_table() plot function and solved a bug regarding having tools numbers not in sync with the cnc tool table
28.01.2018