From 1067332292224c41b334f8cb2690cda239c27032 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Sun, 29 Sep 2019 05:14:15 +0300 Subject: [PATCH] - corrected the Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4351b33..d9fc3f1d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ CAD program, and create G-Code for Isolation routing. - work done for the GUI layout of the Rule Check Tool - setup signals in the Rules Check Tool GUI +- changed the name of the Measurement Tool to Distance Tool. Moved it's location to the Edit Menu +- added Angle parameter which is continuously updated to the Distance Tool 28.09.2019 @@ -25,8 +27,6 @@ CAD program, and create G-Code for Isolation routing. - fixed issue #319 where generating a CNCJob from a geometry made with NCC Tool made the app crash - replaced in FlatCAM Tools and in FLatCAMObj.py and in Editors all references to hardcoded decimals in string formats for tools with a variable declared in the __init__() - fixed a small bug that made app crash when the splash screen is disabled: it was trying to close it without being open -- changed the name of the Measurement Tool to Distance Tool. Moved it's location to the Edit Menu -- added Angle parameter which is continuously updated to the Distance Tool 27.09.2019