Merged in marius_stanciu/flatcam_beta/Beta (pull request #177)

Strings added
This commit is contained in:
Marius Stanciu 2019-08-06 07:45:06 +00:00
commit 42f4e271c5
15 changed files with 2175 additions and 2132 deletions

View File

@ -917,7 +917,7 @@ class FlatCAMGerber(FlatCAMObj, Gerber):
else:
geom = generate_envelope(iso_offset, 0, envelope_iso_type=self.iso_type, follow=follow)
if geom == 'fail':
# app_obj.inform.emit(_("[ERROR_NOTCL] Isolation geometry could not be generated."))
app_obj.inform.emit(_("[ERROR_NOTCL] Isolation geometry could not be generated."))
return 'fail'
geo_obj.solid_geometry.append(geom)
@ -1015,7 +1015,7 @@ class FlatCAMGerber(FlatCAMObj, Gerber):
else:
geom = generate_envelope(offset, 0, envelope_iso_type=self.iso_type, follow=follow)
if geom == 'fail':
# app_obj.inform.emit(_("[ERROR_NOTCL] Isolation geometry could not be generated."))
app_obj.inform.emit(_("[ERROR_NOTCL] Isolation geometry could not be generated."))
return 'fail'
geo_obj.solid_geometry = geom

View File

@ -15,6 +15,7 @@ CAD program, and create G-Code for Isolation routing.
- made some GUI elements in Edit -> Preferences to have a minimum width as opposed to the previous fixed one
- fixed issue in the isolation function, if the isolation can't be done there will be generated no Geometry object
- some minor UI changes
- strings added and translations updated
5.08.2019

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff