- replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute
- removed the import of the whole FlatCAMApp file only for the usage of GracefulException - remove the import of FlatCAMApp and used alternate ways - optimized the imports in some files - moved the Bookmarksmanager and ToolDB classes into their own files - solved some bugs that were not so visible in the Editors and HPGL parser - split the FlatCAMObj file into multiple files located in the flatcamObjects folder and renamed the contained classes with names more suggestive - updated the Google Translation for the German language
This commit is contained in:
@@ -2621,8 +2621,8 @@ class FlatCAMGrbEditor(QtCore.QObject):
|
||||
self.buffer_corner_lbl.setToolTip(
|
||||
_("There are 3 types of corners:\n"
|
||||
" - 'Round': the corner is rounded.\n"
|
||||
" - 'Square:' the corner is met in a sharp angle.\n"
|
||||
" - 'Beveled:' the corner is a line that directly connects the features meeting in the corner")
|
||||
" - 'Square': the corner is met in a sharp angle.\n"
|
||||
" - 'Beveled': the corner is a line that directly connects the features meeting in the corner")
|
||||
)
|
||||
self.buffer_corner_cb = FCComboBox()
|
||||
self.buffer_corner_cb.addItem(_("Round"))
|
||||
@@ -3833,7 +3833,7 @@ class FlatCAMGrbEditor(QtCore.QObject):
|
||||
Imports the geometry found in self.apertures from the given FlatCAM Gerber object
|
||||
into the editor.
|
||||
|
||||
:param orig_grb_obj: FlatCAMExcellon
|
||||
:param orig_grb_obj: ExcellonObject
|
||||
:return: None
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user