]> git.pld-linux.org Git - packages/cura.git/blobdiff - cura-no-firmware.patch
- more fixes, partially works (doesn't generate gcode unfortunately)
[packages/cura.git] / cura-no-firmware.patch
index 39a38734b9ad4835e7c42e5369102c9656797cf9..e3c92cb49b16fc60cd04d047333e3cc2923ad49d 100644 (file)
@@ -54,7 +54,7 @@ diff -urN Cura-15.02.1.org/Cura/gui/firmwareInstall.py Cura-15.02.1/Cura/gui/fir
                        filename = getDefaultFirmware(machineIndex)
                if filename is None:
 -                      wx.MessageBox(_("I am sorry, but Cura does not ship with a default firmware for your machine configuration."), _("Firmware update"), wx.OK | wx.ICON_ERROR)
-+            wx.MessageBox(_("I am sorry, but Cura on Fedora does not ship firmware for technical reasons. Please go download it and install it as custom firmware instead."), _("Firmware update"), wx.OK | wx.ICON_ERROR)
++                      wx.MessageBox(_("I am sorry, but Cura on Fedora does not ship firmware for technical reasons. Please go download it and install it as custom firmware instead."), _("Firmware update"), wx.OK | wx.ICON_ERROR)
                        self.Destroy()
                        return
                self._machine_type = profile.getMachineSetting('machine_type', machineIndex)
This page took 0.069354 seconds and 4 git commands to generate.