- added a function to read the parameters from ToolChange macro Text Box (I need to move it from CNCJob to Excellon and Geometry)

This commit is contained in:
Marius Stanciu
2019-02-26 02:24:56 +02:00
committed by Marius S
parent 386c3408ca
commit 74ecbabf1f
4 changed files with 33 additions and 234 deletions

View File

@@ -5988,7 +5988,7 @@ class CNCjob(Geometry):
# ax.add_patch(patch)
#
# return fig
def plot2(self, tooldia=None, dpi=75, margin=0.1, gcode_parsed=None,
color={"T": ["#F0E24D4C", "#B5AB3A4C"], "C": ["#5E6CFFFF", "#4650BDFF"]},
alpha={"T": 0.3, "C": 1.0}, tool_tolerance=0.0005, obj=None, visible=False, kind='all'):