- strings added and translations updated
This commit is contained in:
@@ -917,7 +917,7 @@ class FlatCAMGerber(FlatCAMObj, Gerber):
|
|||||||
else:
|
else:
|
||||||
geom = generate_envelope(iso_offset, 0, envelope_iso_type=self.iso_type, follow=follow)
|
geom = generate_envelope(iso_offset, 0, envelope_iso_type=self.iso_type, follow=follow)
|
||||||
if geom == 'fail':
|
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'
|
return 'fail'
|
||||||
geo_obj.solid_geometry.append(geom)
|
geo_obj.solid_geometry.append(geom)
|
||||||
|
|
||||||
@@ -1015,7 +1015,7 @@ class FlatCAMGerber(FlatCAMObj, Gerber):
|
|||||||
else:
|
else:
|
||||||
geom = generate_envelope(offset, 0, envelope_iso_type=self.iso_type, follow=follow)
|
geom = generate_envelope(offset, 0, envelope_iso_type=self.iso_type, follow=follow)
|
||||||
if geom == 'fail':
|
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'
|
return 'fail'
|
||||||
|
|
||||||
geo_obj.solid_geometry = geom
|
geo_obj.solid_geometry = geom
|
||||||
|
|||||||
@@ -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
|
- 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
|
- fixed issue in the isolation function, if the isolation can't be done there will be generated no Geometry object
|
||||||
- some minor UI changes
|
- some minor UI changes
|
||||||
|
- strings added and translations updated
|
||||||
|
|
||||||
5.08.2019
|
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
Reference in New Issue
Block a user