- in Geometry Editor added a new feature. While drawing a 'Path' now the user can project a direction by moving the mouse cursor in a certain direction and after that by typing a number or an arithmetic simple expression, a line segment will be drawn in that direction with the specified length from the last point

This commit is contained in:
Marius Stanciu
2022-04-14 01:00:20 +03:00
committed by Marius
parent 716dddb851
commit b049a64684
3 changed files with 136 additions and 78 deletions

View File

@@ -7,6 +7,10 @@ CHANGELOG for FlatCAM Evo beta
=================================================
14.04.2022
- in Geometry Editor added a new feature. While drawing a 'Path' now the user can project a direction by moving the mouse cursor in a certain direction and after that by typing a number or an arithmetic simple expression, a line segment will be drawn in that direction with the specified length from the last point
13.04.2022
- fixed the display of lines in Distance Plugin when using 'snap to' together with 'multipoint'