- in SolderPaste Plugin fixed an issue where the new parameter 'margin' was taken from the current UI and applied to all tools (nozzles); now each nozzle use his 'margin' parameter
- in SolderPaste Plugin make sure that the preprocessor is set the same for all tools (nozzles) whenever is modified - added 2 new preprocessor files for the SolderPaste Plugin (GRBL and MARLIN) - in SolderPaste Plugin made sure that the start GCode is not added for each nozzle but only once at start - in SolderPaste Plugin added a new parameter: 'Feedrate Rapids' which will set the feedrate for the fast moves as opposed with the previously used G0 command. This allows to fine tune the fast moves to reduce the vibrations
This commit is contained in:
@@ -162,7 +162,7 @@ class ToolImage(AppTool):
|
||||
txt = _("The tracing require Chromium,\n"
|
||||
"but it was not detected.\n"
|
||||
"\n"
|
||||
"Do you want to download (about 300MB)?")
|
||||
"Do you want to download it (about 300MB)?")
|
||||
msgbox.setWindowTitle(title) # taskbar still shows it
|
||||
msgbox.setWindowIcon(QtGui.QIcon(self.app.resource_location + '/app128.png'))
|
||||
msgbox.setText('<b>%s</b>' % title)
|
||||
@@ -179,7 +179,7 @@ class ToolImage(AppTool):
|
||||
if response == bt_no:
|
||||
self.app.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
|
||||
return
|
||||
self.app.inform.emit(_("Please be patient. Chromium is being downloaded in background.\n"
|
||||
self.app.inform.emit(_("Please be patient. Chromium is being downloaded in the background.\n"
|
||||
"The app will resume after it is installed."))
|
||||
|
||||
_filter = "Image Files(*.BMP *.PNG *.JPG *.JPEG);;" \
|
||||
|
||||
Reference in New Issue
Block a user