- 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:
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user