- Geometry Editor can now modify the edited tool diameter

This commit is contained in:
Marius Stanciu
2021-03-14 05:29:44 +02:00
committed by Marius
parent 5769998c04
commit 2f64ca99b1
3 changed files with 43 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ class GeometryObject(FlatCAMObj, Geometry):
self.options.update({
"plot": True,
"multicolored": False,
"cutz": -0.002,
"vtipdia": 0.1,
"vtipangle": 30,