- fixed the Set To Origin function when Escape was clicked
This commit is contained in:
@@ -2288,7 +2288,8 @@ class FlatCAMExcellon(FlatCAMObj, Excellon):
|
||||
if self.options["solid"]:
|
||||
for tool in self.tools:
|
||||
for geo in self.tools[tool]['solid_geometry']:
|
||||
self.add_shape(shape=geo, color='#750000BF', face_color='#C40000BF', visible=self.options['plot'],
|
||||
self.add_shape(shape=geo, color='#750000BF', face_color='#C40000BF',
|
||||
visible=self.options['plot'],
|
||||
layer=2)
|
||||
else:
|
||||
for tool in self.tools:
|
||||
|
||||
Reference in New Issue
Block a user