- fixed text annotation for CNC job so there are no overlapping numbers when 2 lines meet on the same point

- fixed issue in CNC job plotting where some of the isolation polygons are painted incorrectly
- fixed issue in CNCJob where the set circle steps is not used
This commit is contained in:
Marius Stanciu
2019-06-01 03:17:28 +03:00
parent 9abb9c5df2
commit dca57edf24
3 changed files with 25 additions and 20 deletions

View File

@@ -795,7 +795,7 @@ class App(QtCore.QObject):
"cncjob_tooldia": 0.0393701,
"cncjob_coords_decimals": 4,
"cncjob_fr_decimals": 2,
"cncjob_steps_per_circle": 64,
"cncjob_steps_per_circle": 128,
# CNC Job Options
"cncjob_prepend": "",