- some fixes on the app.jump_to() method
- made sure that the ToolFilm will not start saving a file if there are no objects loaded
This commit is contained in:
@@ -669,6 +669,10 @@ class Film(FlatCAMTool):
|
||||
_("No FlatCAM object selected. Load an object for Box and retry."))
|
||||
return
|
||||
|
||||
if name == '' or boxname == '':
|
||||
self.app.inform.emit('[ERROR_NOTCL] %s' % _("No FlatCAM object selected."))
|
||||
return
|
||||
|
||||
scale_stroke_width = float(self.film_scale_stroke_entry.get_value())
|
||||
source = self.source_punch.get_value()
|
||||
file_type = self.file_type_radio.get_value()
|
||||
|
||||
Reference in New Issue
Block a user