- solved a ZeroDivisionError exception in the Geometry Editor -> Path Tool

This commit is contained in:
Marius Stanciu
2022-04-14 14:24:53 +03:00
committed by Marius
parent 53c92306dd
commit a09700929e
2 changed files with 4 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ CHANGELOG for FlatCAM Evo beta
- in Geometry Editor for the Path tool but only when using the 3D engine graphic mode, the mouse cursor is followed by position data
- in Geometry Editor for the Path tool fixed an issue with path projection when changing the grid size while the Path tool is active
- in Geometry Editor, for Path tool, added UI that close on end of the Path tool action; it displays the projected length which now is kept for as long as it is wanted, allowing for path automation in case of repetitive lengths
- solved a ZeroDivisionError exception in the Geometry Editor -> Path Tool
13.04.2022