- refactored some methods from App class and moved them to plotcanvas (plotcanvaslegacy) class
- added an label with icon in the status bar, clicking it will toggle (show status) of the X-Y axis on cavnas - optimized the UI, added to status bar an icon to toggle the axis
This commit is contained in:
@@ -1493,10 +1493,11 @@ class SolderPaste(AppTool):
|
||||
filename, _f = FCFileSaveDialog.get_saved_filename(
|
||||
caption=_("Export GCode ..."),
|
||||
directory=dir_file_to_save,
|
||||
filter=_filter_
|
||||
ext_filter=_filter_
|
||||
)
|
||||
except TypeError:
|
||||
filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Export Machine Code ..."), filter=_filter_)
|
||||
filename, _f = FCFileSaveDialog.get_saved_filename(
|
||||
caption=_("Export Machine Code ..."), ext_filter=_filter_)
|
||||
|
||||
if filename == '':
|
||||
self.app.inform.emit('[WARNING_NOTCL] %s' %
|
||||
|
||||
Reference in New Issue
Block a user