chiark / gitweb /
Update the language files.
authordaid <daid303@gmail.com>
Mon, 17 Mar 2014 09:27:46 +0000 (10:27 +0100)
committerdaid <daid303@gmail.com>
Mon, 17 Mar 2014 09:27:46 +0000 (10:27 +0100)
18 files changed:
Cura/util/profile.py
Cura/util/resources.py
resources/locale/Cura.pot
resources/locale/de/LC_MESSAGES/Cura.mo
resources/locale/de/LC_MESSAGES/Cura.po
resources/locale/en/LC_MESSAGES/Cura.mo
resources/locale/en/LC_MESSAGES/Cura.po
resources/locale/fr/LC_MESSAGES/Cura.mo
resources/locale/fr/LC_MESSAGES/Cura.po
resources/locale/nl/LC_MESSAGES/Cura.mo
resources/locale/nl/LC_MESSAGES/Cura.po
resources/locale/po/LC_MESSAGES/Cura.mo
resources/locale/po/LC_MESSAGES/Cura.po
resources/locale/ru/LC_MESSAGES/Cura.mo
resources/locale/ru/LC_MESSAGES/Cura.po
resources/locale/sp/LC_MESSAGES/Cura.mo
resources/locale/sp/LC_MESSAGES/Cura.po
update_translations.sh

index 3166b7f3a582e0b9dcfaf8cc17299acdc5e56495..8c867979704b53ea909511b8965d09abf558c27a 100644 (file)
@@ -352,7 +352,7 @@ setting('filament_cost_kg', '0', float, 'preference', 'hidden').setLabel(_("Cost
 setting('filament_cost_meter', '0', float, 'preference', 'hidden').setLabel(_("Cost (price/m)"), _("Cost of your filament per meter, to estimate the cost of the final print."))
 setting('auto_detect_sd', 'True', bool, 'preference', 'hidden').setLabel(_("Auto detect SD card drive"), _("Auto detect the SD card. You can disable this because on some systems external hard-drives or USB sticks are detected as SD card."))
 setting('check_for_updates', 'True', bool, 'preference', 'hidden').setLabel(_("Check for updates"), _("Check for newer versions of Cura on startup"))
-setting('submit_slice_information', 'False', bool, 'preference', 'hidden').setLabel(_("Send usage statistics"), _("Submit anonymous usage information to improve next versions of Cura"))
+setting('submit_slice_information', 'False', bool, 'preference', 'hidden').setLabel(_("Send usage statistics"), _("Submit anonymous usage information to improve future versions of Cura"))
 setting('youmagine_token', '', str, 'preference', 'hidden')
 setting('filament_physical_density', '1240', float, 'preference', 'hidden').setRange(500.0, 3000.0).setLabel(_("Density (kg/m3)"), _("Weight of the filament per m3. Around 1240 for PLA. And around 1040 for ABS. This value is used to estimate the weight if the filament used for the print."))
 setting('language', 'English', str, 'preference', 'hidden').setLabel(_('Language'), _('Change the language in which Cura runs. Switching language requires a restart of Cura'))
index 0af45dbebcb1b9be8e23cd9ad34bf5d2e4d283cc..e63230baae75beee65e5be98dab0c8cfaf7a7724 100644 (file)
@@ -50,14 +50,8 @@ def getDefaultMachineProfiles():
        return glob.glob(path)
 
 def setupLocalization(selectedLanguage = None):
-       try:
-               if sys.platform.startswith('darwin'):
-                       languages = NSLocale.preferredLanguages()
-               else:
-                       #Using wx.Locale before you created wx.App seems to cause an nasty exception. So default to 'en' at the moment.
-                       languages = [wx.Locale(wx.LANGUAGE_DEFAULT).GetCanonicalName()]
-       except Exception as e:
-               languages = ['en']
+       #Default to english
+       languages = ['en']
 
        if selectedLanguage is not None:
                for item in getLanguageOptions():
@@ -70,7 +64,6 @@ def setupLocalization(selectedLanguage = None):
 
 def getLanguageOptions():
        return [
-               # [None, 'System default'],
                ['en', 'English'],
                # ['de', 'Deutsch'],
                # ['fr', 'French'],
index 17c22711d0efe046f138566a2a97078eed37adba..0c82c5cb6e1917fda48f700ee86bba74ada3f189 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""\r
 "Project-Id-Version: PACKAGE VERSION\n"\r
 "Report-Msgid-Bugs-To: \n"\r
-"POT-Creation-Date: 2013-10-08 14:30+0200\n"\r
+"POT-Creation-Date: 2014-03-17 10:23+0100\n"\r
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"\r
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"\r
 "Language-Team: LANGUAGE <LL@li.org>\n"\r
@@ -16,778 +16,727 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"\r
 "Content-Transfer-Encoding: 8bit\n"\r
 \r
-#: Cura/gui/app.py:86 Cura/gui/mainWindow.py:528\r
+#: Cura/gui/app.py:141 Cura/gui/mainWindow.py:563\r
 msgid "A new version of Cura is available, would you like to download?"\r
 msgstr ""\r
 \r
-#: Cura/gui/app.py:86 Cura/gui/mainWindow.py:528\r
+#: Cura/gui/app.py:141 Cura/gui/mainWindow.py:563\r
 msgid "New version available"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:221\r
+#: Cura/gui/configWizard.py:223\r
 msgid "Add new machine wizard"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:223\r
+#: Cura/gui/configWizard.py:225\r
 msgid "First time run wizard"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:224\r
-msgid "Welcome, and thanks for trying Cura!"\r
-msgstr ""\r
-\r
 #: Cura/gui/configWizard.py:226\r
-msgid "This wizard will help you with the following steps:"\r
-msgstr ""\r
-\r
-#: Cura/gui/configWizard.py:227\r
-msgid "* Configure Cura for your machine"\r
+msgid "Welcome, and thanks for trying Cura!"\r
 msgstr ""\r
 \r
 #: Cura/gui/configWizard.py:228\r
-msgid "* Optionally upgrade your firmware"\r
-msgstr ""\r
-\r
-#: Cura/gui/configWizard.py:229\r
-msgid "* Optionally check if your machine is working safely"\r
+msgid "This wizard will help you in setting up Cura for your machine."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:230\r
-msgid "* Optionally level your printer bed"\r
-msgstr ""\r
-\r
-#: Cura/gui/configWizard.py:239\r
+#: Cura/gui/configWizard.py:245\r
 msgid "The following pre-defined machine profiles are available"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:240\r
+#: Cura/gui/configWizard.py:246\r
 msgid ""\r
 "Note that these profiles are not guaranteed to give good results,\n"\r
-"or work at all. Extra tweaks might be required."\r
+"or work at all. Extra tweaks might be required.\n"\r
+"If you find issues with the predefined profiles,\n"\r
+"or want an extra profile.\n"\r
+"Please report it at the github issue tracker."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:270\r
+#: Cura/gui/configWizard.py:276\r
 msgid "Cura is now ready to be used!"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:275\r
+#: Cura/gui/configWizard.py:281\r
 msgid ""\r
 "RepRap machines can be vastly different, so here you can set your own "\r
 "settings."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:276\r
+#: Cura/gui/configWizard.py:282\r
 msgid ""\r
 "Be sure to review the default profile before running it on your machine."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:277\r
+#: Cura/gui/configWizard.py:283\r
 msgid ""\r
 "If you like a default profile for your machine added,\n"\r
 "then make an issue on github."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:279\r
+#: Cura/gui/configWizard.py:285\r
 msgid "You will have to manually install Marlin or Sprinter firmware."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:281\r
+#: Cura/gui/configWizard.py:287\r
 msgid "Machine name"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:282\r
+#: Cura/gui/configWizard.py:288\r
 msgid "Machine width (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:283\r
+#: Cura/gui/configWizard.py:289\r
 msgid "Machine depth (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:284\r
+#: Cura/gui/configWizard.py:290\r
 msgid "Machine height (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:285 Cura/util/profile.py:158\r
+#: Cura/gui/configWizard.py:291 Cura/util/profile.py:175\r
 msgid "Nozzle size (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:286 Cura/util/profile.py:353\r
+#: Cura/gui/configWizard.py:292 Cura/util/profile.py:383\r
 msgid "Heated bed"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:287\r
+#: Cura/gui/configWizard.py:293\r
 msgid "Bed center is 0,0,0 (RoStock)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:307\r
+#: Cura/gui/configWizard.py:313\r
 msgid "Select your machine"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:308\r
+#: Cura/gui/configWizard.py:314\r
 msgid "What kind of machine do you have:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:315\r
+#: Cura/gui/configWizard.py:321\r
 msgid "Other (Ex: RepRap, MakerBot)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:318\r
+#: Cura/gui/configWizard.py:324\r
 msgid ""\r
 "The collection of anonymous usage information helps with the continued "\r
 "improvement of Cura."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:319\r
+#: Cura/gui/configWizard.py:325\r
 msgid ""\r
 "This does NOT submit your models online nor gathers any privacy related "\r
 "information."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:320\r
+#: Cura/gui/configWizard.py:326\r
 msgid "Submit anonymous usage information:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:321\r
+#: Cura/gui/configWizard.py:327\r
 msgid "For full details see: http://wiki.ultimaker.com/Cura:stats"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:383\r
+#: Cura/gui/configWizard.py:396\r
 msgid "Select upgraded parts you have"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:384\r
+#: Cura/gui/configWizard.py:397\r
 msgid ""\r
 "To assist you in having better default settings for your Ultimaker\n"\r
 "Cura would like to know which upgrades you have in your machine."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:386\r
+#: Cura/gui/configWizard.py:399\r
 msgid "Extruder drive upgrade"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:387\r
+#: Cura/gui/configWizard.py:400\r
 msgid "Heated printer bed (self built)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:388\r
+#: Cura/gui/configWizard.py:401\r
 msgid "Dual extrusion (experimental)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:390\r
+#: Cura/gui/configWizard.py:403\r
 msgid ""\r
 "If you have an Ultimaker bought after october 2012 you will have the\n"\r
 "Extruder drive upgrade. If you do not have this upgrade,\n"\r
 "it is highly recommended to improve reliability."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:391\r
+#: Cura/gui/configWizard.py:404\r
 msgid ""\r
 "This upgrade can be bought from the Ultimaker webshop\n"\r
 "or found on thingiverse as thing:26094"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:410\r
+#: Cura/gui/configWizard.py:423\r
 msgid "Upgrade Ultimaker Firmware"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:411\r
+#: Cura/gui/configWizard.py:424\r
 msgid ""\r
 "Firmware is the piece of software running directly on your 3D printer.\n"\r
 "This firmware controls the step motors, regulates the temperature\n"\r
 "and ultimately makes your printer work."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:413\r
+#: Cura/gui/configWizard.py:426\r
 msgid ""\r
 "The firmware shipping with new Ultimakers works, but upgrades\n"\r
 "have been made to make better prints, and make calibration easier."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:415\r
+#: Cura/gui/configWizard.py:428\r
 msgid ""\r
 "Cura requires these new features and thus\n"\r
 "your firmware will most likely need to be upgraded.\n"\r
 "You will get the chance to do so now."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:420\r
+#: Cura/gui/configWizard.py:433\r
 msgid "Do not upgrade to this firmware if:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:421\r
-msgid "* You have an older machine based on ATMega1280"\r
+#: Cura/gui/configWizard.py:434\r
+msgid "* You have an older machine based on ATMega1280 (Rev 1 machine)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:422\r
+#: Cura/gui/configWizard.py:435\r
 msgid "* Have other changes in the firmware"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:456\r
+#: Cura/gui/configWizard.py:469\r
 msgid ""\r
 "It is a good idea to do a few sanity checks now on your Ultimaker.\n"\r
 "You can skip these if you know your machine is functional."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:457\r
+#: Cura/gui/configWizard.py:470\r
 msgid "Run checks"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:457\r
+#: Cura/gui/configWizard.py:470\r
 msgid "Skip checks"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:461\r
+#: Cura/gui/configWizard.py:474\r
 msgid "Communication:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:462\r
+#: Cura/gui/configWizard.py:475\r
 msgid "Temperature:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:463\r
+#: Cura/gui/configWizard.py:476\r
 msgid "Endstops:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:468\r
+#: Cura/gui/configWizard.py:481\r
 msgid "Show error log"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:502\r
+#: Cura/gui/configWizard.py:515\r
 msgid "Connecting to machine."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:523\r
+#: Cura/gui/configWizard.py:536\r
 msgid "Cooldown before temperature check."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:529 Cura/gui/configWizard.py:536\r
+#: Cura/gui/configWizard.py:542 Cura/gui/configWizard.py:549\r
 msgid "Checking the heater and temperature sensor."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:547\r
+#: Cura/gui/configWizard.py:560\r
 msgid "Please make sure none of the endstops are pressed."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:560\r
+#: Cura/gui/configWizard.py:573\r
 msgid "Temperature measurement FAILED!"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:565\r
+#: Cura/gui/configWizard.py:578\r
 #, python-format\r
 msgid "Head temperature: %d"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:572 Cura/gui/configWizard.py:581\r
+#: Cura/gui/configWizard.py:585 Cura/gui/configWizard.py:594\r
 #, python-format\r
 msgid "Communication State: %s"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:575\r
+#: Cura/gui/configWizard.py:588\r
 msgid "Failed to establish connection with the printer."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:620\r
+#: Cura/gui/configWizard.py:633\r
 msgid "Please press the right X endstop."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:625\r
+#: Cura/gui/configWizard.py:638\r
 msgid "Please press the left X endstop."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:630\r
+#: Cura/gui/configWizard.py:643\r
 msgid "Please press the front Y endstop."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:635\r
+#: Cura/gui/configWizard.py:648\r
 msgid "Please press the back Y endstop."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:640\r
+#: Cura/gui/configWizard.py:653\r
 msgid "Please press the top Z endstop."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:645\r
+#: Cura/gui/configWizard.py:658\r
 msgid "Please press the bottom Z endstop."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:651\r
+#: Cura/gui/configWizard.py:664\r
 msgid "Checkup finished"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:694\r
+#: Cura/gui/configWizard.py:707\r
 msgid "Calibrating the Steps Per E requires some manual actions."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:695\r
+#: Cura/gui/configWizard.py:708\r
 msgid "First remove any filament from your machine."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:696\r
+#: Cura/gui/configWizard.py:709\r
 msgid ""\r
 "Next put in your filament so the tip is aligned with the\n"\r
 "top of the extruder drive."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:697\r
+#: Cura/gui/configWizard.py:710\r
 msgid "We'll push the filament 100mm"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:698\r
+#: Cura/gui/configWizard.py:711\r
 msgid "Extrude 100mm filament"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:699\r
+#: Cura/gui/configWizard.py:712\r
 msgid ""\r
 "Now measure the amount of extruded filament:\n"\r
 "(this can be more or less then 100mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:700\r
+#: Cura/gui/configWizard.py:713\r
 msgid "Save"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:701\r
+#: Cura/gui/configWizard.py:714\r
 msgid "This results in the following steps per E:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:703\r
+#: Cura/gui/configWizard.py:716\r
 msgid "You can repeat these steps to get better calibration."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:706\r
+#: Cura/gui/configWizard.py:719\r
 msgid ""\r
 "If you still have filament in your printer which needs\n"\r
 "heat to remove, press the heat up button below:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:707\r
+#: Cura/gui/configWizard.py:720\r
 msgid "Heatup for filament removal"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:730 Cura/gui/configWizard.py:762\r
+#: Cura/gui/configWizard.py:745 Cura/gui/configWizard.py:779\r
 msgid ""\r
 "Error: Failed to open serial port to machine\n"\r
 "If this keeps happening, try disconnecting and reconnecting the USB cable"\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:39\r
+#: Cura/gui/firmwareInstall.py:44\r
 msgid ""\r
 "I am sorry, but Cura does not ship with a default firmware for your machine "\r
 "configuration."\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:39 Cura/gui/firmwareInstall.py:98\r
-#: Cura/gui/mainWindow.py:463\r
+#: Cura/gui/firmwareInstall.py:44 Cura/gui/firmwareInstall.py:48\r
+#: Cura/gui/firmwareInstall.py:103 Cura/gui/mainWindow.py:506\r
 msgid "Firmware update"\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:49\r
+#: Cura/gui/firmwareInstall.py:48\r
+msgid ""\r
+"Cura only supports firmware updates for ATMega2560 based hardware.\n"\r
+"So updating your RepRap with Cura might or might not work."\r
+msgstr ""\r
+\r
+#: Cura/gui/firmwareInstall.py:56\r
 msgid "OK"\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:68\r
+#: Cura/gui/firmwareInstall.py:77\r
 msgid "Reading firmware..."\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:70\r
+#: Cura/gui/firmwareInstall.py:79\r
 msgid "Connecting to machine..."\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:87\r
+#: Cura/gui/firmwareInstall.py:83\r
+msgid ""\r
+"Please connect the printer to\n"\r
+"your computer with the USB cable."\r
+msgstr ""\r
+\r
+#: Cura/gui/firmwareInstall.py:102\r
+msgid ""\r
+"Failed to find machine for firmware upgrade\n"\r
+"Is your machine connected to the PC?"\r
+msgstr ""\r
+\r
+#: Cura/gui/firmwareInstall.py:107\r
 msgid "Uploading firmware..."\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:90\r
+#: Cura/gui/firmwareInstall.py:110\r
 #, python-format\r
 msgid ""\r
 "Done!\n"\r
 "Installed firmware: %s"\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:92\r
+#: Cura/gui/firmwareInstall.py:112\r
 msgid "Failed to write firmware.\n"\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:97\r
-msgid ""\r
-"Failed to find machine for firmware upgrade\n"\r
-"Is your machine connected to the PC?"\r
-msgstr ""\r
-\r
-#: Cura/gui/mainWindow.py:56\r
+#: Cura/gui/mainWindow.py:66\r
 msgid "Load model file...\tCTRL+L"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:58\r
+#: Cura/gui/mainWindow.py:68\r
 msgid "Save model...\tCTRL+S"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:60\r
+#: Cura/gui/mainWindow.py:70\r
+msgid "Reload platform\tF5"\r
+msgstr ""\r
+\r
+#: Cura/gui/mainWindow.py:72\r
 msgid "Clear platform"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:64\r
+#: Cura/gui/mainWindow.py:76\r
 msgid "Print...\tCTRL+P"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:66 Cura/gui/sceneView.py:244\r
+#: Cura/gui/mainWindow.py:78 Cura/gui/sceneView.py:279\r
 msgid "Save GCode..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:68\r
+#: Cura/gui/mainWindow.py:80\r
 msgid "Show slice engine log..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:72\r
+#: Cura/gui/mainWindow.py:84\r
 msgid "Open Profile..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:75\r
+#: Cura/gui/mainWindow.py:87\r
 msgid "Save Profile..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:78\r
+#: Cura/gui/mainWindow.py:90\r
 msgid "Load Profile from GCode..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:82\r
+#: Cura/gui/mainWindow.py:94\r
 msgid "Reset Profile to default"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:87\r
+#: Cura/gui/mainWindow.py:99\r
 msgid "Preferences...\tCTRL+,"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:89\r
+#: Cura/gui/mainWindow.py:101 Cura/gui/mainWindow.py:434\r
 msgid "Machine settings..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:95\r
+#: Cura/gui/mainWindow.py:107\r
 msgid "Recent Model Files"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:102\r
+#: Cura/gui/mainWindow.py:114\r
 msgid "Recent Profile Files"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:108\r
+#: Cura/gui/mainWindow.py:120\r
 msgid "Quit"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:110\r
+#: Cura/gui/mainWindow.py:122\r
 msgid "File"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:118\r
+#: Cura/gui/mainWindow.py:130\r
 msgid "Minecraft map import..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:122\r
+#: Cura/gui/mainWindow.py:134\r
 msgid "PID Debugger..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:125\r
+#: Cura/gui/mainWindow.py:137\r
 msgid "Copy profile to clipboard"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:127\r
+#: Cura/gui/mainWindow.py:141\r
+msgid "Print all at once"\r
+msgstr ""\r
+\r
+#: Cura/gui/mainWindow.py:143\r
+msgid "Print one at a time"\r
+msgstr ""\r
+\r
+#: Cura/gui/mainWindow.py:150\r
 msgid "Tools"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:133 Cura/util/profile.py:158\r
+#: Cura/gui/mainWindow.py:156 Cura/util/profile.py:175\r
 msgid "Machine"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:136\r
+#: Cura/gui/mainWindow.py:159\r
 msgid "Switch to quickprint..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:140\r
+#: Cura/gui/mainWindow.py:163\r
 msgid "Switch to full settings..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:145\r
-msgid "Open expert settings..."\r
+#: Cura/gui/mainWindow.py:168\r
+msgid "Open expert settings...\tCTRL+E"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:149\r
+#: Cura/gui/mainWindow.py:172\r
 msgid "Run first run wizard..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:151\r
+#: Cura/gui/mainWindow.py:174\r
 msgid "Run bed leveling wizard..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:154\r
+#: Cura/gui/mainWindow.py:176\r
 msgid "Run head offset wizard..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:157\r
+#: Cura/gui/mainWindow.py:179\r
 msgid "Expert"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:160\r
+#: Cura/gui/mainWindow.py:182\r
 msgid "Online documentation..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:162\r
+#: Cura/gui/mainWindow.py:184\r
 msgid "Report a problem..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:164\r
+#: Cura/gui/mainWindow.py:186\r
 msgid "Check for update..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:166\r
+#: Cura/gui/mainWindow.py:188\r
 msgid "Open YouMagine website..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:168\r
+#: Cura/gui/mainWindow.py:190\r
 msgid "About Cura..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:170\r
+#: Cura/gui/mainWindow.py:192\r
 msgid "Help"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:394\r
-msgid "Add new machine..."\r
+#: Cura/gui/mainWindow.py:343\r
+msgid ""\r
+"For \"One at a time\" printing, you need to have entered the correct head "\r
+"size and gantry height in the machine settings"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:399\r
-msgid "Install custom firmware..."\r
+#: Cura/gui/mainWindow.py:343\r
+msgid "One at a time warning"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:402\r
-msgid "Install default Marlin firmware..."\r
+#: Cura/gui/mainWindow.py:440\r
+msgid "Install default firmware..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:406\r
+#: Cura/gui/mainWindow.py:443\r
+msgid "Install custom firmware..."\r
+msgstr ""\r
+\r
+#: Cura/gui/mainWindow.py:447\r
 msgid "Select profile file to load"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:418\r
+#: Cura/gui/mainWindow.py:459\r
 msgid "Select gcode file to load profile from"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:431\r
+#: Cura/gui/mainWindow.py:472\r
 msgid ""\r
 "No profile found in GCode file.\n"\r
 "This feature only works with GCode files made by Cura 12.07 or newer."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:431\r
+#: Cura/gui/mainWindow.py:472\r
 msgid "Profile load error"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:435\r
+#: Cura/gui/mainWindow.py:476\r
 msgid "Select profile file to save"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:443\r
+#: Cura/gui/mainWindow.py:486\r
 msgid ""\r
 "This will reset all profile settings to defaults.\n"\r
 "Unless you have saved your current profile, all settings will be lost!\n"\r
 "Do you really want to reset?"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:443\r
+#: Cura/gui/mainWindow.py:486\r
 msgid "Profile reset"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:463\r
+#: Cura/gui/mainWindow.py:506\r
 msgid ""\r
 "Warning: Installing a custom firmware does not guarantee that you machine "\r
 "will function correctly, and could damage your machine."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:464\r
+#: Cura/gui/mainWindow.py:507\r
 msgid "Open firmware to upload"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:531\r
+#: Cura/gui/mainWindow.py:566\r
 msgid "You are running the latest version of Cura!"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:531\r
+#: Cura/gui/mainWindow.py:566\r
 msgid "Awesome!"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:586\r
+#: Cura/gui/mainWindow.py:621\r
 msgid "Plugins"\r
 msgstr ""\r
 \r
-#: Cura/gui/pluginPanel.py:26\r
+#: Cura/gui/pluginPanel.py:27\r
 msgid "Plugins:"\r
 msgstr ""\r
 \r
-#: Cura/gui/pluginPanel.py:30\r
+#: Cura/gui/pluginPanel.py:31\r
 msgid "Open plugin location"\r
 msgstr ""\r
 \r
-#: Cura/gui/pluginPanel.py:31\r
+#: Cura/gui/pluginPanel.py:32\r
 msgid "Enabled plugins"\r
 msgstr ""\r
 \r
-#: Cura/gui/pluginPanel.py:133\r
+#: Cura/gui/pluginPanel.py:134\r
 msgid "You need to select a plugin before you can add anything."\r
 msgstr ""\r
 \r
-#: Cura/gui/pluginPanel.py:133\r
+#: Cura/gui/pluginPanel.py:134\r
 msgid "Error: no plugin selected"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:25\r
+#: Cura/gui/preferencesDialog.py:28\r
+msgid "Print window"\r
+msgstr ""\r
+\r
+#: Cura/gui/preferencesDialog.py:31\r
 msgid "Colours"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:31 Cura/util/profile.py:331\r
+#: Cura/gui/preferencesDialog.py:37 Cura/util/profile.py:358\r
 msgid "Language"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:34\r
+#: Cura/gui/preferencesDialog.py:40\r
 msgid "Filament settings"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:44\r
+#: Cura/gui/preferencesDialog.py:50\r
 msgid "Cura settings"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:78\r
+#: Cura/gui/preferencesDialog.py:84\r
 msgid "Machine settings"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:88\r
+#: Cura/gui/preferencesDialog.py:95\r
 msgid "Printer head size"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:96\r
+#: Cura/gui/preferencesDialog.py:103\r
 #, python-format\r
 msgid "Extruder %d"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:100\r
+#: Cura/gui/preferencesDialog.py:107\r
 msgid "Communication settings"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:143\r
+#: Cura/gui/preferencesDialog.py:150\r
 msgid "Cannot remove the last machine configuration in Cura"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:143\r
+#: Cura/gui/preferencesDialog.py:150\r
 msgid "Machine remove error"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:132\r
-msgid "Printing"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:158\r
-msgid "Statistics"\r
+#: Cura/gui/printWindow.py:33 Cura/gui/printWindow.py:298\r
+#, python-format\r
+msgid "Printing on %s"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:163\r
+#: Cura/gui/printWindow.py:310\r
 msgid ""\r
 "Your computer is running on battery power.\n"\r
 "Connect your computer to AC power or your print might not finish."\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:174\r
+#: Cura/gui/printWindow.py:320\r
 msgid ""\r
-"Filament: ####.##m #.##g\n"\r
-"Estimated print time: #####:##\n"\r
-"Machine state:\n"\r
-"Detecting baudrateXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"\r
+"InfoLine from printer connection\n"\r
+"InfoLine from dialog\n"\r
+"Extra line"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:179\r
+#: Cura/gui/printWindow.py:322\r
 msgid "Connect"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:181 Cura/gui/sceneView.py:65\r
-#: Cura/gui/sceneView.py:803\r
+#: Cura/gui/printWindow.py:324 Cura/gui/sceneView.py:65\r
 msgid "Print"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:182 Cura/gui/printWindow.py:428\r
+#: Cura/gui/printWindow.py:325\r
 msgid "Pause"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:183\r
+#: Cura/gui/printWindow.py:326\r
 msgid "Cancel print"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:184\r
+#: Cura/gui/printWindow.py:327\r
 msgid "Error log"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:206\r
-msgid "BedTemp:"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:214\r
-msgid "Temp:"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:262\r
-msgid "Jog"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:277\r
-msgid "Outer wall:"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:280\r
-msgid "Inner wall:"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:283\r
-msgid "Fill:"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:286\r
-msgid "Support:"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:290 Cura/util/profile.py:183\r
-#: Cura/util/profile.py:184 Cura/util/profile.py:185\r
-msgid "Speed"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:308\r
-msgid "Term"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:363\r
-msgid "Enable timelapse movie recording"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:377\r
-msgid "Show preview"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:383\r
-msgid "Camera"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:426\r
-msgid "Resume"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:443\r
-msgid "Loading gcode...\n"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:445\r
-#, python-format\r
-msgid "Filament: %(amount).2fm %(weight).2fg\n"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:448\r
-#, python-format\r
-msgid "Filament cost: %s\n"\r
-msgstr ""\r
-\r
 #: Cura/gui/sceneView.py:64\r
 msgid "Load"\r
 msgstr ""\r
@@ -880,203 +829,168 @@ msgstr ""
 msgid "Layers"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:107\r
+#: Cura/gui/sceneView.py:106\r
 msgid "Share on YouMagine"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:198\r
+#: Cura/gui/sceneView.py:204\r
 msgid "Open 3D model"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:213\r
+#: Cura/gui/sceneView.py:229\r
 msgid "Save 3D model"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:243\r
-msgid "Print with USB"\r
+#: Cura/gui/sceneView.py:276 Cura/gui/sceneView.py:914\r
+#, python-format\r
+msgid "Print with %s"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:245\r
+#: Cura/gui/sceneView.py:280\r
 msgid "Slice engine log..."\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:809\r
+#: Cura/gui/sceneView.py:305 Cura/gui/sceneView.py:917\r
 msgid "Save toolpath"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:295\r
+#: Cura/gui/sceneView.py:351\r
 msgid "The slicing engine reported the following"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:295\r
+#: Cura/gui/sceneView.py:351\r
 msgid "Engine log..."\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:422\r
+#: Cura/gui/sceneView.py:490\r
 msgid "How many copies do you want?"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:422\r
+#: Cura/gui/sceneView.py:490\r
 msgid "Number of copies"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:422\r
+#: Cura/gui/sceneView.py:490\r
 msgid "Multiply"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:674\r
-msgid "Delete object"\r
+#: Cura/gui/sceneView.py:780\r
+msgid "Center on platform"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:675\r
-msgid "Center on platform"\r
+#: Cura/gui/sceneView.py:781\r
+msgid "Delete object"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:676\r
+#: Cura/gui/sceneView.py:782\r
 msgid "Multiply object"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:677\r
+#: Cura/gui/sceneView.py:783\r
 msgid "Split object into parts"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:679\r
+#: Cura/gui/sceneView.py:785\r
 msgid "Dual extrusion merge"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:681\r
+#: Cura/gui/sceneView.py:787\r
 msgid "Delete all objects"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:806\r
-msgid "Toolpath to SD"\r
+#: Cura/gui/sceneView.py:788\r
+msgid "Reload all objects"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:1116\r
-msgid "Loading toolpath for visualization..."\r
+#: Cura/gui/sceneView.py:911\r
+msgid "Toolpath to SD"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:1167\r
+#: Cura/gui/sceneView.py:1205\r
 msgid "Overhang view not working due to lack of OpenGL shaders support."\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:20\r
+#: Cura/gui/simpleMode.py:19\r
 msgid "High quality print"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:21\r
+#: Cura/gui/simpleMode.py:20\r
 msgid "Normal quality print"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:22\r
+#: Cura/gui/simpleMode.py:21\r
 msgid "Fast low quality print"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:23\r
+#: Cura/gui/simpleMode.py:22\r
 msgid "Thin walled cup or vase"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:33\r
+#: Cura/gui/simpleMode.py:32\r
 msgid "Print support structure"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:38\r
-msgid "Select a print type:"\r
+#: Cura/gui/simpleMode.py:37\r
+msgid "Select a quickprint profile:"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:48\r
+#: Cura/gui/simpleMode.py:47\r
 msgid "Material:"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:52\r
+#: Cura/gui/simpleMode.py:51\r
 msgid "Diameter:"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:58\r
+#: Cura/gui/simpleMode.py:57\r
 msgid "Other:"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:118\r
+#: Cura/gui/simpleMode.py:85\r
 msgid "Exterior Only"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:14\r
-msgid "Cura - Batch run"\r
+#: Cura/gui/tools/imageToMesh.py:28\r
+msgid "Height (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:29\r
-msgid "Add"\r
+#: Cura/gui/tools/imageToMesh.py:32\r
+msgid "Base (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:30\r
-msgid "Remove"\r
+#: Cura/gui/tools/imageToMesh.py:36\r
+msgid "Width (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:31\r
-msgid "Prepare all"\r
+#: Cura/gui/tools/imageToMesh.py:40\r
+msgid "Depth (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:47\r
-msgid "Open file to batch prepare"\r
+#: Cura/gui/tools/projector.py:42\r
+msgid "Edit"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:134\r
-#, python-format\r
-msgid "Building: %d                           "\r
-msgstr ""\r
-\r
-#: Cura/gui/tools/batchRun.py:137\r
-#, python-format\r
-msgid "Done: 0/%d                           "\r
+#: Cura/gui/tools/projector.py:43\r
+msgid "Rectangle"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:140\r
-msgid "Abort"\r
+#: Cura/gui/tools/projector.py:44\r
+msgid "Circle"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:163 Cura/gui/tools/batchRun.py:233\r
-msgid "Close"\r
+#: Cura/gui/tools/projector.py:45\r
+msgid "Draw curves"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:187\r
-#, python-format\r
-msgid "Build: %d models"\r
-msgstr ""\r
-\r
-#: Cura/gui/tools/batchRun.py:188\r
-#, python-format\r
-msgid ""\r
-"\n"\r
-"Slicing took: %(hours)02d:%(minutes)02d"\r
-msgstr ""\r
-\r
-#: Cura/gui/tools/batchRun.py:198\r
-#, python-format\r
-msgid "Building: [%(index)d/%(size)d]"\r
-msgstr ""\r
-\r
-#: Cura/gui/tools/batchRun.py:214\r
-msgid "Aborted by user."\r
-msgstr ""\r
-\r
-#: Cura/gui/tools/batchRun.py:228\r
-#, python-format\r
-msgid "Done %(index)d/%(size)d"\r
-msgstr ""\r
-\r
-#: Cura/gui/tools/batchRun.py:236\r
-msgid "To SDCard"\r
-msgstr ""\r
-\r
-#: Cura/gui/tools/youmagineGui.py:79\r
+#: Cura/gui/tools/youmagineGui.py:78\r
 msgid "Checking token"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/youmagineGui.py:83\r
+#: Cura/gui/tools/youmagineGui.py:82\r
 msgid "Failed to contact YouMagine.com"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/youmagineGui.py:83 Cura/gui/tools/youmagineGui.py:116\r
+#: Cura/gui/tools/youmagineGui.py:82 Cura/gui/tools/youmagineGui.py:116\r
 #: Cura/gui/tools/youmagineGui.py:133 Cura/gui/tools/youmagineGui.py:140\r
 #: Cura/gui/tools/youmagineGui.py:148 Cura/gui/tools/youmagineGui.py:153\r
 msgid "YouMagine error."\r
@@ -1226,24 +1140,29 @@ msgstr ""
 msgid "Webcam error"\r
 msgstr ""\r
 \r
-#: Cura/gui/util/openglGui.py:241\r
+#: Cura/gui/util/engineResultView.py:165\r
+#, python-format\r
+msgid "Loading toolpath for visualization (%d%%)"\r
+msgstr ""\r
+\r
+#: Cura/gui/util/openglGui.py:242\r
 msgid "An error has occurred during the 3D view drawing."\r
 msgstr ""\r
 \r
-#: Cura/gui/util/openglGui.py:248\r
+#: Cura/gui/util/openglGui.py:250\r
 msgid "3D window error"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:153 Cura/util/profile.py:154 Cura/util/profile.py:155\r
-#: Cura/util/profile.py:179 Cura/util/profile.py:180 Cura/util/profile.py:182\r
+#: Cura/util/profile.py:170 Cura/util/profile.py:171 Cura/util/profile.py:172\r
+#: Cura/util/profile.py:200 Cura/util/profile.py:201 Cura/util/profile.py:203\r
 msgid "Quality"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:153\r
+#: Cura/util/profile.py:170\r
 msgid "Layer height (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:153\r
+#: Cura/util/profile.py:170\r
 msgid ""\r
 "Layer height in millimeters.\n"\r
 "This is the most important setting to determine the quality of your print. "\r
@@ -1251,36 +1170,36 @@ msgid ""
 "0.25mm with an Ultimaker for very fast prints at low quality."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:154\r
+#: Cura/util/profile.py:171\r
 msgid "Shell thickness (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:154\r
+#: Cura/util/profile.py:171\r
 msgid ""\r
 "Thickness of the outside shell in the horizontal direction.\n"\r
 "This is used in combination with the nozzle size to define the number\n"\r
 "of perimeter lines and the thickness of those perimeter lines."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:155\r
+#: Cura/util/profile.py:172\r
 msgid "Enable retraction"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:155\r
+#: Cura/util/profile.py:172\r
 msgid ""\r
 "Retract the filament when the nozzle is moving over a none-printed area. "\r
 "Details about the retraction can be configured in the advanced tab."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:156 Cura/util/profile.py:157\r
+#: Cura/util/profile.py:173 Cura/util/profile.py:174\r
 msgid "Fill"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:156\r
+#: Cura/util/profile.py:173\r
 msgid "Bottom/Top thickness (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:156\r
+#: Cura/util/profile.py:173\r
 msgid ""\r
 "This controls the thickness of the bottom and top layers, the amount of "\r
 "solid layers put down is calculated by the layer thickness and this value.\n"\r
@@ -1288,11 +1207,11 @@ msgid ""
 "near your wall thickness to make an evenly strong part."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:157\r
+#: Cura/util/profile.py:174\r
 msgid "Fill Density (%)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:157\r
+#: Cura/util/profile.py:174\r
 msgid ""\r
 "This controls how densely filled the insides of your print will be. For a "\r
 "solid part use 100%, for an empty part use 0%. A value around 20% is usually "\r
@@ -1301,23 +1220,23 @@ msgid ""
 "part becomes."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:158\r
+#: Cura/util/profile.py:175\r
 msgid ""\r
 "The nozzle size is very important, this is used to calculate the line width "\r
 "of the infill, and used to calculate the amount of outside wall lines and "\r
 "thickness for the wall thickness you entered in the print settings."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:159 Cura/util/profile.py:160 Cura/util/profile.py:161\r
-#: Cura/util/profile.py:162 Cura/util/profile.py:163 Cura/util/profile.py:164\r
+#: Cura/util/profile.py:176 Cura/util/profile.py:177 Cura/util/profile.py:178\r
+#: Cura/util/profile.py:179 Cura/util/profile.py:180 Cura/util/profile.py:181\r
 msgid "Speed and Temperature"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:159\r
+#: Cura/util/profile.py:176\r
 msgid "Print speed (mm/s)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:159\r
+#: Cura/util/profile.py:176\r
 msgid ""\r
 "Speed at which printing happens. A well adjusted Ultimaker can reach 150mm/"\r
 "s, but for good quality prints you want to print slower. Printing speed "\r
@@ -1325,61 +1244,62 @@ msgid ""
 "settings for this."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:160\r
+#: Cura/util/profile.py:177\r
 msgid "Printing temperature (C)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:160 Cura/util/profile.py:161 Cura/util/profile.py:162\r
-#: Cura/util/profile.py:163\r
+#: Cura/util/profile.py:177 Cura/util/profile.py:178 Cura/util/profile.py:179\r
+#: Cura/util/profile.py:180\r
 msgid ""\r
 "Temperature used for printing. Set at 0 to pre-heat yourself.\n"\r
 "For PLA a value of 210C is usually used.\n"\r
 "For ABS a value of 230C or higher is required."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:161\r
+#: Cura/util/profile.py:178\r
 msgid "2nd nozzle temperature (C)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:162\r
+#: Cura/util/profile.py:179\r
 msgid "3th nozzle temperature (C)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:163\r
+#: Cura/util/profile.py:180\r
 msgid "4th nozzle temperature (C)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:164\r
+#: Cura/util/profile.py:181\r
 msgid "Bed temperature (C)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:164\r
+#: Cura/util/profile.py:181\r
 msgid ""\r
 "Temperature used for the heated printer bed. Set at 0 to pre-heat yourself."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:165 Cura/util/profile.py:166\r
+#: Cura/util/profile.py:182 Cura/util/profile.py:183\r
 msgid "None"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid "Touching buildplate"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid "Everywhere"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:165 Cura/util/profile.py:166 Cura/util/profile.py:167\r
-#: Cura/util/profile.py:206 Cura/util/profile.py:207 Cura/util/profile.py:208\r
+#: Cura/util/profile.py:182 Cura/util/profile.py:183 Cura/util/profile.py:184\r
+#: Cura/util/profile.py:223 Cura/util/profile.py:224 Cura/util/profile.py:225\r
+#: Cura/util/profile.py:226 Cura/util/profile.py:227\r
 msgid "Support"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid "Support type"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid ""\r
 "Type of support structure build.\n"\r
 "\"Touching buildplate\" is the most commonly used support setting.\n"\r
@@ -1390,48 +1310,48 @@ msgid ""
 "Everywhere creates support even on top of parts of the model."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:166 Cura/util/profile.py:212\r
+#: Cura/util/profile.py:183 Cura/util/profile.py:230\r
 msgid "Brim"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:166 Cura/util/profile.py:213 Cura/util/profile.py:214\r
-#: Cura/util/profile.py:215 Cura/util/profile.py:216 Cura/util/profile.py:217\r
-#: Cura/util/profile.py:218\r
+#: Cura/util/profile.py:183 Cura/util/profile.py:231 Cura/util/profile.py:232\r
+#: Cura/util/profile.py:233 Cura/util/profile.py:234 Cura/util/profile.py:235\r
+#: Cura/util/profile.py:236\r
 msgid "Raft"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:166\r
+#: Cura/util/profile.py:183\r
 msgid "Platform adhesion type"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:166\r
+#: Cura/util/profile.py:183\r
 msgid ""\r
 "Different options that help in preventing corners from lifting due to "\r
 "warping.\n"\r
 "Brim adds a single layer thick flat area around your object which is easy to "\r
-"cut off afterwards, and the recommended option.\n"\r
-"Raft adds a thick raster at below the object and a thin interface between "\r
-"this and your object.\n"\r
+"cut off afterwards, and it is the recommended option.\n"\r
+"Raft adds a thick raster below the object and a thin interface between this "\r
+"and your object.\n"\r
 "(Note that enabling the brim or raft disables the skirt)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "Both"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "First extruder"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "Second extruder"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "Support dual extrusion"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid ""\r
 "Which extruder to use for support material, for break-away support you can "\r
 "use both extruders.\n"\r
@@ -1441,226 +1361,307 @@ msgid ""
 "You can also use the 2nd extruder for soluble support materials."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:168 Cura/util/profile.py:169 Cura/util/profile.py:170\r
-#: Cura/util/profile.py:171 Cura/util/profile.py:172\r
+#: Cura/util/profile.py:185 Cura/util/profile.py:186 Cura/util/profile.py:187\r
+msgid "Dual extrusion"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:185\r
+msgid "Wipe&prime tower"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:185\r
+msgid ""\r
+"The wipe-tower is a tower printed on every layer when switching between "\r
+"nozzles.\n"\r
+"The old nozzle is wiped off on the tower before the new nozzle is used to "\r
+"print the 2nd color."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:186\r
+msgid "Wipe&prime tower volume per layer (mm3)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:186\r
+msgid ""\r
+"The amount of material put in the wipe/prime tower.\n"\r
+"This is done in volume because in general you want to extrude a\n"\r
+"certain amount of volume to get the extruder going, independent on the layer "\r
+"height.\n"\r
+"This means that with thinner layers, your tower gets bigger."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:187\r
+msgid "Ooze shield"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:187\r
+msgid ""\r
+"The ooze shield is a 1 line thick shell around the object which stands a few "\r
+"mm from the object.\n"\r
+"This shield catches any oozing from the unused nozzle in dual-extrusion."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:188 Cura/util/profile.py:189 Cura/util/profile.py:190\r
+#: Cura/util/profile.py:191 Cura/util/profile.py:192\r
 msgid "Filament"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:168\r
+#: Cura/util/profile.py:188\r
 msgid "Diameter (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:168\r
+#: Cura/util/profile.py:188\r
 msgid ""\r
 "Diameter of your filament, as accurately as possible.\n"\r
 "If you cannot measure this value you will have to calibrate it, a higher "\r
 "number means less extrusion, a smaller number generates more extrusion."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:169\r
+#: Cura/util/profile.py:189\r
 msgid "Diameter2 (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:169\r
+#: Cura/util/profile.py:189\r
 msgid ""\r
 "Diameter of your filament for the 2nd nozzle. Use 0 to use the same diameter "\r
 "as for nozzle 1."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:170\r
+#: Cura/util/profile.py:190\r
 msgid "Diameter3 (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:170\r
+#: Cura/util/profile.py:190\r
 msgid ""\r
 "Diameter of your filament for the 3th nozzle. Use 0 to use the same diameter "\r
 "as for nozzle 1."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:171\r
+#: Cura/util/profile.py:191\r
 msgid "Diameter4 (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:171\r
+#: Cura/util/profile.py:191\r
 msgid ""\r
 "Diameter of your filament for the 4th nozzle. Use 0 to use the same diameter "\r
 "as for nozzle 1."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:172\r
+#: Cura/util/profile.py:192\r
 msgid "Flow (%)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:172\r
+#: Cura/util/profile.py:192\r
 msgid ""\r
 "Flow compensation, the amount of material extruded is multiplied by this "\r
 "value"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:173 Cura/util/profile.py:174 Cura/util/profile.py:175\r
-#: Cura/util/profile.py:176 Cura/util/profile.py:177 Cura/util/profile.py:178\r
+#: Cura/util/profile.py:193 Cura/util/profile.py:194 Cura/util/profile.py:195\r
+#: Cura/util/profile.py:196 Cura/util/profile.py:197 Cura/util/profile.py:198\r
+#: Cura/util/profile.py:199\r
 msgid "Retraction"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:173\r
+#: Cura/util/profile.py:193\r
 msgid "Speed (mm/s)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:173\r
+#: Cura/util/profile.py:193\r
 msgid ""\r
 "Speed at which the filament is retracted, a higher retraction speed works "\r
 "better. But a very high retraction speed can lead to filament grinding."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:174\r
+#: Cura/util/profile.py:194\r
 msgid "Distance (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:174\r
+#: Cura/util/profile.py:194\r
 msgid ""\r
 "Amount of retraction, set at 0 for no retraction at all. A value of 4.5mm "\r
 "seems to generate good results."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:175\r
+#: Cura/util/profile.py:195\r
 msgid "Dual extrusion switch amount (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:175\r
+#: Cura/util/profile.py:195\r
 msgid ""\r
 "Amount of retraction when switching nozzle with dual-extrusion, set at 0 for "\r
 "no retraction at all. A value of 16.0mm seems to generate good results."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:176\r
+#: Cura/util/profile.py:196\r
 msgid "Minimum travel (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:176\r
+#: Cura/util/profile.py:196\r
 msgid ""\r
 "Minimum amount of travel needed for a retraction to happen at all. To make "\r
 "sure you do not get a lot of retractions in a small area."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:177\r
+#: Cura/util/profile.py:197\r
 msgid "Enable combing"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:177\r
+#: Cura/util/profile.py:197\r
 msgid ""\r
 "Combing is the act of avoiding holes in the print for the head to travel "\r
 "over. If combing is disabled the printer head moves straight from the start "\r
 "point to the end point and it will always retract."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:178\r
+#: Cura/util/profile.py:198\r
 msgid "Minimal extrusion before retracting (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:178\r
+#: Cura/util/profile.py:198\r
 msgid ""\r
 "The minimal amount of extrusion that needs to be done before retracting "\r
 "again if a retraction needs to happen before this minimal is reached the "\r
 "retraction is ignored.\n"\r
-"This avoids retraction a lot on the same piece of filament which flattens "\r
+"This avoids retracting a lot on the same piece of filament which flattens "\r
 "the filament and causes grinding issues."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:179\r
+#: Cura/util/profile.py:199\r
+msgid "Z hop when retracting (mm)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:199\r
+msgid ""\r
+"When a retraction is done, the head is lifted by this amount to travel over "\r
+"the print. A value of 0.075 works well. This feature has a lot of positive "\r
+"effect on delta towers."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:200\r
 msgid "Initial layer thickness (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:179\r
+#: Cura/util/profile.py:200\r
 msgid ""\r
 "Layer thickness of the bottom layer. A thicker bottom layer makes sticking "\r
 "to the bed easier. Set to 0.0 to have the bottom layer thickness the same as "\r
 "the other layers."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:180\r
+#: Cura/util/profile.py:201\r
 msgid "Cut off object bottom (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:180\r
+#: Cura/util/profile.py:201\r
 msgid ""\r
 "Sinks the object into the platform, this can be used for objects that do not "\r
 "have a flat bottom and thus create a too small first layer."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:182\r
+#: Cura/util/profile.py:203\r
 msgid "Dual extrusion overlap (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:182\r
+#: Cura/util/profile.py:203\r
 msgid ""\r
 "Add a certain amount of overlapping extrusion on dual-extrusion prints. This "\r
-"bonds the different colors better together."\r
+"bonds the different colors together."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:183\r
+#: Cura/util/profile.py:204 Cura/util/profile.py:205 Cura/util/profile.py:206\r
+#: Cura/util/profile.py:207 Cura/util/profile.py:208\r
+msgid "Speed"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:204\r
 msgid "Travel speed (mm/s)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:183\r
+#: Cura/util/profile.py:204\r
 msgid ""\r
-"Speed at which travel moves are done, a high quality build Ultimaker can "\r
-"reach speeds of 250mm/s. But some machines might miss steps then."\r
+"Speed at which travel moves are done, a well built Ultimaker can reach "\r
+"speeds of 250mm/s. But some machines might miss steps then."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:184\r
+#: Cura/util/profile.py:205\r
 msgid "Bottom layer speed (mm/s)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:184\r
+#: Cura/util/profile.py:205\r
 msgid ""\r
 "Print speed for the bottom layer, you want to print the first layer slower "\r
 "so it sticks better to the printer bed."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:185\r
+#: Cura/util/profile.py:206\r
 msgid "Infill speed (mm/s)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:185\r
+#: Cura/util/profile.py:206\r
 msgid ""\r
 "Speed at which infill parts are printed. If set to 0 then the print speed is "\r
-"used for the infill. Printing the infill faster can greatly reduce printing, "\r
-"but this can negatively effect print quality.."\r
+"used for the infill. Printing the infill faster can greatly reduce printing "\r
+"time, but this can negatively affect print quality."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:186 Cura/util/profile.py:187 Cura/util/profile.py:194\r
-#: Cura/util/profile.py:195 Cura/util/profile.py:196 Cura/util/profile.py:197\r
-#: Cura/util/profile.py:198\r
+#: Cura/util/profile.py:207\r
+msgid "Outer shell speed (mm/s)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:207\r
+msgid ""\r
+"Speed at which outer shell is printed. If set to 0 then the print speed is "\r
+"used. Printing the outer shell at a lower speed improves the final skin "\r
+"quality. However, having a large difference between the inner shell speed "\r
+"and the outer shell speed will effect quality in a negative way."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:208\r
+msgid "Inner shell speed (mm/s)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:208\r
+msgid ""\r
+"Speed at which inner shells are printed. If set to 0 then the print speed is "\r
+"used. Printing the inner shell faster then the outer shell will reduce "\r
+"printing time. It is good to set this somewhere in between the outer shell "\r
+"speed and the infill/printing speed."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:209 Cura/util/profile.py:210 Cura/util/profile.py:215\r
+#: Cura/util/profile.py:216 Cura/util/profile.py:217 Cura/util/profile.py:218\r
+#: Cura/util/profile.py:219\r
 msgid "Cool"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:186\r
+#: Cura/util/profile.py:209\r
 msgid "Minimal layer time (sec)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:186\r
+#: Cura/util/profile.py:209\r
 msgid ""\r
-"Minimum time spend in a layer, gives the layer time to cool down before the "\r
+"Minimum time spent in a layer, gives the layer time to cool down before the "\r
 "next layer is put on top. If the layer will be placed down too fast the "\r
-"printer will slow down to make sure it has spend at least this amount of "\r
+"printer will slow down to make sure it has spent at least this amount of "\r
 "seconds printing this layer."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:187\r
+#: Cura/util/profile.py:210\r
 msgid "Enable cooling fan"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:187\r
+#: Cura/util/profile.py:210\r
 msgid ""\r
 "Enable the cooling fan during the print. The extra cooling from the cooling "\r
 "fan is essential during faster prints."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:189\r
+#: Cura/util/profile.py:212\r
 msgid "Line count"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:189\r
+#: Cura/util/profile.py:212\r
 msgid ""\r
 "The skirt is a line drawn around the object at the first layer. This helps "\r
 "to prime your extruder, and to see if the object fits on your platform.\n"\r
@@ -1668,54 +1669,54 @@ msgid ""
 "priming your extruder better for small objects."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:190\r
+#: Cura/util/profile.py:213\r
 msgid "Start distance (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:190\r
+#: Cura/util/profile.py:213\r
 msgid ""\r
 "The distance between the skirt and the first layer.\n"\r
 "This is the minimal distance, multiple skirt lines will be put outwards from "\r
 "this distance."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:191\r
+#: Cura/util/profile.py:214\r
 msgid "Minimal length (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:191\r
+#: Cura/util/profile.py:214\r
 msgid ""\r
 "The minimal length of the skirt, if this minimal length is not reached it "\r
 "will add more skirt lines to reach this minimal lenght.\n"\r
 "Note: If the line count is set to 0 this is ignored."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:194\r
-msgid "Fan on layer number"\r
+#: Cura/util/profile.py:215\r
+msgid "Fan full on at height (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:194\r
+#: Cura/util/profile.py:215\r
 msgid ""\r
-"The layer at which the fan is turned on. The first layer is layer 0. The "\r
-"first layer can stick better if you turn on the fan on, on the 2nd layer."\r
+"The height at which the fan is turned on completely. For the layers below "\r
+"this the fan speed is scaled linearly with the fan off at layer 0."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:195\r
+#: Cura/util/profile.py:216\r
 msgid "Fan speed min (%)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:195\r
+#: Cura/util/profile.py:216\r
 msgid ""\r
 "When the fan is turned on, it is enabled at this speed setting. If cool "\r
 "slows down the layer, the fan is adjusted between the min and max speed. "\r
 "Minimal fan speed is used if the layer is not slowed down due to cooling."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:196\r
+#: Cura/util/profile.py:217\r
 msgid "Fan speed max (%)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:196\r
+#: Cura/util/profile.py:217\r
 msgid ""\r
 "When the fan is turned on, it is enabled at this speed setting. If cool "\r
 "slows down the layer, the fan is adjusted between the min and max speed. "\r
@@ -1723,338 +1724,404 @@ msgid ""
 "than 200%."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:197\r
+#: Cura/util/profile.py:218\r
 msgid "Minimum speed (mm/s)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:197\r
+#: Cura/util/profile.py:218\r
 msgid ""\r
 "The minimal layer time can cause the print to slow down so much it starts to "\r
-"ooze. The minimal feedrate protects against this. Even if a print gets slown "\r
-"down it will never be slower than this minimal speed."\r
+"ooze. The minimal feedrate protects against this. Even if a print gets "\r
+"slowed down it will never be slower than this minimal speed."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:198\r
+#: Cura/util/profile.py:219\r
 msgid "Cool head lift"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:198\r
+#: Cura/util/profile.py:219\r
 msgid ""\r
 "Lift the head if the minimal speed is hit because of cool slowdown, and wait "\r
 "the extra time so the minimal layer time is always hit."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:203 Cura/util/profile.py:204 Cura/util/profile.py:205\r
+#: Cura/util/profile.py:220 Cura/util/profile.py:221 Cura/util/profile.py:222\r
 msgid "Infill"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:203\r
+#: Cura/util/profile.py:220\r
 msgid "Solid infill top"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:203\r
+#: Cura/util/profile.py:220\r
 msgid ""\r
 "Create a solid top surface, if set to false the top is filled with the fill "\r
 "percentage. Useful for cups/vases."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:204\r
+#: Cura/util/profile.py:221\r
 msgid "Solid infill bottom"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:204\r
+#: Cura/util/profile.py:221\r
 msgid ""\r
 "Create a solid bottom surface, if set to false the bottom is filled with the "\r
 "fill percentage. Useful for buildings."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:205\r
+#: Cura/util/profile.py:222\r
 msgid "Infill overlap (%)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:205\r
+#: Cura/util/profile.py:222\r
 msgid ""\r
 "Amount of overlap between the infill and the walls. There is a slight "\r
 "overlap with the walls and the infill so the walls connect firmly to the "\r
 "infill."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:206\r
+#: Cura/util/profile.py:223\r
+msgid "Structure type"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:223\r
+msgid ""\r
+"The type of support structure.\n"\r
+"Grid is very strong and can come off in 1 piece, however, sometimes it is "\r
+"too strong.\n"\r
+"Lines are single walled lines that break off one at a time. Which is more "\r
+"work to remove, but as it is less strong it does work better on tricky "\r
+"prints."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:224\r
+msgid "Overhang angle for support (deg)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:224\r
+msgid ""\r
+"The minimal angle that overhangs need to have to get support. With 0 degree "\r
+"being horizontal and 90 degree being vertical."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:225\r
 msgid "Fill amount (%)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:206\r
+#: Cura/util/profile.py:225\r
 #, python-format\r
 msgid ""\r
 "Amount of infill structure in the support material, less material gives "\r
-"weaker support which is easier to remove. 20% seems to be a good average."\r
+"weaker support which is easier to remove. 15% seems to be a good average."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:207\r
+#: Cura/util/profile.py:226\r
 msgid "Distance X/Y (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:207\r
+#: Cura/util/profile.py:226\r
 msgid ""\r
 "Distance of the support material from the print, in the X/Y directions.\n"\r
 "0.7mm gives a nice distance from the print so the support does not stick to "\r
 "the print."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:208\r
+#: Cura/util/profile.py:227\r
 msgid "Distance Z (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:208\r
+#: Cura/util/profile.py:227\r
 msgid ""\r
 "Distance from the top/bottom of the support to the print. A small gap here "\r
 "makes it easier to remove the support but makes the print a bit uglier.\n"\r
 "0.15mm gives a good seperation of the support material."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:212\r
+#: Cura/util/profile.py:228\r
+msgid "Spiralize the outer contour"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:228\r
+msgid ""\r
+"Spiralize is smoothing out the Z move of the outer edge. This will create a "\r
+"steady Z increase over the whole print. This feature turns a solid object "\r
+"into a single walled print with a solid bottom."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:230\r
 msgid "Brim line amount"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:212\r
+#: Cura/util/profile.py:230\r
 msgid ""\r
 "The amount of lines used for a brim, more lines means a larger brim which "\r
 "sticks better, but this also makes your effective print area smaller."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:213\r
+#: Cura/util/profile.py:231\r
 msgid "Extra margin (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:213\r
+#: Cura/util/profile.py:231\r
 msgid ""\r
 "If the raft is enabled, this is the extra raft area around the object which "\r
 "is also rafted. Increasing this margin will create a stronger raft while "\r
-"using more material and leaving less are for your print."\r
+"using more material and leaving less area for your print."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:214\r
+#: Cura/util/profile.py:232\r
 msgid "Line spacing (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:214\r
+#: Cura/util/profile.py:232\r
 msgid ""\r
 "When you are using the raft this is the distance between the centerlines of "\r
 "the raft line."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:215\r
+#: Cura/util/profile.py:233\r
 msgid "Base thickness (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:215\r
+#: Cura/util/profile.py:233\r
 msgid ""\r
 "When you are using the raft this is the thickness of the base layer which is "\r
 "put down."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:216\r
+#: Cura/util/profile.py:234\r
 msgid "Base line width (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:216\r
+#: Cura/util/profile.py:234\r
 msgid ""\r
 "When you are using the raft this is the width of the base layer lines which "\r
 "are put down."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:217\r
+#: Cura/util/profile.py:235\r
 msgid "Interface thickness (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:217\r
+#: Cura/util/profile.py:235\r
 msgid ""\r
 "When you are using the raft this is the thickness of the interface layer "\r
 "which is put down."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:218\r
+#: Cura/util/profile.py:236\r
 msgid "Interface line width (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:218\r
+#: Cura/util/profile.py:236\r
 msgid ""\r
 "When you are using the raft this is the width of the interface layer lines "\r
 "which are put down."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:220 Cura/util/profile.py:221 Cura/util/profile.py:222\r
-#: Cura/util/profile.py:223\r
+#: Cura/util/profile.py:237 Cura/util/profile.py:238 Cura/util/profile.py:239\r
+#: Cura/util/profile.py:240\r
 msgid "Fix horrible"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:220\r
+#: Cura/util/profile.py:237\r
 msgid "Combine everything (Type-A)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:220 Cura/util/profile.py:221\r
+#: Cura/util/profile.py:237 Cura/util/profile.py:238\r
 msgid ""\r
 "This expert option adds all parts of the model together. The result is "\r
 "usually that internal cavities disappear. Depending on the model this can be "\r
 "intended or not. Enabling this option is at your own risk. Type-A is "\r
-"depended on the model normals and tries to keep some internal holes intact. "\r
+"dependent on the model normals and tries to keep some internal holes intact. "\r
 "Type-B ignores all internal holes and only keeps the outside shape per layer."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:221\r
+#: Cura/util/profile.py:238\r
 msgid "Combine everything (Type-B)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:222\r
+#: Cura/util/profile.py:239\r
 msgid "Keep open faces"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:222\r
+#: Cura/util/profile.py:239\r
 msgid ""\r
 "This expert option keeps all the open bits of the model intact. Normally "\r
 "Cura tries to stitch up small holes and remove everything with big holes, "\r
 "but this option keeps bits that are not properly part of anything and just "\r
-"goes with whatever it is left. This option is usually not what you want, but "\r
-"it might enable you to slice models otherwise failing to produce proper "\r
-"paths.\n"\r
+"goes with whatever is left. This option is usually not what you want, but it "\r
+"might enable you to slice models otherwise failing to produce proper paths.\n"\r
 "As with all \"Fix horrible\" options, results may vary and use at your own "\r
 "risk."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:223\r
+#: Cura/util/profile.py:240\r
 msgid "Extensive stitching"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:223\r
+#: Cura/util/profile.py:240\r
 msgid ""\r
-"Extrensive stitching tries to fix up open holes in the model by closing the "\r
+"Extensive stitching tries to fix up open holes in the model by closing the "\r
 "hole with touching polygons. This algorthm is quite expensive and could "\r
 "introduce a lot of processing time.\n"\r
 "As with all \"Fix horrible\" options, results may vary and use at your own "\r
 "risk."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:323\r
+#: Cura/util/profile.py:350\r
 msgid "Save profile on slice"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:323\r
+#: Cura/util/profile.py:350\r
 msgid ""\r
 "When slicing save the profile as [stl_file]_profile.ini next to the model."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:324\r
+#: Cura/util/profile.py:351\r
 msgid "Cost (price/kg)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:324\r
+#: Cura/util/profile.py:351\r
 msgid "Cost of your filament per kg, to estimate the cost of the final print."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:325\r
+#: Cura/util/profile.py:352\r
 msgid "Cost (price/m)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:325\r
+#: Cura/util/profile.py:352\r
 msgid ""\r
 "Cost of your filament per meter, to estimate the cost of the final print."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:326\r
+#: Cura/util/profile.py:353\r
 msgid "Auto detect SD card drive"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:326\r
+#: Cura/util/profile.py:353\r
 msgid ""\r
 "Auto detect the SD card. You can disable this because on some systems "\r
 "external hard-drives or USB sticks are detected as SD card."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:327\r
+#: Cura/util/profile.py:354\r
 msgid "Check for updates"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:327\r
+#: Cura/util/profile.py:354\r
 msgid "Check for newer versions of Cura on startup"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:328\r
+#: Cura/util/profile.py:355\r
 msgid "Send usage statistics"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:328\r
+#: Cura/util/profile.py:355\r
 msgid "Submit anonymous usage information to improve next versions of Cura"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:330\r
+#: Cura/util/profile.py:357\r
 msgid "Density (kg/m3)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:330\r
+#: Cura/util/profile.py:357\r
 msgid ""\r
 "Weight of the filament per m3. Around 1240 for PLA. And around 1040 for ABS. "\r
 "This value is used to estimate the weight if the filament used for the print."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:331\r
+#: Cura/util/profile.py:358\r
 msgid ""\r
 "Change the language in which Cura runs. Switching language requires a "\r
 "restart of Cura"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:334\r
+#: Cura/util/profile.py:361\r
 msgid "Model colour"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:335\r
+#: Cura/util/profile.py:361\r
+msgid "Display color for first extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:362\r
 msgid "Model colour (2)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:336\r
+#: Cura/util/profile.py:362\r
+msgid "Display color for second extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:363\r
 msgid "Model colour (3)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:337\r
+#: Cura/util/profile.py:363\r
+msgid "Display color for third extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:364\r
 msgid "Model colour (4)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:348\r
+#: Cura/util/profile.py:364\r
+msgid "Display color for forth extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:365\r
+msgid "Printing window type"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:365\r
+msgid "Select the interface used for USB printing."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:377\r
 msgid "Maximum width (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:348 Cura/util/profile.py:349 Cura/util/profile.py:350\r
+#: Cura/util/profile.py:377 Cura/util/profile.py:378 Cura/util/profile.py:379\r
 msgid "Size of the machine in mm"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:349\r
+#: Cura/util/profile.py:378\r
 msgid "Maximum depth (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:350\r
+#: Cura/util/profile.py:379\r
 msgid "Maximum height (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:351\r
+#: Cura/util/profile.py:380\r
 msgid "Machine center 0,0"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:351\r
+#: Cura/util/profile.py:380\r
 msgid ""\r
 "Machines firmware defines the center of the bed as 0,0 instead of the front "\r
 "left corner."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:353\r
+#: Cura/util/profile.py:381\r
+msgid "Build area shape"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:381\r
+msgid "The shape of machine build area."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:383\r
 msgid ""\r
 "If you have an heated bed, this enabled heated bed settings (requires "\r
 "restart)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:354\r
+#: Cura/util/profile.py:384\r
 msgid "GCode Flavor"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:354\r
+#: Cura/util/profile.py:384\r
 msgid ""\r
 "Flavor of generated GCode.\n"\r
 "RepRap is normal 5D GCode which works on Marlin/Sprinter based firmwares.\n"\r
@@ -2064,153 +2131,153 @@ msgid ""
 "requires MakerWare to generate to X3G."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:355\r
+#: Cura/util/profile.py:385\r
 msgid "Extruder count"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:355\r
+#: Cura/util/profile.py:385\r
 msgid "Amount of extruders in your machine."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:356 Cura/util/profile.py:358 Cura/util/profile.py:360\r
+#: Cura/util/profile.py:386 Cura/util/profile.py:388 Cura/util/profile.py:390\r
 msgid "Offset X"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:356 Cura/util/profile.py:357\r
+#: Cura/util/profile.py:386 Cura/util/profile.py:387\r
 msgid "The offset of your secondary extruder compared to the primary."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:357 Cura/util/profile.py:359 Cura/util/profile.py:361\r
+#: Cura/util/profile.py:387 Cura/util/profile.py:389 Cura/util/profile.py:391\r
 msgid "Offset Y"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:358 Cura/util/profile.py:359\r
+#: Cura/util/profile.py:388 Cura/util/profile.py:389\r
 msgid "The offset of your tertiary extruder compared to the primary."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:360 Cura/util/profile.py:361\r
+#: Cura/util/profile.py:390 Cura/util/profile.py:391\r
 msgid "The offset of your forth extruder compared to the primary."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:362\r
+#: Cura/util/profile.py:392\r
 msgid "E-Steps per 1mm filament"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:362\r
+#: Cura/util/profile.py:392\r
 msgid ""\r
 "Amount of steps per mm filament extrusion. If set to 0 then this value is "\r
 "ignored and the value in your firmware is used."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:363\r
+#: Cura/util/profile.py:393\r
 msgid "Serial port"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:363\r
+#: Cura/util/profile.py:393\r
 msgid "Serial port to use for communication with the printer"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:365\r
+#: Cura/util/profile.py:395\r
 msgid "Baudrate"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:365\r
+#: Cura/util/profile.py:395\r
 msgid ""\r
 "Speed of the serial port communication\n"\r
 "Needs to match your firmware settings\n"\r
 "Common values are 250000, 115200, 57600"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:368\r
+#: Cura/util/profile.py:398\r
 msgid "Head size towards X min (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:368\r
+#: Cura/util/profile.py:398\r
 msgid ""\r
 "The head size when printing multiple objects, measured from the tip of the "\r
 "nozzle towards the outer part of the head. 75mm for an Ultimaker if the fan "\r
 "is on the left side."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:369\r
+#: Cura/util/profile.py:399\r
 msgid "Head size towards Y min (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:369 Cura/util/profile.py:370\r
+#: Cura/util/profile.py:399 Cura/util/profile.py:400\r
 msgid ""\r
 "The head size when printing multiple objects, measured from the tip of the "\r
 "nozzle towards the outer part of the head. 18mm for an Ultimaker if the fan "\r
 "is on the left side."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:370\r
+#: Cura/util/profile.py:400\r
 msgid "Head size towards X max (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:371\r
+#: Cura/util/profile.py:401\r
 msgid "Head size towards Y max (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:371\r
+#: Cura/util/profile.py:401\r
 msgid ""\r
 "The head size when printing multiple objects, measured from the tip of the "\r
 "nozzle towards the outer part of the head. 35mm for an Ultimaker if the fan "\r
 "is on the left side."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:372\r
+#: Cura/util/profile.py:402\r
 msgid "Printer gantry height (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:372\r
+#: Cura/util/profile.py:402\r
 msgid ""\r
 "The height of the gantry holding up the printer head. If an object is higher "\r
 "then this then you cannot print multiple objects one for one. 60mm for an "\r
 "Ultimaker."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:374\r
+#: Cura/util/profile.py:404\r
 #, python-format\r
 msgid "More flow than 150% is rare and usually not recommended."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:375\r
+#: Cura/util/profile.py:405\r
 #, python-format\r
 msgid "Less flow than 50% is rare and usually not recommended."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:376\r
+#: Cura/util/profile.py:406\r
 #, python-format\r
 msgid ""\r
 "Thicker layers then %.2fmm (80%% nozzle size) usually give bad results and "\r
 "are not recommended."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:378\r
+#: Cura/util/profile.py:408\r
 msgid ""\r
 "It is highly unlikely that your machine can achieve a printing speed above "\r
 "150mm/s"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:380 Cura/util/profile.py:381 Cura/util/profile.py:382\r
-#: Cura/util/profile.py:383\r
+#: Cura/util/profile.py:410 Cura/util/profile.py:411 Cura/util/profile.py:412\r
+#: Cura/util/profile.py:413\r
 msgid "Temperatures above 260C could damage your machine, be careful!"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:384 Cura/util/profile.py:385 Cura/util/profile.py:386\r
-#: Cura/util/profile.py:387\r
+#: Cura/util/profile.py:414 Cura/util/profile.py:415 Cura/util/profile.py:416\r
+#: Cura/util/profile.py:417\r
 msgid ""\r
 "Are you sure your filament is that thick? Normal filament is around 3mm or "\r
 "1.75mm."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:388\r
+#: Cura/util/profile.py:418\r
 msgid ""\r
 "It is highly unlikely that your machine can achieve a travel speed above "\r
 "300mm/s"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:389\r
+#: Cura/util/profile.py:419\r
 #, python-format\r
 msgid ""\r
 "A bottom layer of more then %.2fmm (3/4 nozzle size) usually give bad "\r
index 518ecf21a7d4930e319ca62b09994ea97ab70110..9e3a76db8faba458975e52d18f651a8955c116c1 100644 (file)
Binary files a/resources/locale/de/LC_MESSAGES/Cura.mo and b/resources/locale/de/LC_MESSAGES/Cura.mo differ
index bf89858bbbf074680376218d9c8bfd3f0a73e6da..e601d71fabb406f1dc3c3dfb2511a08c3415d993 100644 (file)
 # This file is distributed under the same license as the Cura package.\r
 # Ilya Kulakov &lt;kulakov.ilya@gmail.com&gt;, 2013.\r
 # \r
-# Lars Pötter <Lars_Poetter@gmx.de>, 2014.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Cura\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-08 14:30+0200\n"
-"PO-Revision-Date: 2014-02-11 21:03+0100\n"
-"Last-Translator: Lars Pötter <Lars_Poetter@gmx.de>\n"
-"Language-Team: Deutsch <Lars_Poetter@gmx.de>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Gtranslator 2.91.6\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: Cura/gui/app.py:86 Cura/gui/mainWindow.py:528\r
-msgid "A new version of Cura is available, would you like to download?"
-msgstr ""
-"Eine neue Version von Cura ist verfügbar, möchten Sie diese herunterladen?"
-
-#: Cura/gui/app.py:86 Cura/gui/mainWindow.py:528\r
-msgid "New version available"
-msgstr "Neue Version verfügbar"
-
-#: Cura/gui/configWizard.py:221\r
-msgid "Add new machine wizard"
-msgstr "Assistent zum Hinzufügen eines Geräts"
-
+# Lars Pötter <Lars_Poetter@gmx.de>, 2014.\r
+#\r
+msgid ""\r
+msgstr ""\r
+"Project-Id-Version: Cura\n"\r
+"Report-Msgid-Bugs-To: \n"\r
+"POT-Creation-Date: 2014-03-17 10:23+0100\n"\r
+"PO-Revision-Date: 2014-02-11 21:03+0100\n"\r
+"Last-Translator: Lars Pötter <Lars_Poetter@gmx.de>\n"\r
+"Language-Team: Deutsch <Lars_Poetter@gmx.de>\n"\r
+"MIME-Version: 1.0\n"\r
+"Content-Type: text/plain; charset=UTF-8\n"\r
+"Content-Transfer-Encoding: 8bit\n"\r
+"X-Generator: Gtranslator 2.91.6\n"\r
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"\r
+\r
+#: Cura/gui/app.py:141 Cura/gui/mainWindow.py:563\r
+msgid "A new version of Cura is available, would you like to download?"\r
+msgstr ""\r
+"Eine neue Version von Cura ist verfügbar, möchten Sie diese herunterladen?"\r
+\r
+#: Cura/gui/app.py:141 Cura/gui/mainWindow.py:563\r
+msgid "New version available"\r
+msgstr "Neue Version verfügbar"\r
+\r
 #: Cura/gui/configWizard.py:223\r
-msgid "First time run wizard"
-msgstr "Assistent beim ersten Starten von Cura"
-
-#: Cura/gui/configWizard.py:224\r
-msgid "Welcome, and thanks for trying Cura!"
-msgstr "Willkommen und Danke, dass Sie Cura verwenden!"
-
+msgid "Add new machine wizard"\r
+msgstr "Assistent zum Hinzufügen eines Geräts"\r
+\r
+#: Cura/gui/configWizard.py:225\r
+msgid "First time run wizard"\r
+msgstr "Assistent beim ersten Starten von Cura"\r
+\r
 #: Cura/gui/configWizard.py:226\r
-msgid "This wizard will help you with the following steps:"
-msgstr "Dieser Assistent wird Ihnen bei den folgenden Schritten helfen:"
-
-#: Cura/gui/configWizard.py:227\r
-msgid "* Configure Cura for your machine"
-msgstr "* Cura für Ihr Gerät einrichten"
-
+msgid "Welcome, and thanks for trying Cura!"\r
+msgstr "Willkommen und Danke, dass Sie Cura verwenden!"\r
+\r
 #: Cura/gui/configWizard.py:228\r
-msgid "* Optionally upgrade your firmware"
-msgstr "* Firmware aktualisieren (optional)"
-
-#: Cura/gui/configWizard.py:229\r
-msgid "* Optionally check if your machine is working safely"
-msgstr "* Funktionsprüfung (optional)"
-
-#: Cura/gui/configWizard.py:230\r
-msgid "* Optionally level your printer bed"
-msgstr "* Drucktisch ausrichten (optional)"
-
-#: Cura/gui/configWizard.py:239\r
-msgid "The following pre-defined machine profiles are available"
-msgstr "Die folgenden Drucker Profile sind verfügbar"
-
-#: Cura/gui/configWizard.py:240\r
-msgid ""
-"Note that these profiles are not guaranteed to give good results,\n"
-"or work at all. Extra tweaks might be required."
-msgstr ""
-"Bitte beachten Sie das diese Profile nicht immer die besten Ergebnisse "
-"erzielen,\n"
-"oder überhaupt funktionieren. Kleiner Anpassungen können notwendig sein."
-
-#: Cura/gui/configWizard.py:270\r
-msgid "Cura is now ready to be used!"
-msgstr "Cura kann nun verwendet werden!"
-
-#: Cura/gui/configWizard.py:275\r
-msgid ""
-"RepRap machines can be vastly different, so here you can set your own "
-"settings."
-msgstr ""
-"RepRap-Geräte sind sehr verschieden. Deshalb können Sie hier Ihre "
-"Einstellungen vornehmen."
-
+#, fuzzy\r
+msgid "This wizard will help you in setting up Cura for your machine."\r
+msgstr "Dieser Assistent wird Ihnen bei den folgenden Schritten helfen:"\r
+\r
+#: Cura/gui/configWizard.py:245\r
+msgid "The following pre-defined machine profiles are available"\r
+msgstr "Die folgenden Drucker Profile sind verfügbar"\r
+\r
+#: Cura/gui/configWizard.py:246\r
+#, fuzzy\r
+msgid ""\r
+"Note that these profiles are not guaranteed to give good results,\n"\r
+"or work at all. Extra tweaks might be required.\n"\r
+"If you find issues with the predefined profiles,\n"\r
+"or want an extra profile.\n"\r
+"Please report it at the github issue tracker."\r
+msgstr ""\r
+"Bitte beachten Sie das diese Profile nicht immer die besten Ergebnisse "\r
+"erzielen,\n"\r
+"oder überhaupt funktionieren. Kleiner Anpassungen können notwendig sein."\r
+\r
 #: Cura/gui/configWizard.py:276\r
-msgid ""
-"Be sure to review the default profile before running it on your machine."
-msgstr ""
-"Überprüfen Sie das standard Profil bevor Sie es auf Ihrem Drucker verwenden."
-
-#: Cura/gui/configWizard.py:277\r
-msgid ""
-"If you like a default profile for your machine added,\n"
-"then make an issue on github."
-msgstr ""
-"Wünschen Sie ein Standard-Profil für Ihr Gerät,\n"
-"bitte melden Sie sich via github."
-
-#: Cura/gui/configWizard.py:279\r
-msgid "You will have to manually install Marlin or Sprinter firmware."
-msgstr "Sie müssen die Marlin- oder Sprinter-Firmware manuell installieren."
-
+msgid "Cura is now ready to be used!"\r
+msgstr "Cura kann nun verwendet werden!"\r
+\r
 #: Cura/gui/configWizard.py:281\r
-msgid "Machine name"
-msgstr "Name des Geräts"
-
+msgid ""\r
+"RepRap machines can be vastly different, so here you can set your own "\r
+"settings."\r
+msgstr ""\r
+"RepRap-Geräte sind sehr verschieden. Deshalb können Sie hier Ihre "\r
+"Einstellungen vornehmen."\r
+\r
 #: Cura/gui/configWizard.py:282\r
-msgid "Machine width (mm)"
-msgstr "Breite des Geräts (mm)"
-
+msgid ""\r
+"Be sure to review the default profile before running it on your machine."\r
+msgstr ""\r
+"Überprüfen Sie das standard Profil bevor Sie es auf Ihrem Drucker verwenden."\r
+\r
 #: Cura/gui/configWizard.py:283\r
-msgid "Machine depth (mm)"
-msgstr "Tiefe des Geräts (mm)"
-
-#: Cura/gui/configWizard.py:284\r
-msgid "Machine height (mm)"
-msgstr "Höhe der Maschine (mm)"
-
-#: Cura/gui/configWizard.py:285 Cura/util/profile.py:158\r
-msgid "Nozzle size (mm)"
-msgstr "Grösse der Druckdüse (mm)"
-
-#: Cura/gui/configWizard.py:286 Cura/util/profile.py:353\r
-msgid "Heated bed"
-msgstr "Beheizter Drucktisch"
-
+msgid ""\r
+"If you like a default profile for your machine added,\n"\r
+"then make an issue on github."\r
+msgstr ""\r
+"Wünschen Sie ein Standard-Profil für Ihr Gerät,\n"\r
+"bitte melden Sie sich via github."\r
+\r
+#: Cura/gui/configWizard.py:285\r
+msgid "You will have to manually install Marlin or Sprinter firmware."\r
+msgstr "Sie müssen die Marlin- oder Sprinter-Firmware manuell installieren."\r
+\r
 #: Cura/gui/configWizard.py:287\r
-msgid "Bed center is 0,0,0 (RoStock)"
-msgstr "Zentrum des Drucktischs ist 0,0,0 (RoStock)"
-
-#: Cura/gui/configWizard.py:307\r
-msgid "Select your machine"
-msgstr "Wählen Sie ihr Gerät aus"
-
-#: Cura/gui/configWizard.py:308\r
-msgid "What kind of machine do you have:"
-msgstr "Welchen Typ Maschine haben Sie:"
-
-#: Cura/gui/configWizard.py:315\r
-msgid "Other (Ex: RepRap, MakerBot)"
-msgstr "Andere (Ausser: RepRap und RepRap)"
-
-#: Cura/gui/configWizard.py:318\r
-msgid ""
-"The collection of anonymous usage information helps with the continued "
-"improvement of Cura."
-msgstr ""
-"Die Sammlung der anonymen Informationen zur Verwendung hilft bei der "
-"weiteren Entwicklung von Cura."
-
-#: Cura/gui/configWizard.py:319\r
-msgid ""
-"This does NOT submit your models online nor gathers any privacy related "
-"information."
-msgstr ""
-"Es werden KEINE Modelle und KEINE Personendaten gesammelt und/oder "
-"hochgeladen."
-
-#: Cura/gui/configWizard.py:320\r
-msgid "Submit anonymous usage information:"
-msgstr "Sende anonyme Informationen zur Verwendung:"
-
+msgid "Machine name"\r
+msgstr "Name des Geräts"\r
+\r
+#: Cura/gui/configWizard.py:288\r
+msgid "Machine width (mm)"\r
+msgstr "Breite des Geräts (mm)"\r
+\r
+#: Cura/gui/configWizard.py:289\r
+msgid "Machine depth (mm)"\r
+msgstr "Tiefe des Geräts (mm)"\r
+\r
+#: Cura/gui/configWizard.py:290\r
+msgid "Machine height (mm)"\r
+msgstr "Höhe der Maschine (mm)"\r
+\r
+#: Cura/gui/configWizard.py:291 Cura/util/profile.py:175\r
+msgid "Nozzle size (mm)"\r
+msgstr "Grösse der Druckdüse (mm)"\r
+\r
+#: Cura/gui/configWizard.py:292 Cura/util/profile.py:383\r
+msgid "Heated bed"\r
+msgstr "Beheizter Drucktisch"\r
+\r
+#: Cura/gui/configWizard.py:293\r
+msgid "Bed center is 0,0,0 (RoStock)"\r
+msgstr "Zentrum des Drucktischs ist 0,0,0 (RoStock)"\r
+\r
+#: Cura/gui/configWizard.py:313\r
+msgid "Select your machine"\r
+msgstr "Wählen Sie ihr Gerät aus"\r
+\r
+#: Cura/gui/configWizard.py:314\r
+msgid "What kind of machine do you have:"\r
+msgstr "Welchen Typ Maschine haben Sie:"\r
+\r
 #: Cura/gui/configWizard.py:321\r
-msgid "For full details see: http://wiki.ultimaker.com/Cura:stats"
-msgstr "Für mehr Informationen: http://wiki.ultimaker.com/Cura:stats"
-
-#: Cura/gui/configWizard.py:383\r
-msgid "Select upgraded parts you have"
-msgstr "Wählen Sie die vorhandenen "
-
-#: Cura/gui/configWizard.py:384\r
-msgid ""
-"To assist you in having better default settings for your Ultimaker\n"
-"Cura would like to know which upgrades you have in your machine."
-msgstr ""
-"Damit wir Cura für Ihren Ultimaker optimal einrichten können,\n"
-"benötigen wir Informationen zu den Upgrades welche an Ihren Gerät "
-"installiert sind."
-
-#: Cura/gui/configWizard.py:386\r
-msgid "Extruder drive upgrade"
-msgstr "Upgrade des Extruder-Antriebs"
-
-#: Cura/gui/configWizard.py:387\r
-msgid "Heated printer bed (self built)"
-msgstr "Beheizter Drucktisch (Eigenbau)"
-
-#: Cura/gui/configWizard.py:388\r
-msgid "Dual extrusion (experimental)"
-msgstr "Zwei Druckdüsen (experimentell)"
-
-#: Cura/gui/configWizard.py:390\r
-msgid ""
-"If you have an Ultimaker bought after october 2012 you will have the\n"
-"Extruder drive upgrade. If you do not have this upgrade,\n"
-"it is highly recommended to improve reliability."
-msgstr ""
-"Wenn Sie Ihren Ultimaker nach Oktober 2012 gekauft haben, werden Sie\n"
-"das Upgrade des Extruder-Antriebs besitzen. Sollten Ihr Gerät noch nicht "
-"über\n"
-"dieses Upgrade verfügen, empfehlen wir Ihnen dieses aus Gründen der "
-"Zuverlässigkeit."
-
-#: Cura/gui/configWizard.py:391\r
-msgid ""
-"This upgrade can be bought from the Ultimaker webshop\n"
-"or found on thingiverse as thing:26094"
-msgstr ""
-"Dieses Upgrade können Sie im Ultimaker-Webshop kaufen,\n"
-"oder bei Thingiverse als thing:26094 finden."
-
-#: Cura/gui/configWizard.py:410\r
-msgid "Upgrade Ultimaker Firmware"
-msgstr "Ultimaker Firmware aktualisieren"
-
-#: Cura/gui/configWizard.py:411\r
-msgid ""
-"Firmware is the piece of software running directly on your 3D printer.\n"
-"This firmware controls the step motors, regulates the temperature\n"
-"and ultimately makes your printer work."
-msgstr ""
-"Firmware ist der Software-Teil, welcher direkt auf Ihrem 3D-Drucker läuft.\n"
-"Diese Firmware steuert die Schrittmotoren, regelt die Temperatur.\n"
-"Sie ist das Herzstück Ihres 3D-Druckers."
-
-#: Cura/gui/configWizard.py:413\r
-msgid ""
-"The firmware shipping with new Ultimakers works, but upgrades\n"
-"have been made to make better prints, and make calibration easier."
-msgstr ""
-"Die Firmware welche mit Ihrem neuen Ultimaker ausgeliefert wird "
-"funktioniert.\n"
-"Updates ermöglichen aber bessere Druckresultate und eine einfache "
-"Kalibrierung."
-
-#: Cura/gui/configWizard.py:415\r
-msgid ""
-"Cura requires these new features and thus\n"
-"your firmware will most likely need to be upgraded.\n"
-"You will get the chance to do so now."
-msgstr ""
-"Cura benötigt diese neuen Funktionen und deshalb\n"
-"muss die Firmware Ihres Geräts aktualisiert werden.\n"
-"Sie können dies nun direkt erledigen."
-
-#: Cura/gui/configWizard.py:420\r
-msgid "Do not upgrade to this firmware if:"
-msgstr "Laden Sie diese Firmware nicht, wenn:"
-
-#: Cura/gui/configWizard.py:421\r
-msgid "* You have an older machine based on ATMega1280"
-msgstr "* Sie eine ältere auf ATMega1280 basierende Maschine besitzen"
-
-#: Cura/gui/configWizard.py:422\r
-msgid "* Have other changes in the firmware"
-msgstr "* Sie andere Anpassungen in der Firmware vorgenommen haben"
-
-#: Cura/gui/configWizard.py:456\r
-msgid ""
-"It is a good idea to do a few sanity checks now on your Ultimaker.\n"
-"You can skip these if you know your machine is functional."
-msgstr ""
-"Wir empfehlen eine Reihe von Funktionstests Ihres Ultimakers.\n"
-"Sie können diese Tests überspringen, wenn Ihr Gerät einwandfrei funktioniert."
-
-#: Cura/gui/configWizard.py:457\r
-msgid "Run checks"
-msgstr "Führe die Tests durch"
-
-#: Cura/gui/configWizard.py:457\r
-msgid "Skip checks"
-msgstr "Überspringe die Tests"
-
-#: Cura/gui/configWizard.py:461\r
-msgid "Communication:"
-msgstr "Kommunikation:"
-
-#: Cura/gui/configWizard.py:462\r
-msgid "Temperature:"
-msgstr "Temperatur:"
-
-#: Cura/gui/configWizard.py:463\r
-msgid "Endstops:"
-msgstr "Endstopps:"
-
-#: Cura/gui/configWizard.py:468\r
-msgid "Show error log"
-msgstr "Zeige den Fehlerbericht"
-
-#: Cura/gui/configWizard.py:502\r
-msgid "Connecting to machine."
-msgstr "Verbinde zur Maschine."
-
-#: Cura/gui/configWizard.py:523\r
-msgid "Cooldown before temperature check."
-msgstr "Abkühlen vor dem Temperaturtest"
-
-#: Cura/gui/configWizard.py:529 Cura/gui/configWizard.py:536\r
-msgid "Checking the heater and temperature sensor."
-msgstr "Überprüfe das Heizelement und den Temperatursensor."
-
-#: Cura/gui/configWizard.py:547\r
-msgid "Please make sure none of the endstops are pressed."
-msgstr "Bitte stellen Sie sicher, dass keiner der Endstopps gedrückt ist."
-
+msgid "Other (Ex: RepRap, MakerBot)"\r
+msgstr "Andere (Ausser: RepRap und RepRap)"\r
+\r
+#: Cura/gui/configWizard.py:324\r
+msgid ""\r
+"The collection of anonymous usage information helps with the continued "\r
+"improvement of Cura."\r
+msgstr ""\r
+"Die Sammlung der anonymen Informationen zur Verwendung hilft bei der "\r
+"weiteren Entwicklung von Cura."\r
+\r
+#: Cura/gui/configWizard.py:325\r
+msgid ""\r
+"This does NOT submit your models online nor gathers any privacy related "\r
+"information."\r
+msgstr ""\r
+"Es werden KEINE Modelle und KEINE Personendaten gesammelt und/oder "\r
+"hochgeladen."\r
+\r
+#: Cura/gui/configWizard.py:326\r
+msgid "Submit anonymous usage information:"\r
+msgstr "Sende anonyme Informationen zur Verwendung:"\r
+\r
+#: Cura/gui/configWizard.py:327\r
+msgid "For full details see: http://wiki.ultimaker.com/Cura:stats"\r
+msgstr "Für mehr Informationen: http://wiki.ultimaker.com/Cura:stats"\r
+\r
+#: Cura/gui/configWizard.py:396\r
+msgid "Select upgraded parts you have"\r
+msgstr "Wählen Sie die vorhandenen "\r
+\r
+#: Cura/gui/configWizard.py:397\r
+msgid ""\r
+"To assist you in having better default settings for your Ultimaker\n"\r
+"Cura would like to know which upgrades you have in your machine."\r
+msgstr ""\r
+"Damit wir Cura für Ihren Ultimaker optimal einrichten können,\n"\r
+"benötigen wir Informationen zu den Upgrades welche an Ihren Gerät "\r
+"installiert sind."\r
+\r
+#: Cura/gui/configWizard.py:399\r
+msgid "Extruder drive upgrade"\r
+msgstr "Upgrade des Extruder-Antriebs"\r
+\r
+#: Cura/gui/configWizard.py:400\r
+msgid "Heated printer bed (self built)"\r
+msgstr "Beheizter Drucktisch (Eigenbau)"\r
+\r
+#: Cura/gui/configWizard.py:401\r
+msgid "Dual extrusion (experimental)"\r
+msgstr "Zwei Druckdüsen (experimentell)"\r
+\r
+#: Cura/gui/configWizard.py:403\r
+msgid ""\r
+"If you have an Ultimaker bought after october 2012 you will have the\n"\r
+"Extruder drive upgrade. If you do not have this upgrade,\n"\r
+"it is highly recommended to improve reliability."\r
+msgstr ""\r
+"Wenn Sie Ihren Ultimaker nach Oktober 2012 gekauft haben, werden Sie\n"\r
+"das Upgrade des Extruder-Antriebs besitzen. Sollten Ihr Gerät noch nicht "\r
+"über\n"\r
+"dieses Upgrade verfügen, empfehlen wir Ihnen dieses aus Gründen der "\r
+"Zuverlässigkeit."\r
+\r
+#: Cura/gui/configWizard.py:404\r
+msgid ""\r
+"This upgrade can be bought from the Ultimaker webshop\n"\r
+"or found on thingiverse as thing:26094"\r
+msgstr ""\r
+"Dieses Upgrade können Sie im Ultimaker-Webshop kaufen,\n"\r
+"oder bei Thingiverse als thing:26094 finden."\r
+\r
+#: Cura/gui/configWizard.py:423\r
+msgid "Upgrade Ultimaker Firmware"\r
+msgstr "Ultimaker Firmware aktualisieren"\r
+\r
+#: Cura/gui/configWizard.py:424\r
+msgid ""\r
+"Firmware is the piece of software running directly on your 3D printer.\n"\r
+"This firmware controls the step motors, regulates the temperature\n"\r
+"and ultimately makes your printer work."\r
+msgstr ""\r
+"Firmware ist der Software-Teil, welcher direkt auf Ihrem 3D-Drucker läuft.\n"\r
+"Diese Firmware steuert die Schrittmotoren, regelt die Temperatur.\n"\r
+"Sie ist das Herzstück Ihres 3D-Druckers."\r
+\r
+#: Cura/gui/configWizard.py:426\r
+msgid ""\r
+"The firmware shipping with new Ultimakers works, but upgrades\n"\r
+"have been made to make better prints, and make calibration easier."\r
+msgstr ""\r
+"Die Firmware welche mit Ihrem neuen Ultimaker ausgeliefert wird "\r
+"funktioniert.\n"\r
+"Updates ermöglichen aber bessere Druckresultate und eine einfache "\r
+"Kalibrierung."\r
+\r
+#: Cura/gui/configWizard.py:428\r
+msgid ""\r
+"Cura requires these new features and thus\n"\r
+"your firmware will most likely need to be upgraded.\n"\r
+"You will get the chance to do so now."\r
+msgstr ""\r
+"Cura benötigt diese neuen Funktionen und deshalb\n"\r
+"muss die Firmware Ihres Geräts aktualisiert werden.\n"\r
+"Sie können dies nun direkt erledigen."\r
+\r
+#: Cura/gui/configWizard.py:433\r
+msgid "Do not upgrade to this firmware if:"\r
+msgstr "Laden Sie diese Firmware nicht, wenn:"\r
+\r
+#: Cura/gui/configWizard.py:434\r
+#, fuzzy\r
+msgid "* You have an older machine based on ATMega1280 (Rev 1 machine)"\r
+msgstr "* Sie eine ältere auf ATMega1280 basierende Maschine besitzen"\r
+\r
+#: Cura/gui/configWizard.py:435\r
+msgid "* Have other changes in the firmware"\r
+msgstr "* Sie andere Anpassungen in der Firmware vorgenommen haben"\r
+\r
+#: Cura/gui/configWizard.py:469\r
+msgid ""\r
+"It is a good idea to do a few sanity checks now on your Ultimaker.\n"\r
+"You can skip these if you know your machine is functional."\r
+msgstr ""\r
+"Wir empfehlen eine Reihe von Funktionstests Ihres Ultimakers.\n"\r
+"Sie können diese Tests überspringen, wenn Ihr Gerät einwandfrei funktioniert."\r
+\r
+#: Cura/gui/configWizard.py:470\r
+msgid "Run checks"\r
+msgstr "Führe die Tests durch"\r
+\r
+#: Cura/gui/configWizard.py:470\r
+msgid "Skip checks"\r
+msgstr "Überspringe die Tests"\r
+\r
+#: Cura/gui/configWizard.py:474\r
+msgid "Communication:"\r
+msgstr "Kommunikation:"\r
+\r
+#: Cura/gui/configWizard.py:475\r
+msgid "Temperature:"\r
+msgstr "Temperatur:"\r
+\r
+#: Cura/gui/configWizard.py:476\r
+msgid "Endstops:"\r
+msgstr "Endstopps:"\r
+\r
+#: Cura/gui/configWizard.py:481\r
+msgid "Show error log"\r
+msgstr "Zeige den Fehlerbericht"\r
+\r
+#: Cura/gui/configWizard.py:515\r
+msgid "Connecting to machine."\r
+msgstr "Verbinde zur Maschine."\r
+\r
+#: Cura/gui/configWizard.py:536\r
+msgid "Cooldown before temperature check."\r
+msgstr "Abkühlen vor dem Temperaturtest"\r
+\r
+#: Cura/gui/configWizard.py:542 Cura/gui/configWizard.py:549\r
+msgid "Checking the heater and temperature sensor."\r
+msgstr "Überprüfe das Heizelement und den Temperatursensor."\r
+\r
 #: Cura/gui/configWizard.py:560\r
-msgid "Temperature measurement FAILED!"
-msgstr "Temperaturmessung FEHLGESCHLAGEN!"
-
-#: Cura/gui/configWizard.py:565\r
-#, python-format
-msgid "Head temperature: %d"
-msgstr "Temperatur Druckkopf: %d"
-
-#: Cura/gui/configWizard.py:572 Cura/gui/configWizard.py:581\r
-#, python-format
-msgid "Communication State: %s"
-msgstr "Kommunikations-Status: %s"
-
-#: Cura/gui/configWizard.py:575\r
-msgid "Failed to establish connection with the printer."
-msgstr "Konnte keine Verbindung zum Drucker aufbauen."
-
-#: Cura/gui/configWizard.py:620\r
-msgid "Please press the right X endstop."
-msgstr "Bitte drücken Sie den rechten X Endstopp."
-
-#: Cura/gui/configWizard.py:625\r
-msgid "Please press the left X endstop."
-msgstr "Bitte drücken Sie den linken X Endstopp."
-
-#: Cura/gui/configWizard.py:630\r
-msgid "Please press the front Y endstop."
-msgstr "Bitte drücken Sie den vorderen Y Endstopp."
-
-#: Cura/gui/configWizard.py:635\r
-msgid "Please press the back Y endstop."
-msgstr "Bitte drücken Sie den hinteren Y Endstopp."
-
-#: Cura/gui/configWizard.py:640\r
-msgid "Please press the top Z endstop."
-msgstr "Bitte drücken Sie den oberen Z Endstopp."
-
-#: Cura/gui/configWizard.py:645\r
-msgid "Please press the bottom Z endstop."
-msgstr "Bitte drücken Sie den unteren Z Endstopp."
-
-#: Cura/gui/configWizard.py:651\r
-msgid "Checkup finished"
-msgstr "Funktionstests abgeschlossen"
-
-#: Cura/gui/configWizard.py:694\r
-msgid "Calibrating the Steps Per E requires some manual actions."
-msgstr "Das Kalibrieren der Schritte pro E benötigt manuelle Aktionen."
-
-#: Cura/gui/configWizard.py:695\r
-msgid "First remove any filament from your machine."
-msgstr "Entfernen Sie zunächst alles Druckmaterial aus Ihrem Gerät."
-
-#: Cura/gui/configWizard.py:696\r
-msgid ""
-"Next put in your filament so the tip is aligned with the\n"
-"top of the extruder drive."
-msgstr ""
-"Als nächstes schieben Sie das Druckmaterial soweit hinten hinein,\n"
-"bis die Spitze auf der selben Höhe wie das obere Ende des Extruder-"
-"Mechanismus ist."
-
-#: Cura/gui/configWizard.py:697\r
-msgid "We'll push the filament 100mm"
-msgstr "Druckmaterial um 100mm vorschieben"
-
-#: Cura/gui/configWizard.py:698\r
-msgid "Extrude 100mm filament"
-msgstr "100mm Druckmaterial extrudieren"
-
-#: Cura/gui/configWizard.py:699\r
-msgid ""
-"Now measure the amount of extruded filament:\n"
-"(this can be more or less then 100mm)"
-msgstr ""
-"Messen Sie nun bitte die Menge des extudierten Druckmaterials:\n"
-"(kann kürzer oder länger als 100mm sein)"
-
-#: Cura/gui/configWizard.py:700\r
-msgid "Save"
-msgstr "Speichern"
-
-#: Cura/gui/configWizard.py:701\r
-msgid "This results in the following steps per E:"
-msgstr "Dies bedeutet folgende Anzahl Schritte pro E:"
-
-#: Cura/gui/configWizard.py:703\r
-msgid "You can repeat these steps to get better calibration."
-msgstr ""
-"Sie können diese Schritte wiederholen, um eine bessere Kalibrierung zu "
-"erhalten."
-
-#: Cura/gui/configWizard.py:706\r
-msgid ""
-"If you still have filament in your printer which needs\n"
-"heat to remove, press the heat up button below:"
-msgstr ""
-"Möchten Sie im Drucker verbliebenes Druckmaterial entfernen,\n"
-"drücken Sie bitte den Knopf unten, um die Druckspitze dafür aufzuheizen."
-
+msgid "Please make sure none of the endstops are pressed."\r
+msgstr "Bitte stellen Sie sicher, dass keiner der Endstopps gedrückt ist."\r
+\r
+#: Cura/gui/configWizard.py:573\r
+msgid "Temperature measurement FAILED!"\r
+msgstr "Temperaturmessung FEHLGESCHLAGEN!"\r
+\r
+#: Cura/gui/configWizard.py:578\r
+#, python-format\r
+msgid "Head temperature: %d"\r
+msgstr "Temperatur Druckkopf: %d"\r
+\r
+#: Cura/gui/configWizard.py:585 Cura/gui/configWizard.py:594\r
+#, python-format\r
+msgid "Communication State: %s"\r
+msgstr "Kommunikations-Status: %s"\r
+\r
+#: Cura/gui/configWizard.py:588\r
+msgid "Failed to establish connection with the printer."\r
+msgstr "Konnte keine Verbindung zum Drucker aufbauen."\r
+\r
+#: Cura/gui/configWizard.py:633\r
+msgid "Please press the right X endstop."\r
+msgstr "Bitte drücken Sie den rechten X Endstopp."\r
+\r
+#: Cura/gui/configWizard.py:638\r
+msgid "Please press the left X endstop."\r
+msgstr "Bitte drücken Sie den linken X Endstopp."\r
+\r
+#: Cura/gui/configWizard.py:643\r
+msgid "Please press the front Y endstop."\r
+msgstr "Bitte drücken Sie den vorderen Y Endstopp."\r
+\r
+#: Cura/gui/configWizard.py:648\r
+msgid "Please press the back Y endstop."\r
+msgstr "Bitte drücken Sie den hinteren Y Endstopp."\r
+\r
+#: Cura/gui/configWizard.py:653\r
+msgid "Please press the top Z endstop."\r
+msgstr "Bitte drücken Sie den oberen Z Endstopp."\r
+\r
+#: Cura/gui/configWizard.py:658\r
+msgid "Please press the bottom Z endstop."\r
+msgstr "Bitte drücken Sie den unteren Z Endstopp."\r
+\r
+#: Cura/gui/configWizard.py:664\r
+msgid "Checkup finished"\r
+msgstr "Funktionstests abgeschlossen"\r
+\r
 #: Cura/gui/configWizard.py:707\r
-msgid "Heatup for filament removal"
-msgstr "Aufheizen zum Entfernen des Druckmaterials"
-
-#: Cura/gui/configWizard.py:730 Cura/gui/configWizard.py:762\r
-msgid ""
-"Error: Failed to open serial port to machine\n"
-"If this keeps happening, try disconnecting and reconnecting the USB cable"
-msgstr ""
-"Fehler: Serieller Port zum Gerät konnte nicht geöffnet werden\n"
-"Besteht dieses Problem wiederholt, stecken Sie das USB-Kabel neu ein."
-
-#: Cura/gui/firmwareInstall.py:39\r
-msgid ""
-"I am sorry, but Cura does not ship with a default firmware for your machine "
-"configuration."
-msgstr ""
-"Bitte entschuldigen Sie, Cura enthält keine Standard-Firmware für Ihre "
-"Geräte-Konfiguration."
-
-#: Cura/gui/firmwareInstall.py:39 Cura/gui/firmwareInstall.py:98\r
-#: Cura/gui/mainWindow.py:463\r
-msgid "Firmware update"
-msgstr "Firmware-Aktualisierung"
-
-#: Cura/gui/firmwareInstall.py:49\r
-msgid "OK"
-msgstr "OK"
-
-#: Cura/gui/firmwareInstall.py:68\r
-msgid "Reading firmware..."
-msgstr "Lese Firmware..."
-
-#: Cura/gui/firmwareInstall.py:70\r
-msgid "Connecting to machine..."
-msgstr "Verbinde zum Gerät..."
-
-#: Cura/gui/firmwareInstall.py:87\r
-msgid "Uploading firmware..."
-msgstr "Hochladen der Firmware..."
-
-#: Cura/gui/firmwareInstall.py:90\r
-#, python-format
-msgid ""
-"Done!\n"
-"Installed firmware: %s"
-msgstr ""
-"Geschafft!\n"
-"Firmware installiert: %s"
-
-#: Cura/gui/firmwareInstall.py:92\r
-msgid "Failed to write firmware.\n"
-msgstr "Schreiben der Firmware fehlgeschlagen.\n"
-
-#: Cura/gui/firmwareInstall.py:97\r
-msgid ""
-"Failed to find machine for firmware upgrade\n"
-"Is your machine connected to the PC?"
-msgstr ""
-"Konnte Gerät für Firmware-Aktualisierung nicht finden\n"
-"Ist das Gerät mit dem PC verbunden?"
-
-#: Cura/gui/mainWindow.py:56\r
-msgid "Load model file...\tCTRL+L"
-msgstr "Lade Modell-Datei...\tCTRL+L"
-
-#: Cura/gui/mainWindow.py:58\r
-msgid "Save model...\tCTRL+S"
-msgstr "Speichere Modell...\tCTRL+S"
-
-#: Cura/gui/mainWindow.py:60\r
-msgid "Clear platform"
-msgstr "Leere Drucktisch"
-
-#: Cura/gui/mainWindow.py:64\r
-msgid "Print...\tCTRL+P"
-msgstr "Drucken...\tCTRL+P"
-
-#: Cura/gui/mainWindow.py:66 Cura/gui/sceneView.py:244\r
-msgid "Save GCode..."
-msgstr "Speichere GCode..."
-
+msgid "Calibrating the Steps Per E requires some manual actions."\r
+msgstr "Das Kalibrieren der Schritte pro E benötigt manuelle Aktionen."\r
+\r
+#: Cura/gui/configWizard.py:708\r
+msgid "First remove any filament from your machine."\r
+msgstr "Entfernen Sie zunächst alles Druckmaterial aus Ihrem Gerät."\r
+\r
+#: Cura/gui/configWizard.py:709\r
+msgid ""\r
+"Next put in your filament so the tip is aligned with the\n"\r
+"top of the extruder drive."\r
+msgstr ""\r
+"Als nächstes schieben Sie das Druckmaterial soweit hinten hinein,\n"\r
+"bis die Spitze auf der selben Höhe wie das obere Ende des Extruder-"\r
+"Mechanismus ist."\r
+\r
+#: Cura/gui/configWizard.py:710\r
+msgid "We'll push the filament 100mm"\r
+msgstr "Druckmaterial um 100mm vorschieben"\r
+\r
+#: Cura/gui/configWizard.py:711\r
+msgid "Extrude 100mm filament"\r
+msgstr "100mm Druckmaterial extrudieren"\r
+\r
+#: Cura/gui/configWizard.py:712\r
+msgid ""\r
+"Now measure the amount of extruded filament:\n"\r
+"(this can be more or less then 100mm)"\r
+msgstr ""\r
+"Messen Sie nun bitte die Menge des extudierten Druckmaterials:\n"\r
+"(kann kürzer oder länger als 100mm sein)"\r
+\r
+#: Cura/gui/configWizard.py:713\r
+msgid "Save"\r
+msgstr "Speichern"\r
+\r
+#: Cura/gui/configWizard.py:714\r
+msgid "This results in the following steps per E:"\r
+msgstr "Dies bedeutet folgende Anzahl Schritte pro E:"\r
+\r
+#: Cura/gui/configWizard.py:716\r
+msgid "You can repeat these steps to get better calibration."\r
+msgstr ""\r
+"Sie können diese Schritte wiederholen, um eine bessere Kalibrierung zu "\r
+"erhalten."\r
+\r
+#: Cura/gui/configWizard.py:719\r
+msgid ""\r
+"If you still have filament in your printer which needs\n"\r
+"heat to remove, press the heat up button below:"\r
+msgstr ""\r
+"Möchten Sie im Drucker verbliebenes Druckmaterial entfernen,\n"\r
+"drücken Sie bitte den Knopf unten, um die Druckspitze dafür aufzuheizen."\r
+\r
+#: Cura/gui/configWizard.py:720\r
+msgid "Heatup for filament removal"\r
+msgstr "Aufheizen zum Entfernen des Druckmaterials"\r
+\r
+#: Cura/gui/configWizard.py:745 Cura/gui/configWizard.py:779\r
+msgid ""\r
+"Error: Failed to open serial port to machine\n"\r
+"If this keeps happening, try disconnecting and reconnecting the USB cable"\r
+msgstr ""\r
+"Fehler: Serieller Port zum Gerät konnte nicht geöffnet werden\n"\r
+"Besteht dieses Problem wiederholt, stecken Sie das USB-Kabel neu ein."\r
+\r
+#: Cura/gui/firmwareInstall.py:44\r
+msgid ""\r
+"I am sorry, but Cura does not ship with a default firmware for your machine "\r
+"configuration."\r
+msgstr ""\r
+"Bitte entschuldigen Sie, Cura enthält keine Standard-Firmware für Ihre "\r
+"Geräte-Konfiguration."\r
+\r
+#: Cura/gui/firmwareInstall.py:44 Cura/gui/firmwareInstall.py:48\r
+#: Cura/gui/firmwareInstall.py:103 Cura/gui/mainWindow.py:506\r
+msgid "Firmware update"\r
+msgstr "Firmware-Aktualisierung"\r
+\r
+#: Cura/gui/firmwareInstall.py:48\r
+msgid ""\r
+"Cura only supports firmware updates for ATMega2560 based hardware.\n"\r
+"So updating your RepRap with Cura might or might not work."\r
+msgstr ""\r
+\r
+#: Cura/gui/firmwareInstall.py:56\r
+msgid "OK"\r
+msgstr "OK"\r
+\r
+#: Cura/gui/firmwareInstall.py:77\r
+msgid "Reading firmware..."\r
+msgstr "Lese Firmware..."\r
+\r
+#: Cura/gui/firmwareInstall.py:79\r
+msgid "Connecting to machine..."\r
+msgstr "Verbinde zum Gerät..."\r
+\r
+#: Cura/gui/firmwareInstall.py:83\r
+msgid ""\r
+"Please connect the printer to\n"\r
+"your computer with the USB cable."\r
+msgstr ""\r
+\r
+#: Cura/gui/firmwareInstall.py:102\r
+msgid ""\r
+"Failed to find machine for firmware upgrade\n"\r
+"Is your machine connected to the PC?"\r
+msgstr ""\r
+"Konnte Gerät für Firmware-Aktualisierung nicht finden\n"\r
+"Ist das Gerät mit dem PC verbunden?"\r
+\r
+#: Cura/gui/firmwareInstall.py:107\r
+msgid "Uploading firmware..."\r
+msgstr "Hochladen der Firmware..."\r
+\r
+#: Cura/gui/firmwareInstall.py:110\r
+#, python-format\r
+msgid ""\r
+"Done!\n"\r
+"Installed firmware: %s"\r
+msgstr ""\r
+"Geschafft!\n"\r
+"Firmware installiert: %s"\r
+\r
+#: Cura/gui/firmwareInstall.py:112\r
+msgid "Failed to write firmware.\n"\r
+msgstr "Schreiben der Firmware fehlgeschlagen.\n"\r
+\r
+#: Cura/gui/mainWindow.py:66\r
+msgid "Load model file...\tCTRL+L"\r
+msgstr "Lade Modell-Datei...\tCTRL+L"\r
+\r
 #: Cura/gui/mainWindow.py:68\r
-msgid "Show slice engine log..."
-msgstr "Zeige Protokoll der Slicing-Engine..."
-
+msgid "Save model...\tCTRL+S"\r
+msgstr "Speichere Modell...\tCTRL+S"\r
+\r
+#: Cura/gui/mainWindow.py:70\r
+#, fuzzy\r
+msgid "Reload platform\tF5"\r
+msgstr "Leere Drucktisch"\r
+\r
 #: Cura/gui/mainWindow.py:72\r
-msgid "Open Profile..."
-msgstr "Öffne Profil..."
-
-#: Cura/gui/mainWindow.py:75\r
-msgid "Save Profile..."
-msgstr "Speichere Profil..."
-
-#: Cura/gui/mainWindow.py:78\r
-msgid "Load Profile from GCode..."
-msgstr "Lade Profil aus GCode..."
-
-#: Cura/gui/mainWindow.py:82\r
-msgid "Reset Profile to default"
-msgstr "Profil auf Standard zurücksetzen"
-
+msgid "Clear platform"\r
+msgstr "Leere Drucktisch"\r
+\r
+#: Cura/gui/mainWindow.py:76\r
+msgid "Print...\tCTRL+P"\r
+msgstr "Drucken...\tCTRL+P"\r
+\r
+#: Cura/gui/mainWindow.py:78 Cura/gui/sceneView.py:279\r
+msgid "Save GCode..."\r
+msgstr "Speichere GCode..."\r
+\r
+#: Cura/gui/mainWindow.py:80\r
+msgid "Show slice engine log..."\r
+msgstr "Zeige Protokoll der Slicing-Engine..."\r
+\r
+#: Cura/gui/mainWindow.py:84\r
+msgid "Open Profile..."\r
+msgstr "Öffne Profil..."\r
+\r
 #: Cura/gui/mainWindow.py:87\r
-msgid "Preferences...\tCTRL+,"
-msgstr "Voreinstellungen...\tCTRL+,"
-
-#: Cura/gui/mainWindow.py:89\r
-msgid "Machine settings..."
-msgstr "Geräte-Einstellungen..."
-
-#: Cura/gui/mainWindow.py:95\r
-msgid "Recent Model Files"
-msgstr "Letzte Modelle"
-
-#: Cura/gui/mainWindow.py:102\r
-msgid "Recent Profile Files"
-msgstr "Letzte Profile"
-
-#: Cura/gui/mainWindow.py:108\r
-msgid "Quit"
-msgstr "Beenden"
-
-#: Cura/gui/mainWindow.py:110\r
-msgid "File"
-msgstr "Datei"
-
-#: Cura/gui/mainWindow.py:118\r
-msgid "Minecraft map import..."
-msgstr "Minecraft Karten Import..."
-
+msgid "Save Profile..."\r
+msgstr "Speichere Profil..."\r
+\r
+#: Cura/gui/mainWindow.py:90\r
+msgid "Load Profile from GCode..."\r
+msgstr "Lade Profil aus GCode..."\r
+\r
+#: Cura/gui/mainWindow.py:94\r
+msgid "Reset Profile to default"\r
+msgstr "Profil auf Standard zurücksetzen"\r
+\r
+#: Cura/gui/mainWindow.py:99\r
+msgid "Preferences...\tCTRL+,"\r
+msgstr "Voreinstellungen...\tCTRL+,"\r
+\r
+#: Cura/gui/mainWindow.py:101 Cura/gui/mainWindow.py:434\r
+msgid "Machine settings..."\r
+msgstr "Geräte-Einstellungen..."\r
+\r
+#: Cura/gui/mainWindow.py:107\r
+msgid "Recent Model Files"\r
+msgstr "Letzte Modelle"\r
+\r
+#: Cura/gui/mainWindow.py:114\r
+msgid "Recent Profile Files"\r
+msgstr "Letzte Profile"\r
+\r
+#: Cura/gui/mainWindow.py:120\r
+msgid "Quit"\r
+msgstr "Beenden"\r
+\r
 #: Cura/gui/mainWindow.py:122\r
-msgid "PID Debugger..."
-msgstr "PID Debugger..."
-
-#: Cura/gui/mainWindow.py:125\r
-msgid "Copy profile to clipboard"
-msgstr "Kopiere Profil in Zwischenablage"
-
-#: Cura/gui/mainWindow.py:127\r
-msgid "Tools"
-msgstr "Werkzeuge"
-
-#: Cura/gui/mainWindow.py:133 Cura/util/profile.py:158\r
-msgid "Machine"
-msgstr "Maschine"
-
-#: Cura/gui/mainWindow.py:136\r
-msgid "Switch to quickprint..."
-msgstr "Wechseln zum Schnelldruck..."
-
-#: Cura/gui/mainWindow.py:140\r
-msgid "Switch to full settings..."
-msgstr "Wechseln zum Expertenmodus..."
-
-#: Cura/gui/mainWindow.py:145\r
-msgid "Open expert settings..."
-msgstr "Öffne Experten-Einstellungen..."
-
-#: Cura/gui/mainWindow.py:149\r
-msgid "Run first run wizard..."
-msgstr "Erster-Start Assistent von Cura aufrufen..."
-
-#: Cura/gui/mainWindow.py:151\r
-msgid "Run bed leveling wizard..."
-msgstr "Drucktisch-Ausrichtung Assistent aufrufen..."
-
-#: Cura/gui/mainWindow.py:154\r
-msgid "Run head offset wizard..."
-msgstr "Assistent für den Druckkopfversatz aufrufen..."
-
-#: Cura/gui/mainWindow.py:157\r
-msgid "Expert"
-msgstr "Experte"
-
-#: Cura/gui/mainWindow.py:160\r
-msgid "Online documentation..."
-msgstr "Online-Dokumentation..."
-
-#: Cura/gui/mainWindow.py:162\r
-msgid "Report a problem..."
-msgstr "Fehler melden..."
-
-#: Cura/gui/mainWindow.py:164\r
-msgid "Check for update..."
-msgstr "Prüfe auf Update..."
-
-#: Cura/gui/mainWindow.py:166\r
-msgid "Open YouMagine website..."
-msgstr "Website YouMagine öffnen..."
-
+msgid "File"\r
+msgstr "Datei"\r
+\r
+#: Cura/gui/mainWindow.py:130\r
+msgid "Minecraft map import..."\r
+msgstr "Minecraft Karten Import..."\r
+\r
+#: Cura/gui/mainWindow.py:134\r
+msgid "PID Debugger..."\r
+msgstr "PID Debugger..."\r
+\r
+#: Cura/gui/mainWindow.py:137\r
+msgid "Copy profile to clipboard"\r
+msgstr "Kopiere Profil in Zwischenablage"\r
+\r
+#: Cura/gui/mainWindow.py:141\r
+msgid "Print all at once"\r
+msgstr ""\r
+\r
+#: Cura/gui/mainWindow.py:143\r
+#, fuzzy\r
+msgid "Print one at a time"\r
+msgstr "Grösse des Druckkopfs"\r
+\r
+#: Cura/gui/mainWindow.py:150\r
+msgid "Tools"\r
+msgstr "Werkzeuge"\r
+\r
+#: Cura/gui/mainWindow.py:156 Cura/util/profile.py:175\r
+msgid "Machine"\r
+msgstr "Maschine"\r
+\r
+#: Cura/gui/mainWindow.py:159\r
+msgid "Switch to quickprint..."\r
+msgstr "Wechseln zum Schnelldruck..."\r
+\r
+#: Cura/gui/mainWindow.py:163\r
+msgid "Switch to full settings..."\r
+msgstr "Wechseln zum Expertenmodus..."\r
+\r
 #: Cura/gui/mainWindow.py:168\r
-msgid "About Cura..."
-msgstr "Über Cura..."
-
-#: Cura/gui/mainWindow.py:170\r
-msgid "Help"
-msgstr "Hilfe"
-
-#: Cura/gui/mainWindow.py:394\r
-msgid "Add new machine..."
-msgstr "Neue Maschine hinzufügen..."
-
-#: Cura/gui/mainWindow.py:399\r
-msgid "Install custom firmware..."
-msgstr "Installiere benutzerdefinierte Firmware..."
-
-#: Cura/gui/mainWindow.py:402\r
-msgid "Install default Marlin firmware..."
-msgstr "Installiere Standard Marlin Firmware..."
-
-#: Cura/gui/mainWindow.py:406\r
-msgid "Select profile file to load"
-msgstr "Wählen Sie die Profil-Datei zum Laden"
-
-#: Cura/gui/mainWindow.py:418\r
-msgid "Select gcode file to load profile from"
-msgstr "Wählen Sie die GCode-Datei zum Laden des Profils"
-
-#: Cura/gui/mainWindow.py:431\r
-msgid ""
-"No profile found in GCode file.\n"
-"This feature only works with GCode files made by Cura 12.07 or newer."
-msgstr ""
-"Kein Profil in der GCode-Datei gefunden.\n"
-"Diese Funktion ist nur bei GCode-Dateien verfügbar, welche mit Cura ab "
-"Version 12.07 erstellt wurden."
-
-#: Cura/gui/mainWindow.py:431\r
-msgid "Profile load error"
-msgstr "Fehler beim Laden des Profils"
-
-#: Cura/gui/mainWindow.py:435\r
-msgid "Select profile file to save"
-msgstr "Wählen Sie die Profil-Datei zum Speichern aus"
-
+#, fuzzy\r
+msgid "Open expert settings...\tCTRL+E"\r
+msgstr "Öffne Experten-Einstellungen..."\r
+\r
+#: Cura/gui/mainWindow.py:172\r
+msgid "Run first run wizard..."\r
+msgstr "Erster-Start Assistent von Cura aufrufen..."\r
+\r
+#: Cura/gui/mainWindow.py:174\r
+msgid "Run bed leveling wizard..."\r
+msgstr "Drucktisch-Ausrichtung Assistent aufrufen..."\r
+\r
+#: Cura/gui/mainWindow.py:176\r
+msgid "Run head offset wizard..."\r
+msgstr "Assistent für den Druckkopfversatz aufrufen..."\r
+\r
+#: Cura/gui/mainWindow.py:179\r
+msgid "Expert"\r
+msgstr "Experte"\r
+\r
+#: Cura/gui/mainWindow.py:182\r
+msgid "Online documentation..."\r
+msgstr "Online-Dokumentation..."\r
+\r
+#: Cura/gui/mainWindow.py:184\r
+msgid "Report a problem..."\r
+msgstr "Fehler melden..."\r
+\r
+#: Cura/gui/mainWindow.py:186\r
+msgid "Check for update..."\r
+msgstr "Prüfe auf Update..."\r
+\r
+#: Cura/gui/mainWindow.py:188\r
+msgid "Open YouMagine website..."\r
+msgstr "Website YouMagine öffnen..."\r
+\r
+#: Cura/gui/mainWindow.py:190\r
+msgid "About Cura..."\r
+msgstr "Über Cura..."\r
+\r
+#: Cura/gui/mainWindow.py:192\r
+msgid "Help"\r
+msgstr "Hilfe"\r
+\r
+#: Cura/gui/mainWindow.py:343\r
+msgid ""\r
+"For \"One at a time\" printing, you need to have entered the correct head "\r
+"size and gantry height in the machine settings"\r
+msgstr ""\r
+\r
+#: Cura/gui/mainWindow.py:343\r
+msgid "One at a time warning"\r
+msgstr ""\r
+\r
+#: Cura/gui/mainWindow.py:440\r
+#, fuzzy\r
+msgid "Install default firmware..."\r
+msgstr "Installiere Standard Marlin Firmware..."\r
+\r
 #: Cura/gui/mainWindow.py:443\r
-msgid ""
-"This will reset all profile settings to defaults.\n"
-"Unless you have saved your current profile, all settings will be lost!\n"
-"Do you really want to reset?"
-msgstr ""
-"Dieser Vorgang setzt alle Profileinstellungen auf die Standardwerte zurück.\n"
-"Alle Einstellungen die nicht in einem Profil gespeichert wurden, gehen "
-"verloren!\n"
-"Wollen Sie die Profil-Einstellungen wirklich zurücksetzen?"
-
-#: Cura/gui/mainWindow.py:443\r
-msgid "Profile reset"
-msgstr "Profil zurücksetzen"
-
-#: Cura/gui/mainWindow.py:463\r
-msgid ""
-"Warning: Installing a custom firmware does not guarantee that you machine "
-"will function correctly, and could damage your machine."
-msgstr ""
-"Warnung: Die Installation einer benutzerdefinierten Firmware garantiert "
-"nicht automatisch die Funktionstüchtigkeit ihres Geräts, und kann zu "
-"Beschädigungen an Ihrem Gerät führen."
-
-#: Cura/gui/mainWindow.py:464\r
-msgid "Open firmware to upload"
-msgstr "Firmware zum Hochladen auswählen"
-
-#: Cura/gui/mainWindow.py:531\r
-msgid "You are running the latest version of Cura!"
-msgstr "Sie verwenden die aktuelle Version von Cura!"
-
-#: Cura/gui/mainWindow.py:531\r
-msgid "Awesome!"
-msgstr "Sehr gut!"
-
-#: Cura/gui/mainWindow.py:586\r
-msgid "Plugins"
-msgstr "Plugins"
-
-#: Cura/gui/pluginPanel.py:26\r
-msgid "Plugins:"
-msgstr "Plugins:"
-
-#: Cura/gui/pluginPanel.py:30\r
-msgid "Open plugin location"
-msgstr "Öffne Plugin-Verzeichnis"
-
+msgid "Install custom firmware..."\r
+msgstr "Installiere benutzerdefinierte Firmware..."\r
+\r
+#: Cura/gui/mainWindow.py:447\r
+msgid "Select profile file to load"\r
+msgstr "Wählen Sie die Profil-Datei zum Laden"\r
+\r
+#: Cura/gui/mainWindow.py:459\r
+msgid "Select gcode file to load profile from"\r
+msgstr "Wählen Sie die GCode-Datei zum Laden des Profils"\r
+\r
+#: Cura/gui/mainWindow.py:472\r
+msgid ""\r
+"No profile found in GCode file.\n"\r
+"This feature only works with GCode files made by Cura 12.07 or newer."\r
+msgstr ""\r
+"Kein Profil in der GCode-Datei gefunden.\n"\r
+"Diese Funktion ist nur bei GCode-Dateien verfügbar, welche mit Cura ab "\r
+"Version 12.07 erstellt wurden."\r
+\r
+#: Cura/gui/mainWindow.py:472\r
+msgid "Profile load error"\r
+msgstr "Fehler beim Laden des Profils"\r
+\r
+#: Cura/gui/mainWindow.py:476\r
+msgid "Select profile file to save"\r
+msgstr "Wählen Sie die Profil-Datei zum Speichern aus"\r
+\r
+#: Cura/gui/mainWindow.py:486\r
+msgid ""\r
+"This will reset all profile settings to defaults.\n"\r
+"Unless you have saved your current profile, all settings will be lost!\n"\r
+"Do you really want to reset?"\r
+msgstr ""\r
+"Dieser Vorgang setzt alle Profileinstellungen auf die Standardwerte zurück.\n"\r
+"Alle Einstellungen die nicht in einem Profil gespeichert wurden, gehen "\r
+"verloren!\n"\r
+"Wollen Sie die Profil-Einstellungen wirklich zurücksetzen?"\r
+\r
+#: Cura/gui/mainWindow.py:486\r
+msgid "Profile reset"\r
+msgstr "Profil zurücksetzen"\r
+\r
+#: Cura/gui/mainWindow.py:506\r
+msgid ""\r
+"Warning: Installing a custom firmware does not guarantee that you machine "\r
+"will function correctly, and could damage your machine."\r
+msgstr ""\r
+"Warnung: Die Installation einer benutzerdefinierten Firmware garantiert "\r
+"nicht automatisch die Funktionstüchtigkeit ihres Geräts, und kann zu "\r
+"Beschädigungen an Ihrem Gerät führen."\r
+\r
+#: Cura/gui/mainWindow.py:507\r
+msgid "Open firmware to upload"\r
+msgstr "Firmware zum Hochladen auswählen"\r
+\r
+#: Cura/gui/mainWindow.py:566\r
+msgid "You are running the latest version of Cura!"\r
+msgstr "Sie verwenden die aktuelle Version von Cura!"\r
+\r
+#: Cura/gui/mainWindow.py:566\r
+msgid "Awesome!"\r
+msgstr "Sehr gut!"\r
+\r
+#: Cura/gui/mainWindow.py:621\r
+msgid "Plugins"\r
+msgstr "Plugins"\r
+\r
+#: Cura/gui/pluginPanel.py:27\r
+msgid "Plugins:"\r
+msgstr "Plugins:"\r
+\r
 #: Cura/gui/pluginPanel.py:31\r
-msgid "Enabled plugins"
-msgstr "Plugins einschalten"
-
-#: Cura/gui/pluginPanel.py:133\r
-msgid "You need to select a plugin before you can add anything."
-msgstr "Bitte wählen Sie zunächst das gewünschte Plugin aus."
-
-#: Cura/gui/pluginPanel.py:133\r
-msgid "Error: no plugin selected"
-msgstr "Fehler: Kein Plugin ausgewählt"
-
-#: Cura/gui/preferencesDialog.py:25\r
-msgid "Colours"
-msgstr "Farben"
-
-#: Cura/gui/preferencesDialog.py:31 Cura/util/profile.py:331\r
-msgid "Language"
-msgstr "Sprache"
-
-#: Cura/gui/preferencesDialog.py:34\r
-msgid "Filament settings"
-msgstr "Druckmaterial-Einstellungen"
-
-#: Cura/gui/preferencesDialog.py:44\r
-msgid "Cura settings"
-msgstr "Cura-Einstellungen"
-
-#: Cura/gui/preferencesDialog.py:78\r
-msgid "Machine settings"
-msgstr "Maschinen-Einstellungen"
-
-#: Cura/gui/preferencesDialog.py:88\r
-msgid "Printer head size"
-msgstr "Grösse des Druckkopfs"
-
-#: Cura/gui/preferencesDialog.py:96\r
-#, python-format
-msgid "Extruder %d"
-msgstr "Extruder %d"
-
-#: Cura/gui/preferencesDialog.py:100\r
-msgid "Communication settings"
-msgstr "Kommunikations-Einstellungen"
-
-#: Cura/gui/preferencesDialog.py:143\r
-msgid "Cannot remove the last machine configuration in Cura"
-msgstr "Kann die letzte Gerätekonfiguration nicht aus Cura entfernen"
-
-#: Cura/gui/preferencesDialog.py:143\r
-msgid "Machine remove error"
-msgstr "Fehler: Gerät entfernen"
-
-#: Cura/gui/printWindow.py:132\r
-msgid "Printing"
-msgstr "Drucken"
-
-#: Cura/gui/printWindow.py:158\r
-msgid "Statistics"
-msgstr "Statistik"
-
-#: Cura/gui/printWindow.py:163\r
-msgid ""
-"Your computer is running on battery power.\n"
-"Connect your computer to AC power or your print might not finish."
-msgstr ""
-"Ihr Computer läuft mit Batterie-Strom.\n"
-"Schliessen Sie Ihren Computer ans Stromnetz an, oder Ihr Druck kann "
-"möglicherweise nicht fertiggestellt werden."
-
-#: Cura/gui/printWindow.py:174\r
-msgid ""
-"Filament: ####.##m #.##g\n"
-"Estimated print time: #####:##\n"
-"Machine state:\n"
-"Detecting baudrateXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
-msgstr ""
-"Druckmaterial: ####.##m #.##g\n"
-"Geschätzte Druckzeit: #####:##\n"
-"Gerätestatus:\n"
-"Ermittle BaudrateXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
-
-#: Cura/gui/printWindow.py:179\r
-msgid "Connect"
-msgstr "Verbinden"
-
-#: Cura/gui/printWindow.py:181 Cura/gui/sceneView.py:65\r
-#: Cura/gui/sceneView.py:803\r
-msgid "Print"
-msgstr "Drucken"
-
-#: Cura/gui/printWindow.py:182 Cura/gui/printWindow.py:428\r
-msgid "Pause"
-msgstr "Pause"
-
-#: Cura/gui/printWindow.py:183\r
-msgid "Cancel print"
-msgstr "Druck abbrechen"
-
-#: Cura/gui/printWindow.py:184\r
-msgid "Error log"
-msgstr "Fehlerbericht"
-
-#: Cura/gui/printWindow.py:206\r
-msgid "BedTemp:"
-msgstr "TischTemp:"
-
-#: Cura/gui/printWindow.py:214\r
-msgid "Temp:"
-msgstr "Temp:"
-
-#: Cura/gui/printWindow.py:262\r
-msgid "Jog"
-msgstr "Steuerung"
-
-#: Cura/gui/printWindow.py:277\r
-msgid "Outer wall:"
-msgstr "Aussenwand:"
-
-#: Cura/gui/printWindow.py:280\r
-msgid "Inner wall:"
-msgstr "Innenwand:"
-
-#: Cura/gui/printWindow.py:283\r
-msgid "Fill:"
-msgstr "Füllung:"
-
-#: Cura/gui/printWindow.py:286\r
-msgid "Support:"
-msgstr "Stützen:"
-
-#: Cura/gui/printWindow.py:290 Cura/util/profile.py:183\r
-#: Cura/util/profile.py:184 Cura/util/profile.py:185\r
-msgid "Speed"
-msgstr "Geschwindigkeit"
-
-#: Cura/gui/printWindow.py:308\r
-msgid "Term"
-msgstr "Terminal"
-
-#: Cura/gui/printWindow.py:363\r
-msgid "Enable timelapse movie recording"
-msgstr "Aktiviere Zeitraffer-Aufnahmen"
-
-#: Cura/gui/printWindow.py:377\r
-msgid "Show preview"
-msgstr "Vorschau"
-
-#: Cura/gui/printWindow.py:383\r
-msgid "Camera"
-msgstr "Kamera"
-
-#: Cura/gui/printWindow.py:426\r
-msgid "Resume"
-msgstr "Fortsetzen"
-
-#: Cura/gui/printWindow.py:443\r
-msgid "Loading gcode...\n"
-msgstr "Lade Gcode...\n"
-
-#: Cura/gui/printWindow.py:445\r
-#, python-format
-msgid "Filament: %(amount).2fm %(weight).2fg\n"
-msgstr "Druckmaterial: %(amount).2fm %(weight).2fg\n"
-
-#: Cura/gui/printWindow.py:448\r
-#, python-format
-msgid "Filament cost: %s\n"
-msgstr "Kosten Druckmaterial: %s\n"
-
+msgid "Open plugin location"\r
+msgstr "Öffne Plugin-Verzeichnis"\r
+\r
+#: Cura/gui/pluginPanel.py:32\r
+msgid "Enabled plugins"\r
+msgstr "Plugins einschalten"\r
+\r
+#: Cura/gui/pluginPanel.py:134\r
+msgid "You need to select a plugin before you can add anything."\r
+msgstr "Bitte wählen Sie zunächst das gewünschte Plugin aus."\r
+\r
+#: Cura/gui/pluginPanel.py:134\r
+msgid "Error: no plugin selected"\r
+msgstr "Fehler: Kein Plugin ausgewählt"\r
+\r
+#: Cura/gui/preferencesDialog.py:28\r
+#, fuzzy\r
+msgid "Print window"\r
+msgstr "Drucken"\r
+\r
+#: Cura/gui/preferencesDialog.py:31\r
+msgid "Colours"\r
+msgstr "Farben"\r
+\r
+#: Cura/gui/preferencesDialog.py:37 Cura/util/profile.py:358\r
+msgid "Language"\r
+msgstr "Sprache"\r
+\r
+#: Cura/gui/preferencesDialog.py:40\r
+msgid "Filament settings"\r
+msgstr "Druckmaterial-Einstellungen"\r
+\r
+#: Cura/gui/preferencesDialog.py:50\r
+msgid "Cura settings"\r
+msgstr "Cura-Einstellungen"\r
+\r
+#: Cura/gui/preferencesDialog.py:84\r
+msgid "Machine settings"\r
+msgstr "Maschinen-Einstellungen"\r
+\r
+#: Cura/gui/preferencesDialog.py:95\r
+msgid "Printer head size"\r
+msgstr "Grösse des Druckkopfs"\r
+\r
+#: Cura/gui/preferencesDialog.py:103\r
+#, python-format\r
+msgid "Extruder %d"\r
+msgstr "Extruder %d"\r
+\r
+#: Cura/gui/preferencesDialog.py:107\r
+msgid "Communication settings"\r
+msgstr "Kommunikations-Einstellungen"\r
+\r
+#: Cura/gui/preferencesDialog.py:150\r
+msgid "Cannot remove the last machine configuration in Cura"\r
+msgstr "Kann die letzte Gerätekonfiguration nicht aus Cura entfernen"\r
+\r
+#: Cura/gui/preferencesDialog.py:150\r
+msgid "Machine remove error"\r
+msgstr "Fehler: Gerät entfernen"\r
+\r
+#: Cura/gui/printWindow.py:33 Cura/gui/printWindow.py:298\r
+#, fuzzy, python-format\r
+msgid "Printing on %s"\r
+msgstr "Drucken"\r
+\r
+#: Cura/gui/printWindow.py:310\r
+msgid ""\r
+"Your computer is running on battery power.\n"\r
+"Connect your computer to AC power or your print might not finish."\r
+msgstr ""\r
+"Ihr Computer läuft mit Batterie-Strom.\n"\r
+"Schliessen Sie Ihren Computer ans Stromnetz an, oder Ihr Druck kann "\r
+"möglicherweise nicht fertiggestellt werden."\r
+\r
+#: Cura/gui/printWindow.py:320\r
+msgid ""\r
+"InfoLine from printer connection\n"\r
+"InfoLine from dialog\n"\r
+"Extra line"\r
+msgstr ""\r
+\r
+#: Cura/gui/printWindow.py:322\r
+msgid "Connect"\r
+msgstr "Verbinden"\r
+\r
+#: Cura/gui/printWindow.py:324 Cura/gui/sceneView.py:65\r
+msgid "Print"\r
+msgstr "Drucken"\r
+\r
+#: Cura/gui/printWindow.py:325\r
+msgid "Pause"\r
+msgstr "Pause"\r
+\r
+#: Cura/gui/printWindow.py:326\r
+msgid "Cancel print"\r
+msgstr "Druck abbrechen"\r
+\r
+#: Cura/gui/printWindow.py:327\r
+msgid "Error log"\r
+msgstr "Fehlerbericht"\r
+\r
 #: Cura/gui/sceneView.py:64\r
-msgid "Load"
-msgstr "Laden"
-
+msgid "Load"\r
+msgstr "Laden"\r
+\r
 #: Cura/gui/sceneView.py:69\r
-msgid "Rotate"
-msgstr "Drehe"
-
+msgid "Rotate"\r
+msgstr "Drehe"\r
+\r
 #: Cura/gui/sceneView.py:70\r
-msgid "Scale"
-msgstr "Skaliere"
-
+msgid "Scale"\r
+msgstr "Skaliere"\r
+\r
 #: Cura/gui/sceneView.py:71\r
-msgid "Mirror"
-msgstr "Spiegle"
-
+msgid "Mirror"\r
+msgstr "Spiegle"\r
+\r
 #: Cura/gui/sceneView.py:73 Cura/gui/sceneView.py:76\r
-msgid "Reset"
-msgstr "Zurücksetzen"
-
+msgid "Reset"\r
+msgstr "Zurücksetzen"\r
+\r
 #: Cura/gui/sceneView.py:74\r
-msgid "Lay flat"
-msgstr "Flach legen"
-
+msgid "Lay flat"\r
+msgstr "Flach legen"\r
+\r
 #: Cura/gui/sceneView.py:77\r
-msgid "To max"
-msgstr "Maximum"
-
+msgid "To max"\r
+msgstr "Maximum"\r
+\r
 #: Cura/gui/sceneView.py:79\r
-msgid "Mirror X"
-msgstr "Spiegle X"
-
+msgid "Mirror X"\r
+msgstr "Spiegle X"\r
+\r
 #: Cura/gui/sceneView.py:80\r
-msgid "Mirror Y"
-msgstr "Spiegle Y"
-
+msgid "Mirror Y"\r
+msgstr "Spiegle Y"\r
+\r
 #: Cura/gui/sceneView.py:81\r
-msgid "Mirror Z"
-msgstr "Spiegle Z"
-
+msgid "Mirror Z"\r
+msgstr "Spiegle Z"\r
+\r
 #: Cura/gui/sceneView.py:89\r
-msgid "Scale X"
-msgstr "Skalierung X"
-
+msgid "Scale X"\r
+msgstr "Skalierung X"\r
+\r
 #: Cura/gui/sceneView.py:91\r
-msgid "Scale Y"
-msgstr "Skalierung Y"
-
+msgid "Scale Y"\r
+msgstr "Skalierung Y"\r
+\r
 #: Cura/gui/sceneView.py:93\r
-msgid "Scale Z"
-msgstr "Skalierung Z"
-
+msgid "Scale Z"\r
+msgstr "Skalierung Z"\r
+\r
 #: Cura/gui/sceneView.py:95\r
-msgid "Size X (mm)"
-msgstr "Grösse X (mm)"
-
+msgid "Size X (mm)"\r
+msgstr "Grösse X (mm)"\r
+\r
 #: Cura/gui/sceneView.py:97\r
-msgid "Size Y (mm)"
-msgstr "Grösse Y (mm)"
-
+msgid "Size Y (mm)"\r
+msgstr "Grösse Y (mm)"\r
+\r
 #: Cura/gui/sceneView.py:99\r
-msgid "Size Z (mm)"
-msgstr "Grösse Z (mm)"
-
+msgid "Size Z (mm)"\r
+msgstr "Grösse Z (mm)"\r
+\r
 #: Cura/gui/sceneView.py:101\r
-msgid "Uniform scale"
-msgstr "Proportional"
-
+msgid "Uniform scale"\r
+msgstr "Proportional"\r
+\r
 #: Cura/gui/sceneView.py:104\r
-msgid "View mode"
-msgstr "Ansicht"
-
+msgid "View mode"\r
+msgstr "Ansicht"\r
+\r
 #: Cura/gui/sceneView.py:104\r
-msgid "Normal"
-msgstr "Normal"
-
+msgid "Normal"\r
+msgstr "Normal"\r
+\r
 #: Cura/gui/sceneView.py:104\r
-msgid "Overhang"
-msgstr "Überhänge"
-
+msgid "Overhang"\r
+msgstr "Überhänge"\r
+\r
 #: Cura/gui/sceneView.py:104\r
-msgid "Transparent"
-msgstr "Transparent"
-
+msgid "Transparent"\r
+msgstr "Transparent"\r
+\r
 #: Cura/gui/sceneView.py:104\r
-msgid "X-Ray"
-msgstr "Röntgen"
-
+msgid "X-Ray"\r
+msgstr "Röntgen"\r
+\r
 #: Cura/gui/sceneView.py:104\r
-msgid "Layers"
-msgstr "Schichten"
-
-#: Cura/gui/sceneView.py:107\r
-msgid "Share on YouMagine"
-msgstr "Teile auf YouMagine"
-
-#: Cura/gui/sceneView.py:198\r
-msgid "Open 3D model"
-msgstr "Öffne 3D-Modell"
-
-#: Cura/gui/sceneView.py:213\r
-msgid "Save 3D model"
-msgstr "Speichere 3D-Modell"
-
-#: Cura/gui/sceneView.py:243\r
-msgid "Print with USB"
-msgstr "Drucke via USB"
-
-#: Cura/gui/sceneView.py:245\r
-msgid "Slice engine log..."
-msgstr "Bericht der Slicing-Engine..."
-
-#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:809\r
-msgid "Save toolpath"
-msgstr "Speichere Maschinencode"
-
-#: Cura/gui/sceneView.py:295\r
-msgid "The slicing engine reported the following"
-msgstr "Die Slicing-Engine meldete folgendes"
-
-#: Cura/gui/sceneView.py:295\r
-msgid "Engine log..."
-msgstr "Bericht der Engine..."
-
-#: Cura/gui/sceneView.py:422\r
-msgid "How many copies do you want?"
-msgstr "Wie viele Kopien wollen Sie?"
-
-#: Cura/gui/sceneView.py:422\r
-msgid "Number of copies"
-msgstr "Anzahl der Kopien"
-
-#: Cura/gui/sceneView.py:422\r
-msgid "Multiply"
-msgstr "Vervielfachen"
-
-#: Cura/gui/sceneView.py:674\r
-msgid "Delete object"
-msgstr "Lösche Objekt"
-
-#: Cura/gui/sceneView.py:675\r
-msgid "Center on platform"
-msgstr "Auf Plattform zentrieren"
-
-#: Cura/gui/sceneView.py:676\r
-msgid "Multiply object"
-msgstr "Vervielfache Objekt"
-
-#: Cura/gui/sceneView.py:677\r
-msgid "Split object into parts"
-msgstr "Teile Objekt auf"
-
-#: Cura/gui/sceneView.py:679\r
-msgid "Dual extrusion merge"
-msgstr "Doppelextrusion Verbindung"
-
-#: Cura/gui/sceneView.py:681\r
-msgid "Delete all objects"
-msgstr "Lösche alle Objekte"
-
-#: Cura/gui/sceneView.py:806\r
-msgid "Toolpath to SD"
-msgstr "Maschinencode auf SD-Karte"
-
-#: Cura/gui/sceneView.py:1116\r
-msgid "Loading toolpath for visualization..."
-msgstr "Lade Maschinencode zur Visualisierung..."
-
-#: Cura/gui/sceneView.py:1167\r
-msgid "Overhang view not working due to lack of OpenGL shaders support."
-msgstr ""
-"Die Überhang-Ansicht funktioniert nicht, da auf Ihrem Computer keine OpenGL "
-"Shader unterstützt werden."
-
+msgid "Layers"\r
+msgstr "Schichten"\r
+\r
+#: Cura/gui/sceneView.py:106\r
+msgid "Share on YouMagine"\r
+msgstr "Teile auf YouMagine"\r
+\r
+#: Cura/gui/sceneView.py:204\r
+msgid "Open 3D model"\r
+msgstr "Öffne 3D-Modell"\r
+\r
+#: Cura/gui/sceneView.py:229\r
+msgid "Save 3D model"\r
+msgstr "Speichere 3D-Modell"\r
+\r
+#: Cura/gui/sceneView.py:276 Cura/gui/sceneView.py:914\r
+#, fuzzy, python-format\r
+msgid "Print with %s"\r
+msgstr "Drucke via USB"\r
+\r
+#: Cura/gui/sceneView.py:280\r
+msgid "Slice engine log..."\r
+msgstr "Bericht der Slicing-Engine..."\r
+\r
+#: Cura/gui/sceneView.py:305 Cura/gui/sceneView.py:917\r
+msgid "Save toolpath"\r
+msgstr "Speichere Maschinencode"\r
+\r
+#: Cura/gui/sceneView.py:351\r
+msgid "The slicing engine reported the following"\r
+msgstr "Die Slicing-Engine meldete folgendes"\r
+\r
+#: Cura/gui/sceneView.py:351\r
+msgid "Engine log..."\r
+msgstr "Bericht der Engine..."\r
+\r
+#: Cura/gui/sceneView.py:490\r
+msgid "How many copies do you want?"\r
+msgstr "Wie viele Kopien wollen Sie?"\r
+\r
+#: Cura/gui/sceneView.py:490\r
+msgid "Number of copies"\r
+msgstr "Anzahl der Kopien"\r
+\r
+#: Cura/gui/sceneView.py:490\r
+msgid "Multiply"\r
+msgstr "Vervielfachen"\r
+\r
+#: Cura/gui/sceneView.py:780\r
+msgid "Center on platform"\r
+msgstr "Auf Plattform zentrieren"\r
+\r
+#: Cura/gui/sceneView.py:781\r
+msgid "Delete object"\r
+msgstr "Lösche Objekt"\r
+\r
+#: Cura/gui/sceneView.py:782\r
+msgid "Multiply object"\r
+msgstr "Vervielfache Objekt"\r
+\r
+#: Cura/gui/sceneView.py:783\r
+msgid "Split object into parts"\r
+msgstr "Teile Objekt auf"\r
+\r
+#: Cura/gui/sceneView.py:785\r
+msgid "Dual extrusion merge"\r
+msgstr "Doppelextrusion Verbindung"\r
+\r
+#: Cura/gui/sceneView.py:787\r
+msgid "Delete all objects"\r
+msgstr "Lösche alle Objekte"\r
+\r
+#: Cura/gui/sceneView.py:788\r
+#, fuzzy\r
+msgid "Reload all objects"\r
+msgstr "Lösche alle Objekte"\r
+\r
+#: Cura/gui/sceneView.py:911\r
+msgid "Toolpath to SD"\r
+msgstr "Maschinencode auf SD-Karte"\r
+\r
+#: Cura/gui/sceneView.py:1205\r
+msgid "Overhang view not working due to lack of OpenGL shaders support."\r
+msgstr ""\r
+"Die Überhang-Ansicht funktioniert nicht, da auf Ihrem Computer keine OpenGL "\r
+"Shader unterstützt werden."\r
+\r
+#: Cura/gui/simpleMode.py:19\r
+msgid "High quality print"\r
+msgstr "Hohe Qualität"\r
+\r
 #: Cura/gui/simpleMode.py:20\r
-msgid "High quality print"
-msgstr "Hohe Qualität"
-
+msgid "Normal quality print"\r
+msgstr "Normale Qualität"\r
+\r
 #: Cura/gui/simpleMode.py:21\r
-msgid "Normal quality print"
-msgstr "Normale Qualität"
-
+msgid "Fast low quality print"\r
+msgstr "Schlechte Qualität"\r
+\r
 #: Cura/gui/simpleMode.py:22\r
-msgid "Fast low quality print"
-msgstr "Schlechte Qualität"
-
-#: Cura/gui/simpleMode.py:23\r
-msgid "Thin walled cup or vase"
-msgstr "Dünnwandige Schale oder Vase"
-
-#: Cura/gui/simpleMode.py:33\r
-msgid "Print support structure"
-msgstr "Stützmaterial drucken"
-
-#: Cura/gui/simpleMode.py:38\r
-msgid "Select a print type:"
-msgstr "Druckqualität wählen:"
-
-#: Cura/gui/simpleMode.py:48\r
-msgid "Material:"
-msgstr "Material:"
-
-#: Cura/gui/simpleMode.py:52\r
-msgid "Diameter:"
-msgstr "Durchmesser:"
-
-#: Cura/gui/simpleMode.py:58\r
-msgid "Other:"
-msgstr "Weiteres:"
-
-#: Cura/gui/simpleMode.py:118\r
-msgid "Exterior Only"
-msgstr "Nur Aussen"
-
-#: Cura/gui/tools/batchRun.py:14\r
-msgid "Cura - Batch run"
-msgstr "Cura - Stapelverarbeitung"
-
-#: Cura/gui/tools/batchRun.py:29\r
-msgid "Add"
-msgstr "Hinzufügen"
-
-#: Cura/gui/tools/batchRun.py:30\r
-msgid "Remove"
-msgstr "Entfernen"
-
-#: Cura/gui/tools/batchRun.py:31\r
-msgid "Prepare all"
-msgstr "Alle vorbereiten"
-
-#: Cura/gui/tools/batchRun.py:47\r
-msgid "Open file to batch prepare"
-msgstr "Modell zur Stapelverarbeitung hinzufügen"
-
-#: Cura/gui/tools/batchRun.py:134\r
-#, python-format
-msgid "Building: %d                           "
-msgstr "Verarbeite: %d"
-
-#: Cura/gui/tools/batchRun.py:137\r
-#, python-format
-msgid "Done: 0/%d                           "
-msgstr "Erledigt: 0/%d"
-
-#: Cura/gui/tools/batchRun.py:140\r
-msgid "Abort"
-msgstr "Abbrechen"
-
-#: Cura/gui/tools/batchRun.py:163 Cura/gui/tools/batchRun.py:233\r
-msgid "Close"
-msgstr "Schliessen"
-
-#: Cura/gui/tools/batchRun.py:187\r
-#, python-format
-msgid "Build: %d models"
-msgstr "Verarbeite: %d Modelle"
-
-#: Cura/gui/tools/batchRun.py:188\r
-#, python-format
-msgid ""
-"\n"
-"Slicing took: %(hours)02d:%(minutes)02d"
-msgstr ""
-"\n"
-"Slicen dauerte: %(hours)02d:%(minutes)02d"
-
-#: Cura/gui/tools/batchRun.py:198\r
-#, python-format
-msgid "Building: [%(index)d/%(size)d]"
-msgstr "Verarbeite: [%(index)d/%(size)d]"
-
-#: Cura/gui/tools/batchRun.py:214\r
-msgid "Aborted by user."
-msgstr "Abgebrochen durch den Benutzer."
-
-#: Cura/gui/tools/batchRun.py:228\r
-#, python-format
-msgid "Done %(index)d/%(size)d"
-msgstr "Erledigt %(index)d/%(size)d"
-
-#: Cura/gui/tools/batchRun.py:236\r
-msgid "To SDCard"
-msgstr "Auf SDKarte"
-
-#: Cura/gui/tools/youmagineGui.py:79\r
-msgid "Checking token"
-msgstr "Prüfe Element"
-
-#: Cura/gui/tools/youmagineGui.py:83\r
-msgid "Failed to contact YouMagine.com"
-msgstr "Verbindung zu YouMagine.com fehlgeschlagen"
-
-#: Cura/gui/tools/youmagineGui.py:83 Cura/gui/tools/youmagineGui.py:116\r
+msgid "Thin walled cup or vase"\r
+msgstr "Dünnwandige Schale oder Vase"\r
+\r
+#: Cura/gui/simpleMode.py:32\r
+msgid "Print support structure"\r
+msgstr "Stützmaterial drucken"\r
+\r
+#: Cura/gui/simpleMode.py:37\r
+#, fuzzy\r
+msgid "Select a quickprint profile:"\r
+msgstr "Druckqualität wählen:"\r
+\r
+#: Cura/gui/simpleMode.py:47\r
+msgid "Material:"\r
+msgstr "Material:"\r
+\r
+#: Cura/gui/simpleMode.py:51\r
+msgid "Diameter:"\r
+msgstr "Durchmesser:"\r
+\r
+#: Cura/gui/simpleMode.py:57\r
+msgid "Other:"\r
+msgstr "Weiteres:"\r
+\r
+#: Cura/gui/simpleMode.py:85\r
+msgid "Exterior Only"\r
+msgstr "Nur Aussen"\r
+\r
+#: Cura/gui/tools/imageToMesh.py:28\r
+#, fuzzy\r
+msgid "Height (mm)"\r
+msgstr "Schichtdicke (mm)"\r
+\r
+#: Cura/gui/tools/imageToMesh.py:32\r
+#, fuzzy\r
+msgid "Base (mm)"\r
+msgstr "Basisdicke (mm)"\r
+\r
+#: Cura/gui/tools/imageToMesh.py:36\r
+#, fuzzy\r
+msgid "Width (mm)"\r
+msgstr "Breite des Geräts (mm)"\r
+\r
+#: Cura/gui/tools/imageToMesh.py:40\r
+#, fuzzy\r
+msgid "Depth (mm)"\r
+msgstr "Durchmesser (mm)"\r
+\r
+#: Cura/gui/tools/projector.py:42\r
+msgid "Edit"\r
+msgstr ""\r
+\r
+#: Cura/gui/tools/projector.py:43\r
+msgid "Rectangle"\r
+msgstr ""\r
+\r
+#: Cura/gui/tools/projector.py:44\r
+#, fuzzy\r
+msgid "Circle"\r
+msgstr "Datei"\r
+\r
+#: Cura/gui/tools/projector.py:45\r
+msgid "Draw curves"\r
+msgstr ""\r
+\r
+#: Cura/gui/tools/youmagineGui.py:78\r
+msgid "Checking token"\r
+msgstr "Prüfe Element"\r
+\r
+#: Cura/gui/tools/youmagineGui.py:82\r
+msgid "Failed to contact YouMagine.com"\r
+msgstr "Verbindung zu YouMagine.com fehlgeschlagen"\r
+\r
+#: Cura/gui/tools/youmagineGui.py:82 Cura/gui/tools/youmagineGui.py:116\r
 #: Cura/gui/tools/youmagineGui.py:133 Cura/gui/tools/youmagineGui.py:140\r
 #: Cura/gui/tools/youmagineGui.py:148 Cura/gui/tools/youmagineGui.py:153\r
-msgid "YouMagine error."
-msgstr "YouMagine Fehler."
-
+msgid "YouMagine error."\r
+msgstr "YouMagine Fehler."\r
+\r
 #: Cura/gui/tools/youmagineGui.py:100\r
-msgid "Cura is now authorized to share on YouMagine"
-msgstr "Cura ist nun berechtigt, Modell nach YouMagine hochzuladen"
-
+msgid "Cura is now authorized to share on YouMagine"\r
+msgstr "Cura ist nun berechtigt, Modell nach YouMagine hochzuladen"\r
+\r
 #: Cura/gui/tools/youmagineGui.py:100\r
-msgid "YouMagine."
-msgstr "YouMagine."
-
+msgid "YouMagine."\r
+msgstr "YouMagine."\r
+\r
 #: Cura/gui/tools/youmagineGui.py:112\r
-msgid "Creating new design on YouMagine..."
-msgstr "Erstelle ein neues Design bei YouMagine..."
-
+msgid "Creating new design on YouMagine..."\r
+msgstr "Erstelle ein neues Design bei YouMagine..."\r
+\r
 #: Cura/gui/tools/youmagineGui.py:116\r
-msgid "Failed to create a design, nothing uploaded!"
-msgstr "Erstellen des Designs fehlgeschlagen, es wurde nichts hochgeladen!"
-
+msgid "Failed to create a design, nothing uploaded!"\r
+msgstr "Erstellen des Designs fehlgeschlagen, es wurde nichts hochgeladen!"\r
+\r
 #: Cura/gui/tools/youmagineGui.py:120\r
-#, python-format
-msgid "Building model %s..."
-msgstr "Modell verarbeiten %s..."
-
+#, python-format\r
+msgid "Building model %s..."\r
+msgstr "Modell verarbeiten %s..."\r
+\r
 #: Cura/gui/tools/youmagineGui.py:131\r
-#, python-format
-msgid "Uploading model %s..."
-msgstr "Modell hochladen %s..."
-
+#, python-format\r
+msgid "Uploading model %s..."\r
+msgstr "Modell hochladen %s..."\r
+\r
 #: Cura/gui/tools/youmagineGui.py:133 Cura/gui/tools/youmagineGui.py:140\r
 #: Cura/gui/tools/youmagineGui.py:148\r
-#, python-format
-msgid "Failed to upload %s!"
-msgstr "Hochladen fehlgeschlagen %s!"
-
+#, python-format\r
+msgid "Failed to upload %s!"\r
+msgstr "Hochladen fehlgeschlagen %s!"\r
+\r
 #: Cura/gui/tools/youmagineGui.py:137\r
-#, python-format
-msgid "Uploading file %s..."
-msgstr "Datei hochladen %s..."
-
+#, python-format\r
+msgid "Uploading file %s..."\r
+msgstr "Datei hochladen %s..."\r
+\r
 #: Cura/gui/tools/youmagineGui.py:145\r
-#, python-format
-msgid "Uploading image %s..."
-msgstr "Bild hochladen %s..."
-
+#, python-format\r
+msgid "Uploading image %s..."\r
+msgstr "Bild hochladen %s..."\r
+\r
 #: Cura/gui/tools/youmagineGui.py:153\r
-msgid "Failed to upload snapshot!"
-msgstr "Schnappschuss hochladen fehlgeschlagen!"
-
+msgid "Failed to upload snapshot!"\r
+msgstr "Schnappschuss hochladen fehlgeschlagen!"\r
+\r
 #: Cura/gui/tools/youmagineGui.py:158\r
-msgid "Publishing design..."
-msgstr "Veröffentliche das Design..."
-
+msgid "Publishing design..."\r
+msgstr "Veröffentliche das Design..."\r
+\r
 #: Cura/gui/tools/youmagineGui.py:230\r
-msgid "Request authorization from YouMagine"
-msgstr "Fordere Genehmigung von YouMagine an"
-
+msgid "Request authorization from YouMagine"\r
+msgstr "Fordere Genehmigung von YouMagine an"\r
+\r
 #: Cura/gui/tools/youmagineGui.py:231\r
-msgid "Paste token here"
-msgstr "Fügen Sie das Token hier ein"
-
+msgid "Paste token here"\r
+msgstr "Fügen Sie das Token hier ein"\r
+\r
 #: Cura/gui/tools/youmagineGui.py:237\r
-msgid ""
-"To share your designs on YouMagine\n"
-"you need an account on YouMagine.com\n"
-"and authorize Cura to access your account."
-msgstr ""
-"Um Ihre Designs auf YouMagine teilen zu können,\n"
-"benötigen Sie ein YouMagine.com Benutzerkonto und\n"
-"müssen Cura erlauben, auf Ihr Konto zuzugreiffen."
-
+msgid ""\r
+"To share your designs on YouMagine\n"\r
+"you need an account on YouMagine.com\n"\r
+"and authorize Cura to access your account."\r
+msgstr ""\r
+"Um Ihre Designs auf YouMagine teilen zu können,\n"\r
+"benötigen Sie ein YouMagine.com Benutzerkonto und\n"\r
+"müssen Cura erlauben, auf Ihr Konto zuzugreiffen."\r
+\r
 #: Cura/gui/tools/youmagineGui.py:239\r
-msgid ""
-"This will open a browser window where you can\n"
-"authorize Cura to access your YouMagine account.\n"
-"You can revoke access at any time\n"
-"from YouMagine.com"
-msgstr ""
-"Es wird ein Browserfenster geöffnet, in dem Sie\n"
-"Cura den Zugriff auf Ihr YouMagine Benutzerkonto gewähren können.\n"
-"Sie können Cura diese Berechtigung jeder Zeit von Ihrem Konto auf\n"
-"YouMagine.com wieder entziehen."
-
+msgid ""\r
+"This will open a browser window where you can\n"\r
+"authorize Cura to access your YouMagine account.\n"\r
+"You can revoke access at any time\n"\r
+"from YouMagine.com"\r
+msgstr ""\r
+"Es wird ein Browserfenster geöffnet, in dem Sie\n"\r
+"Cura den Zugriff auf Ihr YouMagine Benutzerkonto gewähren können.\n"\r
+"Sie können Cura diese Berechtigung jeder Zeit von Ihrem Konto auf\n"\r
+"YouMagine.com wieder entziehen."\r
+\r
 #: Cura/gui/tools/youmagineGui.py:274\r
-msgid "Design name"
-msgstr "Name des Designs"
-
+msgid "Design name"\r
+msgstr "Name des Designs"\r
+\r
 #: Cura/gui/tools/youmagineGui.py:278\r
-msgid "Publish after upload"
-msgstr "Nach dem Hochladen veröffentlichen"
-
+msgid "Publish after upload"\r
+msgstr "Nach dem Hochladen veröffentlichen"\r
+\r
 #: Cura/gui/tools/youmagineGui.py:279\r
-msgid "Share!"
-msgstr "Teile!"
-
+msgid "Share!"\r
+msgstr "Teile!"\r
+\r
 #: Cura/gui/tools/youmagineGui.py:287\r
-msgid "Add..."
-msgstr "Hinzufügen..."
-
+msgid "Add..."\r
+msgstr "Hinzufügen..."\r
+\r
 #: Cura/gui/tools/youmagineGui.py:289\r
-msgid "Webcam..."
-msgstr "Webcam..."
-
+msgid "Webcam..."\r
+msgstr "Webcam..."\r
+\r
 #: Cura/gui/tools/youmagineGui.py:299\r
-msgid ""
-"Directly publish the design after uploading.\n"
-"Without this check the design will not be public\n"
-"until you publish it yourself on YouMagine.com"
-msgstr ""
-"Design direkt nach dem Hochladen veröffentlichen.\n"
-"Ohne diese Einstellung wird Ihr Design auf YouMagine.com erst öffentlich,\n"
-"wenn Sie es dort später eigenhändig veröffentlichen."
-
+msgid ""\r
+"Directly publish the design after uploading.\n"\r
+"Without this check the design will not be public\n"\r
+"until you publish it yourself on YouMagine.com"\r
+msgstr ""\r
+"Design direkt nach dem Hochladen veröffentlichen.\n"\r
+"Ohne diese Einstellung wird Ihr Design auf YouMagine.com erst öffentlich,\n"\r
+"wenn Sie es dort später eigenhändig veröffentlichen."\r
+\r
 #: Cura/gui/tools/youmagineGui.py:305\r
-msgid "Design name:"
-msgstr "Name des Designs:"
-
+msgid "Design name:"\r
+msgstr "Name des Designs:"\r
+\r
 #: Cura/gui/tools/youmagineGui.py:307\r
-msgid "Description:"
-msgstr "Beschreibung:"
-
+msgid "Description:"\r
+msgstr "Beschreibung:"\r
+\r
 #: Cura/gui/tools/youmagineGui.py:309\r
-msgid "Category:"
-msgstr "Kategorie:"
-
+msgid "Category:"\r
+msgstr "Kategorie:"\r
+\r
 #: Cura/gui/tools/youmagineGui.py:311\r
-msgid "License:"
-msgstr "Lizenz:"
-
+msgid "License:"\r
+msgstr "Lizenz:"\r
+\r
 #: Cura/gui/tools/youmagineGui.py:314\r
-msgid "Images:"
-msgstr "Bilder:"
-
+msgid "Images:"\r
+msgstr "Bilder:"\r
+\r
 #: Cura/gui/tools/youmagineGui.py:317\r
-msgid "Related design files:"
-msgstr "Verbundene Design-Dateien:"
-
+msgid "Related design files:"\r
+msgstr "Verbundene Design-Dateien:"\r
+\r
 #: Cura/gui/tools/youmagineGui.py:340\r
-msgid "The name cannot be empty"
-msgstr "Der Name kann nicht leer sein"
-
+msgid "The name cannot be empty"\r
+msgstr "Der Name kann nicht leer sein"\r
+\r
 #: Cura/gui/tools/youmagineGui.py:340 Cura/gui/tools/youmagineGui.py:344\r
-msgid "New design error."
-msgstr "Fehler: Neues Design."
-
+msgid "New design error."\r
+msgstr "Fehler: Neues Design."\r
+\r
 #: Cura/gui/tools/youmagineGui.py:344\r
-msgid "The description cannot be empty"
-msgstr "Die Beschreibung kann nicht leer sein"
-
+msgid "The description cannot be empty"\r
+msgstr "Die Beschreibung kann nicht leer sein"\r
+\r
 #: Cura/gui/tools/youmagineGui.py:370\r
-msgid "No webcam found on your system"
-msgstr "An Ihrem Rechner wurde keine webcam gefunden."
-
+msgid "No webcam found on your system"\r
+msgstr "An Ihrem Rechner wurde keine webcam gefunden."\r
+\r
 #: Cura/gui/tools/youmagineGui.py:370\r
-msgid "Webcam error"
-msgstr "Webcam Fehler"
-
-#: Cura/gui/util/openglGui.py:241\r
-msgid "An error has occurred during the 3D view drawing."
-msgstr "Ein Fehler ist während des Aufbaus der 3D-Ansicht aufgetreten."
-
-#: Cura/gui/util/openglGui.py:248\r
-msgid "3D window error"
-msgstr "Fehler: 3D-Fenster"
-
-#: Cura/util/profile.py:153 Cura/util/profile.py:154 Cura/util/profile.py:155\r
-#: Cura/util/profile.py:179 Cura/util/profile.py:180 Cura/util/profile.py:182\r
-msgid "Quality"
-msgstr "Qualität"
-
-#: Cura/util/profile.py:153\r
-msgid "Layer height (mm)"
-msgstr "Schichtdicke (mm)"
-
-#: Cura/util/profile.py:153\r
-msgid ""
-"Layer height in millimeters.\n"
-"This is the most important setting to determine the quality of your print. "
-"Normal quality prints are 0.1mm, high quality is 0.06mm. You can go up to "
-"0.25mm with an Ultimaker for very fast prints at low quality."
-msgstr ""
-"Schichtdicke in Millimeter.\n"
-"Dies ist die wichtigste Einstellung um die Qualität Ihres Drucks zu "
-"bestimmen. Die normale Druckqualität liegt bei 0.1mm, hohe Qualität ist "
-"0.06mm. Sie können mit dem Ultimaker bis zu 0.25mm dicke Schichten für sehr "
-"schnelle, dafür aber qualitativ schlechtere Drucke erzeugen."
-
-#: Cura/util/profile.py:154\r
-msgid "Shell thickness (mm)"
-msgstr "Stärke der Aussenhülle (mm)"
-
-#: Cura/util/profile.py:154\r
-msgid ""
-"Thickness of the outside shell in the horizontal direction.\n"
-"This is used in combination with the nozzle size to define the number\n"
-"of perimeter lines and the thickness of those perimeter lines."
-msgstr ""
-"Stärke der Aussenhülle in horizontaler Richtung.\n"
-"Aus der Kombination dieser Einstellung mit der Grösse der Druckdüse\n"
-"wird die Anzahl der benötigten Umrisslinien und deren Dicke ermittelt."
-
-#: Cura/util/profile.py:155\r
-msgid "Enable retraction"
-msgstr "Rückzug einschalten"
-
-#: Cura/util/profile.py:155\r
-msgid ""
-"Retract the filament when the nozzle is moving over a none-printed area. "
-"Details about the retraction can be configured in the advanced tab."
-msgstr ""
-"Zieht das Druckmaterial zurück, wenn die Druckdüse über eine nicht bedruckte "
-"Zone fährt. Details zum Rückzug lassen sich unter den weiterführenden "
-"Einstellungen konfigurieren."
-
-#: Cura/util/profile.py:156 Cura/util/profile.py:157\r
-msgid "Fill"
-msgstr "Füllung"
-
-#: Cura/util/profile.py:156\r
-msgid "Bottom/Top thickness (mm)"
-msgstr "Stärke Unten/Oben (mm)"
-
-#: Cura/util/profile.py:156\r
-msgid ""
-"This controls the thickness of the bottom and top layers, the amount of "
-"solid layers put down is calculated by the layer thickness and this value.\n"
-"Having this value a multiple of the layer thickness makes sense. And keep it "
-"near your wall thickness to make an evenly strong part."
-msgstr ""
-"Kontrolliert die Stärke der unteren und oberen horizontalen Deckschichten. "
-"Daraus wird unter Berücksichtigung der Schichtdicke die Anzahl der voll "
-"gefüllten Schichten berechnet.\n"
-"Wählen Sie für diesen Wert ein Vielfaches der Schichtdicke und stimmen Sie "
-"ihn mit der Stärke der Aussenhülle ab, um ein ungefähr gleichstarkes "
-"Druckobjekt zu erhalten."
-
-#: Cura/util/profile.py:157\r
-msgid "Fill Density (%)"
-msgstr "Fülldichte (%)"
-
-#: Cura/util/profile.py:157\r
-msgid ""
-"This controls how densely filled the insides of your print will be. For a "
-"solid part use 100%, for an empty part use 0%. A value around 20% is usually "
-"enough.\n"
-"This won't affect the outside of the print and only adjusts how strong the "
-"part becomes."
-msgstr ""
-"Dieser Wert steuert, wie dicht gefüllt Ihr Druckobjekt sein wird. Für ein "
-"vollständig gefülltes Objekt verwenden Sie 100%, für ein hohles Objekt 0%. "
-"Ein Wert um 20% ist in der Regel ausreichend.\n"
-"Beeinflusst nicht die Oberfläche ihres Druckobjekts, sondern bestimmt nur "
-"wie fest Ihr Objekt wird."
-
-#: Cura/util/profile.py:158\r
-msgid ""
-"The nozzle size is very important, this is used to calculate the line width "
-"of the infill, and used to calculate the amount of outside wall lines and "
-"thickness for the wall thickness you entered in the print settings."
-msgstr ""
-"Die Grösse der Druckdüse ist sehr entscheidend. Sie wird verwendet um die "
-"Pfade für die Füllung zu berechnen. Daraus werden auch die Anzahl und Dicke "
-"der Umrisslinien berechnet, welche für die Wandstärke benötigt werden, "
-"welche Sie in den Druckeinstellungen gewählt haben."
-
-#: Cura/util/profile.py:159 Cura/util/profile.py:160 Cura/util/profile.py:161\r
-#: Cura/util/profile.py:162 Cura/util/profile.py:163 Cura/util/profile.py:164\r
-msgid "Speed and Temperature"
-msgstr "Geschwindigkeit und Temperatur"
-
-#: Cura/util/profile.py:159\r
-msgid "Print speed (mm/s)"
-msgstr "Druckgeschwindigkeit (mm)"
-
-#: Cura/util/profile.py:159\r
-msgid ""
-"Speed at which printing happens. A well adjusted Ultimaker can reach 150mm/"
-"s, but for good quality prints you want to print slower. Printing speed "
-"depends on a lot of factors. So you will be experimenting with optimal "
-"settings for this."
-msgstr ""
-"Geschwindigkeit, mit welcher gedruckt wird. Ein gut eingestellter Ultimaker "
-"kann bis zu 150mm/s erreichen, aber für qualitativ gute Drucke sollten Sie "
-"langsamer drucken. Die Druckgeschwindigkeit hängt von einer Vielzahl von "
-"Faktoren ab. Sie werden die optimalen Einstellungen durch Ausprobieren "
-"individuell herausfinden müssen."
-
-#: Cura/util/profile.py:160\r
-msgid "Printing temperature (C)"
-msgstr "Drucktemperatur (C)"
-
-#: Cura/util/profile.py:160 Cura/util/profile.py:161 Cura/util/profile.py:162\r
-#: Cura/util/profile.py:163\r
-msgid ""
-"Temperature used for printing. Set at 0 to pre-heat yourself.\n"
-"For PLA a value of 210C is usually used.\n"
-"For ABS a value of 230C or higher is required."
-msgstr ""
-"Temperatur die für den Druck verwendet wird. Wählen Sie 0, wenn Sie den "
-"Drucker manuell vorheizen.\n"
-"Für PLA wird meist 210C verwendet.\n"
-"Für ABS werden 230C oder mehr benötigt."
-
-#: Cura/util/profile.py:161\r
-msgid "2nd nozzle temperature (C)"
-msgstr "2te Druckdüse Temperatur (C)"
-
-#: Cura/util/profile.py:162\r
-msgid "3th nozzle temperature (C)"
-msgstr "3te Druckdüse Temperatur (C)"
-
-#: Cura/util/profile.py:163\r
-msgid "4th nozzle temperature (C)"
-msgstr "4te Druckdüse Temperatur (C)"
-
-#: Cura/util/profile.py:164\r
-msgid "Bed temperature (C)"
-msgstr "Temperatur Drucktisch (C)"
-
-#: Cura/util/profile.py:164\r
-msgid ""
-"Temperature used for the heated printer bed. Set at 0 to pre-heat yourself."
-msgstr ""
-"Temperatur welche für den beheizten Drucktisch verwendet wird. Wählen Sie 0, "
-"wenn Sie den Drucktisch manuell aufheizen."
-
-#: Cura/util/profile.py:165 Cura/util/profile.py:166\r
-msgid "None"
-msgstr "kein"
-
-#: Cura/util/profile.py:165\r
-msgid "Touching buildplate"
-msgstr "von der Bau Plattform aus"
-
-#: Cura/util/profile.py:165\r
-msgid "Everywhere"
-msgstr "überall"
-
-#: Cura/util/profile.py:165 Cura/util/profile.py:166 Cura/util/profile.py:167\r
-#: Cura/util/profile.py:206 Cura/util/profile.py:207 Cura/util/profile.py:208\r
-msgid "Support"
-msgstr "Stützmaterial"
-
-#: Cura/util/profile.py:165\r
-msgid "Support type"
-msgstr "Art des Stützmaterials"
-
-#: Cura/util/profile.py:165\r
-msgid ""
-"Type of support structure build.\n"
-"\"Touching buildplate\" is the most commonly used support setting.\n"
-"\n"
-"None does not do any support.\n"
-"Touching buildplate only creates support where the support structure will "
-"touch the build platform.\n"
-"Everywhere creates support even on top of parts of the model."
-msgstr ""
-"Art des Stützmaterials.\n"
-"\"Drucktisch berührend\" ist die meist verwendete Einstellung.\n"
-"\n"
-"Kein generiert kein Stützmaterial.\n"
-"Drucktisch berührend erzeugt nur Stützmaterial, welches den Drucktisch "
-"berührt.\n"
-"Überall erzeugt Stützmaterial, welches auch auf Teilen des Modells selber "
-"aufbaut."
-
-#: Cura/util/profile.py:166 Cura/util/profile.py:212\r
-msgid "Brim"
-msgstr "Rand"
-
-#: Cura/util/profile.py:166 Cura/util/profile.py:213 Cura/util/profile.py:214\r
-#: Cura/util/profile.py:215 Cura/util/profile.py:216 Cura/util/profile.py:217\r
-#: Cura/util/profile.py:218\r
-msgid "Raft"
-msgstr "Gitter"
-
-#: Cura/util/profile.py:166\r
-msgid "Platform adhesion type"
-msgstr "Platform Adhäsionstyp"
-
-#: Cura/util/profile.py:166\r
-msgid ""
-"Different options that help in preventing corners from lifting due to "
-"warping.\n"
-"Brim adds a single layer thick flat area around your object which is easy to "
-"cut off afterwards, and the recommended option.\n"
-"Raft adds a thick raster at below the object and a thin interface between "
-"this and your object.\n"
-"(Note that enabling the brim or raft disables the skirt)"
-msgstr ""
-"Verschiedene Optionen die helfen, damit Ecken sich nicht wegen des Verzugs "
-"vom Drucktisch lösen.\n"
-"Rand fügt Flächen um Ihr Objekt hinzu, welche lediglich eine Schicht hoch "
-"sind. Diese lassen sich nach dem Druck leicht entfernen. Dies ist die "
-"empfohlene Option.\n"
-"Gitter fügt ein Raster und eine dünne Zwischenschicht unter dem Objekt "
-"hinzu.\n"
-"(Wählen Sie Rand oder Gitter, deaktivieren Sie damit automatisch den Rock)"
-
-#: Cura/util/profile.py:167\r
-msgid "Both"
-msgstr "Beide"
-
-#: Cura/util/profile.py:167\r
-msgid "First extruder"
-msgstr "Erster Extruder"
-
-#: Cura/util/profile.py:167\r
-msgid "Second extruder"
-msgstr "Zweiter Extruder"
-
-#: Cura/util/profile.py:167\r
-msgid "Support dual extrusion"
-msgstr "Stützmaterial Doppelextrusion"
-
-#: Cura/util/profile.py:167\r
-msgid ""
-"Which extruder to use for support material, for break-away support you can "
-"use both extruders.\n"
-"But if one of the materials is more expensive then the other you could "
-"select an extruder to use for support material. This causes more extruder "
-"switches.\n"
-"You can also use the 2nd extruder for soluble support materials."
-msgstr ""
-"Wählen Sie, welcher Extruder für das Stützmaterial verwendet wird. Wird das "
-"Stützmaterial danach einfach weggebrochen, können Sie beide Extruder dazu "
-"verwenden.\n"
-"Verwenden Sie allerdings unterschiedliche Materialien (ev. sogar leicht "
-"lösliche), empfiehlt es sich, das Stützmaterial aus einem anderen Material "
-"zu drucken, als das Objekt selber.\n"
-"Dadurch entstehen allerdings mehr Extruder-Wechsel."
-
-#: Cura/util/profile.py:168 Cura/util/profile.py:169 Cura/util/profile.py:170\r
-#: Cura/util/profile.py:171 Cura/util/profile.py:172\r
-msgid "Filament"
-msgstr "Druckmaterial"
-
-#: Cura/util/profile.py:168\r
-msgid "Diameter (mm)"
-msgstr "Durchmesser (mm)"
-
-#: Cura/util/profile.py:168\r
-msgid ""
-"Diameter of your filament, as accurately as possible.\n"
-"If you cannot measure this value you will have to calibrate it, a higher "
-"number means less extrusion, a smaller number generates more extrusion."
-msgstr ""
-"Durchmesser des Druckmaterials, so genau wie möglich.\n"
-"Falls Sie diesen Wert nicht durch Messen ermitteln können, müssen Sie Ihn "
-"durch Ausprobieren herausfinden. Ein höherer Wert bedeutet weniger Material-"
-"Vorschub, ein kleinerer Wert mehr Material-Vorschub."
-
-#: Cura/util/profile.py:169\r
-msgid "Diameter2 (mm)"
-msgstr "Durchmesser2 (mm)"
-
-#: Cura/util/profile.py:169\r
-msgid ""
-"Diameter of your filament for the 2nd nozzle. Use 0 to use the same diameter "
-"as for nozzle 1."
-msgstr ""
-"Durchmesser des Druckmaterials für die zweite Druckdüse. Verwenden Sie den "
-"Wert 0, um den selben Durchmesser wie bei Druckdüse 1 zu verwenden."
-
+msgid "Webcam error"\r
+msgstr "Webcam Fehler"\r
+\r
+#: Cura/gui/util/engineResultView.py:165\r
+#, fuzzy, python-format\r
+msgid "Loading toolpath for visualization (%d%%)"\r
+msgstr "Lade Maschinencode zur Visualisierung..."\r
+\r
+#: Cura/gui/util/openglGui.py:242\r
+msgid "An error has occurred during the 3D view drawing."\r
+msgstr "Ein Fehler ist während des Aufbaus der 3D-Ansicht aufgetreten."\r
+\r
+#: Cura/gui/util/openglGui.py:250\r
+msgid "3D window error"\r
+msgstr "Fehler: 3D-Fenster"\r
+\r
+#: Cura/util/profile.py:170 Cura/util/profile.py:171 Cura/util/profile.py:172\r
+#: Cura/util/profile.py:200 Cura/util/profile.py:201 Cura/util/profile.py:203\r
+msgid "Quality"\r
+msgstr "Qualität"\r
+\r
 #: Cura/util/profile.py:170\r
-msgid "Diameter3 (mm)"
-msgstr "Durchmesser3 (mm)"
-
+msgid "Layer height (mm)"\r
+msgstr "Schichtdicke (mm)"\r
+\r
 #: Cura/util/profile.py:170\r
-msgid ""
-"Diameter of your filament for the 3th nozzle. Use 0 to use the same diameter "
-"as for nozzle 1."
-msgstr ""
-"Durchmesser des Druckmaterials für die dritte Druckdüse. Verwenden Sie den "
-"Wert 0, um den selben Durchmesser wie bei Druckdüse 1 zu verwenden."
-
+msgid ""\r
+"Layer height in millimeters.\n"\r
+"This is the most important setting to determine the quality of your print. "\r
+"Normal quality prints are 0.1mm, high quality is 0.06mm. You can go up to "\r
+"0.25mm with an Ultimaker for very fast prints at low quality."\r
+msgstr ""\r
+"Schichtdicke in Millimeter.\n"\r
+"Dies ist die wichtigste Einstellung um die Qualität Ihres Drucks zu "\r
+"bestimmen. Die normale Druckqualität liegt bei 0.1mm, hohe Qualität ist "\r
+"0.06mm. Sie können mit dem Ultimaker bis zu 0.25mm dicke Schichten für sehr "\r
+"schnelle, dafür aber qualitativ schlechtere Drucke erzeugen."\r
+\r
 #: Cura/util/profile.py:171\r
-msgid "Diameter4 (mm)"
-msgstr "Durchmesser4 (mm)"
-
+msgid "Shell thickness (mm)"\r
+msgstr "Stärke der Aussenhülle (mm)"\r
+\r
 #: Cura/util/profile.py:171\r
-msgid ""
-"Diameter of your filament for the 4th nozzle. Use 0 to use the same diameter "
-"as for nozzle 1."
-msgstr ""
-"Durchmesser des Druckmaterials für die vierte Druckdüse. Verwenden Sie den "
-"Wert 0, um den selben Durchmesser wie bei Druckdüse 1 zu verwenden."
-
+msgid ""\r
+"Thickness of the outside shell in the horizontal direction.\n"\r
+"This is used in combination with the nozzle size to define the number\n"\r
+"of perimeter lines and the thickness of those perimeter lines."\r
+msgstr ""\r
+"Stärke der Aussenhülle in horizontaler Richtung.\n"\r
+"Aus der Kombination dieser Einstellung mit der Grösse der Druckdüse\n"\r
+"wird die Anzahl der benötigten Umrisslinien und deren Dicke ermittelt."\r
+\r
 #: Cura/util/profile.py:172\r
-msgid "Flow (%)"
-msgstr "Fluss (%)"
-
+msgid "Enable retraction"\r
+msgstr "Rückzug einschalten"\r
+\r
 #: Cura/util/profile.py:172\r
-msgid ""
-"Flow compensation, the amount of material extruded is multiplied by this "
-"value"
-msgstr ""
-"Flusskompensation, die Menge an zu extrudierendem Druckmaterial ist mit "
-"diesem Wert multipliziert "
-
-#: Cura/util/profile.py:173 Cura/util/profile.py:174 Cura/util/profile.py:175\r
-#: Cura/util/profile.py:176 Cura/util/profile.py:177 Cura/util/profile.py:178\r
-msgid "Retraction"
-msgstr "Rückzug"
-
+msgid ""\r
+"Retract the filament when the nozzle is moving over a none-printed area. "\r
+"Details about the retraction can be configured in the advanced tab."\r
+msgstr ""\r
+"Zieht das Druckmaterial zurück, wenn die Druckdüse über eine nicht bedruckte "\r
+"Zone fährt. Details zum Rückzug lassen sich unter den weiterführenden "\r
+"Einstellungen konfigurieren."\r
+\r
+#: Cura/util/profile.py:173 Cura/util/profile.py:174\r
+msgid "Fill"\r
+msgstr "Füllung"\r
+\r
 #: Cura/util/profile.py:173\r
-msgid "Speed (mm/s)"
-msgstr "Geschwindigkeit (mm/s)"
-
+msgid "Bottom/Top thickness (mm)"\r
+msgstr "Stärke Unten/Oben (mm)"\r
+\r
 #: Cura/util/profile.py:173\r
-msgid ""
-"Speed at which the filament is retracted, a higher retraction speed works "
-"better. But a very high retraction speed can lead to filament grinding."
-msgstr ""
-"Geschwindigkeit mit welcher das Druckmaterial zurückgezogen wird. Eine "
-"höhere Rückzugsgeschwindigkeit funktioniert besser, kann allerdings zu "
-"Abrieb am Druckmaterial durch den Extruder führen."
-
+msgid ""\r
+"This controls the thickness of the bottom and top layers, the amount of "\r
+"solid layers put down is calculated by the layer thickness and this value.\n"\r
+"Having this value a multiple of the layer thickness makes sense. And keep it "\r
+"near your wall thickness to make an evenly strong part."\r
+msgstr ""\r
+"Kontrolliert die Stärke der unteren und oberen horizontalen Deckschichten. "\r
+"Daraus wird unter Berücksichtigung der Schichtdicke die Anzahl der voll "\r
+"gefüllten Schichten berechnet.\n"\r
+"Wählen Sie für diesen Wert ein Vielfaches der Schichtdicke und stimmen Sie "\r
+"ihn mit der Stärke der Aussenhülle ab, um ein ungefähr gleichstarkes "\r
+"Druckobjekt zu erhalten."\r
+\r
 #: Cura/util/profile.py:174\r
-msgid "Distance (mm)"
-msgstr "Distanz (mm)"
-
+msgid "Fill Density (%)"\r
+msgstr "Fülldichte (%)"\r
+\r
 #: Cura/util/profile.py:174\r
-msgid ""
-"Amount of retraction, set at 0 for no retraction at all. A value of 4.5mm "
-"seems to generate good results."
-msgstr ""
-"Rückzugslänge, ein Wert von 0 führt zu keinem Rückzug. Ein Wert von 4.5mm "
-"liefert gute Druckresultate."
-
+msgid ""\r
+"This controls how densely filled the insides of your print will be. For a "\r
+"solid part use 100%, for an empty part use 0%. A value around 20% is usually "\r
+"enough.\n"\r
+"This won't affect the outside of the print and only adjusts how strong the "\r
+"part becomes."\r
+msgstr ""\r
+"Dieser Wert steuert, wie dicht gefüllt Ihr Druckobjekt sein wird. Für ein "\r
+"vollständig gefülltes Objekt verwenden Sie 100%, für ein hohles Objekt 0%. "\r
+"Ein Wert um 20% ist in der Regel ausreichend.\n"\r
+"Beeinflusst nicht die Oberfläche ihres Druckobjekts, sondern bestimmt nur "\r
+"wie fest Ihr Objekt wird."\r
+\r
 #: Cura/util/profile.py:175\r
-msgid "Dual extrusion switch amount (mm)"
-msgstr "Rückzug bei Doppelextrusion Umschaltung (mm)"
-
-#: Cura/util/profile.py:175\r
-msgid ""
-"Amount of retraction when switching nozzle with dual-extrusion, set at 0 for "
-"no retraction at all. A value of 16.0mm seems to generate good results."
-msgstr ""
-"Rückzugsdistanz beim Umschalten der Druckdüsen im Doppelextrudions-Modus, "
-"ein Wert von 0 führt zu keinem Rückzug. Ein Wert von 16.0mm scheint gute "
-"Druckresultate zu liefern."
-
+msgid ""\r
+"The nozzle size is very important, this is used to calculate the line width "\r
+"of the infill, and used to calculate the amount of outside wall lines and "\r
+"thickness for the wall thickness you entered in the print settings."\r
+msgstr ""\r
+"Die Grösse der Druckdüse ist sehr entscheidend. Sie wird verwendet um die "\r
+"Pfade für die Füllung zu berechnen. Daraus werden auch die Anzahl und Dicke "\r
+"der Umrisslinien berechnet, welche für die Wandstärke benötigt werden, "\r
+"welche Sie in den Druckeinstellungen gewählt haben."\r
+\r
+#: Cura/util/profile.py:176 Cura/util/profile.py:177 Cura/util/profile.py:178\r
+#: Cura/util/profile.py:179 Cura/util/profile.py:180 Cura/util/profile.py:181\r
+msgid "Speed and Temperature"\r
+msgstr "Geschwindigkeit und Temperatur"\r
+\r
 #: Cura/util/profile.py:176\r
-msgid "Minimum travel (mm)"
-msgstr "Minimale Leerfahrt-Distanz (mm)"
-
+msgid "Print speed (mm/s)"\r
+msgstr "Druckgeschwindigkeit (mm)"\r
+\r
 #: Cura/util/profile.py:176\r
-msgid ""
-"Minimum amount of travel needed for a retraction to happen at all. To make "
-"sure you do not get a lot of retractions in a small area."
-msgstr ""
-"Minimale Distanz die vom Druckkopf als Leerfahrt zurückgelegt werden muss, "
-"damit überhaupt ein Rückzug des Druckmaterials gemacht wird. Verhindert zu "
-"häufigen Rückzug auf kleiner Fläche."
-
-#: Cura/util/profile.py:177\r
-msgid "Enable combing"
-msgstr "Löcher umfahren"
-
+msgid ""\r
+"Speed at which printing happens. A well adjusted Ultimaker can reach 150mm/"\r
+"s, but for good quality prints you want to print slower. Printing speed "\r
+"depends on a lot of factors. So you will be experimenting with optimal "\r
+"settings for this."\r
+msgstr ""\r
+"Geschwindigkeit, mit welcher gedruckt wird. Ein gut eingestellter Ultimaker "\r
+"kann bis zu 150mm/s erreichen, aber für qualitativ gute Drucke sollten Sie "\r
+"langsamer drucken. Die Druckgeschwindigkeit hängt von einer Vielzahl von "\r
+"Faktoren ab. Sie werden die optimalen Einstellungen durch Ausprobieren "\r
+"individuell herausfinden müssen."\r
+\r
 #: Cura/util/profile.py:177\r
-msgid ""
-"Combing is the act of avoiding holes in the print for the head to travel "
-"over. If combing is disabled the printer head moves straight from the start "
-"point to the end point and it will always retract."
-msgstr ""
-"Lässt den Druckkopf nicht direkt über Löcher im Druckobjekt leer "
-"drüberfahren. Wenn diese Option ausgeschaltet ist, fährt der Druckkopf auf "
-"gerader Linie vom Anfangs- zum Endpunkt und das Druckmaterial wird dabei "
-"immer zurückgezogen."
-
-#: Cura/util/profile.py:178\r
-msgid "Minimal extrusion before retracting (mm)"
-msgstr "Minimaler Vorschub vor nächstem Rückzug (mm)"
-
+msgid "Printing temperature (C)"\r
+msgstr "Drucktemperatur (C)"\r
+\r
+#: Cura/util/profile.py:177 Cura/util/profile.py:178 Cura/util/profile.py:179\r
+#: Cura/util/profile.py:180\r
+msgid ""\r
+"Temperature used for printing. Set at 0 to pre-heat yourself.\n"\r
+"For PLA a value of 210C is usually used.\n"\r
+"For ABS a value of 230C or higher is required."\r
+msgstr ""\r
+"Temperatur die für den Druck verwendet wird. Wählen Sie 0, wenn Sie den "\r
+"Drucker manuell vorheizen.\n"\r
+"Für PLA wird meist 210C verwendet.\n"\r
+"Für ABS werden 230C oder mehr benötigt."\r
+\r
 #: Cura/util/profile.py:178\r
-msgid ""
-"The minimal amount of extrusion that needs to be done before retracting "
-"again if a retraction needs to happen before this minimal is reached the "
-"retraction is ignored.\n"
-"This avoids retraction a lot on the same piece of filament which flattens "
-"the filament and causes grinding issues."
-msgstr ""
-"Die minimale Distanz an Vorschub, welche erreicht sein muss, bevor der "
-"nächste Rückzug ausgeführt wird. Wenn vor dem Erreichen dieser "
-"Minimaldistanz ein Rückzug ausgeführt werden sollte, wird dieser ignoriert.\n"
-"Dies verhindert ein zu häufiges Zurückziehen des Druckmaterials an der "
-"selben Stelle, was sonst zum Abflachen und zu Abrieb des Druckmaterials "
-"führen kann."
-
-#: Cura/util/profile.py:179\r
-msgid "Initial layer thickness (mm)"
-msgstr "Erste Schichtdicke (mm)"
-
+msgid "2nd nozzle temperature (C)"\r
+msgstr "2te Druckdüse Temperatur (C)"\r
+\r
 #: Cura/util/profile.py:179\r
-msgid ""
-"Layer thickness of the bottom layer. A thicker bottom layer makes sticking "
-"to the bed easier. Set to 0.0 to have the bottom layer thickness the same as "
-"the other layers."
-msgstr ""
-"Schichtdicke der ersten Schicht. Eine dickere Bodenschicht haftet besser auf "
-"dem Drucktisch. Wählen Sie den Wert 0.0, um die erste Schicht genau so dick "
-"zu drucken wie die anderen Schichten."
-
+msgid "3th nozzle temperature (C)"\r
+msgstr "3te Druckdüse Temperatur (C)"\r
+\r
 #: Cura/util/profile.py:180\r
-msgid "Cut off object bottom (mm)"
-msgstr "Objekt unten abschneiden (mm)"
-
-#: Cura/util/profile.py:180\r
-msgid ""
-"Sinks the object into the platform, this can be used for objects that do not "
-"have a flat bottom and thus create a too small first layer."
-msgstr ""
-"Versenkt das Objekt um diesen Wert in den Drucktisch. Kann bei Objekten "
-"verwendet werden, welche keine flache Unterseite haben."
-
+msgid "4th nozzle temperature (C)"\r
+msgstr "4te Druckdüse Temperatur (C)"\r
+\r
+#: Cura/util/profile.py:181\r
+msgid "Bed temperature (C)"\r
+msgstr "Temperatur Drucktisch (C)"\r
+\r
+#: Cura/util/profile.py:181\r
+msgid ""\r
+"Temperature used for the heated printer bed. Set at 0 to pre-heat yourself."\r
+msgstr ""\r
+"Temperatur welche für den beheizten Drucktisch verwendet wird. Wählen Sie 0, "\r
+"wenn Sie den Drucktisch manuell aufheizen."\r
+\r
+#: Cura/util/profile.py:182 Cura/util/profile.py:183\r
+msgid "None"\r
+msgstr "kein"\r
+\r
+#: Cura/util/profile.py:182\r
+msgid "Touching buildplate"\r
+msgstr "von der Bau Plattform aus"\r
+\r
 #: Cura/util/profile.py:182\r
-msgid "Dual extrusion overlap (mm)"
-msgstr "Doppelextrusion Überlappung (mm)"
-
+msgid "Everywhere"\r
+msgstr "überall"\r
+\r
+#: Cura/util/profile.py:182 Cura/util/profile.py:183 Cura/util/profile.py:184\r
+#: Cura/util/profile.py:223 Cura/util/profile.py:224 Cura/util/profile.py:225\r
+#: Cura/util/profile.py:226 Cura/util/profile.py:227\r
+msgid "Support"\r
+msgstr "Stützmaterial"\r
+\r
 #: Cura/util/profile.py:182\r
-msgid ""
-"Add a certain amount of overlapping extrusion on dual-extrusion prints. This "
-"bonds the different colors better together."
-msgstr ""
-"Fügen Sie einen gewissen Wert an Überlappung der beiden Druckmaterialien aus "
-"den Düsen bei der Doppelextrusion hinzu. Dies verbindet die beiden "
-"Druckmaterialien besser miteinander."
-
+msgid "Support type"\r
+msgstr "Art des Stützmaterials"\r
+\r
+#: Cura/util/profile.py:182\r
+msgid ""\r
+"Type of support structure build.\n"\r
+"\"Touching buildplate\" is the most commonly used support setting.\n"\r
+"\n"\r
+"None does not do any support.\n"\r
+"Touching buildplate only creates support where the support structure will "\r
+"touch the build platform.\n"\r
+"Everywhere creates support even on top of parts of the model."\r
+msgstr ""\r
+"Art des Stützmaterials.\n"\r
+"\"Drucktisch berührend\" ist die meist verwendete Einstellung.\n"\r
+"\n"\r
+"Kein generiert kein Stützmaterial.\n"\r
+"Drucktisch berührend erzeugt nur Stützmaterial, welches den Drucktisch "\r
+"berührt.\n"\r
+"Überall erzeugt Stützmaterial, welches auch auf Teilen des Modells selber "\r
+"aufbaut."\r
+\r
+#: Cura/util/profile.py:183 Cura/util/profile.py:230\r
+msgid "Brim"\r
+msgstr "Rand"\r
+\r
+#: Cura/util/profile.py:183 Cura/util/profile.py:231 Cura/util/profile.py:232\r
+#: Cura/util/profile.py:233 Cura/util/profile.py:234 Cura/util/profile.py:235\r
+#: Cura/util/profile.py:236\r
+msgid "Raft"\r
+msgstr "Gitter"\r
+\r
 #: Cura/util/profile.py:183\r
-msgid "Travel speed (mm/s)"
-msgstr "Leerfahrt Geschwindigkeit (mm/s)"
-
+msgid "Platform adhesion type"\r
+msgstr "Platform Adhäsionstyp"\r
+\r
 #: Cura/util/profile.py:183\r
-msgid ""
-"Speed at which travel moves are done, a high quality build Ultimaker can "
-"reach speeds of 250mm/s. But some machines might miss steps then."
-msgstr ""
-"Geschwindigkeit, mit welcher Leerfahrten ausgeführt werden. Ein gut "
-"zusammengebauter Ultimaker kann Geschwindigkeiten bis zu 250mm/s erreichen. "
-"Viele Geräte verlieren dabei allerdings Schritte der Motoren und die "
-"Druckobjekte werden unbrauchbar."
-
+#, fuzzy\r
+msgid ""\r
+"Different options that help in preventing corners from lifting due to "\r
+"warping.\n"\r
+"Brim adds a single layer thick flat area around your object which is easy to "\r
+"cut off afterwards, and it is the recommended option.\n"\r
+"Raft adds a thick raster below the object and a thin interface between this "\r
+"and your object.\n"\r
+"(Note that enabling the brim or raft disables the skirt)"\r
+msgstr ""\r
+"Verschiedene Optionen die helfen, damit Ecken sich nicht wegen des Verzugs "\r
+"vom Drucktisch lösen.\n"\r
+"Rand fügt Flächen um Ihr Objekt hinzu, welche lediglich eine Schicht hoch "\r
+"sind. Diese lassen sich nach dem Druck leicht entfernen. Dies ist die "\r
+"empfohlene Option.\n"\r
+"Gitter fügt ein Raster und eine dünne Zwischenschicht unter dem Objekt "\r
+"hinzu.\n"\r
+"(Wählen Sie Rand oder Gitter, deaktivieren Sie damit automatisch den Rock)"\r
+\r
+#: Cura/util/profile.py:184\r
+msgid "Both"\r
+msgstr "Beide"\r
+\r
+#: Cura/util/profile.py:184\r
+msgid "First extruder"\r
+msgstr "Erster Extruder"\r
+\r
 #: Cura/util/profile.py:184\r
-msgid "Bottom layer speed (mm/s)"
-msgstr "Geschwindigkeit unterste Schicht (mm/s)"
-
+msgid "Second extruder"\r
+msgstr "Zweiter Extruder"\r
+\r
 #: Cura/util/profile.py:184\r
-msgid ""
-"Print speed for the bottom layer, you want to print the first layer slower "
-"so it sticks better to the printer bed."
-msgstr ""
-"Druckgeschwindigkeit für die erste Schicht. Drucken Sie die erste Schicht "
-"langsamer, damit sie besser auf dem Drucktisch haftet."
-
+msgid "Support dual extrusion"\r
+msgstr "Stützmaterial Doppelextrusion"\r
+\r
+#: Cura/util/profile.py:184\r
+msgid ""\r
+"Which extruder to use for support material, for break-away support you can "\r
+"use both extruders.\n"\r
+"But if one of the materials is more expensive then the other you could "\r
+"select an extruder to use for support material. This causes more extruder "\r
+"switches.\n"\r
+"You can also use the 2nd extruder for soluble support materials."\r
+msgstr ""\r
+"Wählen Sie, welcher Extruder für das Stützmaterial verwendet wird. Wird das "\r
+"Stützmaterial danach einfach weggebrochen, können Sie beide Extruder dazu "\r
+"verwenden.\n"\r
+"Verwenden Sie allerdings unterschiedliche Materialien (ev. sogar leicht "\r
+"lösliche), empfiehlt es sich, das Stützmaterial aus einem anderen Material "\r
+"zu drucken, als das Objekt selber.\n"\r
+"Dadurch entstehen allerdings mehr Extruder-Wechsel."\r
+\r
+#: Cura/util/profile.py:185 Cura/util/profile.py:186 Cura/util/profile.py:187\r
+#, fuzzy\r
+msgid "Dual extrusion"\r
+msgstr "Doppelextrusion Verbindung"\r
+\r
 #: Cura/util/profile.py:185\r
-msgid "Infill speed (mm/s)"
-msgstr "Füllgeschwindigkeit (mm/s)"
-
+msgid "Wipe&prime tower"\r
+msgstr ""\r
+\r
 #: Cura/util/profile.py:185\r
-msgid ""
-"Speed at which infill parts are printed. If set to 0 then the print speed is "
-"used for the infill. Printing the infill faster can greatly reduce printing, "
-"but this can negatively effect print quality.."
-msgstr ""
-"Geschwindigkeit, mit welcher die Füllung gedruckt wird. Verwenden Sie den "
-"Wert 0, um die Füllung mit der allgemeinen Druckgeschwindigkeit zu Drucken. "
-"Die Füllung schneller zu drucken, kann die Druckzeit massiv verkürzen, "
-"beeinträchtigt aber womöglich die Druckqualität."
-
-#: Cura/util/profile.py:186 Cura/util/profile.py:187 Cura/util/profile.py:194\r
-#: Cura/util/profile.py:195 Cura/util/profile.py:196 Cura/util/profile.py:197\r
-#: Cura/util/profile.py:198\r
-msgid "Cool"
-msgstr "Abkühlen"
-
+msgid ""\r
+"The wipe-tower is a tower printed on every layer when switching between "\r
+"nozzles.\n"\r
+"The old nozzle is wiped off on the tower before the new nozzle is used to "\r
+"print the 2nd color."\r
+msgstr ""\r
+\r
 #: Cura/util/profile.py:186\r
-msgid "Minimal layer time (sec)"
-msgstr "Minimale Druckzeit Schicht (s)"
-
+msgid "Wipe&prime tower volume per layer (mm3)"\r
+msgstr ""\r
+\r
 #: Cura/util/profile.py:186\r
-msgid ""
-"Minimum time spend in a layer, gives the layer time to cool down before the "
-"next layer is put on top. If the layer will be placed down too fast the "
-"printer will slow down to make sure it has spend at least this amount of "
-"seconds printing this layer."
-msgstr ""
-"Zeit die minimal verwendet werden muss, um eine Schicht zu drucken. "
-"Ermöglicht das Abkühlen der gerade gedruckten Schicht, bevor die nächste "
-"oben drauf gedruckt wird. Würde diese Zeit unterschritten, verlangsamt der "
-"Drucker die Geschwindigkeit, damit das Erstellen einer Schicht mindestens so "
-"lange dauert."
-
+msgid ""\r
+"The amount of material put in the wipe/prime tower.\n"\r
+"This is done in volume because in general you want to extrude a\n"\r
+"certain amount of volume to get the extruder going, independent on the layer "\r
+"height.\n"\r
+"This means that with thinner layers, your tower gets bigger."\r
+msgstr ""\r
+\r
 #: Cura/util/profile.py:187\r
-msgid "Enable cooling fan"
-msgstr "Lüfter einschalten"
-
+msgid "Ooze shield"\r
+msgstr ""\r
+\r
 #: Cura/util/profile.py:187\r
-msgid ""
-"Enable the cooling fan during the print. The extra cooling from the cooling "
-"fan is essential during faster prints."
-msgstr ""
-"Schaltet den Lüfter während des des Drucks ein. Die Kühlung durch den Lüfter "
-"ist besonders bei schnelleren Drucken notwendig."
-
+msgid ""\r
+"The ooze shield is a 1 line thick shell around the object which stands a few "\r
+"mm from the object.\n"\r
+"This shield catches any oozing from the unused nozzle in dual-extrusion."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:188 Cura/util/profile.py:189 Cura/util/profile.py:190\r
+#: Cura/util/profile.py:191 Cura/util/profile.py:192\r
+msgid "Filament"\r
+msgstr "Druckmaterial"\r
+\r
+#: Cura/util/profile.py:188\r
+msgid "Diameter (mm)"\r
+msgstr "Durchmesser (mm)"\r
+\r
+#: Cura/util/profile.py:188\r
+msgid ""\r
+"Diameter of your filament, as accurately as possible.\n"\r
+"If you cannot measure this value you will have to calibrate it, a higher "\r
+"number means less extrusion, a smaller number generates more extrusion."\r
+msgstr ""\r
+"Durchmesser des Druckmaterials, so genau wie möglich.\n"\r
+"Falls Sie diesen Wert nicht durch Messen ermitteln können, müssen Sie Ihn "\r
+"durch Ausprobieren herausfinden. Ein höherer Wert bedeutet weniger Material-"\r
+"Vorschub, ein kleinerer Wert mehr Material-Vorschub."\r
+\r
 #: Cura/util/profile.py:189\r
-msgid "Line count"
-msgstr "Anzahl Linien"
-
+msgid "Diameter2 (mm)"\r
+msgstr "Durchmesser2 (mm)"\r
+\r
 #: Cura/util/profile.py:189\r
-msgid ""
-"The skirt is a line drawn around the object at the first layer. This helps "
-"to prime your extruder, and to see if the object fits on your platform.\n"
-"Setting this to 0 will disable the skirt. Multiple skirt lines can help "
-"priming your extruder better for small objects."
-msgstr ""
-"Der Rock ist eine Linie, welche beim der ersten Schicht um das gesamte "
-"Druckobjekt gedruckt wird. Das hilft um den Materialfluss herzustellen, und "
-"um den Drucktisch fein zu justieren.\n"
-"Ein Wert von 0 deaktiviert den Rock. Mehrere Linien können bei kleinen "
-"Objekten helfen, den Materialfluss genügend herzustellen."
-
+msgid ""\r
+"Diameter of your filament for the 2nd nozzle. Use 0 to use the same diameter "\r
+"as for nozzle 1."\r
+msgstr ""\r
+"Durchmesser des Druckmaterials für die zweite Druckdüse. Verwenden Sie den "\r
+"Wert 0, um den selben Durchmesser wie bei Druckdüse 1 zu verwenden."\r
+\r
 #: Cura/util/profile.py:190\r
-msgid "Start distance (mm)"
-msgstr "Start Distanz (mm)"
-
+msgid "Diameter3 (mm)"\r
+msgstr "Durchmesser3 (mm)"\r
+\r
 #: Cura/util/profile.py:190\r
-msgid ""
-"The distance between the skirt and the first layer.\n"
-"This is the minimal distance, multiple skirt lines will be put outwards from "
-"this distance."
-msgstr ""
-"Die Distanz zwischen der ersten Umfahrungslinie des Rocks und den "
-"Aussenlinien des Objekts auf der ersten Schicht.\n"
-"Dies ist die Minimaldistanz, mehrere Umfahrungslinien werden aussen an diese "
-"Distanz angehängt."
-
+msgid ""\r
+"Diameter of your filament for the 3th nozzle. Use 0 to use the same diameter "\r
+"as for nozzle 1."\r
+msgstr ""\r
+"Durchmesser des Druckmaterials für die dritte Druckdüse. Verwenden Sie den "\r
+"Wert 0, um den selben Durchmesser wie bei Druckdüse 1 zu verwenden."\r
+\r
 #: Cura/util/profile.py:191\r
-msgid "Minimal length (mm)"
-msgstr "Minimale Länge (mm)"
-
+msgid "Diameter4 (mm)"\r
+msgstr "Durchmesser4 (mm)"\r
+\r
 #: Cura/util/profile.py:191\r
-msgid ""
-"The minimal length of the skirt, if this minimal length is not reached it "
-"will add more skirt lines to reach this minimal lenght.\n"
-"Note: If the line count is set to 0 this is ignored."
-msgstr ""
-"Die minimale Länge des Rocks. Wird diese Minimaldistanz durch die Anzahl "
-"angegebener Linien nicht erreicht, werden mehr Linien aussen angefügt, um "
-"diese Minimaldistanz zu erreichen.\n"
-"Hinweis: Ist die Linienanzahl auf 0 gesetzt, wird dieser Wert ignoriert."
-
+msgid ""\r
+"Diameter of your filament for the 4th nozzle. Use 0 to use the same diameter "\r
+"as for nozzle 1."\r
+msgstr ""\r
+"Durchmesser des Druckmaterials für die vierte Druckdüse. Verwenden Sie den "\r
+"Wert 0, um den selben Durchmesser wie bei Druckdüse 1 zu verwenden."\r
+\r
+#: Cura/util/profile.py:192\r
+msgid "Flow (%)"\r
+msgstr "Fluss (%)"\r
+\r
+#: Cura/util/profile.py:192\r
+msgid ""\r
+"Flow compensation, the amount of material extruded is multiplied by this "\r
+"value"\r
+msgstr ""\r
+"Flusskompensation, die Menge an zu extrudierendem Druckmaterial ist mit "\r
+"diesem Wert multipliziert "\r
+\r
+#: Cura/util/profile.py:193 Cura/util/profile.py:194 Cura/util/profile.py:195\r
+#: Cura/util/profile.py:196 Cura/util/profile.py:197 Cura/util/profile.py:198\r
+#: Cura/util/profile.py:199\r
+msgid "Retraction"\r
+msgstr "Rückzug"\r
+\r
+#: Cura/util/profile.py:193\r
+msgid "Speed (mm/s)"\r
+msgstr "Geschwindigkeit (mm/s)"\r
+\r
+#: Cura/util/profile.py:193\r
+msgid ""\r
+"Speed at which the filament is retracted, a higher retraction speed works "\r
+"better. But a very high retraction speed can lead to filament grinding."\r
+msgstr ""\r
+"Geschwindigkeit mit welcher das Druckmaterial zurückgezogen wird. Eine "\r
+"höhere Rückzugsgeschwindigkeit funktioniert besser, kann allerdings zu "\r
+"Abrieb am Druckmaterial durch den Extruder führen."\r
+\r
 #: Cura/util/profile.py:194\r
-msgid "Fan on layer number"
-msgstr "Lüfter AN bei Schichtnummer"
-
+msgid "Distance (mm)"\r
+msgstr "Distanz (mm)"\r
+\r
 #: Cura/util/profile.py:194\r
-msgid ""
-"The layer at which the fan is turned on. The first layer is layer 0. The "
-"first layer can stick better if you turn on the fan on, on the 2nd layer."
-msgstr ""
-"Die Schichtnummer, bei welcher der Lüfter eingeschaltet wird. Die erste "
-"Schicht ist Schicht 0. Die erste Schicht haftet besser, wenn Sie den Lüfter "
-"erst bei Schicht 1 einschalten lassen."
-
+msgid ""\r
+"Amount of retraction, set at 0 for no retraction at all. A value of 4.5mm "\r
+"seems to generate good results."\r
+msgstr ""\r
+"Rückzugslänge, ein Wert von 0 führt zu keinem Rückzug. Ein Wert von 4.5mm "\r
+"liefert gute Druckresultate."\r
+\r
 #: Cura/util/profile.py:195\r
-msgid "Fan speed min (%)"
-msgstr "Lüfter Geschwindigkeit min (%)"
-
+msgid "Dual extrusion switch amount (mm)"\r
+msgstr "Rückzug bei Doppelextrusion Umschaltung (mm)"\r
+\r
 #: Cura/util/profile.py:195\r
-msgid ""
-"When the fan is turned on, it is enabled at this speed setting. If cool "
-"slows down the layer, the fan is adjusted between the min and max speed. "
-"Minimal fan speed is used if the layer is not slowed down due to cooling."
-msgstr ""
-"Wenn der Lüfter eingeschaltet ist, läuft er mit dieser prozentualen "
-"Geschwindigkeit. Wird die Druckgeschwindigkteit für die Schicht verringert, "
-"wird die Geschwindigkeit des Lüfters zwischen min und max reguliert. Die "
-"minimale Geschwindigkeit wird verwendet, wenn die Druckgeschwindigkeit nicht "
-"verringert wird."
-
+msgid ""\r
+"Amount of retraction when switching nozzle with dual-extrusion, set at 0 for "\r
+"no retraction at all. A value of 16.0mm seems to generate good results."\r
+msgstr ""\r
+"Rückzugsdistanz beim Umschalten der Druckdüsen im Doppelextrudions-Modus, "\r
+"ein Wert von 0 führt zu keinem Rückzug. Ein Wert von 16.0mm scheint gute "\r
+"Druckresultate zu liefern."\r
+\r
 #: Cura/util/profile.py:196\r
-msgid "Fan speed max (%)"
-msgstr "Lüfter Geschwindigkeit max (%)"
-
+msgid "Minimum travel (mm)"\r
+msgstr "Minimale Leerfahrt-Distanz (mm)"\r
+\r
 #: Cura/util/profile.py:196\r
-msgid ""
-"When the fan is turned on, it is enabled at this speed setting. If cool "
-"slows down the layer, the fan is adjusted between the min and max speed. "
-"Maximal fan speed is used if the layer is slowed down due to cooling by more "
-"than 200%."
-msgstr ""
-"Wenn der Lüfter eingeschaltet ist, läuft er mit dieser prozentualen "
-"Geschwindigkeit. Wird die Druckgeschwindigkteit für die Schicht verringert, "
-"wird die Geschwindigkeit des Lüfters zwischen min und max reguliert. Die "
-"maximale Geschwindigkeit wird verwendet, wenn die Druckgeschwindigkeit durch "
-"die minimale Druckzeit für eine Schicht um mehr als 200% verringert wird."
-
+msgid ""\r
+"Minimum amount of travel needed for a retraction to happen at all. To make "\r
+"sure you do not get a lot of retractions in a small area."\r
+msgstr ""\r
+"Minimale Distanz die vom Druckkopf als Leerfahrt zurückgelegt werden muss, "\r
+"damit überhaupt ein Rückzug des Druckmaterials gemacht wird. Verhindert zu "\r
+"häufigen Rückzug auf kleiner Fläche."\r
+\r
 #: Cura/util/profile.py:197\r
-msgid "Minimum speed (mm/s)"
-msgstr "Minimale Geschwindigkeit (mm/s)"
-
+msgid "Enable combing"\r
+msgstr "Löcher umfahren"\r
+\r
 #: Cura/util/profile.py:197\r
-msgid ""
-"The minimal layer time can cause the print to slow down so much it starts to "
-"ooze. The minimal feedrate protects against this. Even if a print gets slown "
-"down it will never be slower than this minimal speed."
-msgstr ""
-"Die minimale Druckzeit für eine Schicht kann die Druckgeschwindigkeit so "
-"stark reduzieren, dass ein Materialstau in der Druckdüse entstehen kann. Die "
-"minimale Vorschubrate schützt davor. Auch wenn ein Druck stark verlangsamt "
-"wird, wird er nie langsamer ausgeführt als diese minimale Geschwindigkeit."
-
+msgid ""\r
+"Combing is the act of avoiding holes in the print for the head to travel "\r
+"over. If combing is disabled the printer head moves straight from the start "\r
+"point to the end point and it will always retract."\r
+msgstr ""\r
+"Lässt den Druckkopf nicht direkt über Löcher im Druckobjekt leer "\r
+"drüberfahren. Wenn diese Option ausgeschaltet ist, fährt der Druckkopf auf "\r
+"gerader Linie vom Anfangs- zum Endpunkt und das Druckmaterial wird dabei "\r
+"immer zurückgezogen."\r
+\r
 #: Cura/util/profile.py:198\r
-msgid "Cool head lift"
-msgstr "Druckkopf zum Kühlen anheben"
-
+msgid "Minimal extrusion before retracting (mm)"\r
+msgstr "Minimaler Vorschub vor nächstem Rückzug (mm)"\r
+\r
 #: Cura/util/profile.py:198\r
-msgid ""
-"Lift the head if the minimal speed is hit because of cool slowdown, and wait "
-"the extra time so the minimal layer time is always hit."
-msgstr ""
-"Hebt den Druckkopf zum Kühlen an, damit die minimale Druckzeit für eine "
-"Schicht immer erreicht wird."
-
-#: Cura/util/profile.py:203 Cura/util/profile.py:204 Cura/util/profile.py:205\r
-msgid "Infill"
-msgstr "Füllung"
-
+#, fuzzy\r
+msgid ""\r
+"The minimal amount of extrusion that needs to be done before retracting "\r
+"again if a retraction needs to happen before this minimal is reached the "\r
+"retraction is ignored.\n"\r
+"This avoids retracting a lot on the same piece of filament which flattens "\r
+"the filament and causes grinding issues."\r
+msgstr ""\r
+"Die minimale Distanz an Vorschub, welche erreicht sein muss, bevor der "\r
+"nächste Rückzug ausgeführt wird. Wenn vor dem Erreichen dieser "\r
+"Minimaldistanz ein Rückzug ausgeführt werden sollte, wird dieser ignoriert.\n"\r
+"Dies verhindert ein zu häufiges Zurückziehen des Druckmaterials an der "\r
+"selben Stelle, was sonst zum Abflachen und zu Abrieb des Druckmaterials "\r
+"führen kann."\r
+\r
+#: Cura/util/profile.py:199\r
+#, fuzzy\r
+msgid "Z hop when retracting (mm)"\r
+msgstr "Minimaler Vorschub vor nächstem Rückzug (mm)"\r
+\r
+#: Cura/util/profile.py:199\r
+msgid ""\r
+"When a retraction is done, the head is lifted by this amount to travel over "\r
+"the print. A value of 0.075 works well. This feature has a lot of positive "\r
+"effect on delta towers."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:200\r
+msgid "Initial layer thickness (mm)"\r
+msgstr "Erste Schichtdicke (mm)"\r
+\r
+#: Cura/util/profile.py:200\r
+msgid ""\r
+"Layer thickness of the bottom layer. A thicker bottom layer makes sticking "\r
+"to the bed easier. Set to 0.0 to have the bottom layer thickness the same as "\r
+"the other layers."\r
+msgstr ""\r
+"Schichtdicke der ersten Schicht. Eine dickere Bodenschicht haftet besser auf "\r
+"dem Drucktisch. Wählen Sie den Wert 0.0, um die erste Schicht genau so dick "\r
+"zu drucken wie die anderen Schichten."\r
+\r
+#: Cura/util/profile.py:201\r
+msgid "Cut off object bottom (mm)"\r
+msgstr "Objekt unten abschneiden (mm)"\r
+\r
+#: Cura/util/profile.py:201\r
+msgid ""\r
+"Sinks the object into the platform, this can be used for objects that do not "\r
+"have a flat bottom and thus create a too small first layer."\r
+msgstr ""\r
+"Versenkt das Objekt um diesen Wert in den Drucktisch. Kann bei Objekten "\r
+"verwendet werden, welche keine flache Unterseite haben."\r
+\r
 #: Cura/util/profile.py:203\r
-msgid "Solid infill top"
-msgstr "Oben geschlossen"
-
+msgid "Dual extrusion overlap (mm)"\r
+msgstr "Doppelextrusion Überlappung (mm)"\r
+\r
 #: Cura/util/profile.py:203\r
-msgid ""
-"Create a solid top surface, if set to false the top is filled with the fill "
-"percentage. Useful for cups/vases."
-msgstr ""
-"Erstellt oben eine gefüllte Oberfläche. Wenn deaktiviert, wird bis oben mit "
-"der Fülldichte gedruckt. In Kombination mit 0% Fülldichte hilfreich für "
-"Schalen und Vasen."
-
+#, fuzzy\r
+msgid ""\r
+"Add a certain amount of overlapping extrusion on dual-extrusion prints. This "\r
+"bonds the different colors together."\r
+msgstr ""\r
+"Fügen Sie einen gewissen Wert an Überlappung der beiden Druckmaterialien aus "\r
+"den Düsen bei der Doppelextrusion hinzu. Dies verbindet die beiden "\r
+"Druckmaterialien besser miteinander."\r
+\r
+#: Cura/util/profile.py:204 Cura/util/profile.py:205 Cura/util/profile.py:206\r
+#: Cura/util/profile.py:207 Cura/util/profile.py:208\r
+msgid "Speed"\r
+msgstr "Geschwindigkeit"\r
+\r
 #: Cura/util/profile.py:204\r
-msgid "Solid infill bottom"
-msgstr "Unten geschlossen"
-
+msgid "Travel speed (mm/s)"\r
+msgstr "Leerfahrt Geschwindigkeit (mm/s)"\r
+\r
 #: Cura/util/profile.py:204\r
-msgid ""
-"Create a solid bottom surface, if set to false the bottom is filled with the "
-"fill percentage. Useful for buildings."
-msgstr ""
-"Erstellt unten eine gefüllte Oberfläche. Wenn deaktiviert, wird von der "
-"ersten Schicht an mit der Fülldichte gedruckt. Hilfreich für Gebäude."
-
+#, fuzzy\r
+msgid ""\r
+"Speed at which travel moves are done, a well built Ultimaker can reach "\r
+"speeds of 250mm/s. But some machines might miss steps then."\r
+msgstr ""\r
+"Geschwindigkeit, mit welcher Leerfahrten ausgeführt werden. Ein gut "\r
+"zusammengebauter Ultimaker kann Geschwindigkeiten bis zu 250mm/s erreichen. "\r
+"Viele Geräte verlieren dabei allerdings Schritte der Motoren und die "\r
+"Druckobjekte werden unbrauchbar."\r
+\r
 #: Cura/util/profile.py:205\r
-msgid "Infill overlap (%)"
-msgstr "Füllung Überlappung (%)"
-
+msgid "Bottom layer speed (mm/s)"\r
+msgstr "Geschwindigkeit unterste Schicht (mm/s)"\r
+\r
 #: Cura/util/profile.py:205\r
-msgid ""
-"Amount of overlap between the infill and the walls. There is a slight "
-"overlap with the walls and the infill so the walls connect firmly to the "
-"infill."
-msgstr ""
-"Menge an Überlappung der Füllung un der Aussenwände. Damit die Füllung und "
-"die Aussenwände gut schliessen, wird eine geringe Überlappung benötigt."
-
+msgid ""\r
+"Print speed for the bottom layer, you want to print the first layer slower "\r
+"so it sticks better to the printer bed."\r
+msgstr ""\r
+"Druckgeschwindigkeit für die erste Schicht. Drucken Sie die erste Schicht "\r
+"langsamer, damit sie besser auf dem Drucktisch haftet."\r
+\r
 #: Cura/util/profile.py:206\r
-msgid "Fill amount (%)"
-msgstr "Fülldichte (%)"
-
+msgid "Infill speed (mm/s)"\r
+msgstr "Füllgeschwindigkeit (mm/s)"\r
+\r
 #: Cura/util/profile.py:206\r
-#, python-format
-msgid ""
-"Amount of infill structure in the support material, less material gives "
-"weaker support which is easier to remove. 20% seems to be a good average."
-msgstr ""
-"Füllmenge des Stützmaterials. Weniger Material erzeugt schwächeres "
-"Stützmaterial, welches dafür leichter zu entfernen ist. 20% scheint ein "
-"gutes Mittelmass zu sein."
-
+#, fuzzy\r
+msgid ""\r
+"Speed at which infill parts are printed. If set to 0 then the print speed is "\r
+"used for the infill. Printing the infill faster can greatly reduce printing "\r
+"time, but this can negatively affect print quality."\r
+msgstr ""\r
+"Geschwindigkeit, mit welcher die Füllung gedruckt wird. Verwenden Sie den "\r
+"Wert 0, um die Füllung mit der allgemeinen Druckgeschwindigkeit zu Drucken. "\r
+"Die Füllung schneller zu drucken, kann die Druckzeit massiv verkürzen, "\r
+"beeinträchtigt aber womöglich die Druckqualität."\r
+\r
 #: Cura/util/profile.py:207\r
-msgid "Distance X/Y (mm)"
-msgstr "Distanz X/Y (mm)"
-
+#, fuzzy\r
+msgid "Outer shell speed (mm/s)"\r
+msgstr "Leerfahrt Geschwindigkeit (mm/s)"\r
+\r
 #: Cura/util/profile.py:207\r
-msgid ""
-"Distance of the support material from the print, in the X/Y directions.\n"
-"0.7mm gives a nice distance from the print so the support does not stick to "
-"the print."
-msgstr ""
-"Distanz des Stützmaterials zum Druckobjekt, in den X/Y Richtungen.\n"
-"0.7mm ergibt eine gute Distanz vom Druckobjekt, damit das Stützmaterial "
-"nicht am Druckobjekt klebt."
-
+msgid ""\r
+"Speed at which outer shell is printed. If set to 0 then the print speed is "\r
+"used. Printing the outer shell at a lower speed improves the final skin "\r
+"quality. However, having a large difference between the inner shell speed "\r
+"and the outer shell speed will effect quality in a negative way."\r
+msgstr ""\r
+\r
 #: Cura/util/profile.py:208\r
-msgid "Distance Z (mm)"
-msgstr "Distanz Z (mm)"
-
+#, fuzzy\r
+msgid "Inner shell speed (mm/s)"\r
+msgstr "Füllgeschwindigkeit (mm/s)"\r
+\r
 #: Cura/util/profile.py:208\r
-msgid ""
-"Distance from the top/bottom of the support to the print. A small gap here "
-"makes it easier to remove the support but makes the print a bit uglier.\n"
-"0.15mm gives a good seperation of the support material."
-msgstr ""
-"Distanz von der Unter- bzw. Oberseite des Stützmaterials zum Druckobjekt. "
-"Eine kleine Lücke macht es einfacher, das Stützmaterial zu entfernen, "
-"erzeugt aber einen etwas unschöneren Druck.\n"
-"0.15mm ergibt eine gute Trennung zwischen Stützmaterial und Druckobjekt."
-
+#, fuzzy\r
+msgid ""\r
+"Speed at which inner shells are printed. If set to 0 then the print speed is "\r
+"used. Printing the inner shell faster then the outer shell will reduce "\r
+"printing time. It is good to set this somewhere in between the outer shell "\r
+"speed and the infill/printing speed."\r
+msgstr ""\r
+"Geschwindigkeit, mit welcher die Füllung gedruckt wird. Verwenden Sie den "\r
+"Wert 0, um die Füllung mit der allgemeinen Druckgeschwindigkeit zu Drucken. "\r
+"Die Füllung schneller zu drucken, kann die Druckzeit massiv verkürzen, "\r
+"beeinträchtigt aber womöglich die Druckqualität."\r
+\r
+#: Cura/util/profile.py:209 Cura/util/profile.py:210 Cura/util/profile.py:215\r
+#: Cura/util/profile.py:216 Cura/util/profile.py:217 Cura/util/profile.py:218\r
+#: Cura/util/profile.py:219\r
+msgid "Cool"\r
+msgstr "Abkühlen"\r
+\r
+#: Cura/util/profile.py:209\r
+msgid "Minimal layer time (sec)"\r
+msgstr "Minimale Druckzeit Schicht (s)"\r
+\r
+#: Cura/util/profile.py:209\r
+#, fuzzy\r
+msgid ""\r
+"Minimum time spent in a layer, gives the layer time to cool down before the "\r
+"next layer is put on top. If the layer will be placed down too fast the "\r
+"printer will slow down to make sure it has spent at least this amount of "\r
+"seconds printing this layer."\r
+msgstr ""\r
+"Zeit die minimal verwendet werden muss, um eine Schicht zu drucken. "\r
+"Ermöglicht das Abkühlen der gerade gedruckten Schicht, bevor die nächste "\r
+"oben drauf gedruckt wird. Würde diese Zeit unterschritten, verlangsamt der "\r
+"Drucker die Geschwindigkeit, damit das Erstellen einer Schicht mindestens so "\r
+"lange dauert."\r
+\r
+#: Cura/util/profile.py:210\r
+msgid "Enable cooling fan"\r
+msgstr "Lüfter einschalten"\r
+\r
+#: Cura/util/profile.py:210\r
+msgid ""\r
+"Enable the cooling fan during the print. The extra cooling from the cooling "\r
+"fan is essential during faster prints."\r
+msgstr ""\r
+"Schaltet den Lüfter während des des Drucks ein. Die Kühlung durch den Lüfter "\r
+"ist besonders bei schnelleren Drucken notwendig."\r
+\r
 #: Cura/util/profile.py:212\r
-msgid "Brim line amount"
-msgstr "Anzahl Randlinien"
-
+msgid "Line count"\r
+msgstr "Anzahl Linien"\r
+\r
 #: Cura/util/profile.py:212\r
-msgid ""
-"The amount of lines used for a brim, more lines means a larger brim which "
-"sticks better, but this also makes your effective print area smaller."
-msgstr ""
-"Die Anzahl Linien, welche für den Rand verwendet werden. Mehr Linien "
-"bedeuten eine grössere Randfläche, die besser haftet, verringert allerdings "
-"die maximale Druckfläche."
-
+msgid ""\r
+"The skirt is a line drawn around the object at the first layer. This helps "\r
+"to prime your extruder, and to see if the object fits on your platform.\n"\r
+"Setting this to 0 will disable the skirt. Multiple skirt lines can help "\r
+"priming your extruder better for small objects."\r
+msgstr ""\r
+"Der Rock ist eine Linie, welche beim der ersten Schicht um das gesamte "\r
+"Druckobjekt gedruckt wird. Das hilft um den Materialfluss herzustellen, und "\r
+"um den Drucktisch fein zu justieren.\n"\r
+"Ein Wert von 0 deaktiviert den Rock. Mehrere Linien können bei kleinen "\r
+"Objekten helfen, den Materialfluss genügend herzustellen."\r
+\r
 #: Cura/util/profile.py:213\r
-msgid "Extra margin (mm)"
-msgstr "Zusätzlicher Rand (mm)"
-
+msgid "Start distance (mm)"\r
+msgstr "Start Distanz (mm)"\r
+\r
 #: Cura/util/profile.py:213\r
-msgid ""
-"If the raft is enabled, this is the extra raft area around the object which "
-"is also rafted. Increasing this margin will create a stronger raft while "
-"using more material and leaving less are for your print."
-msgstr ""
-"Wenn das Gitter eingeschaltet ist, wird es um diese Länge grösser um das "
-"Druckobjekt erstellt. Ein grösserer Wert ergibt ein stärkeres Gitter, "
-"benötigt allerdings mehr Material und reduziert die Druckfläche."
-
+msgid ""\r
+"The distance between the skirt and the first layer.\n"\r
+"This is the minimal distance, multiple skirt lines will be put outwards from "\r
+"this distance."\r
+msgstr ""\r
+"Die Distanz zwischen der ersten Umfahrungslinie des Rocks und den "\r
+"Aussenlinien des Objekts auf der ersten Schicht.\n"\r
+"Dies ist die Minimaldistanz, mehrere Umfahrungslinien werden aussen an diese "\r
+"Distanz angehängt."\r
+\r
 #: Cura/util/profile.py:214\r
-msgid "Line spacing (mm)"
-msgstr "Linienabstand (mm)"
-
+msgid "Minimal length (mm)"\r
+msgstr "Minimale Länge (mm)"\r
+\r
 #: Cura/util/profile.py:214\r
-msgid ""
-"When you are using the raft this is the distance between the centerlines of "
-"the raft line."
-msgstr ""
-"Wenn Sie ein Gitter verwenden, werden die Gitterlinien um diese Distanz "
-"voneinander entfernt gedruckt."
-
+msgid ""\r
+"The minimal length of the skirt, if this minimal length is not reached it "\r
+"will add more skirt lines to reach this minimal lenght.\n"\r
+"Note: If the line count is set to 0 this is ignored."\r
+msgstr ""\r
+"Die minimale Länge des Rocks. Wird diese Minimaldistanz durch die Anzahl "\r
+"angegebener Linien nicht erreicht, werden mehr Linien aussen angefügt, um "\r
+"diese Minimaldistanz zu erreichen.\n"\r
+"Hinweis: Ist die Linienanzahl auf 0 gesetzt, wird dieser Wert ignoriert."\r
+\r
 #: Cura/util/profile.py:215\r
-msgid "Base thickness (mm)"
-msgstr "Basisdicke (mm)"
-
+#, fuzzy\r
+msgid "Fan full on at height (mm)"\r
+msgstr "Höhe der Maschine (mm)"\r
+\r
 #: Cura/util/profile.py:215\r
-msgid ""
-"When you are using the raft this is the thickness of the base layer which is "
-"put down."
-msgstr ""
-"Wenn Sie ein Gitter verwenden, wird die erste Schicht des Gitters mit dieser "
-"Schichtdicke gedruckt."
-
+#, fuzzy\r
+msgid ""\r
+"The height at which the fan is turned on completely. For the layers below "\r
+"this the fan speed is scaled linearly with the fan off at layer 0."\r
+msgstr ""\r
+"Die Schichtnummer, bei welcher der Lüfter eingeschaltet wird. Die erste "\r
+"Schicht ist Schicht 0. Die erste Schicht haftet besser, wenn Sie den Lüfter "\r
+"erst bei Schicht 1 einschalten lassen."\r
+\r
 #: Cura/util/profile.py:216\r
-msgid "Base line width (mm)"
-msgstr "Breite Basislinien (mm)"
-
+msgid "Fan speed min (%)"\r
+msgstr "Lüfter Geschwindigkeit min (%)"\r
+\r
 #: Cura/util/profile.py:216\r
-msgid ""
-"When you are using the raft this is the width of the base layer lines which "
-"are put down."
-msgstr ""
-"Wenn Sie ein Gitter verwenden, werden die Linien der ersten Schicht mit "
-"dieser Breite gedruckt."
-
+msgid ""\r
+"When the fan is turned on, it is enabled at this speed setting. If cool "\r
+"slows down the layer, the fan is adjusted between the min and max speed. "\r
+"Minimal fan speed is used if the layer is not slowed down due to cooling."\r
+msgstr ""\r
+"Wenn der Lüfter eingeschaltet ist, läuft er mit dieser prozentualen "\r
+"Geschwindigkeit. Wird die Druckgeschwindigkteit für die Schicht verringert, "\r
+"wird die Geschwindigkeit des Lüfters zwischen min und max reguliert. Die "\r
+"minimale Geschwindigkeit wird verwendet, wenn die Druckgeschwindigkeit nicht "\r
+"verringert wird."\r
+\r
 #: Cura/util/profile.py:217\r
-msgid "Interface thickness (mm)"
-msgstr "Trennschicht Dicke (mm)"
-
+msgid "Fan speed max (%)"\r
+msgstr "Lüfter Geschwindigkeit max (%)"\r
+\r
 #: Cura/util/profile.py:217\r
-msgid ""
-"When you are using the raft this is the thickness of the interface layer "
-"which is put down."
-msgstr ""
-"Wenn Sie ein Gitter verwenden, wird die Trennschicht zwischen Gitter und "
-"Objekt mit dieser Dicke gedruckt."
-
+msgid ""\r
+"When the fan is turned on, it is enabled at this speed setting. If cool "\r
+"slows down the layer, the fan is adjusted between the min and max speed. "\r
+"Maximal fan speed is used if the layer is slowed down due to cooling by more "\r
+"than 200%."\r
+msgstr ""\r
+"Wenn der Lüfter eingeschaltet ist, läuft er mit dieser prozentualen "\r
+"Geschwindigkeit. Wird die Druckgeschwindigkteit für die Schicht verringert, "\r
+"wird die Geschwindigkeit des Lüfters zwischen min und max reguliert. Die "\r
+"maximale Geschwindigkeit wird verwendet, wenn die Druckgeschwindigkeit durch "\r
+"die minimale Druckzeit für eine Schicht um mehr als 200% verringert wird."\r
+\r
 #: Cura/util/profile.py:218\r
-msgid "Interface line width (mm)"
-msgstr "Trennschicht Linienbreite (mm)"
-
+msgid "Minimum speed (mm/s)"\r
+msgstr "Minimale Geschwindigkeit (mm/s)"\r
+\r
 #: Cura/util/profile.py:218\r
-msgid ""
-"When you are using the raft this is the width of the interface layer lines "
-"which are put down."
-msgstr ""
-"Wenn Sie ein Gitter verwenden, werden die Linien der Trennschicht mit dieser "
-"Breite gedruckt."
-
+#, fuzzy\r
+msgid ""\r
+"The minimal layer time can cause the print to slow down so much it starts to "\r
+"ooze. The minimal feedrate protects against this. Even if a print gets "\r
+"slowed down it will never be slower than this minimal speed."\r
+msgstr ""\r
+"Die minimale Druckzeit für eine Schicht kann die Druckgeschwindigkeit so "\r
+"stark reduzieren, dass ein Materialstau in der Druckdüse entstehen kann. Die "\r
+"minimale Vorschubrate schützt davor. Auch wenn ein Druck stark verlangsamt "\r
+"wird, wird er nie langsamer ausgeführt als diese minimale Geschwindigkeit."\r
+\r
+#: Cura/util/profile.py:219\r
+msgid "Cool head lift"\r
+msgstr "Druckkopf zum Kühlen anheben"\r
+\r
+#: Cura/util/profile.py:219\r
+msgid ""\r
+"Lift the head if the minimal speed is hit because of cool slowdown, and wait "\r
+"the extra time so the minimal layer time is always hit."\r
+msgstr ""\r
+"Hebt den Druckkopf zum Kühlen an, damit die minimale Druckzeit für eine "\r
+"Schicht immer erreicht wird."\r
+\r
 #: Cura/util/profile.py:220 Cura/util/profile.py:221 Cura/util/profile.py:222\r
-#: Cura/util/profile.py:223\r
-msgid "Fix horrible"
-msgstr "Automatische Reparatur"
-
+msgid "Infill"\r
+msgstr "Füllung"\r
+\r
+#: Cura/util/profile.py:220\r
+msgid "Solid infill top"\r
+msgstr "Oben geschlossen"\r
+\r
 #: Cura/util/profile.py:220\r
-msgid "Combine everything (Type-A)"
-msgstr "Kombiniere alles (Typ-A)"
-
-#: Cura/util/profile.py:220 Cura/util/profile.py:221\r
-msgid ""
-"This expert option adds all parts of the model together. The result is "
-"usually that internal cavities disappear. Depending on the model this can be "
-"intended or not. Enabling this option is at your own risk. Type-A is "
-"depended on the model normals and tries to keep some internal holes intact. "
-"Type-B ignores all internal holes and only keeps the outside shape per layer."
-msgstr ""
-"Diese Experten-Option fügt alle Teile des Modelle zu einem zusammen. Das "
-"Resultat ist meistens, dass innen liegende Löcher verschwinden. Abhängig vom "
-"Modell kann dies gewünscht sein oder nicht. Verwenden Sie diese Option auf "
-"eigenes Risiko. Typ-A ist abhängig von den Normalen des Modells und versucht "
-"einige der innen liegenden Löcher zu erhalten. Typ-B ignoriert alle innen "
-"liegenden Löcher und erhält lediglich die Aussenform jeder Schicht."
-
+msgid ""\r
+"Create a solid top surface, if set to false the top is filled with the fill "\r
+"percentage. Useful for cups/vases."\r
+msgstr ""\r
+"Erstellt oben eine gefüllte Oberfläche. Wenn deaktiviert, wird bis oben mit "\r
+"der Fülldichte gedruckt. In Kombination mit 0% Fülldichte hilfreich für "\r
+"Schalen und Vasen."\r
+\r
+#: Cura/util/profile.py:221\r
+msgid "Solid infill bottom"\r
+msgstr "Unten geschlossen"\r
+\r
 #: Cura/util/profile.py:221\r
-msgid "Combine everything (Type-B)"
-msgstr "Kombiniere alles (Typ-B)"
-
+msgid ""\r
+"Create a solid bottom surface, if set to false the bottom is filled with the "\r
+"fill percentage. Useful for buildings."\r
+msgstr ""\r
+"Erstellt unten eine gefüllte Oberfläche. Wenn deaktiviert, wird von der "\r
+"ersten Schicht an mit der Fülldichte gedruckt. Hilfreich für Gebäude."\r
+\r
 #: Cura/util/profile.py:222\r
-msgid "Keep open faces"
-msgstr "Erhalte offene Flächen"
-
+msgid "Infill overlap (%)"\r
+msgstr "Füllung Überlappung (%)"\r
+\r
 #: Cura/util/profile.py:222\r
-msgid ""
-"This expert option keeps all the open bits of the model intact. Normally "
-"Cura tries to stitch up small holes and remove everything with big holes, "
-"but this option keeps bits that are not properly part of anything and just "
-"goes with whatever it is left. This option is usually not what you want, but "
-"it might enable you to slice models otherwise failing to produce proper "
-"paths.\n"
-"As with all \"Fix horrible\" options, results may vary and use at your own "
-"risk."
-msgstr ""
-"Diese Experten-Option lässt alle offenen Teile des Modells intakt. "
-"Normalerweise versucht Cura kleinere Löcher zu füllen, und entferne alle "
-"Teile mit grossen Löchern. Diese Option allerdings erhält auch alle "
-"unsauberen Teile. Diese Option ist in den wenigsten Fällen was Sie möchten, "
-"aber sie ermöglicht Ihnen vielleicht Modelle zu Slicen, welche sonst keine "
-"sauberen Druckpfade ergeben.\n"
-"Wie bei allen \"Automatischen Reparatur\" Optionen können die Resultate "
-"varieren, verwenden Sie diese Option also auf eigenes Risiko."
-
+msgid ""\r
+"Amount of overlap between the infill and the walls. There is a slight "\r
+"overlap with the walls and the infill so the walls connect firmly to the "\r
+"infill."\r
+msgstr ""\r
+"Menge an Überlappung der Füllung un der Aussenwände. Damit die Füllung und "\r
+"die Aussenwände gut schliessen, wird eine geringe Überlappung benötigt."\r
+\r
 #: Cura/util/profile.py:223\r
-msgid "Extensive stitching"
-msgstr "Umfassendes Schliessen"
-
+#, fuzzy\r
+msgid "Structure type"\r
+msgstr "Art des Stützmaterials"\r
+\r
 #: Cura/util/profile.py:223\r
-msgid ""
-"Extrensive stitching tries to fix up open holes in the model by closing the "
-"hole with touching polygons. This algorthm is quite expensive and could "
-"introduce a lot of processing time.\n"
-"As with all \"Fix horrible\" options, results may vary and use at your own "
-"risk."
-msgstr ""
-"Umfassendes Schliessen versucht alle Löcher im Modell durch angrenzende "
-"Polygone zu schliessen. Dieser Algorithmus ist ziemlich teuer und könnte "
-"viel Verarbeitungszeit hinzufügen.\n"
-"Wie bei allen Optionen der \"Automatischen Reparatur\" können die Resultate "
-"unterschiedlich sein, verwenden Sie deshalb diese Option auf eigene Gefahr."
-
-#: Cura/util/profile.py:323\r
-msgid "Save profile on slice"
-msgstr "Speichere Profil beim Slicen"
-
-#: Cura/util/profile.py:323\r
-msgid ""
-"When slicing save the profile as [stl_file]_profile.ini next to the model."
-msgstr ""
-"Speichere beim Slicen das Profil als [stl_datei]_profile.ini ins selbe "
-"Verzeichnis wie das Modell."
-
-#: Cura/util/profile.py:324\r
-msgid "Cost (price/kg)"
-msgstr "Kosten (Preis/kg)"
-
-#: Cura/util/profile.py:324\r
-msgid "Cost of your filament per kg, to estimate the cost of the final print."
-msgstr ""
-"Preis Ihres Druckmaterials pro Kilogramm. Dient zur Schätzung der "
-"Materialkosten des Druckobjekts."
-
-#: Cura/util/profile.py:325\r
-msgid "Cost (price/m)"
-msgstr "Kosten (Preis/m)"
-
-#: Cura/util/profile.py:325\r
-msgid ""
-"Cost of your filament per meter, to estimate the cost of the final print."
-msgstr ""
-"Preis Ihres Druckmaterials pro Meter. Dient zur Schätzung der Materialkosten "
-"des Druckobjekts."
-
-#: Cura/util/profile.py:326\r
-msgid "Auto detect SD card drive"
-msgstr "Automatische Erkennung SD-Karten Laufwerk"
-
-#: Cura/util/profile.py:326\r
-msgid ""
-"Auto detect the SD card. You can disable this because on some systems "
-"external hard-drives or USB sticks are detected as SD card."
-msgstr ""
-"Automatische Erkennung der SD-Karte. Sie können diese Funktion deaktivieren, "
-"da bei einigen Systemen externe Festplatten oder USB-Sticks als SD-Karten "
-"erkannt werden."
-
-#: Cura/util/profile.py:327\r
-msgid "Check for updates"
-msgstr "Prüfe auf Aktualisierungen"
-
-#: Cura/util/profile.py:327\r
-msgid "Check for newer versions of Cura on startup"
-msgstr ""
-"Prüfe beim Starten von Cura automatisch, ob eine neue Version von Cura "
-"verfügbar ist"
-
-#: Cura/util/profile.py:328\r
-msgid "Send usage statistics"
-msgstr "Sende Nutzerstatistiken"
-
-#: Cura/util/profile.py:328\r
-msgid "Submit anonymous usage information to improve next versions of Cura"
-msgstr ""
-"Übermittle anonyme Nutzungs-Informationen, um die nächste Version von Cura "
-"zu verbessern"
-
-#: Cura/util/profile.py:330\r
-msgid "Density (kg/m3)"
-msgstr "Dichte (kg/m3)"
-
-#: Cura/util/profile.py:330\r
-msgid ""
-"Weight of the filament per m3. Around 1240 for PLA. And around 1040 for ABS. "
-"This value is used to estimate the weight if the filament used for the print."
-msgstr ""
-"Gewicht des Druckmaterials pro m3. Ungefähr 1240 for PLA. Und um die 1040 "
-"for ABS. Dieser Wert wird verwendet, um die ungefähre Menge an Druckmaterial "
-"zu schätzen, welche für das Druckobjekt verwendet wird."
-
-#: Cura/util/profile.py:331\r
-msgid ""
-"Change the language in which Cura runs. Switching language requires a "
-"restart of Cura"
-msgstr ""
-"Verwendete Sprache umschalten. Zum Übernehmen ist ein Neustart von Cura "
-"notwendig."
-
-#: Cura/util/profile.py:334\r
-msgid "Model colour"
-msgstr "Modellfarbe"
-
-#: Cura/util/profile.py:335\r
-msgid "Model colour (2)"
-msgstr "Modellfarbe (2)"
-
-#: Cura/util/profile.py:336\r
-msgid "Model colour (3)"
-msgstr "Modellfarbe (3)"
-
-#: Cura/util/profile.py:337\r
-msgid "Model colour (4)"
-msgstr "Modellfarbe (4)"
-
-#: Cura/util/profile.py:348\r
-msgid "Maximum width (mm)"
-msgstr "Maximale Breite (mm)"
-
-#: Cura/util/profile.py:348 Cura/util/profile.py:349 Cura/util/profile.py:350\r
-msgid "Size of the machine in mm"
-msgstr "Grösse des Geräts in mm"
-
-#: Cura/util/profile.py:349\r
-msgid "Maximum depth (mm)"
-msgstr "Maximale Tiefe (mm)"
-
+msgid ""\r
+"The type of support structure.\n"\r
+"Grid is very strong and can come off in 1 piece, however, sometimes it is "\r
+"too strong.\n"\r
+"Lines are single walled lines that break off one at a time. Which is more "\r
+"work to remove, but as it is less strong it does work better on tricky "\r
+"prints."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:224\r
+msgid "Overhang angle for support (deg)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:224\r
+msgid ""\r
+"The minimal angle that overhangs need to have to get support. With 0 degree "\r
+"being horizontal and 90 degree being vertical."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:225\r
+msgid "Fill amount (%)"\r
+msgstr "Fülldichte (%)"\r
+\r
+#: Cura/util/profile.py:225\r
+#, fuzzy, python-format\r
+msgid ""\r
+"Amount of infill structure in the support material, less material gives "\r
+"weaker support which is easier to remove. 15% seems to be a good average."\r
+msgstr ""\r
+"Füllmenge des Stützmaterials. Weniger Material erzeugt schwächeres "\r
+"Stützmaterial, welches dafür leichter zu entfernen ist. 20% scheint ein "\r
+"gutes Mittelmass zu sein."\r
+\r
+#: Cura/util/profile.py:226\r
+msgid "Distance X/Y (mm)"\r
+msgstr "Distanz X/Y (mm)"\r
+\r
+#: Cura/util/profile.py:226\r
+msgid ""\r
+"Distance of the support material from the print, in the X/Y directions.\n"\r
+"0.7mm gives a nice distance from the print so the support does not stick to "\r
+"the print."\r
+msgstr ""\r
+"Distanz des Stützmaterials zum Druckobjekt, in den X/Y Richtungen.\n"\r
+"0.7mm ergibt eine gute Distanz vom Druckobjekt, damit das Stützmaterial "\r
+"nicht am Druckobjekt klebt."\r
+\r
+#: Cura/util/profile.py:227\r
+msgid "Distance Z (mm)"\r
+msgstr "Distanz Z (mm)"\r
+\r
+#: Cura/util/profile.py:227\r
+msgid ""\r
+"Distance from the top/bottom of the support to the print. A small gap here "\r
+"makes it easier to remove the support but makes the print a bit uglier.\n"\r
+"0.15mm gives a good seperation of the support material."\r
+msgstr ""\r
+"Distanz von der Unter- bzw. Oberseite des Stützmaterials zum Druckobjekt. "\r
+"Eine kleine Lücke macht es einfacher, das Stützmaterial zu entfernen, "\r
+"erzeugt aber einen etwas unschöneren Druck.\n"\r
+"0.15mm ergibt eine gute Trennung zwischen Stützmaterial und Druckobjekt."\r
+\r
+#: Cura/util/profile.py:228\r
+msgid "Spiralize the outer contour"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:228\r
+msgid ""\r
+"Spiralize is smoothing out the Z move of the outer edge. This will create a "\r
+"steady Z increase over the whole print. This feature turns a solid object "\r
+"into a single walled print with a solid bottom."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:230\r
+msgid "Brim line amount"\r
+msgstr "Anzahl Randlinien"\r
+\r
+#: Cura/util/profile.py:230\r
+msgid ""\r
+"The amount of lines used for a brim, more lines means a larger brim which "\r
+"sticks better, but this also makes your effective print area smaller."\r
+msgstr ""\r
+"Die Anzahl Linien, welche für den Rand verwendet werden. Mehr Linien "\r
+"bedeuten eine grössere Randfläche, die besser haftet, verringert allerdings "\r
+"die maximale Druckfläche."\r
+\r
+#: Cura/util/profile.py:231\r
+msgid "Extra margin (mm)"\r
+msgstr "Zusätzlicher Rand (mm)"\r
+\r
+#: Cura/util/profile.py:231\r
+#, fuzzy\r
+msgid ""\r
+"If the raft is enabled, this is the extra raft area around the object which "\r
+"is also rafted. Increasing this margin will create a stronger raft while "\r
+"using more material and leaving less area for your print."\r
+msgstr ""\r
+"Wenn das Gitter eingeschaltet ist, wird es um diese Länge grösser um das "\r
+"Druckobjekt erstellt. Ein grösserer Wert ergibt ein stärkeres Gitter, "\r
+"benötigt allerdings mehr Material und reduziert die Druckfläche."\r
+\r
+#: Cura/util/profile.py:232\r
+msgid "Line spacing (mm)"\r
+msgstr "Linienabstand (mm)"\r
+\r
+#: Cura/util/profile.py:232\r
+msgid ""\r
+"When you are using the raft this is the distance between the centerlines of "\r
+"the raft line."\r
+msgstr ""\r
+"Wenn Sie ein Gitter verwenden, werden die Gitterlinien um diese Distanz "\r
+"voneinander entfernt gedruckt."\r
+\r
+#: Cura/util/profile.py:233\r
+msgid "Base thickness (mm)"\r
+msgstr "Basisdicke (mm)"\r
+\r
+#: Cura/util/profile.py:233\r
+msgid ""\r
+"When you are using the raft this is the thickness of the base layer which is "\r
+"put down."\r
+msgstr ""\r
+"Wenn Sie ein Gitter verwenden, wird die erste Schicht des Gitters mit dieser "\r
+"Schichtdicke gedruckt."\r
+\r
+#: Cura/util/profile.py:234\r
+msgid "Base line width (mm)"\r
+msgstr "Breite Basislinien (mm)"\r
+\r
+#: Cura/util/profile.py:234\r
+msgid ""\r
+"When you are using the raft this is the width of the base layer lines which "\r
+"are put down."\r
+msgstr ""\r
+"Wenn Sie ein Gitter verwenden, werden die Linien der ersten Schicht mit "\r
+"dieser Breite gedruckt."\r
+\r
+#: Cura/util/profile.py:235\r
+msgid "Interface thickness (mm)"\r
+msgstr "Trennschicht Dicke (mm)"\r
+\r
+#: Cura/util/profile.py:235\r
+msgid ""\r
+"When you are using the raft this is the thickness of the interface layer "\r
+"which is put down."\r
+msgstr ""\r
+"Wenn Sie ein Gitter verwenden, wird die Trennschicht zwischen Gitter und "\r
+"Objekt mit dieser Dicke gedruckt."\r
+\r
+#: Cura/util/profile.py:236\r
+msgid "Interface line width (mm)"\r
+msgstr "Trennschicht Linienbreite (mm)"\r
+\r
+#: Cura/util/profile.py:236\r
+msgid ""\r
+"When you are using the raft this is the width of the interface layer lines "\r
+"which are put down."\r
+msgstr ""\r
+"Wenn Sie ein Gitter verwenden, werden die Linien der Trennschicht mit dieser "\r
+"Breite gedruckt."\r
+\r
+#: Cura/util/profile.py:237 Cura/util/profile.py:238 Cura/util/profile.py:239\r
+#: Cura/util/profile.py:240\r
+msgid "Fix horrible"\r
+msgstr "Automatische Reparatur"\r
+\r
+#: Cura/util/profile.py:237\r
+msgid "Combine everything (Type-A)"\r
+msgstr "Kombiniere alles (Typ-A)"\r
+\r
+#: Cura/util/profile.py:237 Cura/util/profile.py:238\r
+#, fuzzy\r
+msgid ""\r
+"This expert option adds all parts of the model together. The result is "\r
+"usually that internal cavities disappear. Depending on the model this can be "\r
+"intended or not. Enabling this option is at your own risk. Type-A is "\r
+"dependent on the model normals and tries to keep some internal holes intact. "\r
+"Type-B ignores all internal holes and only keeps the outside shape per layer."\r
+msgstr ""\r
+"Diese Experten-Option fügt alle Teile des Modelle zu einem zusammen. Das "\r
+"Resultat ist meistens, dass innen liegende Löcher verschwinden. Abhängig vom "\r
+"Modell kann dies gewünscht sein oder nicht. Verwenden Sie diese Option auf "\r
+"eigenes Risiko. Typ-A ist abhängig von den Normalen des Modells und versucht "\r
+"einige der innen liegenden Löcher zu erhalten. Typ-B ignoriert alle innen "\r
+"liegenden Löcher und erhält lediglich die Aussenform jeder Schicht."\r
+\r
+#: Cura/util/profile.py:238\r
+msgid "Combine everything (Type-B)"\r
+msgstr "Kombiniere alles (Typ-B)"\r
+\r
+#: Cura/util/profile.py:239\r
+msgid "Keep open faces"\r
+msgstr "Erhalte offene Flächen"\r
+\r
+#: Cura/util/profile.py:239\r
+#, fuzzy\r
+msgid ""\r
+"This expert option keeps all the open bits of the model intact. Normally "\r
+"Cura tries to stitch up small holes and remove everything with big holes, "\r
+"but this option keeps bits that are not properly part of anything and just "\r
+"goes with whatever is left. This option is usually not what you want, but it "\r
+"might enable you to slice models otherwise failing to produce proper paths.\n"\r
+"As with all \"Fix horrible\" options, results may vary and use at your own "\r
+"risk."\r
+msgstr ""\r
+"Diese Experten-Option lässt alle offenen Teile des Modells intakt. "\r
+"Normalerweise versucht Cura kleinere Löcher zu füllen, und entferne alle "\r
+"Teile mit grossen Löchern. Diese Option allerdings erhält auch alle "\r
+"unsauberen Teile. Diese Option ist in den wenigsten Fällen was Sie möchten, "\r
+"aber sie ermöglicht Ihnen vielleicht Modelle zu Slicen, welche sonst keine "\r
+"sauberen Druckpfade ergeben.\n"\r
+"Wie bei allen \"Automatischen Reparatur\" Optionen können die Resultate "\r
+"varieren, verwenden Sie diese Option also auf eigenes Risiko."\r
+\r
+#: Cura/util/profile.py:240\r
+msgid "Extensive stitching"\r
+msgstr "Umfassendes Schliessen"\r
+\r
+#: Cura/util/profile.py:240\r
+#, fuzzy\r
+msgid ""\r
+"Extensive stitching tries to fix up open holes in the model by closing the "\r
+"hole with touching polygons. This algorthm is quite expensive and could "\r
+"introduce a lot of processing time.\n"\r
+"As with all \"Fix horrible\" options, results may vary and use at your own "\r
+"risk."\r
+msgstr ""\r
+"Umfassendes Schliessen versucht alle Löcher im Modell durch angrenzende "\r
+"Polygone zu schliessen. Dieser Algorithmus ist ziemlich teuer und könnte "\r
+"viel Verarbeitungszeit hinzufügen.\n"\r
+"Wie bei allen Optionen der \"Automatischen Reparatur\" können die Resultate "\r
+"unterschiedlich sein, verwenden Sie deshalb diese Option auf eigene Gefahr."\r
+\r
 #: Cura/util/profile.py:350\r
-msgid "Maximum height (mm)"
-msgstr "Maximale Höhe (mm)"
-
+msgid "Save profile on slice"\r
+msgstr "Speichere Profil beim Slicen"\r
+\r
+#: Cura/util/profile.py:350\r
+msgid ""\r
+"When slicing save the profile as [stl_file]_profile.ini next to the model."\r
+msgstr ""\r
+"Speichere beim Slicen das Profil als [stl_datei]_profile.ini ins selbe "\r
+"Verzeichnis wie das Modell."\r
+\r
 #: Cura/util/profile.py:351\r
-msgid "Machine center 0,0"
-msgstr "Mittelpunkt der Bau Plattform (0, 0)"
-
+msgid "Cost (price/kg)"\r
+msgstr "Kosten (Preis/kg)"\r
+\r
 #: Cura/util/profile.py:351\r
-msgid ""
-"Machines firmware defines the center of the bed as 0,0 instead of the front "
-"left corner."
-msgstr ""
-"Die Firmware des Druckers definiert die Mitte der Bau Plattform als (0, 0) "
-"anstelle der vorderen linken Ecke."
-
+msgid "Cost of your filament per kg, to estimate the cost of the final print."\r
+msgstr ""\r
+"Preis Ihres Druckmaterials pro Kilogramm. Dient zur Schätzung der "\r
+"Materialkosten des Druckobjekts."\r
+\r
+#: Cura/util/profile.py:352\r
+msgid "Cost (price/m)"\r
+msgstr "Kosten (Preis/m)"\r
+\r
+#: Cura/util/profile.py:352\r
+msgid ""\r
+"Cost of your filament per meter, to estimate the cost of the final print."\r
+msgstr ""\r
+"Preis Ihres Druckmaterials pro Meter. Dient zur Schätzung der Materialkosten "\r
+"des Druckobjekts."\r
+\r
+#: Cura/util/profile.py:353\r
+msgid "Auto detect SD card drive"\r
+msgstr "Automatische Erkennung SD-Karten Laufwerk"\r
+\r
 #: Cura/util/profile.py:353\r
-msgid ""
-"If you have an heated bed, this enabled heated bed settings (requires "
-"restart)"
-msgstr ""
-"Wenn Ihr Gerät einen beheizten Drucktisch besitzt, aktivieren Sie hier die "
-"Einstellungen dafür (benötigt Neustart)"
-
+msgid ""\r
+"Auto detect the SD card. You can disable this because on some systems "\r
+"external hard-drives or USB sticks are detected as SD card."\r
+msgstr ""\r
+"Automatische Erkennung der SD-Karte. Sie können diese Funktion deaktivieren, "\r
+"da bei einigen Systemen externe Festplatten oder USB-Sticks als SD-Karten "\r
+"erkannt werden."\r
+\r
 #: Cura/util/profile.py:354\r
-msgid "GCode Flavor"
-msgstr "GCode Flavor"
-
+msgid "Check for updates"\r
+msgstr "Prüfe auf Aktualisierungen"\r
+\r
 #: Cura/util/profile.py:354\r
-msgid ""
-"Flavor of generated GCode.\n"
-"RepRap is normal 5D GCode which works on Marlin/Sprinter based firmwares.\n"
-"UltiGCode is a variation of the RepRap GCode which puts more settings in the "
-"machine instead of the slicer.\n"
-"MakerBot GCode has a few changes in the way GCode is generated, but still "
-"requires MakerWare to generate to X3G."
-msgstr ""
-"Flavor des generierten GCodes.\n"
-"RepRap verwendet normalen 5D GCode welcher auf Marlin/Sprinter basierter "
-"Firmware funktioniert.\n"
-"UltiGCode ist eine Variation des RepRap GCodes, welche mehr Einstellungen "
-"des Geräts verwendet, anstelle deren des Slicers.\n"
-"MakerBot GCode enthält ein paar Anpassungen. Es wird aber immer noch "
-"MakerWare benötigt um den GCode in das X3G Format zu übersetzen."
-
+msgid "Check for newer versions of Cura on startup"\r
+msgstr ""\r
+"Prüfe beim Starten von Cura automatisch, ob eine neue Version von Cura "\r
+"verfügbar ist"\r
+\r
 #: Cura/util/profile.py:355\r
-msgid "Extruder count"
-msgstr "Anzahl Extruder"
-
+msgid "Send usage statistics"\r
+msgstr "Sende Nutzerstatistiken"\r
+\r
 #: Cura/util/profile.py:355\r
-msgid "Amount of extruders in your machine."
-msgstr "Anzahl Extruder des Geräts."
-
-#: Cura/util/profile.py:356 Cura/util/profile.py:358 Cura/util/profile.py:360\r
-msgid "Offset X"
-msgstr "Offset X"
-
-#: Cura/util/profile.py:356 Cura/util/profile.py:357\r
-msgid "The offset of your secondary extruder compared to the primary."
-msgstr "Der Offset des zweiten Extruders vom ersten Extruder."
-
-#: Cura/util/profile.py:357 Cura/util/profile.py:359 Cura/util/profile.py:361\r
-msgid "Offset Y"
-msgstr "Offset Y"
-
-#: Cura/util/profile.py:358 Cura/util/profile.py:359\r
-msgid "The offset of your tertiary extruder compared to the primary."
-msgstr "Der Offset des dritten Extruders vom ersten Extruder."
-
-#: Cura/util/profile.py:360 Cura/util/profile.py:361\r
-msgid "The offset of your forth extruder compared to the primary."
-msgstr "Der Offset des vierten Extruders vom ersten Extruder."
-
+msgid "Submit anonymous usage information to improve next versions of Cura"\r
+msgstr ""\r
+"Übermittle anonyme Nutzungs-Informationen, um die nächste Version von Cura "\r
+"zu verbessern"\r
+\r
+#: Cura/util/profile.py:357\r
+msgid "Density (kg/m3)"\r
+msgstr "Dichte (kg/m3)"\r
+\r
+#: Cura/util/profile.py:357\r
+msgid ""\r
+"Weight of the filament per m3. Around 1240 for PLA. And around 1040 for ABS. "\r
+"This value is used to estimate the weight if the filament used for the print."\r
+msgstr ""\r
+"Gewicht des Druckmaterials pro m3. Ungefähr 1240 for PLA. Und um die 1040 "\r
+"for ABS. Dieser Wert wird verwendet, um die ungefähre Menge an Druckmaterial "\r
+"zu schätzen, welche für das Druckobjekt verwendet wird."\r
+\r
+#: Cura/util/profile.py:358\r
+msgid ""\r
+"Change the language in which Cura runs. Switching language requires a "\r
+"restart of Cura"\r
+msgstr ""\r
+"Verwendete Sprache umschalten. Zum Übernehmen ist ein Neustart von Cura "\r
+"notwendig."\r
+\r
+#: Cura/util/profile.py:361\r
+msgid "Model colour"\r
+msgstr "Modellfarbe"\r
+\r
+#: Cura/util/profile.py:361\r
+msgid "Display color for first extruder"\r
+msgstr ""\r
+\r
 #: Cura/util/profile.py:362\r
-msgid "E-Steps per 1mm filament"
-msgstr "E-Schritte pro 1mm Druckmaterial"
-
+msgid "Model colour (2)"\r
+msgstr "Modellfarbe (2)"\r
+\r
 #: Cura/util/profile.py:362\r
-msgid ""
-"Amount of steps per mm filament extrusion. If set to 0 then this value is "
-"ignored and the value in your firmware is used."
-msgstr ""
-"Anzahl Schritte pro mm Druckmaterial Extrusion. Wird der Wert auf 0 gesetzt, "
-"wird er ignoriert, und stattdessen der Wert aus der Firmware verwendet."
-
+msgid "Display color for second extruder"\r
+msgstr ""\r
+\r
 #: Cura/util/profile.py:363\r
-msgid "Serial port"
-msgstr "Serieller Anschluss"
-
+msgid "Model colour (3)"\r
+msgstr "Modellfarbe (3)"\r
+\r
 #: Cura/util/profile.py:363\r
-msgid "Serial port to use for communication with the printer"
-msgstr "Serieller Anschluss für die Kommunikation mit dem Drucker"
-
+msgid "Display color for third extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:364\r
+msgid "Model colour (4)"\r
+msgstr "Modellfarbe (4)"\r
+\r
+#: Cura/util/profile.py:364\r
+msgid "Display color for forth extruder"\r
+msgstr ""\r
+\r
 #: Cura/util/profile.py:365\r
-msgid "Baudrate"
-msgstr "Baudrate"
-
+msgid "Printing window type"\r
+msgstr ""\r
+\r
 #: Cura/util/profile.py:365\r
-msgid ""
-"Speed of the serial port communication\n"
-"Needs to match your firmware settings\n"
-"Common values are 250000, 115200, 57600"
-msgstr ""
-"Kommunikations-Geschwindigkeit des Seriellen Anschlusses\n"
-"Muss mit den Firmware-Einstellungen übereinstimmen\n"
-"Übliche Werte sind 250000, 115200, 57600"
-
-#: Cura/util/profile.py:368\r
-msgid "Head size towards X min (mm)"
-msgstr "Druckkopf-Grösse in X min (mm)"
-
-#: Cura/util/profile.py:368\r
-msgid ""
-"The head size when printing multiple objects, measured from the tip of the "
-"nozzle towards the outer part of the head. 75mm for an Ultimaker if the fan "
-"is on the left side."
-msgstr ""
-"Die Druckkopf-Grösse wenn mehrere Objekte nacheinander auf dem selben Tisch "
-"gedruckt werden. Gemessen von der Spitze der Druckdüse gegen den äusseren "
-"Teil des Druckkopfs. 75mm beim Ultimaker, wenn der Lüfter auf der linken "
-"Seite angebracht ist."
-
-#: Cura/util/profile.py:369\r
-msgid "Head size towards Y min (mm)"
-msgstr "Druckkopf-Grösse in Y min (mm)"
-
-#: Cura/util/profile.py:369 Cura/util/profile.py:370\r
-msgid ""
-"The head size when printing multiple objects, measured from the tip of the "
-"nozzle towards the outer part of the head. 18mm for an Ultimaker if the fan "
-"is on the left side."
-msgstr ""
-"Die Druckkopf-Grösse wenn mehrere Objekte nacheinander auf dem selben Tisch "
-"gedruckt werden. Gemessen von der Spitze der Druckdüse gegen den äusseren "
-"Teil des Druckkopfs. 18mm beim Ultimaker, wenn der Lüfter auf der linken "
-"Seite angebracht ist."
-
-#: Cura/util/profile.py:370\r
-msgid "Head size towards X max (mm)"
-msgstr "Druckkopf-Grösse in X max (mm)"
-
-#: Cura/util/profile.py:371\r
-msgid "Head size towards Y max (mm)"
-msgstr "Druckkopf-Grösse in Y max (mm)"
-
-#: Cura/util/profile.py:371\r
-msgid ""
-"The head size when printing multiple objects, measured from the tip of the "
-"nozzle towards the outer part of the head. 35mm for an Ultimaker if the fan "
-"is on the left side."
-msgstr ""
-"Die Druckkopf-Grösse wenn mehrere Objekte nacheinander auf dem selben Tisch "
-"gedruckt werden. Gemessen von der Spitze der Druckdüse gegen den äusseren "
-"Teil des Druckkopfs. 35mm beim Ultimaker, wenn der Lüfter auf der linken "
-"Seite angebracht ist."
-
-#: Cura/util/profile.py:372\r
-msgid "Printer gantry height (mm)"
-msgstr "Höhe Druckkopf-Aufhängung (mm)"
-
-#: Cura/util/profile.py:372\r
-msgid ""
-"The height of the gantry holding up the printer head. If an object is higher "
-"then this then you cannot print multiple objects one for one. 60mm for an "
-"Ultimaker."
-msgstr ""
-"Die Höhe der Druckkopf-Aufhängung über dem Drucktisch. Ist eines der "
-"Druckobjekte, welche auf dem selben Tisch nacheinander gedruckt werden "
-"sollen grösser als dieser Wert, können die Objekte nicht nacheinander "
-"gedruckt werden. 60mm beim Ultimaker."
-
-#: Cura/util/profile.py:374\r
-#, python-format
-msgid "More flow than 150% is rare and usually not recommended."
-msgstr ""
-"Eine Fließgeschwindigkeit von mehr als 150% ist selten und normalerweise "
-"nicht empfohlen."
-
-#: Cura/util/profile.py:375\r
-#, python-format
-msgid "Less flow than 50% is rare and usually not recommended."
-msgstr ""
-"Eine Fließgeschwindigkeit von weniger als 50% ist selten und normalerweise "
-"nicht empfohlen."
-
-#: Cura/util/profile.py:376\r
-#, python-format
-msgid ""
-"Thicker layers then %.2fmm (80%% nozzle size) usually give bad results and "
-"are not recommended."
-msgstr ""
-"Schicht dicken von mehr als  %.2fmm (80%% des Düsen Durchmessers) führen zu "
-"einer schlechten Druckqualität und werden nicht empfohlen."
-
+msgid "Select the interface used for USB printing."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:377\r
+msgid "Maximum width (mm)"\r
+msgstr "Maximale Breite (mm)"\r
+\r
+#: Cura/util/profile.py:377 Cura/util/profile.py:378 Cura/util/profile.py:379\r
+msgid "Size of the machine in mm"\r
+msgstr "Grösse des Geräts in mm"\r
+\r
 #: Cura/util/profile.py:378\r
-msgid ""
-"It is highly unlikely that your machine can achieve a printing speed above "
-"150mm/s"
-msgstr ""
-"Es ist sehr unwahrscheinlich das Ihr Drucker eine Geschwindigkeit von mehr "
-"als 150mm/s erreichen kann."
-
-#: Cura/util/profile.py:380 Cura/util/profile.py:381 Cura/util/profile.py:382\r
+msgid "Maximum depth (mm)"\r
+msgstr "Maximale Tiefe (mm)"\r
+\r
+#: Cura/util/profile.py:379\r
+msgid "Maximum height (mm)"\r
+msgstr "Maximale Höhe (mm)"\r
+\r
+#: Cura/util/profile.py:380\r
+msgid "Machine center 0,0"\r
+msgstr "Mittelpunkt der Bau Plattform (0, 0)"\r
+\r
+#: Cura/util/profile.py:380\r
+msgid ""\r
+"Machines firmware defines the center of the bed as 0,0 instead of the front "\r
+"left corner."\r
+msgstr ""\r
+"Die Firmware des Druckers definiert die Mitte der Bau Plattform als (0, 0) "\r
+"anstelle der vorderen linken Ecke."\r
+\r
+#: Cura/util/profile.py:381\r
+msgid "Build area shape"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:381\r
+msgid "The shape of machine build area."\r
+msgstr ""\r
+\r
 #: Cura/util/profile.py:383\r
-msgid "Temperatures above 260C could damage your machine, be careful!"
-msgstr ""
-"Temperaturen über 260°C können Ihren Drucker beschädigen! Seien Sie "
-"vorsichtig!"
-
-#: Cura/util/profile.py:384 Cura/util/profile.py:385 Cura/util/profile.py:386\r
-#: Cura/util/profile.py:387\r
-msgid ""
-"Are you sure your filament is that thick? Normal filament is around 3mm or "
-"1.75mm."
-msgstr ""
-"Sind Sie sicher das Ihr Filament so dick ist? Normal sind dicken von 3 oder "
-"1,75 mm."
-
-#: Cura/util/profile.py:388\r
-msgid ""
-"It is highly unlikely that your machine can achieve a travel speed above "
-"300mm/s"
-msgstr ""
-"Es ist sehr unwahrscheinlich das Ihr Drucker eine Geschwindigkeit von mehr "
-"als 300mm/s erreichen kann."
-
-#: Cura/util/profile.py:389\r
-#, python-format
-msgid ""
-"A bottom layer of more then %.2fmm (3/4 nozzle size) usually give bad "
-"results and is not recommended."
-msgstr ""
-"Eine Schicht dicke von mehr als  %.2fmm (3/4 des Düsen Durchmessers) für die "
-"erste Schicht führt zu einer schlechten Druckqualität und wird nicht "
-"empfohlen."
-
-#~ msgid "&amp;File"
-#~ msgstr "&amp;Datei"
-
-#~ msgid "Copyright (C) David Braam"
-#~ msgstr "Copyright (C) David Braam"
+msgid ""\r
+"If you have an heated bed, this enabled heated bed settings (requires "\r
+"restart)"\r
+msgstr ""\r
+"Wenn Ihr Gerät einen beheizten Drucktisch besitzt, aktivieren Sie hier die "\r
+"Einstellungen dafür (benötigt Neustart)"\r
+\r
+#: Cura/util/profile.py:384\r
+msgid "GCode Flavor"\r
+msgstr "GCode Flavor"\r
+\r
+#: Cura/util/profile.py:384\r
+msgid ""\r
+"Flavor of generated GCode.\n"\r
+"RepRap is normal 5D GCode which works on Marlin/Sprinter based firmwares.\n"\r
+"UltiGCode is a variation of the RepRap GCode which puts more settings in the "\r
+"machine instead of the slicer.\n"\r
+"MakerBot GCode has a few changes in the way GCode is generated, but still "\r
+"requires MakerWare to generate to X3G."\r
+msgstr ""\r
+"Flavor des generierten GCodes.\n"\r
+"RepRap verwendet normalen 5D GCode welcher auf Marlin/Sprinter basierter "\r
+"Firmware funktioniert.\n"\r
+"UltiGCode ist eine Variation des RepRap GCodes, welche mehr Einstellungen "\r
+"des Geräts verwendet, anstelle deren des Slicers.\n"\r
+"MakerBot GCode enthält ein paar Anpassungen. Es wird aber immer noch "\r
+"MakerWare benötigt um den GCode in das X3G Format zu übersetzen."\r
+\r
+#: Cura/util/profile.py:385\r
+msgid "Extruder count"\r
+msgstr "Anzahl Extruder"\r
+\r
+#: Cura/util/profile.py:385\r
+msgid "Amount of extruders in your machine."\r
+msgstr "Anzahl Extruder des Geräts."\r
+\r
+#: Cura/util/profile.py:386 Cura/util/profile.py:388 Cura/util/profile.py:390\r
+msgid "Offset X"\r
+msgstr "Offset X"\r
+\r
+#: Cura/util/profile.py:386 Cura/util/profile.py:387\r
+msgid "The offset of your secondary extruder compared to the primary."\r
+msgstr "Der Offset des zweiten Extruders vom ersten Extruder."\r
+\r
+#: Cura/util/profile.py:387 Cura/util/profile.py:389 Cura/util/profile.py:391\r
+msgid "Offset Y"\r
+msgstr "Offset Y"\r
+\r
+#: Cura/util/profile.py:388 Cura/util/profile.py:389\r
+msgid "The offset of your tertiary extruder compared to the primary."\r
+msgstr "Der Offset des dritten Extruders vom ersten Extruder."\r
+\r
+#: Cura/util/profile.py:390 Cura/util/profile.py:391\r
+msgid "The offset of your forth extruder compared to the primary."\r
+msgstr "Der Offset des vierten Extruders vom ersten Extruder."\r
+\r
+#: Cura/util/profile.py:392\r
+msgid "E-Steps per 1mm filament"\r
+msgstr "E-Schritte pro 1mm Druckmaterial"\r
+\r
+#: Cura/util/profile.py:392\r
+msgid ""\r
+"Amount of steps per mm filament extrusion. If set to 0 then this value is "\r
+"ignored and the value in your firmware is used."\r
+msgstr ""\r
+"Anzahl Schritte pro mm Druckmaterial Extrusion. Wird der Wert auf 0 gesetzt, "\r
+"wird er ignoriert, und stattdessen der Wert aus der Firmware verwendet."\r
+\r
+#: Cura/util/profile.py:393\r
+msgid "Serial port"\r
+msgstr "Serieller Anschluss"\r
+\r
+#: Cura/util/profile.py:393\r
+msgid "Serial port to use for communication with the printer"\r
+msgstr "Serieller Anschluss für die Kommunikation mit dem Drucker"\r
+\r
+#: Cura/util/profile.py:395\r
+msgid "Baudrate"\r
+msgstr "Baudrate"\r
+\r
+#: Cura/util/profile.py:395\r
+msgid ""\r
+"Speed of the serial port communication\n"\r
+"Needs to match your firmware settings\n"\r
+"Common values are 250000, 115200, 57600"\r
+msgstr ""\r
+"Kommunikations-Geschwindigkeit des Seriellen Anschlusses\n"\r
+"Muss mit den Firmware-Einstellungen übereinstimmen\n"\r
+"Übliche Werte sind 250000, 115200, 57600"\r
+\r
+#: Cura/util/profile.py:398\r
+msgid "Head size towards X min (mm)"\r
+msgstr "Druckkopf-Grösse in X min (mm)"\r
+\r
+#: Cura/util/profile.py:398\r
+msgid ""\r
+"The head size when printing multiple objects, measured from the tip of the "\r
+"nozzle towards the outer part of the head. 75mm for an Ultimaker if the fan "\r
+"is on the left side."\r
+msgstr ""\r
+"Die Druckkopf-Grösse wenn mehrere Objekte nacheinander auf dem selben Tisch "\r
+"gedruckt werden. Gemessen von der Spitze der Druckdüse gegen den äusseren "\r
+"Teil des Druckkopfs. 75mm beim Ultimaker, wenn der Lüfter auf der linken "\r
+"Seite angebracht ist."\r
+\r
+#: Cura/util/profile.py:399\r
+msgid "Head size towards Y min (mm)"\r
+msgstr "Druckkopf-Grösse in Y min (mm)"\r
+\r
+#: Cura/util/profile.py:399 Cura/util/profile.py:400\r
+msgid ""\r
+"The head size when printing multiple objects, measured from the tip of the "\r
+"nozzle towards the outer part of the head. 18mm for an Ultimaker if the fan "\r
+"is on the left side."\r
+msgstr ""\r
+"Die Druckkopf-Grösse wenn mehrere Objekte nacheinander auf dem selben Tisch "\r
+"gedruckt werden. Gemessen von der Spitze der Druckdüse gegen den äusseren "\r
+"Teil des Druckkopfs. 18mm beim Ultimaker, wenn der Lüfter auf der linken "\r
+"Seite angebracht ist."\r
+\r
+#: Cura/util/profile.py:400\r
+msgid "Head size towards X max (mm)"\r
+msgstr "Druckkopf-Grösse in X max (mm)"\r
+\r
+#: Cura/util/profile.py:401\r
+msgid "Head size towards Y max (mm)"\r
+msgstr "Druckkopf-Grösse in Y max (mm)"\r
+\r
+#: Cura/util/profile.py:401\r
+msgid ""\r
+"The head size when printing multiple objects, measured from the tip of the "\r
+"nozzle towards the outer part of the head. 35mm for an Ultimaker if the fan "\r
+"is on the left side."\r
+msgstr ""\r
+"Die Druckkopf-Grösse wenn mehrere Objekte nacheinander auf dem selben Tisch "\r
+"gedruckt werden. Gemessen von der Spitze der Druckdüse gegen den äusseren "\r
+"Teil des Druckkopfs. 35mm beim Ultimaker, wenn der Lüfter auf der linken "\r
+"Seite angebracht ist."\r
+\r
+#: Cura/util/profile.py:402\r
+msgid "Printer gantry height (mm)"\r
+msgstr "Höhe Druckkopf-Aufhängung (mm)"\r
+\r
+#: Cura/util/profile.py:402\r
+msgid ""\r
+"The height of the gantry holding up the printer head. If an object is higher "\r
+"then this then you cannot print multiple objects one for one. 60mm for an "\r
+"Ultimaker."\r
+msgstr ""\r
+"Die Höhe der Druckkopf-Aufhängung über dem Drucktisch. Ist eines der "\r
+"Druckobjekte, welche auf dem selben Tisch nacheinander gedruckt werden "\r
+"sollen grösser als dieser Wert, können die Objekte nicht nacheinander "\r
+"gedruckt werden. 60mm beim Ultimaker."\r
+\r
+#: Cura/util/profile.py:404\r
+#, python-format\r
+msgid "More flow than 150% is rare and usually not recommended."\r
+msgstr ""\r
+"Eine Fließgeschwindigkeit von mehr als 150% ist selten und normalerweise "\r
+"nicht empfohlen."\r
+\r
+#: Cura/util/profile.py:405\r
+#, python-format\r
+msgid "Less flow than 50% is rare and usually not recommended."\r
+msgstr ""\r
+"Eine Fließgeschwindigkeit von weniger als 50% ist selten und normalerweise "\r
+"nicht empfohlen."\r
+\r
+#: Cura/util/profile.py:406\r
+#, python-format\r
+msgid ""\r
+"Thicker layers then %.2fmm (80%% nozzle size) usually give bad results and "\r
+"are not recommended."\r
+msgstr ""\r
+"Schicht dicken von mehr als  %.2fmm (80%% des Düsen Durchmessers) führen zu "\r
+"einer schlechten Druckqualität und werden nicht empfohlen."\r
+\r
+#: Cura/util/profile.py:408\r
+msgid ""\r
+"It is highly unlikely that your machine can achieve a printing speed above "\r
+"150mm/s"\r
+msgstr ""\r
+"Es ist sehr unwahrscheinlich das Ihr Drucker eine Geschwindigkeit von mehr "\r
+"als 150mm/s erreichen kann."\r
+\r
+#: Cura/util/profile.py:410 Cura/util/profile.py:411 Cura/util/profile.py:412\r
+#: Cura/util/profile.py:413\r
+msgid "Temperatures above 260C could damage your machine, be careful!"\r
+msgstr ""\r
+"Temperaturen über 260°C können Ihren Drucker beschädigen! Seien Sie "\r
+"vorsichtig!"\r
+\r
+#: Cura/util/profile.py:414 Cura/util/profile.py:415 Cura/util/profile.py:416\r
+#: Cura/util/profile.py:417\r
+msgid ""\r
+"Are you sure your filament is that thick? Normal filament is around 3mm or "\r
+"1.75mm."\r
+msgstr ""\r
+"Sind Sie sicher das Ihr Filament so dick ist? Normal sind dicken von 3 oder "\r
+"1,75 mm."\r
+\r
+#: Cura/util/profile.py:418\r
+msgid ""\r
+"It is highly unlikely that your machine can achieve a travel speed above "\r
+"300mm/s"\r
+msgstr ""\r
+"Es ist sehr unwahrscheinlich das Ihr Drucker eine Geschwindigkeit von mehr "\r
+"als 300mm/s erreichen kann."\r
+\r
+#: Cura/util/profile.py:419\r
+#, python-format\r
+msgid ""\r
+"A bottom layer of more then %.2fmm (3/4 nozzle size) usually give bad "\r
+"results and is not recommended."\r
+msgstr ""\r
+"Eine Schicht dicke von mehr als  %.2fmm (3/4 des Düsen Durchmessers) für die "\r
+"erste Schicht führt zu einer schlechten Druckqualität und wird nicht "\r
+"empfohlen."\r
+\r
+#~ msgid "* Configure Cura for your machine"\r
+#~ msgstr "* Cura für Ihr Gerät einrichten"\r
+\r
+#~ msgid "* Optionally upgrade your firmware"\r
+#~ msgstr "* Firmware aktualisieren (optional)"\r
+\r
+#~ msgid "* Optionally check if your machine is working safely"\r
+#~ msgstr "* Funktionsprüfung (optional)"\r
+\r
+#~ msgid "* Optionally level your printer bed"\r
+#~ msgstr "* Drucktisch ausrichten (optional)"\r
+\r
+#~ msgid "Add new machine..."\r
+#~ msgstr "Neue Maschine hinzufügen..."\r
+\r
+#~ msgid "Statistics"\r
+#~ msgstr "Statistik"\r
+\r
+#~ msgid ""\r
+#~ "Filament: ####.##m #.##g\n"\r
+#~ "Estimated print time: #####:##\n"\r
+#~ "Machine state:\n"\r
+#~ "Detecting baudrateXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"\r
+#~ msgstr ""\r
+#~ "Druckmaterial: ####.##m #.##g\n"\r
+#~ "Geschätzte Druckzeit: #####:##\n"\r
+#~ "Gerätestatus:\n"\r
+#~ "Ermittle BaudrateXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"\r
+\r
+#~ msgid "BedTemp:"\r
+#~ msgstr "TischTemp:"\r
+\r
+#~ msgid "Temp:"\r
+#~ msgstr "Temp:"\r
+\r
+#~ msgid "Jog"\r
+#~ msgstr "Steuerung"\r
+\r
+#~ msgid "Outer wall:"\r
+#~ msgstr "Aussenwand:"\r
+\r
+#~ msgid "Inner wall:"\r
+#~ msgstr "Innenwand:"\r
+\r
+#~ msgid "Fill:"\r
+#~ msgstr "Füllung:"\r
+\r
+#~ msgid "Support:"\r
+#~ msgstr "Stützen:"\r
+\r
+#~ msgid "Term"\r
+#~ msgstr "Terminal"\r
+\r
+#~ msgid "Enable timelapse movie recording"\r
+#~ msgstr "Aktiviere Zeitraffer-Aufnahmen"\r
+\r
+#~ msgid "Show preview"\r
+#~ msgstr "Vorschau"\r
+\r
+#~ msgid "Camera"\r
+#~ msgstr "Kamera"\r
+\r
+#~ msgid "Resume"\r
+#~ msgstr "Fortsetzen"\r
+\r
+#~ msgid "Loading gcode...\n"\r
+#~ msgstr "Lade Gcode...\n"\r
+\r
+#~ msgid "Filament: %(amount).2fm %(weight).2fg\n"\r
+#~ msgstr "Druckmaterial: %(amount).2fm %(weight).2fg\n"\r
+\r
+#~ msgid "Filament cost: %s\n"\r
+#~ msgstr "Kosten Druckmaterial: %s\n"\r
+\r
+#~ msgid "Cura - Batch run"\r
+#~ msgstr "Cura - Stapelverarbeitung"\r
+\r
+#~ msgid "Add"\r
+#~ msgstr "Hinzufügen"\r
+\r
+#~ msgid "Remove"\r
+#~ msgstr "Entfernen"\r
+\r
+#~ msgid "Prepare all"\r
+#~ msgstr "Alle vorbereiten"\r
+\r
+#~ msgid "Open file to batch prepare"\r
+#~ msgstr "Modell zur Stapelverarbeitung hinzufügen"\r
+\r
+#~ msgid "Building: %d                           "\r
+#~ msgstr "Verarbeite: %d"\r
+\r
+#~ msgid "Done: 0/%d                           "\r
+#~ msgstr "Erledigt: 0/%d"\r
+\r
+#~ msgid "Abort"\r
+#~ msgstr "Abbrechen"\r
+\r
+#~ msgid "Close"\r
+#~ msgstr "Schliessen"\r
+\r
+#~ msgid "Build: %d models"\r
+#~ msgstr "Verarbeite: %d Modelle"\r
+\r
+#~ msgid ""\r
+#~ "\n"\r
+#~ "Slicing took: %(hours)02d:%(minutes)02d"\r
+#~ msgstr ""\r
+#~ "\n"\r
+#~ "Slicen dauerte: %(hours)02d:%(minutes)02d"\r
+\r
+#~ msgid "Building: [%(index)d/%(size)d]"\r
+#~ msgstr "Verarbeite: [%(index)d/%(size)d]"\r
+\r
+#~ msgid "Aborted by user."\r
+#~ msgstr "Abgebrochen durch den Benutzer."\r
+\r
+#~ msgid "Done %(index)d/%(size)d"\r
+#~ msgstr "Erledigt %(index)d/%(size)d"\r
+\r
+#~ msgid "To SDCard"\r
+#~ msgstr "Auf SDKarte"\r
+\r
+#~ msgid "Fan on layer number"\r
+#~ msgstr "Lüfter AN bei Schichtnummer"\r
+\r
+#~ msgid "&amp;File"\r
+#~ msgstr "&amp;Datei"\r
+\r
+#~ msgid "Copyright (C) David Braam"\r
+#~ msgstr "Copyright (C) David Braam"\r
index 65094e19a77706d5de1b01220080ae6b4841c283..cbbcef44b8b8a64b242507ad1ec9d2cf5ec8914a 100644 (file)
Binary files a/resources/locale/en/LC_MESSAGES/Cura.mo and b/resources/locale/en/LC_MESSAGES/Cura.mo differ
index af68333dfa83afbb580a7797072109fc209c7310..3477eb5a0ce59a3b26b8fe5a848c2ade5d740fb5 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""\r
 "Project-Id-Version: Cura\n"\r
 "Report-Msgid-Bugs-To: \n"\r
-"POT-Creation-Date: 2013-10-08 14:30+0200\n"\r
+"POT-Creation-Date: 2014-03-17 10:23+0100\n"\r
 "PO-Revision-Date: 2013-09-27 09:41+0100\n"\r
 "Last-Translator: \n"\r
 "Language-Team: LANGUAGE <LL@li.org>\n"\r
@@ -16,778 +16,727 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"\r
 "X-Generator: Poedit 1.5.7\n"\r
 \r
-#: Cura/gui/app.py:86 Cura/gui/mainWindow.py:528\r
+#: Cura/gui/app.py:141 Cura/gui/mainWindow.py:563\r
 msgid "A new version of Cura is available, would you like to download?"\r
 msgstr ""\r
 \r
-#: Cura/gui/app.py:86 Cura/gui/mainWindow.py:528\r
+#: Cura/gui/app.py:141 Cura/gui/mainWindow.py:563\r
 msgid "New version available"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:221\r
+#: Cura/gui/configWizard.py:223\r
 msgid "Add new machine wizard"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:223\r
+#: Cura/gui/configWizard.py:225\r
 msgid "First time run wizard"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:224\r
-msgid "Welcome, and thanks for trying Cura!"\r
-msgstr ""\r
-\r
 #: Cura/gui/configWizard.py:226\r
-msgid "This wizard will help you with the following steps:"\r
-msgstr ""\r
-\r
-#: Cura/gui/configWizard.py:227\r
-msgid "* Configure Cura for your machine"\r
+msgid "Welcome, and thanks for trying Cura!"\r
 msgstr ""\r
 \r
 #: Cura/gui/configWizard.py:228\r
-msgid "* Optionally upgrade your firmware"\r
-msgstr ""\r
-\r
-#: Cura/gui/configWizard.py:229\r
-msgid "* Optionally check if your machine is working safely"\r
+msgid "This wizard will help you in setting up Cura for your machine."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:230\r
-msgid "* Optionally level your printer bed"\r
-msgstr ""\r
-\r
-#: Cura/gui/configWizard.py:239\r
+#: Cura/gui/configWizard.py:245\r
 msgid "The following pre-defined machine profiles are available"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:240\r
+#: Cura/gui/configWizard.py:246\r
 msgid ""\r
 "Note that these profiles are not guaranteed to give good results,\n"\r
-"or work at all. Extra tweaks might be required."\r
+"or work at all. Extra tweaks might be required.\n"\r
+"If you find issues with the predefined profiles,\n"\r
+"or want an extra profile.\n"\r
+"Please report it at the github issue tracker."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:270\r
+#: Cura/gui/configWizard.py:276\r
 msgid "Cura is now ready to be used!"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:275\r
+#: Cura/gui/configWizard.py:281\r
 msgid ""\r
 "RepRap machines can be vastly different, so here you can set your own "\r
 "settings."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:276\r
+#: Cura/gui/configWizard.py:282\r
 msgid ""\r
 "Be sure to review the default profile before running it on your machine."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:277\r
+#: Cura/gui/configWizard.py:283\r
 msgid ""\r
 "If you like a default profile for your machine added,\n"\r
 "then make an issue on github."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:279\r
+#: Cura/gui/configWizard.py:285\r
 msgid "You will have to manually install Marlin or Sprinter firmware."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:281\r
+#: Cura/gui/configWizard.py:287\r
 msgid "Machine name"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:282\r
+#: Cura/gui/configWizard.py:288\r
 msgid "Machine width (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:283\r
+#: Cura/gui/configWizard.py:289\r
 msgid "Machine depth (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:284\r
+#: Cura/gui/configWizard.py:290\r
 msgid "Machine height (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:285 Cura/util/profile.py:158\r
+#: Cura/gui/configWizard.py:291 Cura/util/profile.py:175\r
 msgid "Nozzle size (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:286 Cura/util/profile.py:353\r
+#: Cura/gui/configWizard.py:292 Cura/util/profile.py:383\r
 msgid "Heated bed"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:287\r
+#: Cura/gui/configWizard.py:293\r
 msgid "Bed center is 0,0,0 (RoStock)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:307\r
+#: Cura/gui/configWizard.py:313\r
 msgid "Select your machine"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:308\r
+#: Cura/gui/configWizard.py:314\r
 msgid "What kind of machine do you have:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:315\r
+#: Cura/gui/configWizard.py:321\r
 msgid "Other (Ex: RepRap, MakerBot)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:318\r
+#: Cura/gui/configWizard.py:324\r
 msgid ""\r
 "The collection of anonymous usage information helps with the continued "\r
 "improvement of Cura."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:319\r
+#: Cura/gui/configWizard.py:325\r
 msgid ""\r
 "This does NOT submit your models online nor gathers any privacy related "\r
 "information."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:320\r
+#: Cura/gui/configWizard.py:326\r
 msgid "Submit anonymous usage information:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:321\r
+#: Cura/gui/configWizard.py:327\r
 msgid "For full details see: http://wiki.ultimaker.com/Cura:stats"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:383\r
+#: Cura/gui/configWizard.py:396\r
 msgid "Select upgraded parts you have"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:384\r
+#: Cura/gui/configWizard.py:397\r
 msgid ""\r
 "To assist you in having better default settings for your Ultimaker\n"\r
 "Cura would like to know which upgrades you have in your machine."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:386\r
+#: Cura/gui/configWizard.py:399\r
 msgid "Extruder drive upgrade"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:387\r
+#: Cura/gui/configWizard.py:400\r
 msgid "Heated printer bed (self built)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:388\r
+#: Cura/gui/configWizard.py:401\r
 msgid "Dual extrusion (experimental)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:390\r
+#: Cura/gui/configWizard.py:403\r
 msgid ""\r
 "If you have an Ultimaker bought after october 2012 you will have the\n"\r
 "Extruder drive upgrade. If you do not have this upgrade,\n"\r
 "it is highly recommended to improve reliability."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:391\r
+#: Cura/gui/configWizard.py:404\r
 msgid ""\r
 "This upgrade can be bought from the Ultimaker webshop\n"\r
 "or found on thingiverse as thing:26094"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:410\r
+#: Cura/gui/configWizard.py:423\r
 msgid "Upgrade Ultimaker Firmware"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:411\r
+#: Cura/gui/configWizard.py:424\r
 msgid ""\r
 "Firmware is the piece of software running directly on your 3D printer.\n"\r
 "This firmware controls the step motors, regulates the temperature\n"\r
 "and ultimately makes your printer work."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:413\r
+#: Cura/gui/configWizard.py:426\r
 msgid ""\r
 "The firmware shipping with new Ultimakers works, but upgrades\n"\r
 "have been made to make better prints, and make calibration easier."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:415\r
+#: Cura/gui/configWizard.py:428\r
 msgid ""\r
 "Cura requires these new features and thus\n"\r
 "your firmware will most likely need to be upgraded.\n"\r
 "You will get the chance to do so now."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:420\r
+#: Cura/gui/configWizard.py:433\r
 msgid "Do not upgrade to this firmware if:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:421\r
-msgid "* You have an older machine based on ATMega1280"\r
+#: Cura/gui/configWizard.py:434\r
+msgid "* You have an older machine based on ATMega1280 (Rev 1 machine)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:422\r
+#: Cura/gui/configWizard.py:435\r
 msgid "* Have other changes in the firmware"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:456\r
+#: Cura/gui/configWizard.py:469\r
 msgid ""\r
 "It is a good idea to do a few sanity checks now on your Ultimaker.\n"\r
 "You can skip these if you know your machine is functional."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:457\r
+#: Cura/gui/configWizard.py:470\r
 msgid "Run checks"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:457\r
+#: Cura/gui/configWizard.py:470\r
 msgid "Skip checks"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:461\r
+#: Cura/gui/configWizard.py:474\r
 msgid "Communication:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:462\r
+#: Cura/gui/configWizard.py:475\r
 msgid "Temperature:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:463\r
+#: Cura/gui/configWizard.py:476\r
 msgid "Endstops:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:468\r
+#: Cura/gui/configWizard.py:481\r
 msgid "Show error log"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:502\r
+#: Cura/gui/configWizard.py:515\r
 msgid "Connecting to machine."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:523\r
+#: Cura/gui/configWizard.py:536\r
 msgid "Cooldown before temperature check."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:529 Cura/gui/configWizard.py:536\r
+#: Cura/gui/configWizard.py:542 Cura/gui/configWizard.py:549\r
 msgid "Checking the heater and temperature sensor."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:547\r
+#: Cura/gui/configWizard.py:560\r
 msgid "Please make sure none of the endstops are pressed."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:560\r
+#: Cura/gui/configWizard.py:573\r
 msgid "Temperature measurement FAILED!"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:565\r
+#: Cura/gui/configWizard.py:578\r
 #, python-format\r
 msgid "Head temperature: %d"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:572 Cura/gui/configWizard.py:581\r
+#: Cura/gui/configWizard.py:585 Cura/gui/configWizard.py:594\r
 #, python-format\r
 msgid "Communication State: %s"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:575\r
+#: Cura/gui/configWizard.py:588\r
 msgid "Failed to establish connection with the printer."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:620\r
+#: Cura/gui/configWizard.py:633\r
 msgid "Please press the right X endstop."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:625\r
+#: Cura/gui/configWizard.py:638\r
 msgid "Please press the left X endstop."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:630\r
+#: Cura/gui/configWizard.py:643\r
 msgid "Please press the front Y endstop."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:635\r
+#: Cura/gui/configWizard.py:648\r
 msgid "Please press the back Y endstop."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:640\r
+#: Cura/gui/configWizard.py:653\r
 msgid "Please press the top Z endstop."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:645\r
+#: Cura/gui/configWizard.py:658\r
 msgid "Please press the bottom Z endstop."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:651\r
+#: Cura/gui/configWizard.py:664\r
 msgid "Checkup finished"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:694\r
+#: Cura/gui/configWizard.py:707\r
 msgid "Calibrating the Steps Per E requires some manual actions."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:695\r
+#: Cura/gui/configWizard.py:708\r
 msgid "First remove any filament from your machine."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:696\r
+#: Cura/gui/configWizard.py:709\r
 msgid ""\r
 "Next put in your filament so the tip is aligned with the\n"\r
 "top of the extruder drive."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:697\r
+#: Cura/gui/configWizard.py:710\r
 msgid "We'll push the filament 100mm"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:698\r
+#: Cura/gui/configWizard.py:711\r
 msgid "Extrude 100mm filament"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:699\r
+#: Cura/gui/configWizard.py:712\r
 msgid ""\r
 "Now measure the amount of extruded filament:\n"\r
 "(this can be more or less then 100mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:700\r
+#: Cura/gui/configWizard.py:713\r
 msgid "Save"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:701\r
+#: Cura/gui/configWizard.py:714\r
 msgid "This results in the following steps per E:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:703\r
+#: Cura/gui/configWizard.py:716\r
 msgid "You can repeat these steps to get better calibration."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:706\r
+#: Cura/gui/configWizard.py:719\r
 msgid ""\r
 "If you still have filament in your printer which needs\n"\r
 "heat to remove, press the heat up button below:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:707\r
+#: Cura/gui/configWizard.py:720\r
 msgid "Heatup for filament removal"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:730 Cura/gui/configWizard.py:762\r
+#: Cura/gui/configWizard.py:745 Cura/gui/configWizard.py:779\r
 msgid ""\r
 "Error: Failed to open serial port to machine\n"\r
 "If this keeps happening, try disconnecting and reconnecting the USB cable"\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:39\r
+#: Cura/gui/firmwareInstall.py:44\r
 msgid ""\r
 "I am sorry, but Cura does not ship with a default firmware for your machine "\r
 "configuration."\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:39 Cura/gui/firmwareInstall.py:98\r
-#: Cura/gui/mainWindow.py:463\r
+#: Cura/gui/firmwareInstall.py:44 Cura/gui/firmwareInstall.py:48\r
+#: Cura/gui/firmwareInstall.py:103 Cura/gui/mainWindow.py:506\r
 msgid "Firmware update"\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:49\r
+#: Cura/gui/firmwareInstall.py:48\r
+msgid ""\r
+"Cura only supports firmware updates for ATMega2560 based hardware.\n"\r
+"So updating your RepRap with Cura might or might not work."\r
+msgstr ""\r
+\r
+#: Cura/gui/firmwareInstall.py:56\r
 msgid "OK"\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:68\r
+#: Cura/gui/firmwareInstall.py:77\r
 msgid "Reading firmware..."\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:70\r
+#: Cura/gui/firmwareInstall.py:79\r
 msgid "Connecting to machine..."\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:87\r
+#: Cura/gui/firmwareInstall.py:83\r
+msgid ""\r
+"Please connect the printer to\n"\r
+"your computer with the USB cable."\r
+msgstr ""\r
+\r
+#: Cura/gui/firmwareInstall.py:102\r
+msgid ""\r
+"Failed to find machine for firmware upgrade\n"\r
+"Is your machine connected to the PC?"\r
+msgstr ""\r
+\r
+#: Cura/gui/firmwareInstall.py:107\r
 msgid "Uploading firmware..."\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:90\r
+#: Cura/gui/firmwareInstall.py:110\r
 #, python-format\r
 msgid ""\r
 "Done!\n"\r
 "Installed firmware: %s"\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:92\r
+#: Cura/gui/firmwareInstall.py:112\r
 msgid "Failed to write firmware.\n"\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:97\r
-msgid ""\r
-"Failed to find machine for firmware upgrade\n"\r
-"Is your machine connected to the PC?"\r
-msgstr ""\r
-\r
-#: Cura/gui/mainWindow.py:56\r
+#: Cura/gui/mainWindow.py:66\r
 msgid "Load model file...\tCTRL+L"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:58\r
+#: Cura/gui/mainWindow.py:68\r
 msgid "Save model...\tCTRL+S"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:60\r
+#: Cura/gui/mainWindow.py:70\r
+msgid "Reload platform\tF5"\r
+msgstr ""\r
+\r
+#: Cura/gui/mainWindow.py:72\r
 msgid "Clear platform"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:64\r
+#: Cura/gui/mainWindow.py:76\r
 msgid "Print...\tCTRL+P"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:66 Cura/gui/sceneView.py:244\r
+#: Cura/gui/mainWindow.py:78 Cura/gui/sceneView.py:279\r
 msgid "Save GCode..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:68\r
+#: Cura/gui/mainWindow.py:80\r
 msgid "Show slice engine log..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:72\r
+#: Cura/gui/mainWindow.py:84\r
 msgid "Open Profile..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:75\r
+#: Cura/gui/mainWindow.py:87\r
 msgid "Save Profile..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:78\r
+#: Cura/gui/mainWindow.py:90\r
 msgid "Load Profile from GCode..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:82\r
+#: Cura/gui/mainWindow.py:94\r
 msgid "Reset Profile to default"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:87\r
+#: Cura/gui/mainWindow.py:99\r
 msgid "Preferences...\tCTRL+,"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:89\r
+#: Cura/gui/mainWindow.py:101 Cura/gui/mainWindow.py:434\r
 msgid "Machine settings..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:95\r
+#: Cura/gui/mainWindow.py:107\r
 msgid "Recent Model Files"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:102\r
+#: Cura/gui/mainWindow.py:114\r
 msgid "Recent Profile Files"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:108\r
+#: Cura/gui/mainWindow.py:120\r
 msgid "Quit"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:110\r
+#: Cura/gui/mainWindow.py:122\r
 msgid "File"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:118\r
+#: Cura/gui/mainWindow.py:130\r
 msgid "Minecraft map import..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:122\r
+#: Cura/gui/mainWindow.py:134\r
 msgid "PID Debugger..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:125\r
+#: Cura/gui/mainWindow.py:137\r
 msgid "Copy profile to clipboard"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:127\r
+#: Cura/gui/mainWindow.py:141\r
+msgid "Print all at once"\r
+msgstr ""\r
+\r
+#: Cura/gui/mainWindow.py:143\r
+msgid "Print one at a time"\r
+msgstr ""\r
+\r
+#: Cura/gui/mainWindow.py:150\r
 msgid "Tools"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:133 Cura/util/profile.py:158\r
+#: Cura/gui/mainWindow.py:156 Cura/util/profile.py:175\r
 msgid "Machine"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:136\r
+#: Cura/gui/mainWindow.py:159\r
 msgid "Switch to quickprint..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:140\r
+#: Cura/gui/mainWindow.py:163\r
 msgid "Switch to full settings..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:145\r
-msgid "Open expert settings..."\r
+#: Cura/gui/mainWindow.py:168\r
+msgid "Open expert settings...\tCTRL+E"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:149\r
+#: Cura/gui/mainWindow.py:172\r
 msgid "Run first run wizard..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:151\r
+#: Cura/gui/mainWindow.py:174\r
 msgid "Run bed leveling wizard..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:154\r
+#: Cura/gui/mainWindow.py:176\r
 msgid "Run head offset wizard..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:157\r
+#: Cura/gui/mainWindow.py:179\r
 msgid "Expert"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:160\r
+#: Cura/gui/mainWindow.py:182\r
 msgid "Online documentation..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:162\r
+#: Cura/gui/mainWindow.py:184\r
 msgid "Report a problem..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:164\r
+#: Cura/gui/mainWindow.py:186\r
 msgid "Check for update..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:166\r
+#: Cura/gui/mainWindow.py:188\r
 msgid "Open YouMagine website..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:168\r
+#: Cura/gui/mainWindow.py:190\r
 msgid "About Cura..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:170\r
+#: Cura/gui/mainWindow.py:192\r
 msgid "Help"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:394\r
-msgid "Add new machine..."\r
+#: Cura/gui/mainWindow.py:343\r
+msgid ""\r
+"For \"One at a time\" printing, you need to have entered the correct head "\r
+"size and gantry height in the machine settings"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:399\r
-msgid "Install custom firmware..."\r
+#: Cura/gui/mainWindow.py:343\r
+msgid "One at a time warning"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:402\r
-msgid "Install default Marlin firmware..."\r
+#: Cura/gui/mainWindow.py:440\r
+msgid "Install default firmware..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:406\r
+#: Cura/gui/mainWindow.py:443\r
+msgid "Install custom firmware..."\r
+msgstr ""\r
+\r
+#: Cura/gui/mainWindow.py:447\r
 msgid "Select profile file to load"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:418\r
+#: Cura/gui/mainWindow.py:459\r
 msgid "Select gcode file to load profile from"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:431\r
+#: Cura/gui/mainWindow.py:472\r
 msgid ""\r
 "No profile found in GCode file.\n"\r
 "This feature only works with GCode files made by Cura 12.07 or newer."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:431\r
+#: Cura/gui/mainWindow.py:472\r
 msgid "Profile load error"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:435\r
+#: Cura/gui/mainWindow.py:476\r
 msgid "Select profile file to save"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:443\r
+#: Cura/gui/mainWindow.py:486\r
 msgid ""\r
 "This will reset all profile settings to defaults.\n"\r
 "Unless you have saved your current profile, all settings will be lost!\n"\r
 "Do you really want to reset?"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:443\r
+#: Cura/gui/mainWindow.py:486\r
 msgid "Profile reset"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:463\r
+#: Cura/gui/mainWindow.py:506\r
 msgid ""\r
 "Warning: Installing a custom firmware does not guarantee that you machine "\r
 "will function correctly, and could damage your machine."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:464\r
+#: Cura/gui/mainWindow.py:507\r
 msgid "Open firmware to upload"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:531\r
+#: Cura/gui/mainWindow.py:566\r
 msgid "You are running the latest version of Cura!"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:531\r
+#: Cura/gui/mainWindow.py:566\r
 msgid "Awesome!"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:586\r
+#: Cura/gui/mainWindow.py:621\r
 msgid "Plugins"\r
 msgstr ""\r
 \r
-#: Cura/gui/pluginPanel.py:26\r
+#: Cura/gui/pluginPanel.py:27\r
 msgid "Plugins:"\r
 msgstr ""\r
 \r
-#: Cura/gui/pluginPanel.py:30\r
+#: Cura/gui/pluginPanel.py:31\r
 msgid "Open plugin location"\r
 msgstr ""\r
 \r
-#: Cura/gui/pluginPanel.py:31\r
+#: Cura/gui/pluginPanel.py:32\r
 msgid "Enabled plugins"\r
 msgstr ""\r
 \r
-#: Cura/gui/pluginPanel.py:133\r
+#: Cura/gui/pluginPanel.py:134\r
 msgid "You need to select a plugin before you can add anything."\r
 msgstr ""\r
 \r
-#: Cura/gui/pluginPanel.py:133\r
+#: Cura/gui/pluginPanel.py:134\r
 msgid "Error: no plugin selected"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:25\r
+#: Cura/gui/preferencesDialog.py:28\r
+msgid "Print window"\r
+msgstr ""\r
+\r
+#: Cura/gui/preferencesDialog.py:31\r
 msgid "Colours"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:31 Cura/util/profile.py:331\r
+#: Cura/gui/preferencesDialog.py:37 Cura/util/profile.py:358\r
 msgid "Language"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:34\r
+#: Cura/gui/preferencesDialog.py:40\r
 msgid "Filament settings"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:44\r
+#: Cura/gui/preferencesDialog.py:50\r
 msgid "Cura settings"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:78\r
+#: Cura/gui/preferencesDialog.py:84\r
 msgid "Machine settings"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:88\r
+#: Cura/gui/preferencesDialog.py:95\r
 msgid "Printer head size"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:96\r
+#: Cura/gui/preferencesDialog.py:103\r
 #, python-format\r
 msgid "Extruder %d"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:100\r
+#: Cura/gui/preferencesDialog.py:107\r
 msgid "Communication settings"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:143\r
+#: Cura/gui/preferencesDialog.py:150\r
 msgid "Cannot remove the last machine configuration in Cura"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:143\r
+#: Cura/gui/preferencesDialog.py:150\r
 msgid "Machine remove error"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:132\r
-msgid "Printing"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:158\r
-msgid "Statistics"\r
+#: Cura/gui/printWindow.py:33 Cura/gui/printWindow.py:298\r
+#, python-format\r
+msgid "Printing on %s"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:163\r
+#: Cura/gui/printWindow.py:310\r
 msgid ""\r
 "Your computer is running on battery power.\n"\r
 "Connect your computer to AC power or your print might not finish."\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:174\r
+#: Cura/gui/printWindow.py:320\r
 msgid ""\r
-"Filament: ####.##m #.##g\n"\r
-"Estimated print time: #####:##\n"\r
-"Machine state:\n"\r
-"Detecting baudrateXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"\r
+"InfoLine from printer connection\n"\r
+"InfoLine from dialog\n"\r
+"Extra line"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:179\r
+#: Cura/gui/printWindow.py:322\r
 msgid "Connect"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:181 Cura/gui/sceneView.py:65\r
-#: Cura/gui/sceneView.py:803\r
+#: Cura/gui/printWindow.py:324 Cura/gui/sceneView.py:65\r
 msgid "Print"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:182 Cura/gui/printWindow.py:428\r
+#: Cura/gui/printWindow.py:325\r
 msgid "Pause"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:183\r
+#: Cura/gui/printWindow.py:326\r
 msgid "Cancel print"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:184\r
+#: Cura/gui/printWindow.py:327\r
 msgid "Error log"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:206\r
-msgid "BedTemp:"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:214\r
-msgid "Temp:"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:262\r
-msgid "Jog"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:277\r
-msgid "Outer wall:"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:280\r
-msgid "Inner wall:"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:283\r
-msgid "Fill:"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:286\r
-msgid "Support:"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:290 Cura/util/profile.py:183\r
-#: Cura/util/profile.py:184 Cura/util/profile.py:185\r
-msgid "Speed"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:308\r
-msgid "Term"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:363\r
-msgid "Enable timelapse movie recording"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:377\r
-msgid "Show preview"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:383\r
-msgid "Camera"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:426\r
-msgid "Resume"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:443\r
-msgid "Loading gcode...\n"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:445\r
-#, python-format\r
-msgid "Filament: %(amount).2fm %(weight).2fg\n"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:448\r
-#, python-format\r
-msgid "Filament cost: %s\n"\r
-msgstr ""\r
-\r
 #: Cura/gui/sceneView.py:64\r
 msgid "Load"\r
 msgstr ""\r
@@ -880,203 +829,168 @@ msgstr ""
 msgid "Layers"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:107\r
+#: Cura/gui/sceneView.py:106\r
 msgid "Share on YouMagine"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:198\r
+#: Cura/gui/sceneView.py:204\r
 msgid "Open 3D model"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:213\r
+#: Cura/gui/sceneView.py:229\r
 msgid "Save 3D model"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:243\r
-msgid "Print with USB"\r
+#: Cura/gui/sceneView.py:276 Cura/gui/sceneView.py:914\r
+#, python-format\r
+msgid "Print with %s"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:245\r
+#: Cura/gui/sceneView.py:280\r
 msgid "Slice engine log..."\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:809\r
+#: Cura/gui/sceneView.py:305 Cura/gui/sceneView.py:917\r
 msgid "Save toolpath"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:295\r
+#: Cura/gui/sceneView.py:351\r
 msgid "The slicing engine reported the following"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:295\r
+#: Cura/gui/sceneView.py:351\r
 msgid "Engine log..."\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:422\r
+#: Cura/gui/sceneView.py:490\r
 msgid "How many copies do you want?"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:422\r
+#: Cura/gui/sceneView.py:490\r
 msgid "Number of copies"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:422\r
+#: Cura/gui/sceneView.py:490\r
 msgid "Multiply"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:674\r
-msgid "Delete object"\r
+#: Cura/gui/sceneView.py:780\r
+msgid "Center on platform"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:675\r
-msgid "Center on platform"\r
+#: Cura/gui/sceneView.py:781\r
+msgid "Delete object"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:676\r
+#: Cura/gui/sceneView.py:782\r
 msgid "Multiply object"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:677\r
+#: Cura/gui/sceneView.py:783\r
 msgid "Split object into parts"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:679\r
+#: Cura/gui/sceneView.py:785\r
 msgid "Dual extrusion merge"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:681\r
+#: Cura/gui/sceneView.py:787\r
 msgid "Delete all objects"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:806\r
-msgid "Toolpath to SD"\r
+#: Cura/gui/sceneView.py:788\r
+msgid "Reload all objects"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:1116\r
-msgid "Loading toolpath for visualization..."\r
+#: Cura/gui/sceneView.py:911\r
+msgid "Toolpath to SD"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:1167\r
+#: Cura/gui/sceneView.py:1205\r
 msgid "Overhang view not working due to lack of OpenGL shaders support."\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:20\r
+#: Cura/gui/simpleMode.py:19\r
 msgid "High quality print"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:21\r
+#: Cura/gui/simpleMode.py:20\r
 msgid "Normal quality print"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:22\r
+#: Cura/gui/simpleMode.py:21\r
 msgid "Fast low quality print"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:23\r
+#: Cura/gui/simpleMode.py:22\r
 msgid "Thin walled cup or vase"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:33\r
+#: Cura/gui/simpleMode.py:32\r
 msgid "Print support structure"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:38\r
-msgid "Select a print type:"\r
+#: Cura/gui/simpleMode.py:37\r
+msgid "Select a quickprint profile:"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:48\r
+#: Cura/gui/simpleMode.py:47\r
 msgid "Material:"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:52\r
+#: Cura/gui/simpleMode.py:51\r
 msgid "Diameter:"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:58\r
+#: Cura/gui/simpleMode.py:57\r
 msgid "Other:"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:118\r
+#: Cura/gui/simpleMode.py:85\r
 msgid "Exterior Only"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:14\r
-msgid "Cura - Batch run"\r
+#: Cura/gui/tools/imageToMesh.py:28\r
+msgid "Height (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:29\r
-msgid "Add"\r
+#: Cura/gui/tools/imageToMesh.py:32\r
+msgid "Base (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:30\r
-msgid "Remove"\r
+#: Cura/gui/tools/imageToMesh.py:36\r
+msgid "Width (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:31\r
-msgid "Prepare all"\r
+#: Cura/gui/tools/imageToMesh.py:40\r
+msgid "Depth (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:47\r
-msgid "Open file to batch prepare"\r
+#: Cura/gui/tools/projector.py:42\r
+msgid "Edit"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:134\r
-#, python-format\r
-msgid "Building: %d                           "\r
-msgstr ""\r
-\r
-#: Cura/gui/tools/batchRun.py:137\r
-#, python-format\r
-msgid "Done: 0/%d                           "\r
+#: Cura/gui/tools/projector.py:43\r
+msgid "Rectangle"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:140\r
-msgid "Abort"\r
+#: Cura/gui/tools/projector.py:44\r
+msgid "Circle"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:163 Cura/gui/tools/batchRun.py:233\r
-msgid "Close"\r
+#: Cura/gui/tools/projector.py:45\r
+msgid "Draw curves"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:187\r
-#, python-format\r
-msgid "Build: %d models"\r
-msgstr ""\r
-\r
-#: Cura/gui/tools/batchRun.py:188\r
-#, python-format\r
-msgid ""\r
-"\n"\r
-"Slicing took: %(hours)02d:%(minutes)02d"\r
-msgstr ""\r
-\r
-#: Cura/gui/tools/batchRun.py:198\r
-#, python-format\r
-msgid "Building: [%(index)d/%(size)d]"\r
-msgstr ""\r
-\r
-#: Cura/gui/tools/batchRun.py:214\r
-msgid "Aborted by user."\r
-msgstr ""\r
-\r
-#: Cura/gui/tools/batchRun.py:228\r
-#, python-format\r
-msgid "Done %(index)d/%(size)d"\r
-msgstr ""\r
-\r
-#: Cura/gui/tools/batchRun.py:236\r
-msgid "To SDCard"\r
-msgstr ""\r
-\r
-#: Cura/gui/tools/youmagineGui.py:79\r
+#: Cura/gui/tools/youmagineGui.py:78\r
 msgid "Checking token"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/youmagineGui.py:83\r
+#: Cura/gui/tools/youmagineGui.py:82\r
 msgid "Failed to contact YouMagine.com"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/youmagineGui.py:83 Cura/gui/tools/youmagineGui.py:116\r
+#: Cura/gui/tools/youmagineGui.py:82 Cura/gui/tools/youmagineGui.py:116\r
 #: Cura/gui/tools/youmagineGui.py:133 Cura/gui/tools/youmagineGui.py:140\r
 #: Cura/gui/tools/youmagineGui.py:148 Cura/gui/tools/youmagineGui.py:153\r
 msgid "YouMagine error."\r
@@ -1226,24 +1140,29 @@ msgstr ""
 msgid "Webcam error"\r
 msgstr ""\r
 \r
-#: Cura/gui/util/openglGui.py:241\r
+#: Cura/gui/util/engineResultView.py:165\r
+#, python-format\r
+msgid "Loading toolpath for visualization (%d%%)"\r
+msgstr ""\r
+\r
+#: Cura/gui/util/openglGui.py:242\r
 msgid "An error has occurred during the 3D view drawing."\r
 msgstr ""\r
 \r
-#: Cura/gui/util/openglGui.py:248\r
+#: Cura/gui/util/openglGui.py:250\r
 msgid "3D window error"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:153 Cura/util/profile.py:154 Cura/util/profile.py:155\r
-#: Cura/util/profile.py:179 Cura/util/profile.py:180 Cura/util/profile.py:182\r
+#: Cura/util/profile.py:170 Cura/util/profile.py:171 Cura/util/profile.py:172\r
+#: Cura/util/profile.py:200 Cura/util/profile.py:201 Cura/util/profile.py:203\r
 msgid "Quality"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:153\r
+#: Cura/util/profile.py:170\r
 msgid "Layer height (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:153\r
+#: Cura/util/profile.py:170\r
 msgid ""\r
 "Layer height in millimeters.\n"\r
 "This is the most important setting to determine the quality of your print. "\r
@@ -1251,36 +1170,36 @@ msgid ""
 "0.25mm with an Ultimaker for very fast prints at low quality."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:154\r
+#: Cura/util/profile.py:171\r
 msgid "Shell thickness (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:154\r
+#: Cura/util/profile.py:171\r
 msgid ""\r
 "Thickness of the outside shell in the horizontal direction.\n"\r
 "This is used in combination with the nozzle size to define the number\n"\r
 "of perimeter lines and the thickness of those perimeter lines."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:155\r
+#: Cura/util/profile.py:172\r
 msgid "Enable retraction"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:155\r
+#: Cura/util/profile.py:172\r
 msgid ""\r
 "Retract the filament when the nozzle is moving over a none-printed area. "\r
 "Details about the retraction can be configured in the advanced tab."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:156 Cura/util/profile.py:157\r
+#: Cura/util/profile.py:173 Cura/util/profile.py:174\r
 msgid "Fill"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:156\r
+#: Cura/util/profile.py:173\r
 msgid "Bottom/Top thickness (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:156\r
+#: Cura/util/profile.py:173\r
 msgid ""\r
 "This controls the thickness of the bottom and top layers, the amount of "\r
 "solid layers put down is calculated by the layer thickness and this value.\n"\r
@@ -1288,11 +1207,11 @@ msgid ""
 "near your wall thickness to make an evenly strong part."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:157\r
+#: Cura/util/profile.py:174\r
 msgid "Fill Density (%)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:157\r
+#: Cura/util/profile.py:174\r
 msgid ""\r
 "This controls how densely filled the insides of your print will be. For a "\r
 "solid part use 100%, for an empty part use 0%. A value around 20% is usually "\r
@@ -1301,23 +1220,23 @@ msgid ""
 "part becomes."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:158\r
+#: Cura/util/profile.py:175\r
 msgid ""\r
 "The nozzle size is very important, this is used to calculate the line width "\r
 "of the infill, and used to calculate the amount of outside wall lines and "\r
 "thickness for the wall thickness you entered in the print settings."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:159 Cura/util/profile.py:160 Cura/util/profile.py:161\r
-#: Cura/util/profile.py:162 Cura/util/profile.py:163 Cura/util/profile.py:164\r
+#: Cura/util/profile.py:176 Cura/util/profile.py:177 Cura/util/profile.py:178\r
+#: Cura/util/profile.py:179 Cura/util/profile.py:180 Cura/util/profile.py:181\r
 msgid "Speed and Temperature"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:159\r
+#: Cura/util/profile.py:176\r
 msgid "Print speed (mm/s)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:159\r
+#: Cura/util/profile.py:176\r
 msgid ""\r
 "Speed at which printing happens. A well adjusted Ultimaker can reach 150mm/"\r
 "s, but for good quality prints you want to print slower. Printing speed "\r
@@ -1325,61 +1244,62 @@ msgid ""
 "settings for this."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:160\r
+#: Cura/util/profile.py:177\r
 msgid "Printing temperature (C)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:160 Cura/util/profile.py:161 Cura/util/profile.py:162\r
-#: Cura/util/profile.py:163\r
+#: Cura/util/profile.py:177 Cura/util/profile.py:178 Cura/util/profile.py:179\r
+#: Cura/util/profile.py:180\r
 msgid ""\r
 "Temperature used for printing. Set at 0 to pre-heat yourself.\n"\r
 "For PLA a value of 210C is usually used.\n"\r
 "For ABS a value of 230C or higher is required."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:161\r
+#: Cura/util/profile.py:178\r
 msgid "2nd nozzle temperature (C)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:162\r
+#: Cura/util/profile.py:179\r
 msgid "3th nozzle temperature (C)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:163\r
+#: Cura/util/profile.py:180\r
 msgid "4th nozzle temperature (C)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:164\r
+#: Cura/util/profile.py:181\r
 msgid "Bed temperature (C)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:164\r
+#: Cura/util/profile.py:181\r
 msgid ""\r
 "Temperature used for the heated printer bed. Set at 0 to pre-heat yourself."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:165 Cura/util/profile.py:166\r
+#: Cura/util/profile.py:182 Cura/util/profile.py:183\r
 msgid "None"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid "Touching buildplate"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid "Everywhere"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:165 Cura/util/profile.py:166 Cura/util/profile.py:167\r
-#: Cura/util/profile.py:206 Cura/util/profile.py:207 Cura/util/profile.py:208\r
+#: Cura/util/profile.py:182 Cura/util/profile.py:183 Cura/util/profile.py:184\r
+#: Cura/util/profile.py:223 Cura/util/profile.py:224 Cura/util/profile.py:225\r
+#: Cura/util/profile.py:226 Cura/util/profile.py:227\r
 msgid "Support"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid "Support type"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid ""\r
 "Type of support structure build.\n"\r
 "\"Touching buildplate\" is the most commonly used support setting.\n"\r
@@ -1390,48 +1310,48 @@ msgid ""
 "Everywhere creates support even on top of parts of the model."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:166 Cura/util/profile.py:212\r
+#: Cura/util/profile.py:183 Cura/util/profile.py:230\r
 msgid "Brim"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:166 Cura/util/profile.py:213 Cura/util/profile.py:214\r
-#: Cura/util/profile.py:215 Cura/util/profile.py:216 Cura/util/profile.py:217\r
-#: Cura/util/profile.py:218\r
+#: Cura/util/profile.py:183 Cura/util/profile.py:231 Cura/util/profile.py:232\r
+#: Cura/util/profile.py:233 Cura/util/profile.py:234 Cura/util/profile.py:235\r
+#: Cura/util/profile.py:236\r
 msgid "Raft"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:166\r
+#: Cura/util/profile.py:183\r
 msgid "Platform adhesion type"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:166\r
+#: Cura/util/profile.py:183\r
 msgid ""\r
 "Different options that help in preventing corners from lifting due to "\r
 "warping.\n"\r
 "Brim adds a single layer thick flat area around your object which is easy to "\r
-"cut off afterwards, and the recommended option.\n"\r
-"Raft adds a thick raster at below the object and a thin interface between "\r
-"this and your object.\n"\r
+"cut off afterwards, and it is the recommended option.\n"\r
+"Raft adds a thick raster below the object and a thin interface between this "\r
+"and your object.\n"\r
 "(Note that enabling the brim or raft disables the skirt)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "Both"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "First extruder"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "Second extruder"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "Support dual extrusion"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid ""\r
 "Which extruder to use for support material, for break-away support you can "\r
 "use both extruders.\n"\r
@@ -1441,226 +1361,307 @@ msgid ""
 "You can also use the 2nd extruder for soluble support materials."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:168 Cura/util/profile.py:169 Cura/util/profile.py:170\r
-#: Cura/util/profile.py:171 Cura/util/profile.py:172\r
+#: Cura/util/profile.py:185 Cura/util/profile.py:186 Cura/util/profile.py:187\r
+msgid "Dual extrusion"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:185\r
+msgid "Wipe&prime tower"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:185\r
+msgid ""\r
+"The wipe-tower is a tower printed on every layer when switching between "\r
+"nozzles.\n"\r
+"The old nozzle is wiped off on the tower before the new nozzle is used to "\r
+"print the 2nd color."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:186\r
+msgid "Wipe&prime tower volume per layer (mm3)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:186\r
+msgid ""\r
+"The amount of material put in the wipe/prime tower.\n"\r
+"This is done in volume because in general you want to extrude a\n"\r
+"certain amount of volume to get the extruder going, independent on the layer "\r
+"height.\n"\r
+"This means that with thinner layers, your tower gets bigger."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:187\r
+msgid "Ooze shield"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:187\r
+msgid ""\r
+"The ooze shield is a 1 line thick shell around the object which stands a few "\r
+"mm from the object.\n"\r
+"This shield catches any oozing from the unused nozzle in dual-extrusion."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:188 Cura/util/profile.py:189 Cura/util/profile.py:190\r
+#: Cura/util/profile.py:191 Cura/util/profile.py:192\r
 msgid "Filament"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:168\r
+#: Cura/util/profile.py:188\r
 msgid "Diameter (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:168\r
+#: Cura/util/profile.py:188\r
 msgid ""\r
 "Diameter of your filament, as accurately as possible.\n"\r
 "If you cannot measure this value you will have to calibrate it, a higher "\r
 "number means less extrusion, a smaller number generates more extrusion."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:169\r
+#: Cura/util/profile.py:189\r
 msgid "Diameter2 (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:169\r
+#: Cura/util/profile.py:189\r
 msgid ""\r
 "Diameter of your filament for the 2nd nozzle. Use 0 to use the same diameter "\r
 "as for nozzle 1."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:170\r
+#: Cura/util/profile.py:190\r
 msgid "Diameter3 (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:170\r
+#: Cura/util/profile.py:190\r
 msgid ""\r
 "Diameter of your filament for the 3th nozzle. Use 0 to use the same diameter "\r
 "as for nozzle 1."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:171\r
+#: Cura/util/profile.py:191\r
 msgid "Diameter4 (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:171\r
+#: Cura/util/profile.py:191\r
 msgid ""\r
 "Diameter of your filament for the 4th nozzle. Use 0 to use the same diameter "\r
 "as for nozzle 1."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:172\r
+#: Cura/util/profile.py:192\r
 msgid "Flow (%)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:172\r
+#: Cura/util/profile.py:192\r
 msgid ""\r
 "Flow compensation, the amount of material extruded is multiplied by this "\r
 "value"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:173 Cura/util/profile.py:174 Cura/util/profile.py:175\r
-#: Cura/util/profile.py:176 Cura/util/profile.py:177 Cura/util/profile.py:178\r
+#: Cura/util/profile.py:193 Cura/util/profile.py:194 Cura/util/profile.py:195\r
+#: Cura/util/profile.py:196 Cura/util/profile.py:197 Cura/util/profile.py:198\r
+#: Cura/util/profile.py:199\r
 msgid "Retraction"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:173\r
+#: Cura/util/profile.py:193\r
 msgid "Speed (mm/s)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:173\r
+#: Cura/util/profile.py:193\r
 msgid ""\r
 "Speed at which the filament is retracted, a higher retraction speed works "\r
 "better. But a very high retraction speed can lead to filament grinding."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:174\r
+#: Cura/util/profile.py:194\r
 msgid "Distance (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:174\r
+#: Cura/util/profile.py:194\r
 msgid ""\r
 "Amount of retraction, set at 0 for no retraction at all. A value of 4.5mm "\r
 "seems to generate good results."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:175\r
+#: Cura/util/profile.py:195\r
 msgid "Dual extrusion switch amount (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:175\r
+#: Cura/util/profile.py:195\r
 msgid ""\r
 "Amount of retraction when switching nozzle with dual-extrusion, set at 0 for "\r
 "no retraction at all. A value of 16.0mm seems to generate good results."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:176\r
+#: Cura/util/profile.py:196\r
 msgid "Minimum travel (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:176\r
+#: Cura/util/profile.py:196\r
 msgid ""\r
 "Minimum amount of travel needed for a retraction to happen at all. To make "\r
 "sure you do not get a lot of retractions in a small area."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:177\r
+#: Cura/util/profile.py:197\r
 msgid "Enable combing"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:177\r
+#: Cura/util/profile.py:197\r
 msgid ""\r
 "Combing is the act of avoiding holes in the print for the head to travel "\r
 "over. If combing is disabled the printer head moves straight from the start "\r
 "point to the end point and it will always retract."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:178\r
+#: Cura/util/profile.py:198\r
 msgid "Minimal extrusion before retracting (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:178\r
+#: Cura/util/profile.py:198\r
 msgid ""\r
 "The minimal amount of extrusion that needs to be done before retracting "\r
 "again if a retraction needs to happen before this minimal is reached the "\r
 "retraction is ignored.\n"\r
-"This avoids retraction a lot on the same piece of filament which flattens "\r
+"This avoids retracting a lot on the same piece of filament which flattens "\r
 "the filament and causes grinding issues."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:179\r
+#: Cura/util/profile.py:199\r
+msgid "Z hop when retracting (mm)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:199\r
+msgid ""\r
+"When a retraction is done, the head is lifted by this amount to travel over "\r
+"the print. A value of 0.075 works well. This feature has a lot of positive "\r
+"effect on delta towers."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:200\r
 msgid "Initial layer thickness (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:179\r
+#: Cura/util/profile.py:200\r
 msgid ""\r
 "Layer thickness of the bottom layer. A thicker bottom layer makes sticking "\r
 "to the bed easier. Set to 0.0 to have the bottom layer thickness the same as "\r
 "the other layers."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:180\r
+#: Cura/util/profile.py:201\r
 msgid "Cut off object bottom (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:180\r
+#: Cura/util/profile.py:201\r
 msgid ""\r
 "Sinks the object into the platform, this can be used for objects that do not "\r
 "have a flat bottom and thus create a too small first layer."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:182\r
+#: Cura/util/profile.py:203\r
 msgid "Dual extrusion overlap (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:182\r
+#: Cura/util/profile.py:203\r
 msgid ""\r
 "Add a certain amount of overlapping extrusion on dual-extrusion prints. This "\r
-"bonds the different colors better together."\r
+"bonds the different colors together."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:183\r
+#: Cura/util/profile.py:204 Cura/util/profile.py:205 Cura/util/profile.py:206\r
+#: Cura/util/profile.py:207 Cura/util/profile.py:208\r
+msgid "Speed"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:204\r
 msgid "Travel speed (mm/s)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:183\r
+#: Cura/util/profile.py:204\r
 msgid ""\r
-"Speed at which travel moves are done, a high quality build Ultimaker can "\r
-"reach speeds of 250mm/s. But some machines might miss steps then."\r
+"Speed at which travel moves are done, a well built Ultimaker can reach "\r
+"speeds of 250mm/s. But some machines might miss steps then."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:184\r
+#: Cura/util/profile.py:205\r
 msgid "Bottom layer speed (mm/s)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:184\r
+#: Cura/util/profile.py:205\r
 msgid ""\r
 "Print speed for the bottom layer, you want to print the first layer slower "\r
 "so it sticks better to the printer bed."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:185\r
+#: Cura/util/profile.py:206\r
 msgid "Infill speed (mm/s)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:185\r
+#: Cura/util/profile.py:206\r
 msgid ""\r
 "Speed at which infill parts are printed. If set to 0 then the print speed is "\r
-"used for the infill. Printing the infill faster can greatly reduce printing, "\r
-"but this can negatively effect print quality.."\r
+"used for the infill. Printing the infill faster can greatly reduce printing "\r
+"time, but this can negatively affect print quality."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:186 Cura/util/profile.py:187 Cura/util/profile.py:194\r
-#: Cura/util/profile.py:195 Cura/util/profile.py:196 Cura/util/profile.py:197\r
-#: Cura/util/profile.py:198\r
+#: Cura/util/profile.py:207\r
+msgid "Outer shell speed (mm/s)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:207\r
+msgid ""\r
+"Speed at which outer shell is printed. If set to 0 then the print speed is "\r
+"used. Printing the outer shell at a lower speed improves the final skin "\r
+"quality. However, having a large difference between the inner shell speed "\r
+"and the outer shell speed will effect quality in a negative way."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:208\r
+msgid "Inner shell speed (mm/s)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:208\r
+msgid ""\r
+"Speed at which inner shells are printed. If set to 0 then the print speed is "\r
+"used. Printing the inner shell faster then the outer shell will reduce "\r
+"printing time. It is good to set this somewhere in between the outer shell "\r
+"speed and the infill/printing speed."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:209 Cura/util/profile.py:210 Cura/util/profile.py:215\r
+#: Cura/util/profile.py:216 Cura/util/profile.py:217 Cura/util/profile.py:218\r
+#: Cura/util/profile.py:219\r
 msgid "Cool"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:186\r
+#: Cura/util/profile.py:209\r
 msgid "Minimal layer time (sec)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:186\r
+#: Cura/util/profile.py:209\r
 msgid ""\r
-"Minimum time spend in a layer, gives the layer time to cool down before the "\r
+"Minimum time spent in a layer, gives the layer time to cool down before the "\r
 "next layer is put on top. If the layer will be placed down too fast the "\r
-"printer will slow down to make sure it has spend at least this amount of "\r
+"printer will slow down to make sure it has spent at least this amount of "\r
 "seconds printing this layer."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:187\r
+#: Cura/util/profile.py:210\r
 msgid "Enable cooling fan"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:187\r
+#: Cura/util/profile.py:210\r
 msgid ""\r
 "Enable the cooling fan during the print. The extra cooling from the cooling "\r
 "fan is essential during faster prints."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:189\r
+#: Cura/util/profile.py:212\r
 msgid "Line count"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:189\r
+#: Cura/util/profile.py:212\r
 msgid ""\r
 "The skirt is a line drawn around the object at the first layer. This helps "\r
 "to prime your extruder, and to see if the object fits on your platform.\n"\r
@@ -1668,54 +1669,54 @@ msgid ""
 "priming your extruder better for small objects."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:190\r
+#: Cura/util/profile.py:213\r
 msgid "Start distance (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:190\r
+#: Cura/util/profile.py:213\r
 msgid ""\r
 "The distance between the skirt and the first layer.\n"\r
 "This is the minimal distance, multiple skirt lines will be put outwards from "\r
 "this distance."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:191\r
+#: Cura/util/profile.py:214\r
 msgid "Minimal length (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:191\r
+#: Cura/util/profile.py:214\r
 msgid ""\r
 "The minimal length of the skirt, if this minimal length is not reached it "\r
 "will add more skirt lines to reach this minimal lenght.\n"\r
 "Note: If the line count is set to 0 this is ignored."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:194\r
-msgid "Fan on layer number"\r
+#: Cura/util/profile.py:215\r
+msgid "Fan full on at height (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:194\r
+#: Cura/util/profile.py:215\r
 msgid ""\r
-"The layer at which the fan is turned on. The first layer is layer 0. The "\r
-"first layer can stick better if you turn on the fan on, on the 2nd layer."\r
+"The height at which the fan is turned on completely. For the layers below "\r
+"this the fan speed is scaled linearly with the fan off at layer 0."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:195\r
+#: Cura/util/profile.py:216\r
 msgid "Fan speed min (%)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:195\r
+#: Cura/util/profile.py:216\r
 msgid ""\r
 "When the fan is turned on, it is enabled at this speed setting. If cool "\r
 "slows down the layer, the fan is adjusted between the min and max speed. "\r
 "Minimal fan speed is used if the layer is not slowed down due to cooling."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:196\r
+#: Cura/util/profile.py:217\r
 msgid "Fan speed max (%)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:196\r
+#: Cura/util/profile.py:217\r
 msgid ""\r
 "When the fan is turned on, it is enabled at this speed setting. If cool "\r
 "slows down the layer, the fan is adjusted between the min and max speed. "\r
@@ -1723,338 +1724,404 @@ msgid ""
 "than 200%."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:197\r
+#: Cura/util/profile.py:218\r
 msgid "Minimum speed (mm/s)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:197\r
+#: Cura/util/profile.py:218\r
 msgid ""\r
 "The minimal layer time can cause the print to slow down so much it starts to "\r
-"ooze. The minimal feedrate protects against this. Even if a print gets slown "\r
-"down it will never be slower than this minimal speed."\r
+"ooze. The minimal feedrate protects against this. Even if a print gets "\r
+"slowed down it will never be slower than this minimal speed."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:198\r
+#: Cura/util/profile.py:219\r
 msgid "Cool head lift"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:198\r
+#: Cura/util/profile.py:219\r
 msgid ""\r
 "Lift the head if the minimal speed is hit because of cool slowdown, and wait "\r
 "the extra time so the minimal layer time is always hit."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:203 Cura/util/profile.py:204 Cura/util/profile.py:205\r
+#: Cura/util/profile.py:220 Cura/util/profile.py:221 Cura/util/profile.py:222\r
 msgid "Infill"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:203\r
+#: Cura/util/profile.py:220\r
 msgid "Solid infill top"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:203\r
+#: Cura/util/profile.py:220\r
 msgid ""\r
 "Create a solid top surface, if set to false the top is filled with the fill "\r
 "percentage. Useful for cups/vases."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:204\r
+#: Cura/util/profile.py:221\r
 msgid "Solid infill bottom"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:204\r
+#: Cura/util/profile.py:221\r
 msgid ""\r
 "Create a solid bottom surface, if set to false the bottom is filled with the "\r
 "fill percentage. Useful for buildings."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:205\r
+#: Cura/util/profile.py:222\r
 msgid "Infill overlap (%)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:205\r
+#: Cura/util/profile.py:222\r
 msgid ""\r
 "Amount of overlap between the infill and the walls. There is a slight "\r
 "overlap with the walls and the infill so the walls connect firmly to the "\r
 "infill."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:206\r
+#: Cura/util/profile.py:223\r
+msgid "Structure type"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:223\r
+msgid ""\r
+"The type of support structure.\n"\r
+"Grid is very strong and can come off in 1 piece, however, sometimes it is "\r
+"too strong.\n"\r
+"Lines are single walled lines that break off one at a time. Which is more "\r
+"work to remove, but as it is less strong it does work better on tricky "\r
+"prints."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:224\r
+msgid "Overhang angle for support (deg)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:224\r
+msgid ""\r
+"The minimal angle that overhangs need to have to get support. With 0 degree "\r
+"being horizontal and 90 degree being vertical."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:225\r
 msgid "Fill amount (%)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:206\r
+#: Cura/util/profile.py:225\r
 #, python-format\r
 msgid ""\r
 "Amount of infill structure in the support material, less material gives "\r
-"weaker support which is easier to remove. 20% seems to be a good average."\r
+"weaker support which is easier to remove. 15% seems to be a good average."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:207\r
+#: Cura/util/profile.py:226\r
 msgid "Distance X/Y (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:207\r
+#: Cura/util/profile.py:226\r
 msgid ""\r
 "Distance of the support material from the print, in the X/Y directions.\n"\r
 "0.7mm gives a nice distance from the print so the support does not stick to "\r
 "the print."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:208\r
+#: Cura/util/profile.py:227\r
 msgid "Distance Z (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:208\r
+#: Cura/util/profile.py:227\r
 msgid ""\r
 "Distance from the top/bottom of the support to the print. A small gap here "\r
 "makes it easier to remove the support but makes the print a bit uglier.\n"\r
 "0.15mm gives a good seperation of the support material."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:212\r
+#: Cura/util/profile.py:228\r
+msgid "Spiralize the outer contour"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:228\r
+msgid ""\r
+"Spiralize is smoothing out the Z move of the outer edge. This will create a "\r
+"steady Z increase over the whole print. This feature turns a solid object "\r
+"into a single walled print with a solid bottom."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:230\r
 msgid "Brim line amount"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:212\r
+#: Cura/util/profile.py:230\r
 msgid ""\r
 "The amount of lines used for a brim, more lines means a larger brim which "\r
 "sticks better, but this also makes your effective print area smaller."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:213\r
+#: Cura/util/profile.py:231\r
 msgid "Extra margin (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:213\r
+#: Cura/util/profile.py:231\r
 msgid ""\r
 "If the raft is enabled, this is the extra raft area around the object which "\r
 "is also rafted. Increasing this margin will create a stronger raft while "\r
-"using more material and leaving less are for your print."\r
+"using more material and leaving less area for your print."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:214\r
+#: Cura/util/profile.py:232\r
 msgid "Line spacing (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:214\r
+#: Cura/util/profile.py:232\r
 msgid ""\r
 "When you are using the raft this is the distance between the centerlines of "\r
 "the raft line."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:215\r
+#: Cura/util/profile.py:233\r
 msgid "Base thickness (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:215\r
+#: Cura/util/profile.py:233\r
 msgid ""\r
 "When you are using the raft this is the thickness of the base layer which is "\r
 "put down."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:216\r
+#: Cura/util/profile.py:234\r
 msgid "Base line width (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:216\r
+#: Cura/util/profile.py:234\r
 msgid ""\r
 "When you are using the raft this is the width of the base layer lines which "\r
 "are put down."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:217\r
+#: Cura/util/profile.py:235\r
 msgid "Interface thickness (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:217\r
+#: Cura/util/profile.py:235\r
 msgid ""\r
 "When you are using the raft this is the thickness of the interface layer "\r
 "which is put down."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:218\r
+#: Cura/util/profile.py:236\r
 msgid "Interface line width (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:218\r
+#: Cura/util/profile.py:236\r
 msgid ""\r
 "When you are using the raft this is the width of the interface layer lines "\r
 "which are put down."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:220 Cura/util/profile.py:221 Cura/util/profile.py:222\r
-#: Cura/util/profile.py:223\r
+#: Cura/util/profile.py:237 Cura/util/profile.py:238 Cura/util/profile.py:239\r
+#: Cura/util/profile.py:240\r
 msgid "Fix horrible"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:220\r
+#: Cura/util/profile.py:237\r
 msgid "Combine everything (Type-A)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:220 Cura/util/profile.py:221\r
+#: Cura/util/profile.py:237 Cura/util/profile.py:238\r
 msgid ""\r
 "This expert option adds all parts of the model together. The result is "\r
 "usually that internal cavities disappear. Depending on the model this can be "\r
 "intended or not. Enabling this option is at your own risk. Type-A is "\r
-"depended on the model normals and tries to keep some internal holes intact. "\r
+"dependent on the model normals and tries to keep some internal holes intact. "\r
 "Type-B ignores all internal holes and only keeps the outside shape per layer."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:221\r
+#: Cura/util/profile.py:238\r
 msgid "Combine everything (Type-B)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:222\r
+#: Cura/util/profile.py:239\r
 msgid "Keep open faces"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:222\r
+#: Cura/util/profile.py:239\r
 msgid ""\r
 "This expert option keeps all the open bits of the model intact. Normally "\r
 "Cura tries to stitch up small holes and remove everything with big holes, "\r
 "but this option keeps bits that are not properly part of anything and just "\r
-"goes with whatever it is left. This option is usually not what you want, but "\r
-"it might enable you to slice models otherwise failing to produce proper "\r
-"paths.\n"\r
+"goes with whatever is left. This option is usually not what you want, but it "\r
+"might enable you to slice models otherwise failing to produce proper paths.\n"\r
 "As with all \"Fix horrible\" options, results may vary and use at your own "\r
 "risk."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:223\r
+#: Cura/util/profile.py:240\r
 msgid "Extensive stitching"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:223\r
+#: Cura/util/profile.py:240\r
 msgid ""\r
-"Extrensive stitching tries to fix up open holes in the model by closing the "\r
+"Extensive stitching tries to fix up open holes in the model by closing the "\r
 "hole with touching polygons. This algorthm is quite expensive and could "\r
 "introduce a lot of processing time.\n"\r
 "As with all \"Fix horrible\" options, results may vary and use at your own "\r
 "risk."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:323\r
+#: Cura/util/profile.py:350\r
 msgid "Save profile on slice"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:323\r
+#: Cura/util/profile.py:350\r
 msgid ""\r
 "When slicing save the profile as [stl_file]_profile.ini next to the model."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:324\r
+#: Cura/util/profile.py:351\r
 msgid "Cost (price/kg)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:324\r
+#: Cura/util/profile.py:351\r
 msgid "Cost of your filament per kg, to estimate the cost of the final print."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:325\r
+#: Cura/util/profile.py:352\r
 msgid "Cost (price/m)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:325\r
+#: Cura/util/profile.py:352\r
 msgid ""\r
 "Cost of your filament per meter, to estimate the cost of the final print."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:326\r
+#: Cura/util/profile.py:353\r
 msgid "Auto detect SD card drive"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:326\r
+#: Cura/util/profile.py:353\r
 msgid ""\r
 "Auto detect the SD card. You can disable this because on some systems "\r
 "external hard-drives or USB sticks are detected as SD card."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:327\r
+#: Cura/util/profile.py:354\r
 msgid "Check for updates"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:327\r
+#: Cura/util/profile.py:354\r
 msgid "Check for newer versions of Cura on startup"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:328\r
+#: Cura/util/profile.py:355\r
 msgid "Send usage statistics"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:328\r
+#: Cura/util/profile.py:355\r
 msgid "Submit anonymous usage information to improve next versions of Cura"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:330\r
+#: Cura/util/profile.py:357\r
 msgid "Density (kg/m3)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:330\r
+#: Cura/util/profile.py:357\r
 msgid ""\r
 "Weight of the filament per m3. Around 1240 for PLA. And around 1040 for ABS. "\r
 "This value is used to estimate the weight if the filament used for the print."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:331\r
+#: Cura/util/profile.py:358\r
 msgid ""\r
 "Change the language in which Cura runs. Switching language requires a "\r
 "restart of Cura"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:334\r
+#: Cura/util/profile.py:361\r
 msgid "Model colour"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:335\r
+#: Cura/util/profile.py:361\r
+msgid "Display color for first extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:362\r
 msgid "Model colour (2)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:336\r
+#: Cura/util/profile.py:362\r
+msgid "Display color for second extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:363\r
 msgid "Model colour (3)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:337\r
+#: Cura/util/profile.py:363\r
+msgid "Display color for third extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:364\r
 msgid "Model colour (4)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:348\r
+#: Cura/util/profile.py:364\r
+msgid "Display color for forth extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:365\r
+msgid "Printing window type"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:365\r
+msgid "Select the interface used for USB printing."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:377\r
 msgid "Maximum width (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:348 Cura/util/profile.py:349 Cura/util/profile.py:350\r
+#: Cura/util/profile.py:377 Cura/util/profile.py:378 Cura/util/profile.py:379\r
 msgid "Size of the machine in mm"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:349\r
+#: Cura/util/profile.py:378\r
 msgid "Maximum depth (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:350\r
+#: Cura/util/profile.py:379\r
 msgid "Maximum height (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:351\r
+#: Cura/util/profile.py:380\r
 msgid "Machine center 0,0"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:351\r
+#: Cura/util/profile.py:380\r
 msgid ""\r
 "Machines firmware defines the center of the bed as 0,0 instead of the front "\r
 "left corner."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:353\r
+#: Cura/util/profile.py:381\r
+msgid "Build area shape"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:381\r
+msgid "The shape of machine build area."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:383\r
 msgid ""\r
 "If you have an heated bed, this enabled heated bed settings (requires "\r
 "restart)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:354\r
+#: Cura/util/profile.py:384\r
 msgid "GCode Flavor"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:354\r
+#: Cura/util/profile.py:384\r
 msgid ""\r
 "Flavor of generated GCode.\n"\r
 "RepRap is normal 5D GCode which works on Marlin/Sprinter based firmwares.\n"\r
@@ -2064,153 +2131,153 @@ msgid ""
 "requires MakerWare to generate to X3G."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:355\r
+#: Cura/util/profile.py:385\r
 msgid "Extruder count"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:355\r
+#: Cura/util/profile.py:385\r
 msgid "Amount of extruders in your machine."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:356 Cura/util/profile.py:358 Cura/util/profile.py:360\r
+#: Cura/util/profile.py:386 Cura/util/profile.py:388 Cura/util/profile.py:390\r
 msgid "Offset X"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:356 Cura/util/profile.py:357\r
+#: Cura/util/profile.py:386 Cura/util/profile.py:387\r
 msgid "The offset of your secondary extruder compared to the primary."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:357 Cura/util/profile.py:359 Cura/util/profile.py:361\r
+#: Cura/util/profile.py:387 Cura/util/profile.py:389 Cura/util/profile.py:391\r
 msgid "Offset Y"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:358 Cura/util/profile.py:359\r
+#: Cura/util/profile.py:388 Cura/util/profile.py:389\r
 msgid "The offset of your tertiary extruder compared to the primary."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:360 Cura/util/profile.py:361\r
+#: Cura/util/profile.py:390 Cura/util/profile.py:391\r
 msgid "The offset of your forth extruder compared to the primary."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:362\r
+#: Cura/util/profile.py:392\r
 msgid "E-Steps per 1mm filament"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:362\r
+#: Cura/util/profile.py:392\r
 msgid ""\r
 "Amount of steps per mm filament extrusion. If set to 0 then this value is "\r
 "ignored and the value in your firmware is used."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:363\r
+#: Cura/util/profile.py:393\r
 msgid "Serial port"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:363\r
+#: Cura/util/profile.py:393\r
 msgid "Serial port to use for communication with the printer"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:365\r
+#: Cura/util/profile.py:395\r
 msgid "Baudrate"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:365\r
+#: Cura/util/profile.py:395\r
 msgid ""\r
 "Speed of the serial port communication\n"\r
 "Needs to match your firmware settings\n"\r
 "Common values are 250000, 115200, 57600"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:368\r
+#: Cura/util/profile.py:398\r
 msgid "Head size towards X min (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:368\r
+#: Cura/util/profile.py:398\r
 msgid ""\r
 "The head size when printing multiple objects, measured from the tip of the "\r
 "nozzle towards the outer part of the head. 75mm for an Ultimaker if the fan "\r
 "is on the left side."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:369\r
+#: Cura/util/profile.py:399\r
 msgid "Head size towards Y min (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:369 Cura/util/profile.py:370\r
+#: Cura/util/profile.py:399 Cura/util/profile.py:400\r
 msgid ""\r
 "The head size when printing multiple objects, measured from the tip of the "\r
 "nozzle towards the outer part of the head. 18mm for an Ultimaker if the fan "\r
 "is on the left side."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:370\r
+#: Cura/util/profile.py:400\r
 msgid "Head size towards X max (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:371\r
+#: Cura/util/profile.py:401\r
 msgid "Head size towards Y max (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:371\r
+#: Cura/util/profile.py:401\r
 msgid ""\r
 "The head size when printing multiple objects, measured from the tip of the "\r
 "nozzle towards the outer part of the head. 35mm for an Ultimaker if the fan "\r
 "is on the left side."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:372\r
+#: Cura/util/profile.py:402\r
 msgid "Printer gantry height (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:372\r
+#: Cura/util/profile.py:402\r
 msgid ""\r
 "The height of the gantry holding up the printer head. If an object is higher "\r
 "then this then you cannot print multiple objects one for one. 60mm for an "\r
 "Ultimaker."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:374\r
+#: Cura/util/profile.py:404\r
 #, python-format\r
 msgid "More flow than 150% is rare and usually not recommended."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:375\r
+#: Cura/util/profile.py:405\r
 #, python-format\r
 msgid "Less flow than 50% is rare and usually not recommended."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:376\r
+#: Cura/util/profile.py:406\r
 #, python-format\r
 msgid ""\r
 "Thicker layers then %.2fmm (80%% nozzle size) usually give bad results and "\r
 "are not recommended."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:378\r
+#: Cura/util/profile.py:408\r
 msgid ""\r
 "It is highly unlikely that your machine can achieve a printing speed above "\r
 "150mm/s"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:380 Cura/util/profile.py:381 Cura/util/profile.py:382\r
-#: Cura/util/profile.py:383\r
+#: Cura/util/profile.py:410 Cura/util/profile.py:411 Cura/util/profile.py:412\r
+#: Cura/util/profile.py:413\r
 msgid "Temperatures above 260C could damage your machine, be careful!"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:384 Cura/util/profile.py:385 Cura/util/profile.py:386\r
-#: Cura/util/profile.py:387\r
+#: Cura/util/profile.py:414 Cura/util/profile.py:415 Cura/util/profile.py:416\r
+#: Cura/util/profile.py:417\r
 msgid ""\r
 "Are you sure your filament is that thick? Normal filament is around 3mm or "\r
 "1.75mm."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:388\r
+#: Cura/util/profile.py:418\r
 msgid ""\r
 "It is highly unlikely that your machine can achieve a travel speed above "\r
 "300mm/s"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:389\r
+#: Cura/util/profile.py:419\r
 #, python-format\r
 msgid ""\r
 "A bottom layer of more then %.2fmm (3/4 nozzle size) usually give bad "\r
index 8624617462589192c8a55c4cb9786cacd99d4c46..5b5169ef32da82665723c53ef306a206dff7f3f0 100644 (file)
Binary files a/resources/locale/fr/LC_MESSAGES/Cura.mo and b/resources/locale/fr/LC_MESSAGES/Cura.mo differ
index 044b34b266b5c5f3c0e2b401bd452a508a176f43..ef6ff7638235910d95a19089dad1f7367044fdd0 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""\r
 "Project-Id-Version: Cura\n"\r
 "Report-Msgid-Bugs-To: \n"\r
-"POT-Creation-Date: 2013-10-08 14:30+0200\n"\r
+"POT-Creation-Date: 2014-03-17 10:23+0100\n"\r
 "PO-Revision-Date: 2013-10-03 08:10+0100\n"\r
 "Last-Translator: \n"\r
 "Language-Team: LANGUAGE <LL@li.org>\n"\r
@@ -16,63 +16,51 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"\r
 "X-Generator: Poedit 1.5.7\n"\r
 \r
-#: Cura/gui/app.py:86 Cura/gui/mainWindow.py:528\r
+#: Cura/gui/app.py:141 Cura/gui/mainWindow.py:563\r
 msgid "A new version of Cura is available, would you like to download?"\r
 msgstr ""\r
 "Une nouvelle version de Cura est disponible, voulez-vous la télécharger?"\r
 \r
-#: Cura/gui/app.py:86 Cura/gui/mainWindow.py:528\r
+#: Cura/gui/app.py:141 Cura/gui/mainWindow.py:563\r
 msgid "New version available"\r
 msgstr "Nouvelle version disponible"\r
 \r
-#: Cura/gui/configWizard.py:221\r
+#: Cura/gui/configWizard.py:223\r
 msgid "Add new machine wizard"\r
 msgstr "Lancer l'assistant pour une nouvelle machine"\r
 \r
-#: Cura/gui/configWizard.py:223\r
+#: Cura/gui/configWizard.py:225\r
 msgid "First time run wizard"\r
 msgstr "Relancer l'assistant initial"\r
 \r
-#: Cura/gui/configWizard.py:224\r
+#: Cura/gui/configWizard.py:226\r
 msgid "Welcome, and thanks for trying Cura!"\r
 msgstr "Bienvenue et merci d'essayer Cura!"\r
 \r
-#: Cura/gui/configWizard.py:226\r
-msgid "This wizard will help you with the following steps:"\r
-msgstr "Cet assistant va vous aider avec les étapes suivantes:"\r
-\r
-#: Cura/gui/configWizard.py:227\r
-msgid "* Configure Cura for your machine"\r
-msgstr "* Configurer Cura pour votre machine"\r
-\r
 #: Cura/gui/configWizard.py:228\r
-msgid "* Optionally upgrade your firmware"\r
-msgstr "* Optionnellement mettre à jour le logiciel embarqué (micrologiciel)"\r
-\r
-#: Cura/gui/configWizard.py:229\r
-msgid "* Optionally check if your machine is working safely"\r
-msgstr "* Optionnellement vérifier si votre machine fonctionne correctement"\r
-\r
-#: Cura/gui/configWizard.py:230\r
-msgid "* Optionally level your printer bed"\r
-msgstr "* Optionnellement mettre votre lit à niveau "\r
+#, fuzzy\r
+msgid "This wizard will help you in setting up Cura for your machine."\r
+msgstr "Cet assistant va vous aider avec les étapes suivantes:"\r
 \r
-#: Cura/gui/configWizard.py:239\r
+#: Cura/gui/configWizard.py:245\r
 msgid "The following pre-defined machine profiles are available"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:240\r
+#: Cura/gui/configWizard.py:246\r
 msgid ""\r
 "Note that these profiles are not guaranteed to give good results,\n"\r
-"or work at all. Extra tweaks might be required."\r
+"or work at all. Extra tweaks might be required.\n"\r
+"If you find issues with the predefined profiles,\n"\r
+"or want an extra profile.\n"\r
+"Please report it at the github issue tracker."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:270\r
+#: Cura/gui/configWizard.py:276\r
 #, fuzzy\r
 msgid "Cura is now ready to be used!"\r
 msgstr "Cura est désormais autorisé à partager sur YouMagine."\r
 \r
-#: Cura/gui/configWizard.py:275\r
+#: Cura/gui/configWizard.py:281\r
 #, fuzzy\r
 msgid ""\r
 "RepRap machines can be vastly different, so here you can set your own "\r
@@ -81,12 +69,12 @@ msgstr ""
 "Les machines RepRap diffèrent beaucoup, et il n'y a pas\n"\r
 "de configuration par défaut dans Cura pour chacune d'elle."\r
 \r
-#: Cura/gui/configWizard.py:276\r
+#: Cura/gui/configWizard.py:282\r
 msgid ""\r
 "Be sure to review the default profile before running it on your machine."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:277\r
+#: Cura/gui/configWizard.py:283\r
 msgid ""\r
 "If you like a default profile for your machine added,\n"\r
 "then make an issue on github."\r
@@ -94,52 +82,52 @@ msgstr ""
 "Si vous souhaitez ajouter un profil par défaut pour\n"\r
 "votre machine, faites une demande sur github. "\r
 \r
-#: Cura/gui/configWizard.py:279\r
+#: Cura/gui/configWizard.py:285\r
 msgid "You will have to manually install Marlin or Sprinter firmware."\r
 msgstr "Vous devrez instaler manuellement le micrologiciel Marlin ou Sprinter"\r
 \r
-#: Cura/gui/configWizard.py:281\r
+#: Cura/gui/configWizard.py:287\r
 msgid "Machine name"\r
 msgstr "Nom de la machine"\r
 \r
-#: Cura/gui/configWizard.py:282\r
+#: Cura/gui/configWizard.py:288\r
 msgid "Machine width (mm)"\r
 msgstr "Largeur de la machine (mm)"\r
 \r
-#: Cura/gui/configWizard.py:283\r
+#: Cura/gui/configWizard.py:289\r
 msgid "Machine depth (mm)"\r
 msgstr "Profondeur de la machine (mm)"\r
 \r
-#: Cura/gui/configWizard.py:284\r
+#: Cura/gui/configWizard.py:290\r
 msgid "Machine height (mm)"\r
 msgstr "Hauteur de la machine (mm)"\r
 \r
-#: Cura/gui/configWizard.py:285 Cura/util/profile.py:158\r
+#: Cura/gui/configWizard.py:291 Cura/util/profile.py:175\r
 msgid "Nozzle size (mm)"\r
 msgstr "Diamètre de la buse (mm)"\r
 \r
-#: Cura/gui/configWizard.py:286 Cura/util/profile.py:353\r
+#: Cura/gui/configWizard.py:292 Cura/util/profile.py:383\r
 msgid "Heated bed"\r
 msgstr "Lit chauffant"\r
 \r
-#: Cura/gui/configWizard.py:287\r
+#: Cura/gui/configWizard.py:293\r
 msgid "Bed center is 0,0,0 (RoStock)"\r
 msgstr "Le centre du lit est 0,0,0 (RoStock)"\r
 \r
-#: Cura/gui/configWizard.py:307\r
+#: Cura/gui/configWizard.py:313\r
 msgid "Select your machine"\r
 msgstr "Sélectionnez votre machine"\r
 \r
-#: Cura/gui/configWizard.py:308\r
+#: Cura/gui/configWizard.py:314\r
 msgid "What kind of machine do you have:"\r
 msgstr "Quel type de machine avez-vous:"\r
 \r
-#: Cura/gui/configWizard.py:315\r
+#: Cura/gui/configWizard.py:321\r
 #, fuzzy\r
 msgid "Other (Ex: RepRap, MakerBot)"\r
 msgstr "Autre (ex. RepRap)"\r
 \r
-#: Cura/gui/configWizard.py:318\r
+#: Cura/gui/configWizard.py:324\r
 msgid ""\r
 "The collection of anonymous usage information helps with the continued "\r
 "improvement of Cura."\r
@@ -147,7 +135,7 @@ msgstr ""
 "La collectce d'information d'usage est anonyme; elle permet d'améliorer Cura "\r
 "sans cesse."\r
 \r
-#: Cura/gui/configWizard.py:319\r
+#: Cura/gui/configWizard.py:325\r
 msgid ""\r
 "This does NOT submit your models online nor gathers any privacy related "\r
 "information."\r
@@ -155,19 +143,19 @@ msgstr ""
 "Ceci ne soummet PAS vos modèles en lignes ni ne récupère d'information "\r
 "d'ordre privée."\r
 \r
-#: Cura/gui/configWizard.py:320\r
+#: Cura/gui/configWizard.py:326\r
 msgid "Submit anonymous usage information:"\r
 msgstr "Soummettre des informations d'usage anonymes:"\r
 \r
-#: Cura/gui/configWizard.py:321\r
+#: Cura/gui/configWizard.py:327\r
 msgid "For full details see: http://wiki.ultimaker.com/Cura:stats"\r
 msgstr "Pour plus de détail voyez: http://wiki.ultimaker.com/Cura:stats"\r
 \r
-#: Cura/gui/configWizard.py:383\r
+#: Cura/gui/configWizard.py:396\r
 msgid "Select upgraded parts you have"\r
 msgstr "Choisissez les éléments mis à jour que vous avez"\r
 \r
-#: Cura/gui/configWizard.py:384\r
+#: Cura/gui/configWizard.py:397\r
 msgid ""\r
 "To assist you in having better default settings for your Ultimaker\n"\r
 "Cura would like to know which upgrades you have in your machine."\r
@@ -175,19 +163,19 @@ msgstr ""
 "Pour vous aider à avoir de meilleurs réglages par défault pour votre\n"\r
 "Ultimaker, Cura a besoin d'en connaître les mises à jours effectuées."\r
 \r
-#: Cura/gui/configWizard.py:386\r
+#: Cura/gui/configWizard.py:399\r
 msgid "Extruder drive upgrade"\r
 msgstr "Extrudeur mis à jour"\r
 \r
-#: Cura/gui/configWizard.py:387\r
+#: Cura/gui/configWizard.py:400\r
 msgid "Heated printer bed (self built)"\r
 msgstr "Lit chauffant (fait maison)"\r
 \r
-#: Cura/gui/configWizard.py:388\r
+#: Cura/gui/configWizard.py:401\r
 msgid "Dual extrusion (experimental)"\r
 msgstr "Double extrusion (expérimental) "\r
 \r
-#: Cura/gui/configWizard.py:390\r
+#: Cura/gui/configWizard.py:403\r
 msgid ""\r
 "If you have an Ultimaker bought after october 2012 you will have the\n"\r
 "Extruder drive upgrade. If you do not have this upgrade,\n"\r
@@ -197,7 +185,7 @@ msgstr ""
 "l'extrudeur mis à jour. Si vous ne l'avez pas, il est fortement\n"\r
 "recommandé."\r
 \r
-#: Cura/gui/configWizard.py:391\r
+#: Cura/gui/configWizard.py:404\r
 msgid ""\r
 "This upgrade can be bought from the Ultimaker webshop\n"\r
 "or found on thingiverse as thing:26094"\r
@@ -205,11 +193,11 @@ msgstr ""
 "Cette mise à jour peut être achetée dans le magasin\n"\r
 "Ultimaker, ou trouvée sur thingiverse (ref. thing:26094)"\r
 \r
-#: Cura/gui/configWizard.py:410\r
+#: Cura/gui/configWizard.py:423\r
 msgid "Upgrade Ultimaker Firmware"\r
 msgstr "Mettre à jour le micrologiciel Ultimaker"\r
 \r
-#: Cura/gui/configWizard.py:411\r
+#: Cura/gui/configWizard.py:424\r
 msgid ""\r
 "Firmware is the piece of software running directly on your 3D printer.\n"\r
 "This firmware controls the step motors, regulates the temperature\n"\r
@@ -219,7 +207,7 @@ msgstr ""
 "Ce logiciel embarqué contrôle les moteurs, régule les températures\n"\r
 "et permet au final à l'imprimante de fonctionner. "\r
 \r
-#: Cura/gui/configWizard.py:413\r
+#: Cura/gui/configWizard.py:426\r
 msgid ""\r
 "The firmware shipping with new Ultimakers works, but upgrades\n"\r
 "have been made to make better prints, and make calibration easier."\r
@@ -227,7 +215,7 @@ msgstr ""
 "Le micrologiciel des nouvelles Ultimakers fonctionne, mais une\n"\r
 "mise à jour donne de meilleures impressions ou facilite la calibration."\r
 \r
-#: Cura/gui/configWizard.py:415\r
+#: Cura/gui/configWizard.py:428\r
 msgid ""\r
 "Cura requires these new features and thus\n"\r
 "your firmware will most likely need to be upgraded.\n"\r
@@ -237,19 +225,20 @@ msgstr ""
 "micrologiciel aura probablement besoin d'être mis à jour.\n"\r
 "Vous allez pouvoir le faire maintenant."\r
 \r
-#: Cura/gui/configWizard.py:420\r
+#: Cura/gui/configWizard.py:433\r
 msgid "Do not upgrade to this firmware if:"\r
 msgstr "Ne mettez pas à jour le micrologiciel si:"\r
 \r
-#: Cura/gui/configWizard.py:421\r
-msgid "* You have an older machine based on ATMega1280"\r
+#: Cura/gui/configWizard.py:434\r
+#, fuzzy\r
+msgid "* You have an older machine based on ATMega1280 (Rev 1 machine)"\r
 msgstr "* Vous avez une ancienne machine basée sur un ATMega1280 "\r
 \r
-#: Cura/gui/configWizard.py:422\r
+#: Cura/gui/configWizard.py:435\r
 msgid "* Have other changes in the firmware"\r
 msgstr "* Vous avez des changements particuliers dans le micrologiciel"\r
 \r
-#: Cura/gui/configWizard.py:456\r
+#: Cura/gui/configWizard.py:469\r
 msgid ""\r
 "It is a good idea to do a few sanity checks now on your Ultimaker.\n"\r
 "You can skip these if you know your machine is functional."\r
@@ -257,101 +246,101 @@ msgstr ""
 "Effectuer quelques tests préliminaires est une bonne idée.\n"\r
 "Vous pouvez les ignorer si vous savez votre machine fonctionnelle."\r
 \r
-#: Cura/gui/configWizard.py:457\r
+#: Cura/gui/configWizard.py:470\r
 msgid "Run checks"\r
 msgstr "Lancer les tests"\r
 \r
-#: Cura/gui/configWizard.py:457\r
+#: Cura/gui/configWizard.py:470\r
 msgid "Skip checks"\r
 msgstr "Ignorer les tests"\r
 \r
-#: Cura/gui/configWizard.py:461\r
+#: Cura/gui/configWizard.py:474\r
 msgid "Communication:"\r
 msgstr "Communication:"\r
 \r
-#: Cura/gui/configWizard.py:462\r
+#: Cura/gui/configWizard.py:475\r
 msgid "Temperature:"\r
 msgstr "Temperature:"\r
 \r
-#: Cura/gui/configWizard.py:463\r
+#: Cura/gui/configWizard.py:476\r
 msgid "Endstops:"\r
 msgstr "Butées de fin de course:"\r
 \r
-#: Cura/gui/configWizard.py:468\r
+#: Cura/gui/configWizard.py:481\r
 msgid "Show error log"\r
 msgstr "Montrer le journal d'erreur"\r
 \r
-#: Cura/gui/configWizard.py:502\r
+#: Cura/gui/configWizard.py:515\r
 msgid "Connecting to machine."\r
 msgstr "Connexion à la machine."\r
 \r
-#: Cura/gui/configWizard.py:523\r
+#: Cura/gui/configWizard.py:536\r
 msgid "Cooldown before temperature check."\r
 msgstr "Refroidir avant le test de température."\r
 \r
-#: Cura/gui/configWizard.py:529 Cura/gui/configWizard.py:536\r
+#: Cura/gui/configWizard.py:542 Cura/gui/configWizard.py:549\r
 msgid "Checking the heater and temperature sensor."\r
 msgstr "Test du module de chauffe et du capteur de température."\r
 \r
-#: Cura/gui/configWizard.py:547\r
+#: Cura/gui/configWizard.py:560\r
 msgid "Please make sure none of the endstops are pressed."\r
 msgstr "Veuillez vérifier que les butées de fin de courses sont appuyées."\r
 \r
-#: Cura/gui/configWizard.py:560\r
+#: Cura/gui/configWizard.py:573\r
 msgid "Temperature measurement FAILED!"\r
 msgstr "ECHEC de mesure de la température!"\r
 \r
-#: Cura/gui/configWizard.py:565\r
+#: Cura/gui/configWizard.py:578\r
 #, python-format\r
 msgid "Head temperature: %d"\r
 msgstr "Température de la tête: %d"\r
 \r
-#: Cura/gui/configWizard.py:572 Cura/gui/configWizard.py:581\r
+#: Cura/gui/configWizard.py:585 Cura/gui/configWizard.py:594\r
 #, python-format\r
 msgid "Communication State: %s"\r
 msgstr "Etat de la communication: %s"\r
 \r
-#: Cura/gui/configWizard.py:575\r
+#: Cura/gui/configWizard.py:588\r
 msgid "Failed to establish connection with the printer."\r
 msgstr "Impossible d'établir la communication avec l'imprimante."\r
 \r
-#: Cura/gui/configWizard.py:620\r
+#: Cura/gui/configWizard.py:633\r
 msgid "Please press the right X endstop."\r
 msgstr "Veuillez appuyer sur la butée X de droite."\r
 \r
-#: Cura/gui/configWizard.py:625\r
+#: Cura/gui/configWizard.py:638\r
 msgid "Please press the left X endstop."\r
 msgstr "Veuillez appuyer sur la butée X de gauche."\r
 \r
-#: Cura/gui/configWizard.py:630\r
+#: Cura/gui/configWizard.py:643\r
 msgid "Please press the front Y endstop."\r
 msgstr "Veuillez appuyer sur la butée Y de devant."\r
 \r
-#: Cura/gui/configWizard.py:635\r
+#: Cura/gui/configWizard.py:648\r
 msgid "Please press the back Y endstop."\r
 msgstr "Veuillez appuyer sur la butée Y du fond."\r
 \r
-#: Cura/gui/configWizard.py:640\r
+#: Cura/gui/configWizard.py:653\r
 msgid "Please press the top Z endstop."\r
 msgstr "Veuillez appuyer sur la butée Z du bas."\r
 \r
-#: Cura/gui/configWizard.py:645\r
+#: Cura/gui/configWizard.py:658\r
 msgid "Please press the bottom Z endstop."\r
 msgstr "Veuillez appuyer sur la butée Z du haut."\r
 \r
-#: Cura/gui/configWizard.py:651\r
+#: Cura/gui/configWizard.py:664\r
 msgid "Checkup finished"\r
 msgstr "Validation terminée"\r
 \r
-#: Cura/gui/configWizard.py:694\r
+#: Cura/gui/configWizard.py:707\r
 msgid "Calibrating the Steps Per E requires some manual actions."\r
 msgstr "La calibration du nombre de pas par E requiert une action manuelle."\r
 \r
-#: Cura/gui/configWizard.py:695\r
+#: Cura/gui/configWizard.py:708\r
 msgid "First remove any filament from your machine."\r
 msgstr "Veuillez d'abord retirer le filament de votre machine."\r
 \r
-#: Cura/gui/configWizard.py:696\r
+#: Cura/gui/configWizard.py:709\r
 msgid ""\r
 "Next put in your filament so the tip is aligned with the\n"\r
 "top of the extruder drive."\r
@@ -359,15 +348,15 @@ msgstr ""
 "Ensuite alignez le filament de façon à ce qu'il affleure\n"\r
 "du système d'entrainement (ex.: en sortie du tube)."\r
 \r
-#: Cura/gui/configWizard.py:697\r
+#: Cura/gui/configWizard.py:710\r
 msgid "We'll push the filament 100mm"\r
 msgstr "100mm de filament vont être déroulés"\r
 \r
-#: Cura/gui/configWizard.py:698\r
+#: Cura/gui/configWizard.py:711\r
 msgid "Extrude 100mm filament"\r
 msgstr "Extrusion de 100mm de filament"\r
 \r
-#: Cura/gui/configWizard.py:699\r
+#: Cura/gui/configWizard.py:712\r
 msgid ""\r
 "Now measure the amount of extruded filament:\n"\r
 "(this can be more or less then 100mm)"\r
@@ -375,19 +364,19 @@ msgstr ""
 "Maintenant mesurez la longueur réellement déroulée\n"\r
 "(ce peut être différent de 100mm) "\r
 \r
-#: Cura/gui/configWizard.py:700\r
+#: Cura/gui/configWizard.py:713\r
 msgid "Save"\r
 msgstr "Sauvegarder"\r
 \r
-#: Cura/gui/configWizard.py:701\r
+#: Cura/gui/configWizard.py:714\r
 msgid "This results in the following steps per E:"\r
 msgstr "Le calcul fournit la valeur de pas par E suivante:"\r
 \r
-#: Cura/gui/configWizard.py:703\r
+#: Cura/gui/configWizard.py:716\r
 msgid "You can repeat these steps to get better calibration."\r
 msgstr "Vous pouvez répéter cette opération pour une mailleure calibration. "\r
 \r
-#: Cura/gui/configWizard.py:706\r
+#: Cura/gui/configWizard.py:719\r
 msgid ""\r
 "If you still have filament in your printer which needs\n"\r
 "heat to remove, press the heat up button below:"\r
@@ -395,11 +384,11 @@ msgstr ""
 "Si vous avez du filament froid bloqué dans la tête\n"\r
 "appuyez sur le bouton de chauffe ci-dessous:"\r
 \r
-#: Cura/gui/configWizard.py:707\r
+#: Cura/gui/configWizard.py:720\r
 msgid "Heatup for filament removal"\r
 msgstr "Chauffe pour retrait du filament"\r
 \r
-#: Cura/gui/configWizard.py:730 Cura/gui/configWizard.py:762\r
+#: Cura/gui/configWizard.py:745 Cura/gui/configWizard.py:779\r
 msgid ""\r
 "Error: Failed to open serial port to machine\n"\r
 "If this keeps happening, try disconnecting and reconnecting the USB cable"\r
@@ -407,7 +396,7 @@ msgstr ""
 "Erreur: impossible d'ouvrir le port série de la machine\n"\r
 "Si ce problème persiste, essayer de reconnecter le cable USB"\r
 \r
-#: Cura/gui/firmwareInstall.py:39\r
+#: Cura/gui/firmwareInstall.py:44\r
 msgid ""\r
 "I am sorry, but Cura does not ship with a default firmware for your machine "\r
 "configuration."\r
@@ -415,28 +404,48 @@ msgstr ""
 "Désolé, mais Cura n'est pas livré avec un micrologiciel par défault dédié à "\r
 "votre machine."\r
 \r
-#: Cura/gui/firmwareInstall.py:39 Cura/gui/firmwareInstall.py:98\r
-#: Cura/gui/mainWindow.py:463\r
+#: Cura/gui/firmwareInstall.py:44 Cura/gui/firmwareInstall.py:48\r
+#: Cura/gui/firmwareInstall.py:103 Cura/gui/mainWindow.py:506\r
 msgid "Firmware update"\r
 msgstr "Mise à jour du micrologiciel"\r
 \r
-#: Cura/gui/firmwareInstall.py:49\r
+#: Cura/gui/firmwareInstall.py:48\r
+msgid ""\r
+"Cura only supports firmware updates for ATMega2560 based hardware.\n"\r
+"So updating your RepRap with Cura might or might not work."\r
+msgstr ""\r
+\r
+#: Cura/gui/firmwareInstall.py:56\r
 msgid "OK"\r
 msgstr "OK"\r
 \r
-#: Cura/gui/firmwareInstall.py:68\r
+#: Cura/gui/firmwareInstall.py:77\r
 msgid "Reading firmware..."\r
 msgstr "Lecture du micrologiciel..."\r
 \r
-#: Cura/gui/firmwareInstall.py:70\r
+#: Cura/gui/firmwareInstall.py:79\r
 msgid "Connecting to machine..."\r
 msgstr "Connexion à la machine..."\r
 \r
-#: Cura/gui/firmwareInstall.py:87\r
+#: Cura/gui/firmwareInstall.py:83\r
+msgid ""\r
+"Please connect the printer to\n"\r
+"your computer with the USB cable."\r
+msgstr ""\r
+\r
+#: Cura/gui/firmwareInstall.py:102\r
+msgid ""\r
+"Failed to find machine for firmware upgrade\n"\r
+"Is your machine connected to the PC?"\r
+msgstr ""\r
+"Aucune machine trouvée pour ce micrologiciel\n"\r
+"Est-elle connectée à votre PC? "\r
+\r
+#: Cura/gui/firmwareInstall.py:107\r
 msgid "Uploading firmware..."\r
 msgstr "Téléversement du micologiciel..."\r
 \r
-#: Cura/gui/firmwareInstall.py:90\r
+#: Cura/gui/firmwareInstall.py:110\r
 #, python-format\r
 msgid ""\r
 "Done!\n"\r
@@ -445,177 +454,190 @@ msgstr ""
 "Teminé!\n"\r
 "Micrologiciel installé: %s"\r
 \r
-#: Cura/gui/firmwareInstall.py:92\r
+#: Cura/gui/firmwareInstall.py:112\r
 msgid "Failed to write firmware.\n"\r
 msgstr "Echec d'écriture du micrologiciel.\n"\r
 \r
-#: Cura/gui/firmwareInstall.py:97\r
-msgid ""\r
-"Failed to find machine for firmware upgrade\n"\r
-"Is your machine connected to the PC?"\r
-msgstr ""\r
-"Aucune machine trouvée pour ce micrologiciel\n"\r
-"Est-elle connectée à votre PC? "\r
-\r
-#: Cura/gui/mainWindow.py:56\r
+#: Cura/gui/mainWindow.py:66\r
 msgid "Load model file...\tCTRL+L"\r
 msgstr "Ouvrir un modèle...\tCTRL+L"\r
 \r
-#: Cura/gui/mainWindow.py:58\r
+#: Cura/gui/mainWindow.py:68\r
 msgid "Save model...\tCTRL+S"\r
 msgstr "Sauver le modèle...\tCTRL+S"\r
 \r
-#: Cura/gui/mainWindow.py:60\r
+#: Cura/gui/mainWindow.py:70\r
+#, fuzzy\r
+msgid "Reload platform\tF5"\r
+msgstr "Vider la plateforme"\r
+\r
+#: Cura/gui/mainWindow.py:72\r
 msgid "Clear platform"\r
 msgstr "Vider la plateforme"\r
 \r
-#: Cura/gui/mainWindow.py:64\r
+#: Cura/gui/mainWindow.py:76\r
 msgid "Print...\tCTRL+P"\r
 msgstr "Imprimer...\tCTRL+P"\r
 \r
-#: Cura/gui/mainWindow.py:66 Cura/gui/sceneView.py:244\r
+#: Cura/gui/mainWindow.py:78 Cura/gui/sceneView.py:279\r
 msgid "Save GCode..."\r
 msgstr "Sauver le GCode..."\r
 \r
-#: Cura/gui/mainWindow.py:68\r
+#: Cura/gui/mainWindow.py:80\r
 msgid "Show slice engine log..."\r
 msgstr "Montrer le log du trancheur..."\r
 \r
-#: Cura/gui/mainWindow.py:72\r
+#: Cura/gui/mainWindow.py:84\r
 msgid "Open Profile..."\r
 msgstr "Ouvrir un profil..."\r
 \r
-#: Cura/gui/mainWindow.py:75\r
+#: Cura/gui/mainWindow.py:87\r
 msgid "Save Profile..."\r
 msgstr "Sauver le profil..."\r
 \r
-#: Cura/gui/mainWindow.py:78\r
+#: Cura/gui/mainWindow.py:90\r
 msgid "Load Profile from GCode..."\r
 msgstr "Profil depuis un GCode..."\r
 \r
-#: Cura/gui/mainWindow.py:82\r
+#: Cura/gui/mainWindow.py:94\r
 msgid "Reset Profile to default"\r
 msgstr "Utiliser le profil par défaut"\r
 \r
-#: Cura/gui/mainWindow.py:87\r
+#: Cura/gui/mainWindow.py:99\r
 msgid "Preferences...\tCTRL+,"\r
 msgstr "Préférences...\tCTRL+,"\r
 \r
-#: Cura/gui/mainWindow.py:89\r
+#: Cura/gui/mainWindow.py:101 Cura/gui/mainWindow.py:434\r
 msgid "Machine settings..."\r
 msgstr "Réglages machine..."\r
 \r
-#: Cura/gui/mainWindow.py:95\r
+#: Cura/gui/mainWindow.py:107\r
 msgid "Recent Model Files"\r
 msgstr "Modèles récents"\r
 \r
-#: Cura/gui/mainWindow.py:102\r
+#: Cura/gui/mainWindow.py:114\r
 msgid "Recent Profile Files"\r
 msgstr "Profils récents"\r
 \r
-#: Cura/gui/mainWindow.py:108\r
+#: Cura/gui/mainWindow.py:120\r
 msgid "Quit"\r
 msgstr "Quitter"\r
 \r
-#: Cura/gui/mainWindow.py:110\r
+#: Cura/gui/mainWindow.py:122\r
 msgid "File"\r
 msgstr "Fichier"\r
 \r
-#: Cura/gui/mainWindow.py:118\r
+#: Cura/gui/mainWindow.py:130\r
 msgid "Minecraft map import..."\r
 msgstr "Importer une carte Minecraft..."\r
 \r
-#: Cura/gui/mainWindow.py:122\r
+#: Cura/gui/mainWindow.py:134\r
 msgid "PID Debugger..."\r
 msgstr "Déboguer le PID..."\r
 \r
-#: Cura/gui/mainWindow.py:125\r
+#: Cura/gui/mainWindow.py:137\r
 msgid "Copy profile to clipboard"\r
 msgstr "Copier le profil dans le blocnote"\r
 \r
-#: Cura/gui/mainWindow.py:127\r
+#: Cura/gui/mainWindow.py:141\r
+msgid "Print all at once"\r
+msgstr ""\r
+\r
+#: Cura/gui/mainWindow.py:143\r
+#, fuzzy\r
+msgid "Print one at a time"\r
+msgstr "Taille de la tête"\r
+\r
+#: Cura/gui/mainWindow.py:150\r
 msgid "Tools"\r
 msgstr "Outils"\r
 \r
-#: Cura/gui/mainWindow.py:133 Cura/util/profile.py:158\r
+#: Cura/gui/mainWindow.py:156 Cura/util/profile.py:175\r
 msgid "Machine"\r
 msgstr "Machine"\r
 \r
-#: Cura/gui/mainWindow.py:136\r
+#: Cura/gui/mainWindow.py:159\r
 msgid "Switch to quickprint..."\r
 msgstr "Basculer en mode simple..."\r
 \r
-#: Cura/gui/mainWindow.py:140\r
+#: Cura/gui/mainWindow.py:163\r
 msgid "Switch to full settings..."\r
 msgstr "Basculer en mode complet..."\r
 \r
-#: Cura/gui/mainWindow.py:145\r
-msgid "Open expert settings..."\r
+#: Cura/gui/mainWindow.py:168\r
+#, fuzzy\r
+msgid "Open expert settings...\tCTRL+E"\r
 msgstr "Configuration experte..."\r
 \r
-#: Cura/gui/mainWindow.py:149\r
+#: Cura/gui/mainWindow.py:172\r
 msgid "Run first run wizard..."\r
 msgstr "Assistant initial..."\r
 \r
-#: Cura/gui/mainWindow.py:151\r
+#: Cura/gui/mainWindow.py:174\r
 msgid "Run bed leveling wizard..."\r
 msgstr "Assistant de mise a niveau du lit..."\r
 \r
-#: Cura/gui/mainWindow.py:154\r
+#: Cura/gui/mainWindow.py:176\r
 msgid "Run head offset wizard..."\r
 msgstr "Assistant de décalage des têtes..."\r
 \r
-#: Cura/gui/mainWindow.py:157\r
+#: Cura/gui/mainWindow.py:179\r
 msgid "Expert"\r
 msgstr "Expert"\r
 \r
-#: Cura/gui/mainWindow.py:160\r
+#: Cura/gui/mainWindow.py:182\r
 msgid "Online documentation..."\r
 msgstr "Documentation en ligne..."\r
 \r
-#: Cura/gui/mainWindow.py:162\r
+#: Cura/gui/mainWindow.py:184\r
 msgid "Report a problem..."\r
 msgstr "Rapporter un problème..."\r
 \r
-#: Cura/gui/mainWindow.py:164\r
+#: Cura/gui/mainWindow.py:186\r
 msgid "Check for update..."\r
 msgstr "Vérifier les mises à jour..."\r
 \r
-#: Cura/gui/mainWindow.py:166\r
+#: Cura/gui/mainWindow.py:188\r
 msgid "Open YouMagine website..."\r
 msgstr "Ouvrir le site YouMagine..."\r
 \r
-#: Cura/gui/mainWindow.py:168\r
+#: Cura/gui/mainWindow.py:190\r
 msgid "About Cura..."\r
 msgstr "A propos de Cura..."\r
 \r
-#: Cura/gui/mainWindow.py:170\r
+#: Cura/gui/mainWindow.py:192\r
 msgid "Help"\r
 msgstr "Aide"\r
 \r
-#: Cura/gui/mainWindow.py:394\r
-msgid "Add new machine..."\r
-msgstr "Ajouter une nouvelle machine..."\r
+#: Cura/gui/mainWindow.py:343\r
+msgid ""\r
+"For \"One at a time\" printing, you need to have entered the correct head "\r
+"size and gantry height in the machine settings"\r
+msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:399\r
-#, fuzzy\r
-msgid "Install custom firmware..."\r
-msgstr "Installer un micrologiciel maison"\r
+#: Cura/gui/mainWindow.py:343\r
+msgid "One at a time warning"\r
+msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:402\r
+#: Cura/gui/mainWindow.py:440\r
 #, fuzzy\r
-msgid "Install default Marlin firmware..."\r
+msgid "Install default firmware..."\r
 msgstr "Installer le micrologicel Marlin par défaut"\r
 \r
-#: Cura/gui/mainWindow.py:406\r
+#: Cura/gui/mainWindow.py:443\r
+#, fuzzy\r
+msgid "Install custom firmware..."\r
+msgstr "Installer un micrologiciel maison"\r
+\r
+#: Cura/gui/mainWindow.py:447\r
 msgid "Select profile file to load"\r
 msgstr "Sélection du profil à "\r
 \r
-#: Cura/gui/mainWindow.py:418\r
+#: Cura/gui/mainWindow.py:459\r
 msgid "Select gcode file to load profile from"\r
 msgstr "Sélection du fichier GCode à utiliser"\r
 \r
-#: Cura/gui/mainWindow.py:431\r
+#: Cura/gui/mainWindow.py:472\r
 msgid ""\r
 "No profile found in GCode file.\n"\r
 "This feature only works with GCode files made by Cura 12.07 or newer."\r
@@ -623,15 +645,15 @@ msgstr ""
 "Pas de profil trouvé dans le fichier GCode.\n"\r
 "Cette option ne marche qu'avec les fichiers crées à partir de Cura 12.07. "\r
 \r
-#: Cura/gui/mainWindow.py:431\r
+#: Cura/gui/mainWindow.py:472\r
 msgid "Profile load error"\r
 msgstr "Erreur de chargement du profil"\r
 \r
-#: Cura/gui/mainWindow.py:435\r
+#: Cura/gui/mainWindow.py:476\r
 msgid "Select profile file to save"\r
 msgstr "Sélectio du profil à sauvegarder"\r
 \r
-#: Cura/gui/mainWindow.py:443\r
+#: Cura/gui/mainWindow.py:486\r
 msgid ""\r
 "This will reset all profile settings to defaults.\n"\r
 "Unless you have saved your current profile, all settings will be lost!\n"\r
@@ -641,11 +663,11 @@ msgstr ""
 "A moins de l'avoir sauvegardé, tous les réglages actuels seront perdus!\n"\r
 "Voulez-vous vraiment les réinitialiser?"\r
 \r
-#: Cura/gui/mainWindow.py:443\r
+#: Cura/gui/mainWindow.py:486\r
 msgid "Profile reset"\r
 msgstr "Réinitialisation du profile"\r
 \r
-#: Cura/gui/mainWindow.py:463\r
+#: Cura/gui/mainWindow.py:506\r
 msgid ""\r
 "Warning: Installing a custom firmware does not guarantee that you machine "\r
 "will function correctly, and could damage your machine."\r
@@ -653,92 +675,94 @@ msgstr ""
 "Attention: installer un micrologiciel maison ne garantit pas le bon "\r
 "fonctionnement de votre machine et pourrait même l'endommager."\r
 \r
-#: Cura/gui/mainWindow.py:464\r
+#: Cura/gui/mainWindow.py:507\r
 msgid "Open firmware to upload"\r
 msgstr "Sélection du micrologiciel à mettre à jour"\r
 \r
-#: Cura/gui/mainWindow.py:531\r
+#: Cura/gui/mainWindow.py:566\r
 msgid "You are running the latest version of Cura!"\r
 msgstr "Vous avez la dernière version de Cura!"\r
 \r
-#: Cura/gui/mainWindow.py:531\r
+#: Cura/gui/mainWindow.py:566\r
 msgid "Awesome!"\r
 msgstr "Excellent!"\r
 \r
-#: Cura/gui/mainWindow.py:586\r
+#: Cura/gui/mainWindow.py:621\r
 msgid "Plugins"\r
 msgstr "Extensions"\r
 \r
-#: Cura/gui/pluginPanel.py:26\r
+#: Cura/gui/pluginPanel.py:27\r
 msgid "Plugins:"\r
 msgstr "Extensions:"\r
 \r
-#: Cura/gui/pluginPanel.py:30\r
+#: Cura/gui/pluginPanel.py:31\r
 msgid "Open plugin location"\r
 msgstr "Ouvrir l'emplacement des extensions"\r
 \r
-#: Cura/gui/pluginPanel.py:31\r
+#: Cura/gui/pluginPanel.py:32\r
 msgid "Enabled plugins"\r
 msgstr "Extensions activées"\r
 \r
-#: Cura/gui/pluginPanel.py:133\r
+#: Cura/gui/pluginPanel.py:134\r
 msgid "You need to select a plugin before you can add anything."\r
 msgstr "Vous devez d'abord sélectionner une extension avant de l'ajouter."\r
 \r
-#: Cura/gui/pluginPanel.py:133\r
+#: Cura/gui/pluginPanel.py:134\r
 msgid "Error: no plugin selected"\r
 msgstr "Erreur: aucune extension sélectionnée"\r
 \r
-#: Cura/gui/preferencesDialog.py:25\r
+#: Cura/gui/preferencesDialog.py:28\r
+#, fuzzy\r
+msgid "Print window"\r
+msgstr "Impression"\r
+\r
+#: Cura/gui/preferencesDialog.py:31\r
 msgid "Colours"\r
 msgstr "Couleurs"\r
 \r
-#: Cura/gui/preferencesDialog.py:31 Cura/util/profile.py:331\r
+#: Cura/gui/preferencesDialog.py:37 Cura/util/profile.py:358\r
 msgid "Language"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:34\r
+#: Cura/gui/preferencesDialog.py:40\r
 msgid "Filament settings"\r
 msgstr "Réglages du filament"\r
 \r
-#: Cura/gui/preferencesDialog.py:44\r
+#: Cura/gui/preferencesDialog.py:50\r
 msgid "Cura settings"\r
 msgstr "Réglages de Cura"\r
 \r
-#: Cura/gui/preferencesDialog.py:78\r
+#: Cura/gui/preferencesDialog.py:84\r
 msgid "Machine settings"\r
 msgstr "Réglages de la machine"\r
 \r
-#: Cura/gui/preferencesDialog.py:88\r
+#: Cura/gui/preferencesDialog.py:95\r
 msgid "Printer head size"\r
 msgstr "Taille de la tête"\r
 \r
-#: Cura/gui/preferencesDialog.py:96\r
+#: Cura/gui/preferencesDialog.py:103\r
 #, python-format\r
 msgid "Extruder %d"\r
 msgstr "Extrudeur %d"\r
 \r
-#: Cura/gui/preferencesDialog.py:100\r
+#: Cura/gui/preferencesDialog.py:107\r
 msgid "Communication settings"\r
 msgstr "Réglages de la communication"\r
 \r
-#: Cura/gui/preferencesDialog.py:143\r
+#: Cura/gui/preferencesDialog.py:150\r
 msgid "Cannot remove the last machine configuration in Cura"\r
 msgstr "La dernière configuration de machine ne peut pas être retirée"\r
 \r
-#: Cura/gui/preferencesDialog.py:143\r
+#: Cura/gui/preferencesDialog.py:150\r
 msgid "Machine remove error"\r
 msgstr "Impossible de retrier la machine"\r
 \r
-#: Cura/gui/printWindow.py:132\r
-msgid "Printing"\r
+#: Cura/gui/printWindow.py:33 Cura/gui/printWindow.py:298\r
+#, fuzzy, python-format\r
+msgid "Printing on %s"\r
 msgstr "Impression"\r
 \r
-#: Cura/gui/printWindow.py:158\r
-msgid "Statistics"\r
-msgstr "Statistiques"\r
-\r
-#: Cura/gui/printWindow.py:163\r
+#: Cura/gui/printWindow.py:310\r
 msgid ""\r
 "Your computer is running on battery power.\n"\r
 "Connect your computer to AC power or your print might not finish."\r
@@ -746,106 +770,33 @@ msgstr ""
 "Votre ordinateur est sur batteries.\n"\r
 "Branchez-le au secteur ou bien votre impression pourrait s'interrompre."\r
 \r
-#: Cura/gui/printWindow.py:174\r
+#: Cura/gui/printWindow.py:320\r
 msgid ""\r
-"Filament: ####.##m #.##g\n"\r
-"Estimated print time: #####:##\n"\r
-"Machine state:\n"\r
-"Detecting baudrateXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"\r
+"InfoLine from printer connection\n"\r
+"InfoLine from dialog\n"\r
+"Extra line"\r
 msgstr ""\r
-"Filament: ####.##m #.##g\n"\r
-"Temps d'impression estimé: #####:##\n"\r
-"Etat de la machine:\n"\r
-"Détectio du baudrateXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"\r
 \r
-#: Cura/gui/printWindow.py:179\r
+#: Cura/gui/printWindow.py:322\r
 msgid "Connect"\r
 msgstr "Connecter"\r
 \r
-#: Cura/gui/printWindow.py:181 Cura/gui/sceneView.py:65\r
-#: Cura/gui/sceneView.py:803\r
+#: Cura/gui/printWindow.py:324 Cura/gui/sceneView.py:65\r
 msgid "Print"\r
 msgstr "Imprimer"\r
 \r
-#: Cura/gui/printWindow.py:182 Cura/gui/printWindow.py:428\r
+#: Cura/gui/printWindow.py:325\r
 msgid "Pause"\r
 msgstr "Pause"\r
 \r
-#: Cura/gui/printWindow.py:183\r
+#: Cura/gui/printWindow.py:326\r
 msgid "Cancel print"\r
 msgstr "Interrompre l'impression"\r
 \r
-#: Cura/gui/printWindow.py:184\r
+#: Cura/gui/printWindow.py:327\r
 msgid "Error log"\r
 msgstr "Journal d'erreur"\r
 \r
-#: Cura/gui/printWindow.py:206\r
-msgid "BedTemp:"\r
-msgstr "TempLit:"\r
-\r
-#: Cura/gui/printWindow.py:214\r
-msgid "Temp:"\r
-msgstr "Temp:"\r
-\r
-#: Cura/gui/printWindow.py:262\r
-msgid "Jog"\r
-msgstr "Mouvement"\r
-\r
-#: Cura/gui/printWindow.py:277\r
-msgid "Outer wall:"\r
-msgstr "Parois externes:"\r
-\r
-#: Cura/gui/printWindow.py:280\r
-msgid "Inner wall:"\r
-msgstr "Parois internes:"\r
-\r
-#: Cura/gui/printWindow.py:283\r
-msgid "Fill:"\r
-msgstr "Remplissage:"\r
-\r
-#: Cura/gui/printWindow.py:286\r
-msgid "Support:"\r
-msgstr "SUpport:"\r
-\r
-#: Cura/gui/printWindow.py:290 Cura/util/profile.py:183\r
-#: Cura/util/profile.py:184 Cura/util/profile.py:185\r
-msgid "Speed"\r
-msgstr "Vitesse"\r
-\r
-#: Cura/gui/printWindow.py:308\r
-msgid "Term"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:363\r
-msgid "Enable timelapse movie recording"\r
-msgstr "Activer l'enregistrement de film image par image"\r
-\r
-#: Cura/gui/printWindow.py:377\r
-msgid "Show preview"\r
-msgstr "Prévisualiser"\r
-\r
-#: Cura/gui/printWindow.py:383\r
-msgid "Camera"\r
-msgstr "Caméra"\r
-\r
-#: Cura/gui/printWindow.py:426\r
-msgid "Resume"\r
-msgstr "Reprendre"\r
-\r
-#: Cura/gui/printWindow.py:443\r
-msgid "Loading gcode...\n"\r
-msgstr "Chargement du GCode...\n"\r
-\r
-#: Cura/gui/printWindow.py:445\r
-#, python-format\r
-msgid "Filament: %(amount).2fm %(weight).2fg\n"\r
-msgstr "Filament: %(amount).2fm %(weight).2fg\n"\r
-\r
-#: Cura/gui/printWindow.py:448\r
-#, python-format\r
-msgid "Filament cost: %s\n"\r
-msgstr "Coût de filament: %s\n"\r
-\r
 #: Cura/gui/sceneView.py:64\r
 msgid "Load"\r
 msgstr "Charger"\r
@@ -938,207 +889,177 @@ msgstr "Rayons X"
 msgid "Layers"\r
 msgstr "Couches"\r
 \r
-#: Cura/gui/sceneView.py:107\r
+#: Cura/gui/sceneView.py:106\r
 msgid "Share on YouMagine"\r
 msgstr "Partager sur YouMagine"\r
 \r
-#: Cura/gui/sceneView.py:198\r
+#: Cura/gui/sceneView.py:204\r
 msgid "Open 3D model"\r
 msgstr "Ouvrir un modèle 3D"\r
 \r
-#: Cura/gui/sceneView.py:213\r
+#: Cura/gui/sceneView.py:229\r
 msgid "Save 3D model"\r
 msgstr "Sauver le modèle 3D"\r
 \r
-#: Cura/gui/sceneView.py:243\r
-msgid "Print with USB"\r
+#: Cura/gui/sceneView.py:276 Cura/gui/sceneView.py:914\r
+#, fuzzy, python-format\r
+msgid "Print with %s"\r
 msgstr "Imprimer par USB"\r
 \r
-#: Cura/gui/sceneView.py:245\r
+#: Cura/gui/sceneView.py:280\r
 msgid "Slice engine log..."\r
 msgstr "Journal du trancheur..."\r
 \r
-#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:809\r
+#: Cura/gui/sceneView.py:305 Cura/gui/sceneView.py:917\r
 msgid "Save toolpath"\r
 msgstr "Sauvegarder les instructions d'impression"\r
 \r
-#: Cura/gui/sceneView.py:295\r
+#: Cura/gui/sceneView.py:351\r
 msgid "The slicing engine reported the following"\r
 msgstr "Le trancheur à rapporté ceci"\r
 \r
-#: Cura/gui/sceneView.py:295\r
+#: Cura/gui/sceneView.py:351\r
 msgid "Engine log..."\r
 msgstr "Journal du trancheur..."\r
 \r
-#: Cura/gui/sceneView.py:422\r
+#: Cura/gui/sceneView.py:490\r
 msgid "How many copies do you want?"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:422\r
+#: Cura/gui/sceneView.py:490\r
 msgid "Number of copies"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:422\r
+#: Cura/gui/sceneView.py:490\r
 #, fuzzy\r
 msgid "Multiply"\r
 msgstr "Multiplier"\r
 \r
-#: Cura/gui/sceneView.py:674\r
-msgid "Delete object"\r
-msgstr "Détruire l'objet"\r
-\r
-#: Cura/gui/sceneView.py:675\r
+#: Cura/gui/sceneView.py:780\r
 msgid "Center on platform"\r
 msgstr "Centrer sur la plateforme"\r
 \r
-#: Cura/gui/sceneView.py:676\r
+#: Cura/gui/sceneView.py:781\r
+msgid "Delete object"\r
+msgstr "Détruire l'objet"\r
+\r
+#: Cura/gui/sceneView.py:782\r
 msgid "Multiply object"\r
 msgstr "Multiplier"\r
 \r
-#: Cura/gui/sceneView.py:677\r
+#: Cura/gui/sceneView.py:783\r
 msgid "Split object into parts"\r
 msgstr "Eclater l'objet en parties"\r
 \r
-#: Cura/gui/sceneView.py:679\r
+#: Cura/gui/sceneView.py:785\r
 msgid "Dual extrusion merge"\r
 msgstr "Fusionner pour extrusion double"\r
 \r
-#: Cura/gui/sceneView.py:681\r
+#: Cura/gui/sceneView.py:787\r
 msgid "Delete all objects"\r
 msgstr "Détruire tous les objets"\r
 \r
-#: Cura/gui/sceneView.py:806\r
+#: Cura/gui/sceneView.py:788\r
+#, fuzzy\r
+msgid "Reload all objects"\r
+msgstr "Détruire tous les objets"\r
+\r
+#: Cura/gui/sceneView.py:911\r
 msgid "Toolpath to SD"\r
 msgstr "Instructions d'impression vers la carte SD"\r
 \r
-#: Cura/gui/sceneView.py:1116\r
-msgid "Loading toolpath for visualization..."\r
-msgstr "Chargement des instruction d'impression pour visualisation..."\r
-\r
-#: Cura/gui/sceneView.py:1167\r
+#: Cura/gui/sceneView.py:1205\r
 msgid "Overhang view not working due to lack of OpenGL shaders support."\r
 msgstr ""\r
 "Mode surplomb impossible par limitation d'OpenGL (support des shaders). "\r
 \r
-#: Cura/gui/simpleMode.py:20\r
+#: Cura/gui/simpleMode.py:19\r
 msgid "High quality print"\r
 msgstr "Impression haute qualité"\r
 \r
-#: Cura/gui/simpleMode.py:21\r
+#: Cura/gui/simpleMode.py:20\r
 msgid "Normal quality print"\r
 msgstr "Impression qualité normale"\r
 \r
-#: Cura/gui/simpleMode.py:22\r
+#: Cura/gui/simpleMode.py:21\r
 msgid "Fast low quality print"\r
 msgstr "Impression rapide et basse qualité"\r
 \r
-#: Cura/gui/simpleMode.py:23\r
+#: Cura/gui/simpleMode.py:22\r
 msgid "Thin walled cup or vase"\r
 msgstr "Vase ou coupe à parois fines "\r
 \r
-#: Cura/gui/simpleMode.py:33\r
+#: Cura/gui/simpleMode.py:32\r
 msgid "Print support structure"\r
 msgstr "Supports d'impression"\r
 \r
-#: Cura/gui/simpleMode.py:38\r
-msgid "Select a print type:"\r
+#: Cura/gui/simpleMode.py:37\r
+#, fuzzy\r
+msgid "Select a quickprint profile:"\r
 msgstr "Sélectionner un mode :"\r
 \r
-#: Cura/gui/simpleMode.py:48\r
+#: Cura/gui/simpleMode.py:47\r
 msgid "Material:"\r
 msgstr "Matériau:"\r
 \r
-#: Cura/gui/simpleMode.py:52\r
+#: Cura/gui/simpleMode.py:51\r
 msgid "Diameter:"\r
 msgstr "Diamètre:"\r
 \r
-#: Cura/gui/simpleMode.py:58\r
+#: Cura/gui/simpleMode.py:57\r
 msgid "Other:"\r
 msgstr "Autre:"\r
 \r
-#: Cura/gui/simpleMode.py:118\r
+#: Cura/gui/simpleMode.py:85\r
 msgid "Exterior Only"\r
 msgstr "Extérieur seuement"\r
 \r
-#: Cura/gui/tools/batchRun.py:14\r
-msgid "Cura - Batch run"\r
-msgstr "Cura - Lot groupé"\r
-\r
-#: Cura/gui/tools/batchRun.py:29\r
-msgid "Add"\r
-msgstr "Ajouter"\r
-\r
-#: Cura/gui/tools/batchRun.py:30\r
-msgid "Remove"\r
-msgstr "Retirer"\r
-\r
-#: Cura/gui/tools/batchRun.py:31\r
-msgid "Prepare all"\r
-msgstr "Préparer l'ensemble"\r
-\r
-#: Cura/gui/tools/batchRun.py:47\r
-msgid "Open file to batch prepare"\r
-msgstr "Ouvrir un fichier à péparer en lot"\r
-\r
-#: Cura/gui/tools/batchRun.py:134\r
-#, python-format\r
-msgid "Building: %d                           "\r
-msgstr "Construction: %d"\r
-\r
-#: Cura/gui/tools/batchRun.py:137\r
-#, python-format\r
-msgid "Done: 0/%d                           "\r
-msgstr "Effectué: 0/%d"\r
+#: Cura/gui/tools/imageToMesh.py:28\r
+#, fuzzy\r
+msgid "Height (mm)"\r
+msgstr "Hauteur de couche (mm)"\r
 \r
-#: Cura/gui/tools/batchRun.py:140\r
-msgid "Abort"\r
-msgstr "Interrompre"\r
+#: Cura/gui/tools/imageToMesh.py:32\r
+#, fuzzy\r
+msgid "Base (mm)"\r
+msgstr "Epaisseur de la couche de base (mm)"\r
 \r
-#: Cura/gui/tools/batchRun.py:163 Cura/gui/tools/batchRun.py:233\r
-msgid "Close"\r
-msgstr "Fermer"\r
+#: Cura/gui/tools/imageToMesh.py:36\r
+#, fuzzy\r
+msgid "Width (mm)"\r
+msgstr "Largeur de la machine (mm)"\r
 \r
-#: Cura/gui/tools/batchRun.py:187\r
-#, python-format\r
-msgid "Build: %d models"\r
-msgstr "Construction: %d modèles"\r
+#: Cura/gui/tools/imageToMesh.py:40\r
+#, fuzzy\r
+msgid "Depth (mm)"\r
+msgstr "DIamètre (mm)"\r
 \r
-#: Cura/gui/tools/batchRun.py:188\r
-#, python-format\r
-msgid ""\r
-"\n"\r
-"Slicing took: %(hours)02d:%(minutes)02d"\r
+#: Cura/gui/tools/projector.py:42\r
+msgid "Edit"\r
 msgstr ""\r
-"\n"\r
-"Le trancheur a pris: %(hours)02d:%(minutes)02d"\r
 \r
-#: Cura/gui/tools/batchRun.py:198\r
-#, python-format\r
-msgid "Building: [%(index)d/%(size)d]"\r
-msgstr "Construction: [%(index)d/%(size)d]"\r
-\r
-#: Cura/gui/tools/batchRun.py:214\r
-msgid "Aborted by user."\r
-msgstr "Interrompu par l'utilisateur."\r
+#: Cura/gui/tools/projector.py:43\r
+msgid "Rectangle"\r
+msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:228\r
-#, python-format\r
-msgid "Done %(index)d/%(size)d"\r
-msgstr "Effectués %(index)d/%(size)d"\r
+#: Cura/gui/tools/projector.py:44\r
+#, fuzzy\r
+msgid "Circle"\r
+msgstr "Fichier"\r
 \r
-#: Cura/gui/tools/batchRun.py:236\r
-msgid "To SDCard"\r
-msgstr "Vers carte SD"\r
+#: Cura/gui/tools/projector.py:45\r
+msgid "Draw curves"\r
+msgstr ""\r
 \r
-#: Cura/gui/tools/youmagineGui.py:79\r
+#: Cura/gui/tools/youmagineGui.py:78\r
 msgid "Checking token"\r
 msgstr "Vérification du jeton (token)"\r
 \r
-#: Cura/gui/tools/youmagineGui.py:83\r
+#: Cura/gui/tools/youmagineGui.py:82\r
 msgid "Failed to contact YouMagine.com"\r
 msgstr "Impossible de se connecter à YouMagine.com"\r
 \r
-#: Cura/gui/tools/youmagineGui.py:83 Cura/gui/tools/youmagineGui.py:116\r
+#: Cura/gui/tools/youmagineGui.py:82 Cura/gui/tools/youmagineGui.py:116\r
 #: Cura/gui/tools/youmagineGui.py:133 Cura/gui/tools/youmagineGui.py:140\r
 #: Cura/gui/tools/youmagineGui.py:148 Cura/gui/tools/youmagineGui.py:153\r
 msgid "YouMagine error."\r
@@ -1298,24 +1219,29 @@ msgstr ""
 msgid "Webcam error"\r
 msgstr ""\r
 \r
-#: Cura/gui/util/openglGui.py:241\r
+#: Cura/gui/util/engineResultView.py:165\r
+#, fuzzy, python-format\r
+msgid "Loading toolpath for visualization (%d%%)"\r
+msgstr "Chargement des instruction d'impression pour visualisation..."\r
+\r
+#: Cura/gui/util/openglGui.py:242\r
 msgid "An error has occurred during the 3D view drawing."\r
 msgstr "Une erreur est apparue lors du rendu 3D de la vue."\r
 \r
-#: Cura/gui/util/openglGui.py:248\r
+#: Cura/gui/util/openglGui.py:250\r
 msgid "3D window error"\r
 msgstr "Erreur de vue 3D"\r
 \r
-#: Cura/util/profile.py:153 Cura/util/profile.py:154 Cura/util/profile.py:155\r
-#: Cura/util/profile.py:179 Cura/util/profile.py:180 Cura/util/profile.py:182\r
+#: Cura/util/profile.py:170 Cura/util/profile.py:171 Cura/util/profile.py:172\r
+#: Cura/util/profile.py:200 Cura/util/profile.py:201 Cura/util/profile.py:203\r
 msgid "Quality"\r
 msgstr "QUalité"\r
 \r
-#: Cura/util/profile.py:153\r
+#: Cura/util/profile.py:170\r
 msgid "Layer height (mm)"\r
 msgstr "Hauteur de couche (mm)"\r
 \r
-#: Cura/util/profile.py:153\r
+#: Cura/util/profile.py:170\r
 msgid ""\r
 "Layer height in millimeters.\n"\r
 "This is the most important setting to determine the quality of your print. "\r
@@ -1329,11 +1255,11 @@ msgstr ""
 "Ultimaker pour des impressions très rapides (proportionnel au diamètre de la "\r
 "buse, ici sur une base de 0.4mm)."\r
 \r
-#: Cura/util/profile.py:154\r
+#: Cura/util/profile.py:171\r
 msgid "Shell thickness (mm)"\r
 msgstr "Epaisseur des murs"\r
 \r
-#: Cura/util/profile.py:154\r
+#: Cura/util/profile.py:171\r
 msgid ""\r
 "Thickness of the outside shell in the horizontal direction.\n"\r
 "This is used in combination with the nozzle size to define the number\n"\r
@@ -1343,11 +1269,11 @@ msgstr ""
 "C'est utilisé en combinaison avec la taille de buse pour définir le nombre\n"\r
 "de lignes périmétriques ainsi que leur épaisseur."\r
 \r
-#: Cura/util/profile.py:155\r
+#: Cura/util/profile.py:172\r
 msgid "Enable retraction"\r
 msgstr "Autoriser le retrait"\r
 \r
-#: Cura/util/profile.py:155\r
+#: Cura/util/profile.py:172\r
 msgid ""\r
 "Retract the filament when the nozzle is moving over a none-printed area. "\r
 "Details about the retraction can be configured in the advanced tab."\r
@@ -1356,15 +1282,15 @@ msgstr ""
 "imprimée. Le réglage du retrait peut se configurer dans l'onglet des "\r
 "paramètres avancé."\r
 \r
-#: Cura/util/profile.py:156 Cura/util/profile.py:157\r
+#: Cura/util/profile.py:173 Cura/util/profile.py:174\r
 msgid "Fill"\r
 msgstr "Remplissage"\r
 \r
-#: Cura/util/profile.py:156\r
+#: Cura/util/profile.py:173\r
 msgid "Bottom/Top thickness (mm)"\r
 msgstr "Epaisseurs dessus/dessous (mm)"\r
 \r
-#: Cura/util/profile.py:156\r
+#: Cura/util/profile.py:173\r
 msgid ""\r
 "This controls the thickness of the bottom and top layers, the amount of "\r
 "solid layers put down is calculated by the layer thickness and this value.\n"\r
@@ -1377,11 +1303,11 @@ msgstr ""
 "Il est logique d'indiquer un multiple de l'épaisseur de couche, similaire à "\r
 "l'épaisseur des murs ci-avant."\r
 \r
-#: Cura/util/profile.py:157\r
+#: Cura/util/profile.py:174\r
 msgid "Fill Density (%)"\r
 msgstr "Remplissage (%)"\r
 \r
-#: Cura/util/profile.py:157\r
+#: Cura/util/profile.py:174\r
 #, fuzzy\r
 msgid ""\r
 "This controls how densely filled the insides of your print will be. For a "\r
@@ -1396,7 +1322,7 @@ msgstr ""
 "Ceci n'impacte pas l'aspect extérieur, mais seulement la solidité "\r
 "structurelle de l'objet et le temps d'impression."\r
 \r
-#: Cura/util/profile.py:158\r
+#: Cura/util/profile.py:175\r
 msgid ""\r
 "The nozzle size is very important, this is used to calculate the line width "\r
 "of the infill, and used to calculate the amount of outside wall lines and "\r
@@ -1406,16 +1332,16 @@ msgstr ""
 "quatité de matière à extruder (épaisseur du fil, nombre de passes sur les "\r
 "parties externes saisie dans les autres réglages, remplissage...)."\r
 \r
-#: Cura/util/profile.py:159 Cura/util/profile.py:160 Cura/util/profile.py:161\r
-#: Cura/util/profile.py:162 Cura/util/profile.py:163 Cura/util/profile.py:164\r
+#: Cura/util/profile.py:176 Cura/util/profile.py:177 Cura/util/profile.py:178\r
+#: Cura/util/profile.py:179 Cura/util/profile.py:180 Cura/util/profile.py:181\r
 msgid "Speed and Temperature"\r
 msgstr "Vitesse et température"\r
 \r
-#: Cura/util/profile.py:159\r
+#: Cura/util/profile.py:176\r
 msgid "Print speed (mm/s)"\r
 msgstr "VItesse d'impression (mm/s)"\r
 \r
-#: Cura/util/profile.py:159\r
+#: Cura/util/profile.py:176\r
 msgid ""\r
 "Speed at which printing happens. A well adjusted Ultimaker can reach 150mm/"\r
 "s, but for good quality prints you want to print slower. Printing speed "\r
@@ -1427,12 +1353,12 @@ msgstr ""
 "vitesse moins grande. Une haute vitesse d'impression dépend de nombreux "\r
 "facteurs, et requiert de bien expérimenter avec les différents réglages. "\r
 \r
-#: Cura/util/profile.py:160\r
+#: Cura/util/profile.py:177\r
 msgid "Printing temperature (C)"\r
 msgstr "Température d'impression (C)"\r
 \r
-#: Cura/util/profile.py:160 Cura/util/profile.py:161 Cura/util/profile.py:162\r
-#: Cura/util/profile.py:163\r
+#: Cura/util/profile.py:177 Cura/util/profile.py:178 Cura/util/profile.py:179\r
+#: Cura/util/profile.py:180\r
 msgid ""\r
 "Temperature used for printing. Set at 0 to pre-heat yourself.\n"\r
 "For PLA a value of 210C is usually used.\n"\r
@@ -1443,51 +1369,52 @@ msgstr ""
 "Pour le PLA une valeur de 210C est souvent utilisée.\n"\r
 "Pour l'ABS une valeur de 230C ou plus est requise."\r
 \r
-#: Cura/util/profile.py:161\r
+#: Cura/util/profile.py:178\r
 msgid "2nd nozzle temperature (C)"\r
 msgstr "Température (buse n°2)"\r
 \r
-#: Cura/util/profile.py:162\r
+#: Cura/util/profile.py:179\r
 msgid "3th nozzle temperature (C)"\r
 msgstr "Température (buse n°3)"\r
 \r
-#: Cura/util/profile.py:163\r
+#: Cura/util/profile.py:180\r
 msgid "4th nozzle temperature (C)"\r
 msgstr "Température (buse n°4)"\r
 \r
-#: Cura/util/profile.py:164\r
+#: Cura/util/profile.py:181\r
 msgid "Bed temperature (C)"\r
 msgstr "Température du lit (C)"\r
 \r
-#: Cura/util/profile.py:164\r
+#: Cura/util/profile.py:181\r
 msgid ""\r
 "Temperature used for the heated printer bed. Set at 0 to pre-heat yourself."\r
 msgstr ""\r
 "Température à utiliser pour le lit chauffant. Zéro pour la configurer "\r
 "manuellement."\r
 \r
-#: Cura/util/profile.py:165 Cura/util/profile.py:166\r
+#: Cura/util/profile.py:182 Cura/util/profile.py:183\r
 msgid "None"\r
 msgstr "Aucun"\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid "Touching buildplate"\r
 msgstr "En contact avec le lit"\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid "Everywhere"\r
 msgstr "Partout"\r
 \r
-#: Cura/util/profile.py:165 Cura/util/profile.py:166 Cura/util/profile.py:167\r
-#: Cura/util/profile.py:206 Cura/util/profile.py:207 Cura/util/profile.py:208\r
+#: Cura/util/profile.py:182 Cura/util/profile.py:183 Cura/util/profile.py:184\r
+#: Cura/util/profile.py:223 Cura/util/profile.py:224 Cura/util/profile.py:225\r
+#: Cura/util/profile.py:226 Cura/util/profile.py:227\r
 msgid "Support"\r
 msgstr "Support"\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid "Support type"\r
 msgstr "Type de support"\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid ""\r
 "Type of support structure build.\n"\r
 "\"Touching buildplate\" is the most commonly used support setting.\n"\r
@@ -1504,28 +1431,29 @@ msgstr ""
 "même.\n"\r
 "\"Aucun\" désactive les supports d'impression."\r
 \r
-#: Cura/util/profile.py:166 Cura/util/profile.py:212\r
+#: Cura/util/profile.py:183 Cura/util/profile.py:230\r
 msgid "Brim"\r
 msgstr "Auréole"\r
 \r
-#: Cura/util/profile.py:166 Cura/util/profile.py:213 Cura/util/profile.py:214\r
-#: Cura/util/profile.py:215 Cura/util/profile.py:216 Cura/util/profile.py:217\r
-#: Cura/util/profile.py:218\r
+#: Cura/util/profile.py:183 Cura/util/profile.py:231 Cura/util/profile.py:232\r
+#: Cura/util/profile.py:233 Cura/util/profile.py:234 Cura/util/profile.py:235\r
+#: Cura/util/profile.py:236\r
 msgid "Raft"\r
 msgstr "Grille"\r
 \r
-#: Cura/util/profile.py:166\r
+#: Cura/util/profile.py:183\r
 msgid "Platform adhesion type"\r
 msgstr "Type d'accroche au lit"\r
 \r
-#: Cura/util/profile.py:166\r
+#: Cura/util/profile.py:183\r
+#, fuzzy\r
 msgid ""\r
 "Different options that help in preventing corners from lifting due to "\r
 "warping.\n"\r
 "Brim adds a single layer thick flat area around your object which is easy to "\r
-"cut off afterwards, and the recommended option.\n"\r
-"Raft adds a thick raster at below the object and a thin interface between "\r
-"this and your object.\n"\r
+"cut off afterwards, and it is the recommended option.\n"\r
+"Raft adds a thick raster below the object and a thin interface between this "\r
+"and your object.\n"\r
 "(Note that enabling the brim or raft disables the skirt)"\r
 msgstr ""\r
 "Plusieurs options permettent de lutter contre le soulèvement des coins dû au "\r
@@ -1536,23 +1464,23 @@ msgstr ""
 "de l'objet.\n"\r
 "Activer l'une ou l'autre de ces options désactive le contour."\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "Both"\r
 msgstr "Les deux"\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "First extruder"\r
 msgstr "Premier extrudeur"\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "Second extruder"\r
 msgstr "Second extrudeur"\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "Support dual extrusion"\r
 msgstr "Support des extrusions doubles"\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid ""\r
 "Which extruder to use for support material, for break-away support you can "\r
 "use both extruders.\n"\r
@@ -1567,16 +1495,57 @@ msgstr ""
 "lequel utiliser (cela créera plus de changement d'extrudeur).\n"\r
 "Vous pouvez aussi utiliser le second extrudeur pour un support soluble. "\r
 \r
-#: Cura/util/profile.py:168 Cura/util/profile.py:169 Cura/util/profile.py:170\r
-#: Cura/util/profile.py:171 Cura/util/profile.py:172\r
+#: Cura/util/profile.py:185 Cura/util/profile.py:186 Cura/util/profile.py:187\r
+#, fuzzy\r
+msgid "Dual extrusion"\r
+msgstr "Fusionner pour extrusion double"\r
+\r
+#: Cura/util/profile.py:185\r
+msgid "Wipe&prime tower"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:185\r
+msgid ""\r
+"The wipe-tower is a tower printed on every layer when switching between "\r
+"nozzles.\n"\r
+"The old nozzle is wiped off on the tower before the new nozzle is used to "\r
+"print the 2nd color."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:186\r
+msgid "Wipe&prime tower volume per layer (mm3)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:186\r
+msgid ""\r
+"The amount of material put in the wipe/prime tower.\n"\r
+"This is done in volume because in general you want to extrude a\n"\r
+"certain amount of volume to get the extruder going, independent on the layer "\r
+"height.\n"\r
+"This means that with thinner layers, your tower gets bigger."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:187\r
+msgid "Ooze shield"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:187\r
+msgid ""\r
+"The ooze shield is a 1 line thick shell around the object which stands a few "\r
+"mm from the object.\n"\r
+"This shield catches any oozing from the unused nozzle in dual-extrusion."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:188 Cura/util/profile.py:189 Cura/util/profile.py:190\r
+#: Cura/util/profile.py:191 Cura/util/profile.py:192\r
 msgid "Filament"\r
 msgstr "Filament"\r
 \r
-#: Cura/util/profile.py:168\r
+#: Cura/util/profile.py:188\r
 msgid "Diameter (mm)"\r
 msgstr "DIamètre (mm)"\r
 \r
-#: Cura/util/profile.py:168\r
+#: Cura/util/profile.py:188\r
 msgid ""\r
 "Diameter of your filament, as accurately as possible.\n"\r
 "If you cannot measure this value you will have to calibrate it, a higher "\r
@@ -1588,11 +1557,11 @@ msgstr ""
 "plus grande donnera moins d'extrusion, une valeur plus petite extrudera "\r
 "moins de matière."\r
 \r
-#: Cura/util/profile.py:169\r
+#: Cura/util/profile.py:189\r
 msgid "Diameter2 (mm)"\r
 msgstr "Diamètre 2 (mm)"\r
 \r
-#: Cura/util/profile.py:169\r
+#: Cura/util/profile.py:189\r
 msgid ""\r
 "Diameter of your filament for the 2nd nozzle. Use 0 to use the same diameter "\r
 "as for nozzle 1."\r
@@ -1600,11 +1569,11 @@ msgstr ""
 "Diamètre du filament dédié au deuxième extrudeur (indiquez zéro pour le même "\r
 "diamètre que le premier)."\r
 \r
-#: Cura/util/profile.py:170\r
+#: Cura/util/profile.py:190\r
 msgid "Diameter3 (mm)"\r
 msgstr "Diamètre 3 (mm)"\r
 \r
-#: Cura/util/profile.py:170\r
+#: Cura/util/profile.py:190\r
 msgid ""\r
 "Diameter of your filament for the 3th nozzle. Use 0 to use the same diameter "\r
 "as for nozzle 1."\r
@@ -1612,11 +1581,11 @@ msgstr ""
 "Diamètre du filament dédié au troisième extrudeur (indiquez zéro pour le "\r
 "même diamètre que le premier)."\r
 \r
-#: Cura/util/profile.py:171\r
+#: Cura/util/profile.py:191\r
 msgid "Diameter4 (mm)"\r
 msgstr "Diamètre 4 (mm)"\r
 \r
-#: Cura/util/profile.py:171\r
+#: Cura/util/profile.py:191\r
 msgid ""\r
 "Diameter of your filament for the 4th nozzle. Use 0 to use the same diameter "\r
 "as for nozzle 1."\r
@@ -1624,11 +1593,11 @@ msgstr ""
 "Diamètre du filament dédié au quatrième extrudeur (indiquez zéro pour le "\r
 "même diamètre que le premier)."\r
 \r
-#: Cura/util/profile.py:172\r
+#: Cura/util/profile.py:192\r
 msgid "Flow (%)"\r
 msgstr "Débit (%)"\r
 \r
-#: Cura/util/profile.py:172\r
+#: Cura/util/profile.py:192\r
 msgid ""\r
 "Flow compensation, the amount of material extruded is multiplied by this "\r
 "value"\r
@@ -1636,16 +1605,17 @@ msgstr ""
 "Permet de compenser un débit qui serait incorrect, la quantité de matière "\r
 "extrudée est multipliée par cette valeur."\r
 \r
-#: Cura/util/profile.py:173 Cura/util/profile.py:174 Cura/util/profile.py:175\r
-#: Cura/util/profile.py:176 Cura/util/profile.py:177 Cura/util/profile.py:178\r
+#: Cura/util/profile.py:193 Cura/util/profile.py:194 Cura/util/profile.py:195\r
+#: Cura/util/profile.py:196 Cura/util/profile.py:197 Cura/util/profile.py:198\r
+#: Cura/util/profile.py:199\r
 msgid "Retraction"\r
 msgstr "Retrait"\r
 \r
-#: Cura/util/profile.py:173\r
+#: Cura/util/profile.py:193\r
 msgid "Speed (mm/s)"\r
 msgstr "Vitesse (mm/s)"\r
 \r
-#: Cura/util/profile.py:173\r
+#: Cura/util/profile.py:193\r
 msgid ""\r
 "Speed at which the filament is retracted, a higher retraction speed works "\r
 "better. But a very high retraction speed can lead to filament grinding."\r
@@ -1654,11 +1624,11 @@ msgstr ""
 "vitesse donne de meilleurs résultats, mais une trop grande vitesse entraine "\r
 "des problèmes. "\r
 \r
-#: Cura/util/profile.py:174\r
+#: Cura/util/profile.py:194\r
 msgid "Distance (mm)"\r
 msgstr "Longueur (mm)"\r
 \r
-#: Cura/util/profile.py:174\r
+#: Cura/util/profile.py:194\r
 msgid ""\r
 "Amount of retraction, set at 0 for no retraction at all. A value of 4.5mm "\r
 "seems to generate good results."\r
@@ -1666,11 +1636,11 @@ msgstr ""
 "Longueur du retrait ou zéro pour désactiver le retrait. Une valeur de 4.5mm "\r
 "donne de bons résultats."\r
 \r
-#: Cura/util/profile.py:175\r
+#: Cura/util/profile.py:195\r
 msgid "Dual extrusion switch amount (mm)"\r
 msgstr "Retrait sur changement d'extrudeur (mm)"\r
 \r
-#: Cura/util/profile.py:175\r
+#: Cura/util/profile.py:195\r
 msgid ""\r
 "Amount of retraction when switching nozzle with dual-extrusion, set at 0 for "\r
 "no retraction at all. A value of 16.0mm seems to generate good results."\r
@@ -1678,11 +1648,11 @@ msgstr ""
 "Longueur du retrait lors d'un changement d'extrudeur. Zéro pour désactiver. "\r
 "Une valeur de 16.0mm donne de bon résultats."\r
 \r
-#: Cura/util/profile.py:176\r
+#: Cura/util/profile.py:196\r
 msgid "Minimum travel (mm)"\r
 msgstr "Distance minimum (mm)"\r
 \r
-#: Cura/util/profile.py:176\r
+#: Cura/util/profile.py:196\r
 msgid ""\r
 "Minimum amount of travel needed for a retraction to happen at all. To make "\r
 "sure you do not get a lot of retractions in a small area."\r
@@ -1690,11 +1660,11 @@ msgstr ""
 "Distance minimale qui déclenchera un retrait. Permet d'éviter d'effectuer un "\r
 "grand nombre de retrait sur des zones petites."\r
 \r
-#: Cura/util/profile.py:177\r
+#: Cura/util/profile.py:197\r
 msgid "Enable combing"\r
 msgstr "Activer les détours"\r
 \r
-#: Cura/util/profile.py:177\r
+#: Cura/util/profile.py:197\r
 msgid ""\r
 "Combing is the act of avoiding holes in the print for the head to travel "\r
 "over. If combing is disabled the printer head moves straight from the start "\r
@@ -1704,16 +1674,17 @@ msgstr ""
 "imprimées lorsque la tête se déplace. Sans elle, la tête se déplace en ligne "\r
 "droite et déclenche un retrait. "\r
 \r
-#: Cura/util/profile.py:178\r
+#: Cura/util/profile.py:198\r
 msgid "Minimal extrusion before retracting (mm)"\r
 msgstr "Minimum d'extrusion avant retrait (mm)"\r
 \r
-#: Cura/util/profile.py:178\r
+#: Cura/util/profile.py:198\r
+#, fuzzy\r
 msgid ""\r
 "The minimal amount of extrusion that needs to be done before retracting "\r
 "again if a retraction needs to happen before this minimal is reached the "\r
 "retraction is ignored.\n"\r
-"This avoids retraction a lot on the same piece of filament which flattens "\r
+"This avoids retracting a lot on the same piece of filament which flattens "\r
 "the filament and causes grinding issues."\r
 msgstr ""\r
 "Cette longueur d'extrusion minimale est requise pour autoriser un nouveau "\r
@@ -1721,11 +1692,23 @@ msgstr ""
 "Cela permet d'éviter un grand nombre de retraits qui peuvent devenir "\r
 "destructeurs pour le filament."\r
 \r
-#: Cura/util/profile.py:179\r
+#: Cura/util/profile.py:199\r
+#, fuzzy\r
+msgid "Z hop when retracting (mm)"\r
+msgstr "Minimum d'extrusion avant retrait (mm)"\r
+\r
+#: Cura/util/profile.py:199\r
+msgid ""\r
+"When a retraction is done, the head is lifted by this amount to travel over "\r
+"the print. A value of 0.075 works well. This feature has a lot of positive "\r
+"effect on delta towers."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:200\r
 msgid "Initial layer thickness (mm)"\r
 msgstr "Epaisseur de la première couche (mm)"\r
 \r
-#: Cura/util/profile.py:179\r
+#: Cura/util/profile.py:200\r
 msgid ""\r
 "Layer thickness of the bottom layer. A thicker bottom layer makes sticking "\r
 "to the bed easier. Set to 0.0 to have the bottom layer thickness the same as "\r
@@ -1735,11 +1718,11 @@ msgstr ""
 "zéro pour utiliser la même valeur que l'épaisseur habituel des autres "\r
 "couches. "\r
 \r
-#: Cura/util/profile.py:180\r
+#: Cura/util/profile.py:201\r
 msgid "Cut off object bottom (mm)"\r
 msgstr "Découpe inférieure (mm)"\r
 \r
-#: Cura/util/profile.py:180\r
+#: Cura/util/profile.py:201\r
 msgid ""\r
 "Sinks the object into the platform, this can be used for objects that do not "\r
 "have a flat bottom and thus create a too small first layer."\r
@@ -1749,36 +1732,43 @@ msgstr ""
 "Permet de compenser les objets qui n'ont pas un fond assez plat pour donner "\r
 "une première couche suffisante."\r
 \r
-#: Cura/util/profile.py:182\r
+#: Cura/util/profile.py:203\r
 msgid "Dual extrusion overlap (mm)"\r
 msgstr "Chevauchement de la double extrusion (mm)"\r
 \r
-#: Cura/util/profile.py:182\r
+#: Cura/util/profile.py:203\r
+#, fuzzy\r
 msgid ""\r
 "Add a certain amount of overlapping extrusion on dual-extrusion prints. This "\r
-"bonds the different colors better together."\r
+"bonds the different colors together."\r
 msgstr ""\r
 "Ajoute un chevauchement réglable pour les impressions en double extrusion, "\r
 "pour mieux souder les matières ensemble."\r
 \r
-#: Cura/util/profile.py:183\r
+#: Cura/util/profile.py:204 Cura/util/profile.py:205 Cura/util/profile.py:206\r
+#: Cura/util/profile.py:207 Cura/util/profile.py:208\r
+msgid "Speed"\r
+msgstr "Vitesse"\r
+\r
+#: Cura/util/profile.py:204\r
 msgid "Travel speed (mm/s)"\r
 msgstr "Vitesse de positionnement (mm/s)"\r
 \r
-#: Cura/util/profile.py:183\r
+#: Cura/util/profile.py:204\r
+#, fuzzy\r
 msgid ""\r
-"Speed at which travel moves are done, a high quality build Ultimaker can "\r
-"reach speeds of 250mm/s. But some machines might miss steps then."\r
+"Speed at which travel moves are done, a well built Ultimaker can reach "\r
+"speeds of 250mm/s. But some machines might miss steps then."\r
 msgstr ""\r
 "Vitesse de déplacement lorsque la tête n'imprime pas. Une Ultimaker bien "\r
 "configurée peut atteindre 250mm/s, au-delà duquel certaines \"ratent\" des "\r
 "pas."\r
 \r
-#: Cura/util/profile.py:184\r
+#: Cura/util/profile.py:205\r
 msgid "Bottom layer speed (mm/s)"\r
 msgstr "Vitesse de la première couche (mm/s)"\r
 \r
-#: Cura/util/profile.py:184\r
+#: Cura/util/profile.py:205\r
 msgid ""\r
 "Print speed for the bottom layer, you want to print the first layer slower "\r
 "so it sticks better to the printer bed."\r
@@ -1786,46 +1776,78 @@ msgstr ""
 "Vitesse d'impression pour la première couche. Elle est généralement imprimée "\r
 "plus lentement pour une meilleur adhérence au lit."\r
 \r
-#: Cura/util/profile.py:185\r
+#: Cura/util/profile.py:206\r
 msgid "Infill speed (mm/s)"\r
 msgstr "Vitesse de remplissage (mm/s)"\r
 \r
-#: Cura/util/profile.py:185\r
+#: Cura/util/profile.py:206\r
+#, fuzzy\r
 msgid ""\r
 "Speed at which infill parts are printed. If set to 0 then the print speed is "\r
-"used for the infill. Printing the infill faster can greatly reduce printing, "\r
-"but this can negatively effect print quality.."\r
+"used for the infill. Printing the infill faster can greatly reduce printing "\r
+"time, but this can negatively affect print quality."\r
 msgstr ""\r
 "Vitesse à laquelle l'impression des zones internes s'effectue. Zéro pour la "\r
 "même vitesse que l'extérieur. Imprimer l'intérieur rapidement permet de "\r
 "fortement reduire le temps d'impression mais peut impacter la qualité."\r
 \r
-#: Cura/util/profile.py:186 Cura/util/profile.py:187 Cura/util/profile.py:194\r
-#: Cura/util/profile.py:195 Cura/util/profile.py:196 Cura/util/profile.py:197\r
-#: Cura/util/profile.py:198\r
+#: Cura/util/profile.py:207\r
+#, fuzzy\r
+msgid "Outer shell speed (mm/s)"\r
+msgstr "Vitesse de positionnement (mm/s)"\r
+\r
+#: Cura/util/profile.py:207\r
+msgid ""\r
+"Speed at which outer shell is printed. If set to 0 then the print speed is "\r
+"used. Printing the outer shell at a lower speed improves the final skin "\r
+"quality. However, having a large difference between the inner shell speed "\r
+"and the outer shell speed will effect quality in a negative way."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:208\r
+#, fuzzy\r
+msgid "Inner shell speed (mm/s)"\r
+msgstr "Vitesse de remplissage (mm/s)"\r
+\r
+#: Cura/util/profile.py:208\r
+#, fuzzy\r
+msgid ""\r
+"Speed at which inner shells are printed. If set to 0 then the print speed is "\r
+"used. Printing the inner shell faster then the outer shell will reduce "\r
+"printing time. It is good to set this somewhere in between the outer shell "\r
+"speed and the infill/printing speed."\r
+msgstr ""\r
+"Vitesse à laquelle l'impression des zones internes s'effectue. Zéro pour la "\r
+"même vitesse que l'extérieur. Imprimer l'intérieur rapidement permet de "\r
+"fortement reduire le temps d'impression mais peut impacter la qualité."\r
+\r
+#: Cura/util/profile.py:209 Cura/util/profile.py:210 Cura/util/profile.py:215\r
+#: Cura/util/profile.py:216 Cura/util/profile.py:217 Cura/util/profile.py:218\r
+#: Cura/util/profile.py:219\r
 msgid "Cool"\r
 msgstr "Refroidissement"\r
 \r
-#: Cura/util/profile.py:186\r
+#: Cura/util/profile.py:209\r
 msgid "Minimal layer time (sec)"\r
 msgstr "Temps minimum par couche (sec) "\r
 \r
-#: Cura/util/profile.py:186\r
+#: Cura/util/profile.py:209\r
+#, fuzzy\r
 msgid ""\r
-"Minimum time spend in a layer, gives the layer time to cool down before the "\r
+"Minimum time spent in a layer, gives the layer time to cool down before the "\r
 "next layer is put on top. If the layer will be placed down too fast the "\r
-"printer will slow down to make sure it has spend at least this amount of "\r
+"printer will slow down to make sure it has spent at least this amount of "\r
 "seconds printing this layer."\r
 msgstr ""\r
 "Le temps minimum avant de passer à la couche suivante pour lui permettre de "\r
 "se refroidir. Si la couche suivante est déposée trop vite, l'imprimante "\r
 "ralentira pour garantir ce temps."\r
 \r
-#: Cura/util/profile.py:187\r
+#: Cura/util/profile.py:210\r
 msgid "Enable cooling fan"\r
 msgstr "Activer le ventilateur"\r
 \r
-#: Cura/util/profile.py:187\r
+#: Cura/util/profile.py:210\r
 msgid ""\r
 "Enable the cooling fan during the print. The extra cooling from the cooling "\r
 "fan is essential during faster prints."\r
@@ -1833,11 +1855,11 @@ msgstr ""
 "Active le ventilateur durant l'impression. C'est nécessaire lors "\r
 "d'impressions rapides, mais cela dépend aussi du matériau imprimé."\r
 \r
-#: Cura/util/profile.py:189\r
+#: Cura/util/profile.py:212\r
 msgid "Line count"\r
 msgstr "Nombre de lignes de contour"\r
 \r
-#: Cura/util/profile.py:189\r
+#: Cura/util/profile.py:212\r
 msgid ""\r
 "The skirt is a line drawn around the object at the first layer. This helps "\r
 "to prime your extruder, and to see if the object fits on your platform.\n"\r
@@ -1849,11 +1871,11 @@ msgstr ""
 "Indiquer zéro pour désactiver le contour. Plusieurs liges de contours aident "\r
 "pour les petits objets ou les extrusions difficiles. "\r
 \r
-#: Cura/util/profile.py:190\r
+#: Cura/util/profile.py:213\r
 msgid "Start distance (mm)"\r
 msgstr "Distance au contour (mm)"\r
 \r
-#: Cura/util/profile.py:190\r
+#: Cura/util/profile.py:213\r
 msgid ""\r
 "The distance between the skirt and the first layer.\n"\r
 "This is the minimal distance, multiple skirt lines will be put outwards from "\r
@@ -1863,11 +1885,11 @@ msgstr ""
 "Il s'agit de la distance minimale, les lignes contour additionnellles sont "\r
 "ensuite déposées en s'éloignant."\r
 \r
-#: Cura/util/profile.py:191\r
+#: Cura/util/profile.py:214\r
 msgid "Minimal length (mm)"\r
 msgstr "Longueur minimale du contour (mm)"\r
 \r
-#: Cura/util/profile.py:191\r
+#: Cura/util/profile.py:214\r
 msgid ""\r
 "The minimal length of the skirt, if this minimal length is not reached it "\r
 "will add more skirt lines to reach this minimal lenght.\n"\r
@@ -1878,24 +1900,26 @@ msgstr ""
 "Note: si le nombre de ligne de contour est réglé à zéro, cette option n'aura "\r
 "aucun effet. "\r
 \r
-#: Cura/util/profile.py:194\r
-msgid "Fan on layer number"\r
-msgstr "Ventilateur retardé"\r
+#: Cura/util/profile.py:215\r
+#, fuzzy\r
+msgid "Fan full on at height (mm)"\r
+msgstr "Hauteur de la machine (mm)"\r
 \r
-#: Cura/util/profile.py:194\r
+#: Cura/util/profile.py:215\r
+#, fuzzy\r
 msgid ""\r
-"The layer at which the fan is turned on. The first layer is layer 0. The "\r
-"first layer can stick better if you turn on the fan on, on the 2nd layer."\r
+"The height at which the fan is turned on completely. For the layers below "\r
+"this the fan speed is scaled linearly with the fan off at layer 0."\r
 msgstr ""\r
 "Numéro de couche en parant de zéro (inclus) à laquelle le ventilateur peut "\r
 "être mis en route. La première couche adhère mieux s'il n'est lancé qu'à la "\r
 "couche numéro 2."\r
 \r
-#: Cura/util/profile.py:195\r
+#: Cura/util/profile.py:216\r
 msgid "Fan speed min (%)"\r
 msgstr "Vitesse minimale de ventilateur (%)"\r
 \r
-#: Cura/util/profile.py:195\r
+#: Cura/util/profile.py:216\r
 msgid ""\r
 "When the fan is turned on, it is enabled at this speed setting. If cool "\r
 "slows down the layer, the fan is adjusted between the min and max speed. "\r
@@ -1906,11 +1930,11 @@ msgstr ""
 "la valeur est calculé entre le min et le max. La vitesse minimale est "\r
 "utilisée si la vitesse d'impression n'est pas ralentie."\r
 \r
-#: Cura/util/profile.py:196\r
+#: Cura/util/profile.py:217\r
 msgid "Fan speed max (%)"\r
 msgstr "Vitesse maximale de ventilateur (%)"\r
 \r
-#: Cura/util/profile.py:196\r
+#: Cura/util/profile.py:217\r
 msgid ""\r
 "When the fan is turned on, it is enabled at this speed setting. If cool "\r
 "slows down the layer, the fan is adjusted between the min and max speed. "\r
@@ -1922,25 +1946,26 @@ msgstr ""
 "est calculé entre le min et le max. La vitesse maximle est utilisée is le "\r
 "ralentissement de l'impression sur une couche dépasse 200%."\r
 \r
-#: Cura/util/profile.py:197\r
+#: Cura/util/profile.py:218\r
 msgid "Minimum speed (mm/s)"\r
 msgstr "Vitesse minimum (mm/s)"\r
 \r
-#: Cura/util/profile.py:197\r
+#: Cura/util/profile.py:218\r
+#, fuzzy\r
 msgid ""\r
 "The minimal layer time can cause the print to slow down so much it starts to "\r
-"ooze. The minimal feedrate protects against this. Even if a print gets slown "\r
-"down it will never be slower than this minimal speed."\r
+"ooze. The minimal feedrate protects against this. Even if a print gets "\r
+"slowed down it will never be slower than this minimal speed."\r
 msgstr ""\r
 "Le temps minimal par couche peut réduit la vitesse d'impression au point que "\r
 "du filament goutte par la buse par gravité. Cette valeur permet d'imposer "\r
 "une vitesse absolue minimum pour éviter ce problème."\r
 \r
-#: Cura/util/profile.py:198\r
+#: Cura/util/profile.py:219\r
 msgid "Cool head lift"\r
 msgstr "Refroidissment tête lévée"\r
 \r
-#: Cura/util/profile.py:198\r
+#: Cura/util/profile.py:219\r
 msgid ""\r
 "Lift the head if the minimal speed is hit because of cool slowdown, and wait "\r
 "the extra time so the minimal layer time is always hit."\r
@@ -1949,15 +1974,15 @@ msgstr ""
 "minimum par couche est atteint. Cela permet d'éviter de rester en contact et "\r
 "de fondre la couche déposée tout en garantissant ce temps."\r
 \r
-#: Cura/util/profile.py:203 Cura/util/profile.py:204 Cura/util/profile.py:205\r
+#: Cura/util/profile.py:220 Cura/util/profile.py:221 Cura/util/profile.py:222\r
 msgid "Infill"\r
 msgstr "Remplissage"\r
 \r
-#: Cura/util/profile.py:203\r
+#: Cura/util/profile.py:220\r
 msgid "Solid infill top"\r
 msgstr "Dessus plein"\r
 \r
-#: Cura/util/profile.py:203\r
+#: Cura/util/profile.py:220\r
 msgid ""\r
 "Create a solid top surface, if set to false the top is filled with the fill "\r
 "percentage. Useful for cups/vases."\r
@@ -1965,11 +1990,11 @@ msgstr ""
 "Crée une surface pleine sur le dessus de l'objet. Ne pas activer l'option "\r
 "est utile pour certains vases ou coupes."\r
 \r
-#: Cura/util/profile.py:204\r
+#: Cura/util/profile.py:221\r
 msgid "Solid infill bottom"\r
 msgstr "Dessous plein"\r
 \r
-#: Cura/util/profile.py:204\r
+#: Cura/util/profile.py:221\r
 msgid ""\r
 "Create a solid bottom surface, if set to false the bottom is filled with the "\r
 "fill percentage. Useful for buildings."\r
@@ -1977,11 +2002,11 @@ msgstr ""
 "Crée une surface plein sur le dessous. A désactiver pour certains objets "\r
 "comme les batiments. "\r
 \r
-#: Cura/util/profile.py:205\r
+#: Cura/util/profile.py:222\r
 msgid "Infill overlap (%)"\r
 msgstr "Taux de recouvrement (%) "\r
 \r
-#: Cura/util/profile.py:205\r
+#: Cura/util/profile.py:222\r
 msgid ""\r
 "Amount of overlap between the infill and the walls. There is a slight "\r
 "overlap with the walls and the infill so the walls connect firmly to the "\r
@@ -1991,25 +2016,50 @@ msgstr ""
 "d'assurer une soudure suffisante pour que les deux soient solidement "\r
 "connectés."\r
 \r
-#: Cura/util/profile.py:206\r
+#: Cura/util/profile.py:223\r
+#, fuzzy\r
+msgid "Structure type"\r
+msgstr "Type de support"\r
+\r
+#: Cura/util/profile.py:223\r
+msgid ""\r
+"The type of support structure.\n"\r
+"Grid is very strong and can come off in 1 piece, however, sometimes it is "\r
+"too strong.\n"\r
+"Lines are single walled lines that break off one at a time. Which is more "\r
+"work to remove, but as it is less strong it does work better on tricky "\r
+"prints."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:224\r
+msgid "Overhang angle for support (deg)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:224\r
+msgid ""\r
+"The minimal angle that overhangs need to have to get support. With 0 degree "\r
+"being horizontal and 90 degree being vertical."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:225\r
 msgid "Fill amount (%)"\r
 msgstr "Taux de remplissage (%s)"\r
 \r
-#: Cura/util/profile.py:206\r
-#, python-format\r
+#: Cura/util/profile.py:225\r
+#, fuzzy, python-format\r
 msgid ""\r
 "Amount of infill structure in the support material, less material gives "\r
-"weaker support which is easier to remove. 20% seems to be a good average."\r
+"weaker support which is easier to remove. 15% seems to be a good average."\r
 msgstr ""\r
 "Taux de remplissage des parties internes pour les zones de supports. Moins "\r
 "de matériaux donne un support plus fin et qu'il est plus facile de retirer. "\r
 "Une valeur de 20% est une bonne moyenne."\r
 \r
-#: Cura/util/profile.py:207\r
+#: Cura/util/profile.py:226\r
 msgid "Distance X/Y (mm)"\r
 msgstr "Eloignement X/Y du support (mm)"\r
 \r
-#: Cura/util/profile.py:207\r
+#: Cura/util/profile.py:226\r
 msgid ""\r
 "Distance of the support material from the print, in the X/Y directions.\n"\r
 "0.7mm gives a nice distance from the print so the support does not stick to "\r
@@ -2019,11 +2069,11 @@ msgstr ""
 "Une distance de 0.7 mm est une bonne valeur pour que le support ne colle pas "\r
 "trop à l'objet."\r
 \r
-#: Cura/util/profile.py:208\r
+#: Cura/util/profile.py:227\r
 msgid "Distance Z (mm)"\r
 msgstr "Eloignement Z du support (mm)"\r
 \r
-#: Cura/util/profile.py:208\r
+#: Cura/util/profile.py:227\r
 msgid ""\r
 "Distance from the top/bottom of the support to the print. A small gap here "\r
 "makes it easier to remove the support but makes the print a bit uglier.\n"\r
@@ -2034,11 +2084,22 @@ msgstr ""
 "l'impression.\n"\r
 "Un intervalle 0.15mm est une bonne valeur.  "\r
 \r
-#: Cura/util/profile.py:212\r
+#: Cura/util/profile.py:228\r
+msgid "Spiralize the outer contour"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:228\r
+msgid ""\r
+"Spiralize is smoothing out the Z move of the outer edge. This will create a "\r
+"steady Z increase over the whole print. This feature turns a solid object "\r
+"into a single walled print with a solid bottom."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:230\r
 msgid "Brim line amount"\r
 msgstr "Nombre de lignes de l'auréole"\r
 \r
-#: Cura/util/profile.py:212\r
+#: Cura/util/profile.py:230\r
 msgid ""\r
 "The amount of lines used for a brim, more lines means a larger brim which "\r
 "sticks better, but this also makes your effective print area smaller."\r
@@ -2047,55 +2108,56 @@ msgstr ""
 "d'impression possible est réduite d'autant, mais un plus grand nombre "\r
 "augmente l'adhérence de l'objet."\r
 \r
-#: Cura/util/profile.py:213\r
+#: Cura/util/profile.py:231\r
 msgid "Extra margin (mm)"\r
 msgstr "Marge supplémentaire pour la grille (mm)"\r
 \r
-#: Cura/util/profile.py:213\r
+#: Cura/util/profile.py:231\r
+#, fuzzy\r
 msgid ""\r
 "If the raft is enabled, this is the extra raft area around the object which "\r
 "is also rafted. Increasing this margin will create a stronger raft while "\r
-"using more material and leaving less are for your print."\r
+"using more material and leaving less area for your print."\r
 msgstr ""\r
 "Largeur supplémentaire autour de l'objet lorsqu'une grille est utilisée "\r
 "(raft). Même effet que pour l'auréole (meilleur adhésion, réduction de la "\r
 "surface d'impression)"\r
 \r
-#: Cura/util/profile.py:214\r
+#: Cura/util/profile.py:232\r
 msgid "Line spacing (mm)"\r
 msgstr "Espacement des lignes (mm)"\r
 \r
-#: Cura/util/profile.py:214\r
+#: Cura/util/profile.py:232\r
 msgid ""\r
 "When you are using the raft this is the distance between the centerlines of "\r
 "the raft line."\r
 msgstr "Distance entre les lignes utilisées par la grille (raft)"\r
 \r
-#: Cura/util/profile.py:215\r
+#: Cura/util/profile.py:233\r
 msgid "Base thickness (mm)"\r
 msgstr "Epaisseur de la couche de base (mm)"\r
 \r
-#: Cura/util/profile.py:215\r
+#: Cura/util/profile.py:233\r
 msgid ""\r
 "When you are using the raft this is the thickness of the base layer which is "\r
 "put down."\r
 msgstr "Epaisseur de la première couche lorsque la grille est utilisée (raft)"\r
 \r
-#: Cura/util/profile.py:216\r
+#: Cura/util/profile.py:234\r
 msgid "Base line width (mm)"\r
 msgstr "Largeur des lignes de base (mm)"\r
 \r
-#: Cura/util/profile.py:216\r
+#: Cura/util/profile.py:234\r
 msgid ""\r
 "When you are using the raft this is the width of the base layer lines which "\r
 "are put down."\r
 msgstr "Largeur des lignes utilisées par la première couche de la grille."\r
 \r
-#: Cura/util/profile.py:217\r
+#: Cura/util/profile.py:235\r
 msgid "Interface thickness (mm)"\r
 msgstr "Epaisseur de l'interface de grille (mm)"\r
 \r
-#: Cura/util/profile.py:217\r
+#: Cura/util/profile.py:235\r
 msgid ""\r
 "When you are using the raft this is the thickness of the interface layer "\r
 "which is put down."\r
@@ -2103,11 +2165,11 @@ msgstr ""
 "Epaisseur de la couche faisant l'interface entre la grille et le dessous de "\r
 "l'objet."\r
 \r
-#: Cura/util/profile.py:218\r
+#: Cura/util/profile.py:236\r
 msgid "Interface line width (mm)"\r
 msgstr "Largeur des lignes de l'interface (mm)"\r
 \r
-#: Cura/util/profile.py:218\r
+#: Cura/util/profile.py:236\r
 msgid ""\r
 "When you are using the raft this is the width of the interface layer lines "\r
 "which are put down."\r
@@ -2115,21 +2177,22 @@ msgstr ""
 "Largeur des lignes utilisées par la couche d'interface de la grille à "\r
 "l'objet."\r
 \r
-#: Cura/util/profile.py:220 Cura/util/profile.py:221 Cura/util/profile.py:222\r
-#: Cura/util/profile.py:223\r
+#: Cura/util/profile.py:237 Cura/util/profile.py:238 Cura/util/profile.py:239\r
+#: Cura/util/profile.py:240\r
 msgid "Fix horrible"\r
 msgstr "Régler les problèmes horribles"\r
 \r
-#: Cura/util/profile.py:220\r
+#: Cura/util/profile.py:237\r
 msgid "Combine everything (Type-A)"\r
 msgstr "Combiner l'ensemble (option A)"\r
 \r
-#: Cura/util/profile.py:220 Cura/util/profile.py:221\r
+#: Cura/util/profile.py:237 Cura/util/profile.py:238\r
+#, fuzzy\r
 msgid ""\r
 "This expert option adds all parts of the model together. The result is "\r
 "usually that internal cavities disappear. Depending on the model this can be "\r
 "intended or not. Enabling this option is at your own risk. Type-A is "\r
-"depended on the model normals and tries to keep some internal holes intact. "\r
+"dependent on the model normals and tries to keep some internal holes intact. "\r
 "Type-B ignores all internal holes and only keeps the outside shape per layer."\r
 msgstr ""\r
 "Cette option experte combine toutes les parties des modèles. Le résultat "\r
@@ -2139,22 +2202,22 @@ msgstr ""
 "B ignore toutes les cavités et ne conserve sur les formes externes, par "\r
 "couche."\r
 \r
-#: Cura/util/profile.py:221\r
+#: Cura/util/profile.py:238\r
 msgid "Combine everything (Type-B)"\r
 msgstr "Combiner l'ensemble (option B)"\r
 \r
-#: Cura/util/profile.py:222\r
+#: Cura/util/profile.py:239\r
 msgid "Keep open faces"\r
 msgstr "Conserver les faces ouvertes "\r
 \r
-#: Cura/util/profile.py:222\r
+#: Cura/util/profile.py:239\r
+#, fuzzy\r
 msgid ""\r
 "This expert option keeps all the open bits of the model intact. Normally "\r
 "Cura tries to stitch up small holes and remove everything with big holes, "\r
 "but this option keeps bits that are not properly part of anything and just "\r
-"goes with whatever it is left. This option is usually not what you want, but "\r
-"it might enable you to slice models otherwise failing to produce proper "\r
-"paths.\n"\r
+"goes with whatever is left. This option is usually not what you want, but it "\r
+"might enable you to slice models otherwise failing to produce proper paths.\n"\r
 "As with all \"Fix horrible\" options, results may vary and use at your own "\r
 "risk."\r
 msgstr ""\r
@@ -2166,13 +2229,14 @@ msgstr ""
 "De même que l'option \"Régler les problèmes horribles\", les résultats "\r
 "peuvent varier et sont à vos risques."\r
 \r
-#: Cura/util/profile.py:223\r
+#: Cura/util/profile.py:240\r
 msgid "Extensive stitching"\r
 msgstr "Fermeture extensive des polygones"\r
 \r
-#: Cura/util/profile.py:223\r
+#: Cura/util/profile.py:240\r
+#, fuzzy\r
 msgid ""\r
-"Extrensive stitching tries to fix up open holes in the model by closing the "\r
+"Extensive stitching tries to fix up open holes in the model by closing the "\r
 "hole with touching polygons. This algorthm is quite expensive and could "\r
 "introduce a lot of processing time.\n"\r
 "As with all \"Fix horrible\" options, results may vary and use at your own "\r
@@ -2184,41 +2248,41 @@ msgstr ""
 " De même que l'option \"Régler les problèmes horribles\", les résultats "\r
 "peuvent varier et sont à vos risques."\r
 \r
-#: Cura/util/profile.py:323\r
+#: Cura/util/profile.py:350\r
 msgid "Save profile on slice"\r
 msgstr "Sauver le profil lors du tranchage"\r
 \r
-#: Cura/util/profile.py:323\r
+#: Cura/util/profile.py:350\r
 msgid ""\r
 "When slicing save the profile as [stl_file]_profile.ini next to the model."\r
 msgstr ""\r
 "Sauvegarde le profil sous le nom [stl_file]_profile.ini à côté du fichier "\r
 "STL du modèle. "\r
 \r
-#: Cura/util/profile.py:324\r
+#: Cura/util/profile.py:351\r
 msgid "Cost (price/kg)"\r
 msgstr "Prix (prix/kg)"\r
 \r
-#: Cura/util/profile.py:324\r
+#: Cura/util/profile.py:351\r
 msgid "Cost of your filament per kg, to estimate the cost of the final print."\r
 msgstr ""\r
 "Prix du filament au kilogramme, pour estimer le coût total de l'objet "\r
 "imprimé."\r
 \r
-#: Cura/util/profile.py:325\r
+#: Cura/util/profile.py:352\r
 msgid "Cost (price/m)"\r
 msgstr "Coût (prix/m)"\r
 \r
-#: Cura/util/profile.py:325\r
+#: Cura/util/profile.py:352\r
 msgid ""\r
 "Cost of your filament per meter, to estimate the cost of the final print."\r
 msgstr "Prix au mètre pour estimer le prix total de l'object imprimé."\r
 \r
-#: Cura/util/profile.py:326\r
+#: Cura/util/profile.py:353\r
 msgid "Auto detect SD card drive"\r
 msgstr "Autodétecter les cartes SD"\r
 \r
-#: Cura/util/profile.py:326\r
+#: Cura/util/profile.py:353\r
 msgid ""\r
 "Auto detect the SD card. You can disable this because on some systems "\r
 "external hard-drives or USB sticks are detected as SD card."\r
@@ -2227,29 +2291,29 @@ msgstr ""
 "désactiver cette option pour les systèmes qui détectent abusivement les clef "\r
 "USB comme des cartes mémoire."\r
 \r
-#: Cura/util/profile.py:327\r
+#: Cura/util/profile.py:354\r
 msgid "Check for updates"\r
 msgstr "Vérifier les mises à jour"\r
 \r
-#: Cura/util/profile.py:327\r
+#: Cura/util/profile.py:354\r
 msgid "Check for newer versions of Cura on startup"\r
 msgstr "Vérifie s'il existe des mises à jour au lancement de Cura."\r
 \r
-#: Cura/util/profile.py:328\r
+#: Cura/util/profile.py:355\r
 msgid "Send usage statistics"\r
 msgstr "Contribuer aux statistiques"\r
 \r
-#: Cura/util/profile.py:328\r
+#: Cura/util/profile.py:355\r
 msgid "Submit anonymous usage information to improve next versions of Cura"\r
 msgstr ""\r
 "Envoi de façon anonyme des statistiques d'usage afin d'améliorer les "\r
 "prochaines versions de Cura."\r
 \r
-#: Cura/util/profile.py:330\r
+#: Cura/util/profile.py:357\r
 msgid "Density (kg/m3)"\r
 msgstr "Densité (kg/m3)"\r
 \r
-#: Cura/util/profile.py:330\r
+#: Cura/util/profile.py:357\r
 msgid ""\r
 "Weight of the filament per m3. Around 1240 for PLA. And around 1040 for ABS. "\r
 "This value is used to estimate the weight if the filament used for the print."\r
@@ -2258,56 +2322,88 @@ msgstr ""
 "l'ABS. Cette valeur permet d'estimer le poids total et le prix éventuel de "\r
 "l'objet."\r
 \r
-#: Cura/util/profile.py:331\r
+#: Cura/util/profile.py:358\r
 msgid ""\r
 "Change the language in which Cura runs. Switching language requires a "\r
 "restart of Cura"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:334\r
+#: Cura/util/profile.py:361\r
 msgid "Model colour"\r
 msgstr "Couleur du modèle"\r
 \r
-#: Cura/util/profile.py:335\r
+#: Cura/util/profile.py:361\r
+msgid "Display color for first extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:362\r
 msgid "Model colour (2)"\r
 msgstr "Couleur du modèle (2)"\r
 \r
-#: Cura/util/profile.py:336\r
+#: Cura/util/profile.py:362\r
+msgid "Display color for second extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:363\r
 msgid "Model colour (3)"\r
 msgstr "Couleur du modèle (3)"\r
 \r
-#: Cura/util/profile.py:337\r
+#: Cura/util/profile.py:363\r
+msgid "Display color for third extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:364\r
 msgid "Model colour (4)"\r
 msgstr "Couleur du modèle (4)"\r
 \r
-#: Cura/util/profile.py:348\r
+#: Cura/util/profile.py:364\r
+msgid "Display color for forth extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:365\r
+msgid "Printing window type"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:365\r
+msgid "Select the interface used for USB printing."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:377\r
 msgid "Maximum width (mm)"\r
 msgstr "Largeur maximale (mm)"\r
 \r
-#: Cura/util/profile.py:348 Cura/util/profile.py:349 Cura/util/profile.py:350\r
+#: Cura/util/profile.py:377 Cura/util/profile.py:378 Cura/util/profile.py:379\r
 msgid "Size of the machine in mm"\r
 msgstr "Taille de la machine en mm"\r
 \r
-#: Cura/util/profile.py:349\r
+#: Cura/util/profile.py:378\r
 msgid "Maximum depth (mm)"\r
 msgstr "Profondeur maximale (mm)"\r
 \r
-#: Cura/util/profile.py:350\r
+#: Cura/util/profile.py:379\r
 msgid "Maximum height (mm)"\r
 msgstr "Hauteur maximale (mm)"\r
 \r
-#: Cura/util/profile.py:351\r
+#: Cura/util/profile.py:380\r
 #, fuzzy\r
 msgid "Machine center 0,0"\r
 msgstr "Nom de la machine"\r
 \r
-#: Cura/util/profile.py:351\r
+#: Cura/util/profile.py:380\r
 msgid ""\r
 "Machines firmware defines the center of the bed as 0,0 instead of the front "\r
 "left corner."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:353\r
+#: Cura/util/profile.py:381\r
+msgid "Build area shape"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:381\r
+msgid "The shape of machine build area."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:383\r
 msgid ""\r
 "If you have an heated bed, this enabled heated bed settings (requires "\r
 "restart)"\r
@@ -2315,11 +2411,11 @@ msgstr ""
 "SI vous avez un lit chauffant, cela active les options correspondantes "\r
 "(redémarrage requis de Cura)."\r
 \r
-#: Cura/util/profile.py:354\r
+#: Cura/util/profile.py:384\r
 msgid "GCode Flavor"\r
 msgstr "Format de GCode"\r
 \r
-#: Cura/util/profile.py:354\r
+#: Cura/util/profile.py:384\r
 #, fuzzy\r
 msgid ""\r
 "Flavor of generated GCode.\n"\r
@@ -2335,39 +2431,39 @@ msgstr ""
 "UltiGCode en est une variation qui place davantage de réglages du côté de la "\r
 "machine plutôt que celui du trancheur (slicer).  "\r
 \r
-#: Cura/util/profile.py:355\r
+#: Cura/util/profile.py:385\r
 msgid "Extruder count"\r
 msgstr "Nombre d'extrudeurs"\r
 \r
-#: Cura/util/profile.py:355\r
+#: Cura/util/profile.py:385\r
 msgid "Amount of extruders in your machine."\r
 msgstr "Le nombre de têtes d'extrusions installées sur votre machine."\r
 \r
-#: Cura/util/profile.py:356 Cura/util/profile.py:358 Cura/util/profile.py:360\r
+#: Cura/util/profile.py:386 Cura/util/profile.py:388 Cura/util/profile.py:390\r
 msgid "Offset X"\r
 msgstr "Décalage X"\r
 \r
-#: Cura/util/profile.py:356 Cura/util/profile.py:357\r
+#: Cura/util/profile.py:386 Cura/util/profile.py:387\r
 msgid "The offset of your secondary extruder compared to the primary."\r
 msgstr "Le décalage en X du second extrudeur par rapport au premier."\r
 \r
-#: Cura/util/profile.py:357 Cura/util/profile.py:359 Cura/util/profile.py:361\r
+#: Cura/util/profile.py:387 Cura/util/profile.py:389 Cura/util/profile.py:391\r
 msgid "Offset Y"\r
 msgstr "Décalage Y"\r
 \r
-#: Cura/util/profile.py:358 Cura/util/profile.py:359\r
+#: Cura/util/profile.py:388 Cura/util/profile.py:389\r
 msgid "The offset of your tertiary extruder compared to the primary."\r
 msgstr "Le décalage en X du troisième extrudeur par rapport au premier."\r
 \r
-#: Cura/util/profile.py:360 Cura/util/profile.py:361\r
+#: Cura/util/profile.py:390 Cura/util/profile.py:391\r
 msgid "The offset of your forth extruder compared to the primary."\r
 msgstr "Le décalage en X du quatrième extrudeur par rapport au premier."\r
 \r
-#: Cura/util/profile.py:362\r
+#: Cura/util/profile.py:392\r
 msgid "E-Steps per 1mm filament"\r
 msgstr "Nombre de Pas/E  pour 1mm de filament"\r
 \r
-#: Cura/util/profile.py:362\r
+#: Cura/util/profile.py:392\r
 msgid ""\r
 "Amount of steps per mm filament extrusion. If set to 0 then this value is "\r
 "ignored and the value in your firmware is used."\r
@@ -2377,19 +2473,19 @@ msgstr ""
 "Si ca valeur est zéro, alors c'est la valeur indiquée dans le micrologiciel "\r
 "de l'imprimante qui sera utilisée."\r
 \r
-#: Cura/util/profile.py:363\r
+#: Cura/util/profile.py:393\r
 msgid "Serial port"\r
 msgstr "Port série"\r
 \r
-#: Cura/util/profile.py:363\r
+#: Cura/util/profile.py:393\r
 msgid "Serial port to use for communication with the printer"\r
 msgstr "Le port série utilisé pour la communication avec l'imprimante."\r
 \r
-#: Cura/util/profile.py:365\r
+#: Cura/util/profile.py:395\r
 msgid "Baudrate"\r
 msgstr "Bauds"\r
 \r
-#: Cura/util/profile.py:365\r
+#: Cura/util/profile.py:395\r
 msgid ""\r
 "Speed of the serial port communication\n"\r
 "Needs to match your firmware settings\n"\r
@@ -2399,11 +2495,11 @@ msgstr ""
 "Elle doit correspondre à celle de votre micrologiciel\n"\r
 "Les valeurs les plus courantes sont 250000, 115200 ou 57600"\r
 \r
-#: Cura/util/profile.py:368\r
+#: Cura/util/profile.py:398\r
 msgid "Head size towards X min (mm)"\r
 msgstr "Taille de la tête vers le X min (mm)"\r
 \r
-#: Cura/util/profile.py:368\r
+#: Cura/util/profile.py:398\r
 msgid ""\r
 "The head size when printing multiple objects, measured from the tip of the "\r
 "nozzle towards the outer part of the head. 75mm for an Ultimaker if the fan "\r
@@ -2414,11 +2510,11 @@ msgstr ""
 "La distance est donnée depuis la buse vers l'extérieur de la tête (75mm pour "\r
 "une Ultimaker avec le ventilateur à gauche)."\r
 \r
-#: Cura/util/profile.py:369\r
+#: Cura/util/profile.py:399\r
 msgid "Head size towards Y min (mm)"\r
 msgstr "Taille de la tête vers le Y min (mm)"\r
 \r
-#: Cura/util/profile.py:369 Cura/util/profile.py:370\r
+#: Cura/util/profile.py:399 Cura/util/profile.py:400\r
 msgid ""\r
 "The head size when printing multiple objects, measured from the tip of the "\r
 "nozzle towards the outer part of the head. 18mm for an Ultimaker if the fan "\r
@@ -2429,15 +2525,15 @@ msgstr ""
 "La distance est donnée depuis la buse vers l'extérieur de la tête (18mm pour "\r
 "une Ultimaker avec le ventilateur à gauche)."\r
 \r
-#: Cura/util/profile.py:370\r
+#: Cura/util/profile.py:400\r
 msgid "Head size towards X max (mm)"\r
 msgstr "Taille de la tête vers le X max (mm)"\r
 \r
-#: Cura/util/profile.py:371\r
+#: Cura/util/profile.py:401\r
 msgid "Head size towards Y max (mm)"\r
 msgstr "Taille de la tête vers le Y max (mm)"\r
 \r
-#: Cura/util/profile.py:371\r
+#: Cura/util/profile.py:401\r
 msgid ""\r
 "The head size when printing multiple objects, measured from the tip of the "\r
 "nozzle towards the outer part of the head. 35mm for an Ultimaker if the fan "\r
@@ -2448,11 +2544,11 @@ msgstr ""
 "La distance est donnée depuis la buse vers l'extérieur de la tête (35mm pour "\r
 "une Ultimaker avec le ventilateur à gauche)."\r
 \r
-#: Cura/util/profile.py:372\r
+#: Cura/util/profile.py:402\r
 msgid "Printer gantry height (mm)"\r
 msgstr "Hauteur de la tête (mm)"\r
 \r
-#: Cura/util/profile.py:372\r
+#: Cura/util/profile.py:402\r
 msgid ""\r
 "The height of the gantry holding up the printer head. If an object is higher "\r
 "then this then you cannot print multiple objects one for one. 60mm for an "\r
@@ -2464,17 +2560,17 @@ msgstr ""
 "d'imprimer plusieurs objets l'un après l'autre (il seront imprimés en "\r
 "simultanés). 60mm pour une Ultimaker."\r
 \r
-#: Cura/util/profile.py:374\r
+#: Cura/util/profile.py:404\r
 #, fuzzy, python-format\r
 msgid "More flow than 150% is rare and usually not recommended."\r
 msgstr "Un débit supérieur à 150% est rare et non recommandé."\r
 \r
-#: Cura/util/profile.py:375\r
+#: Cura/util/profile.py:405\r
 #, fuzzy, python-format\r
 msgid "Less flow than 50% is rare and usually not recommended."\r
 msgstr "Un débit supérieur à 50% est rare et non recommandé."\r
 \r
-#: Cura/util/profile.py:376\r
+#: Cura/util/profile.py:406\r
 #, python-format\r
 msgid ""\r
 "Thicker layers then %.2fmm (80%% nozzle size) usually give bad results and "\r
@@ -2483,7 +2579,7 @@ msgstr ""
 "Des couches plus épaisses que %.2fmm (80%% du diamètre de la buse) donnent "\r
 "généralement de mauvais résultats et ne sont pas recommandés."\r
 \r
-#: Cura/util/profile.py:378\r
+#: Cura/util/profile.py:408\r
 msgid ""\r
 "It is highly unlikely that your machine can achieve a printing speed above "\r
 "150mm/s"\r
@@ -2491,15 +2587,15 @@ msgstr ""
 "Il est fort peu probable que votre machine puisse imprimer au delà de 150mm/"\r
 "s."\r
 \r
-#: Cura/util/profile.py:380 Cura/util/profile.py:381 Cura/util/profile.py:382\r
-#: Cura/util/profile.py:383\r
+#: Cura/util/profile.py:410 Cura/util/profile.py:411 Cura/util/profile.py:412\r
+#: Cura/util/profile.py:413\r
 msgid "Temperatures above 260C could damage your machine, be careful!"\r
 msgstr ""\r
 "Une température supérieure à 260C peut endommager votre machine. Soyez "\r
 "prudents!"\r
 \r
-#: Cura/util/profile.py:384 Cura/util/profile.py:385 Cura/util/profile.py:386\r
-#: Cura/util/profile.py:387\r
+#: Cura/util/profile.py:414 Cura/util/profile.py:415 Cura/util/profile.py:416\r
+#: Cura/util/profile.py:417\r
 msgid ""\r
 "Are you sure your filament is that thick? Normal filament is around 3mm or "\r
 "1.75mm."\r
@@ -2507,7 +2603,7 @@ msgstr ""
 "Etes-vous certain que votre filament soit si épais? Les filaments habituels "\r
 "ont des diamètres aux alentours de 3mm ou 1.75mm."\r
 \r
-#: Cura/util/profile.py:388\r
+#: Cura/util/profile.py:418\r
 msgid ""\r
 "It is highly unlikely that your machine can achieve a travel speed above "\r
 "300mm/s"\r
@@ -2515,7 +2611,7 @@ msgstr ""
 "Il est fort peu probable que votre machine puisse atteindre des vitesses au "\r
 "delà de 300mm/s"\r
 \r
-#: Cura/util/profile.py:389\r
+#: Cura/util/profile.py:419\r
 #, python-format\r
 msgid ""\r
 "A bottom layer of more then %.2fmm (3/4 nozzle size) usually give bad "\r
@@ -2523,3 +2619,127 @@ msgid ""
 msgstr ""\r
 "Une couche initiale plus épaisses que  %.2fmm (3/4 du diamètre de la buse) "\r
 "donne généralement de mauvais résultats et n'est pas recommandée."\r
+\r
+#~ msgid "* Configure Cura for your machine"\r
+#~ msgstr "* Configurer Cura pour votre machine"\r
+\r
+#~ msgid "* Optionally upgrade your firmware"\r
+#~ msgstr ""\r
+#~ "* Optionnellement mettre à jour le logiciel embarqué (micrologiciel)"\r
+\r
+#~ msgid "* Optionally check if your machine is working safely"\r
+#~ msgstr "* Optionnellement vérifier si votre machine fonctionne correctement"\r
+\r
+#~ msgid "* Optionally level your printer bed"\r
+#~ msgstr "* Optionnellement mettre votre lit à niveau "\r
+\r
+#~ msgid "Add new machine..."\r
+#~ msgstr "Ajouter une nouvelle machine..."\r
+\r
+#~ msgid "Statistics"\r
+#~ msgstr "Statistiques"\r
+\r
+#~ msgid ""\r
+#~ "Filament: ####.##m #.##g\n"\r
+#~ "Estimated print time: #####:##\n"\r
+#~ "Machine state:\n"\r
+#~ "Detecting baudrateXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"\r
+#~ msgstr ""\r
+#~ "Filament: ####.##m #.##g\n"\r
+#~ "Temps d'impression estimé: #####:##\n"\r
+#~ "Etat de la machine:\n"\r
+#~ "Détectio du baudrateXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"\r
+\r
+#~ msgid "BedTemp:"\r
+#~ msgstr "TempLit:"\r
+\r
+#~ msgid "Temp:"\r
+#~ msgstr "Temp:"\r
+\r
+#~ msgid "Jog"\r
+#~ msgstr "Mouvement"\r
+\r
+#~ msgid "Outer wall:"\r
+#~ msgstr "Parois externes:"\r
+\r
+#~ msgid "Inner wall:"\r
+#~ msgstr "Parois internes:"\r
+\r
+#~ msgid "Fill:"\r
+#~ msgstr "Remplissage:"\r
+\r
+#~ msgid "Support:"\r
+#~ msgstr "SUpport:"\r
+\r
+#~ msgid "Enable timelapse movie recording"\r
+#~ msgstr "Activer l'enregistrement de film image par image"\r
+\r
+#~ msgid "Show preview"\r
+#~ msgstr "Prévisualiser"\r
+\r
+#~ msgid "Camera"\r
+#~ msgstr "Caméra"\r
+\r
+#~ msgid "Resume"\r
+#~ msgstr "Reprendre"\r
+\r
+#~ msgid "Loading gcode...\n"\r
+#~ msgstr "Chargement du GCode...\n"\r
+\r
+#~ msgid "Filament: %(amount).2fm %(weight).2fg\n"\r
+#~ msgstr "Filament: %(amount).2fm %(weight).2fg\n"\r
+\r
+#~ msgid "Filament cost: %s\n"\r
+#~ msgstr "Coût de filament: %s\n"\r
+\r
+#~ msgid "Cura - Batch run"\r
+#~ msgstr "Cura - Lot groupé"\r
+\r
+#~ msgid "Add"\r
+#~ msgstr "Ajouter"\r
+\r
+#~ msgid "Remove"\r
+#~ msgstr "Retirer"\r
+\r
+#~ msgid "Prepare all"\r
+#~ msgstr "Préparer l'ensemble"\r
+\r
+#~ msgid "Open file to batch prepare"\r
+#~ msgstr "Ouvrir un fichier à péparer en lot"\r
+\r
+#~ msgid "Building: %d                           "\r
+#~ msgstr "Construction: %d"\r
+\r
+#~ msgid "Done: 0/%d                           "\r
+#~ msgstr "Effectué: 0/%d"\r
+\r
+#~ msgid "Abort"\r
+#~ msgstr "Interrompre"\r
+\r
+#~ msgid "Close"\r
+#~ msgstr "Fermer"\r
+\r
+#~ msgid "Build: %d models"\r
+#~ msgstr "Construction: %d modèles"\r
+\r
+#~ msgid ""\r
+#~ "\n"\r
+#~ "Slicing took: %(hours)02d:%(minutes)02d"\r
+#~ msgstr ""\r
+#~ "\n"\r
+#~ "Le trancheur a pris: %(hours)02d:%(minutes)02d"\r
+\r
+#~ msgid "Building: [%(index)d/%(size)d]"\r
+#~ msgstr "Construction: [%(index)d/%(size)d]"\r
+\r
+#~ msgid "Aborted by user."\r
+#~ msgstr "Interrompu par l'utilisateur."\r
+\r
+#~ msgid "Done %(index)d/%(size)d"\r
+#~ msgstr "Effectués %(index)d/%(size)d"\r
+\r
+#~ msgid "To SDCard"\r
+#~ msgstr "Vers carte SD"\r
+\r
+#~ msgid "Fan on layer number"\r
+#~ msgstr "Ventilateur retardé"\r
index 9e323929fecb74472b463587317677e670f5526a..7028c12e834182052cbaec1376530ba9d0ed7501 100644 (file)
Binary files a/resources/locale/nl/LC_MESSAGES/Cura.mo and b/resources/locale/nl/LC_MESSAGES/Cura.mo differ
index 719aff29de43bff939663a58fdfacb1ceb184db7..accebddffda4e40714f61660dc465ddedd1c47a5 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""\r
 "Project-Id-Version: Cura\n"\r
 "Report-Msgid-Bugs-To: \n"\r
-"POT-Creation-Date: 2013-10-08 14:30+0200\n"\r
+"POT-Creation-Date: 2014-03-17 10:23+0100\n"\r
 "PO-Revision-Date: 2013-10-01 15:32+0100\n"\r
 "Last-Translator: \n"\r
 "Language-Team: LANGUAGE &lt;LL@li.org&gt;\n"\r
@@ -15,63 +15,51 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"\r
 "X-Generator: Poedit 1.5.7\n"\r
 \r
-#: Cura/gui/app.py:86 Cura/gui/mainWindow.py:528\r
+#: Cura/gui/app.py:141 Cura/gui/mainWindow.py:563\r
 msgid "A new version of Cura is available, would you like to download?"\r
 msgstr "Er is een nieuwere versie van Cura beschikbaar, wil je die downloaden?"\r
 \r
-#: Cura/gui/app.py:86 Cura/gui/mainWindow.py:528\r
+#: Cura/gui/app.py:141 Cura/gui/mainWindow.py:563\r
 msgid "New version available"\r
 msgstr "Nieuwe versie beschikbaar"\r
 \r
-#: Cura/gui/configWizard.py:221\r
+#: Cura/gui/configWizard.py:223\r
 msgid "Add new machine wizard"\r
 msgstr "Wizard om een nieuwe machine toe te voegen"\r
 \r
 # Ik denk dat we dit misschien de 'Kalibreer wizard' moeten noemen\r
-#: Cura/gui/configWizard.py:223\r
+#: Cura/gui/configWizard.py:225\r
 msgid "First time run wizard"\r
 msgstr "Wizard voor de eerste print"\r
 \r
-#: Cura/gui/configWizard.py:224\r
+#: Cura/gui/configWizard.py:226\r
 msgid "Welcome, and thanks for trying Cura!"\r
 msgstr "Welkom en bedankt voor je keuze voor Cura!"\r
 \r
-#: Cura/gui/configWizard.py:226\r
-msgid "This wizard will help you with the following steps:"\r
-msgstr "Deze wizard helpt je bij de volgende stappen:"\r
-\r
-#: Cura/gui/configWizard.py:227\r
-msgid "* Configure Cura for your machine"\r
-msgstr "*Configureer Cura voor jouw machine"\r
-\r
 #: Cura/gui/configWizard.py:228\r
-msgid "* Optionally upgrade your firmware"\r
-msgstr "* Optie: Upgrade je firmware"\r
-\r
-#: Cura/gui/configWizard.py:229\r
-msgid "* Optionally check if your machine is working safely"\r
-msgstr "* Optie: Controleer of je machine veilig werkt"\r
-\r
-#: Cura/gui/configWizard.py:230\r
-msgid "* Optionally level your printer bed"\r
-msgstr "* Optie: nivelleer je print platform"\r
+#, fuzzy\r
+msgid "This wizard will help you in setting up Cura for your machine."\r
+msgstr "Deze wizard helpt je bij de volgende stappen:"\r
 \r
-#: Cura/gui/configWizard.py:239\r
+#: Cura/gui/configWizard.py:245\r
 msgid "The following pre-defined machine profiles are available"\r
 msgstr "De volgende vooraf gedefinieerde machine profielen zijn beschikbaar"\r
 \r
-#: Cura/gui/configWizard.py:240\r
+#: Cura/gui/configWizard.py:246\r
 msgid ""\r
 "Note that these profiles are not guaranteed to give good results,\n"\r
-"or work at all. Extra tweaks might be required."\r
+"or work at all. Extra tweaks might be required.\n"\r
+"If you find issues with the predefined profiles,\n"\r
+"or want an extra profile.\n"\r
+"Please report it at the github issue tracker."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:270\r
+#: Cura/gui/configWizard.py:276\r
 #, fuzzy\r
 msgid "Cura is now ready to be used!"\r
 msgstr "Cura heeft nu toestemming om te delen op YouMagine"\r
 \r
-#: Cura/gui/configWizard.py:275\r
+#: Cura/gui/configWizard.py:281\r
 #, fuzzy\r
 msgid ""\r
 "RepRap machines can be vastly different, so here you can set your own "\r
@@ -80,12 +68,12 @@ msgstr ""
 "RepRap machines verschillen enigzins. Er is geen standaard configuratie in "\r
 "Cura voor enig model."\r
 \r
-#: Cura/gui/configWizard.py:276\r
+#: Cura/gui/configWizard.py:282\r
 msgid ""\r
 "Be sure to review the default profile before running it on your machine."\r
 msgstr "Controleer het standaardprofiel voordat u het op uw machine gebruikt."\r
 \r
-#: Cura/gui/configWizard.py:277\r
+#: Cura/gui/configWizard.py:283\r
 msgid ""\r
 "If you like a default profile for your machine added,\n"\r
 "then make an issue on github."\r
@@ -93,55 +81,55 @@ msgstr ""
 "Wanneer je een standaard profiel voor je machine wenst, maak dan een issue "\r
 "aan op Github."\r
 \r
-#: Cura/gui/configWizard.py:279\r
+#: Cura/gui/configWizard.py:285\r
 msgid "You will have to manually install Marlin or Sprinter firmware."\r
 msgstr "Je dient zelf handmatig Marlin of Sprinter firmware te installeren."\r
 \r
-#: Cura/gui/configWizard.py:281\r
+#: Cura/gui/configWizard.py:287\r
 msgid "Machine name"\r
 msgstr "Machine naam"\r
 \r
 # Ik denk dat we hier duidelijker moeten schrijven dat het om de breedte van je printbereik gaat, voordat mensen de breedte van hun machine gaan opmeten...\r
-#: Cura/gui/configWizard.py:282\r
+#: Cura/gui/configWizard.py:288\r
 msgid "Machine width (mm)"\r
 msgstr "Machine breedte (mm)"\r
 \r
 # Idem aan width\r
-#: Cura/gui/configWizard.py:283\r
+#: Cura/gui/configWizard.py:289\r
 msgid "Machine depth (mm)"\r
 msgstr "Machine lengte (mm)"\r
 \r
 # Idem width\r
-#: Cura/gui/configWizard.py:284\r
+#: Cura/gui/configWizard.py:290\r
 msgid "Machine height (mm)"\r
 msgstr "Machine hoogte (mm)"\r
 \r
-#: Cura/gui/configWizard.py:285 Cura/util/profile.py:158\r
+#: Cura/gui/configWizard.py:291 Cura/util/profile.py:175\r
 msgid "Nozzle size (mm)"\r
 msgstr "Nozzle maat (mm)"\r
 \r
-#: Cura/gui/configWizard.py:286 Cura/util/profile.py:353\r
+#: Cura/gui/configWizard.py:292 Cura/util/profile.py:383\r
 msgid "Heated bed"\r
 msgstr "Verwarmd platform"\r
 \r
-#: Cura/gui/configWizard.py:287\r
+#: Cura/gui/configWizard.py:293\r
 msgid "Bed center is 0,0,0 (RoStock)"\r
 msgstr "Midden van platform is 0,0,0 (RoStock)"\r
 \r
-#: Cura/gui/configWizard.py:307\r
+#: Cura/gui/configWizard.py:313\r
 msgid "Select your machine"\r
 msgstr "Selecteer je machine"\r
 \r
-#: Cura/gui/configWizard.py:308\r
+#: Cura/gui/configWizard.py:314\r
 msgid "What kind of machine do you have:"\r
 msgstr "Wat voor een machine heb je:"\r
 \r
-#: Cura/gui/configWizard.py:315\r
+#: Cura/gui/configWizard.py:321\r
 #, fuzzy\r
 msgid "Other (Ex: RepRap, MakerBot)"\r
 msgstr "Anders (bv RepRap)"\r
 \r
-#: Cura/gui/configWizard.py:318\r
+#: Cura/gui/configWizard.py:324\r
 msgid ""\r
 "The collection of anonymous usage information helps with the continued "\r
 "improvement of Cura."\r
@@ -149,7 +137,7 @@ msgstr ""
 "Door anonieme gebruikers informatie te verzamelen kan Cura blijven "\r
 "verbeteren."\r
 \r
-#: Cura/gui/configWizard.py:319\r
+#: Cura/gui/configWizard.py:325\r
 msgid ""\r
 "This does NOT submit your models online nor gathers any privacy related "\r
 "information."\r
@@ -157,19 +145,19 @@ msgstr ""
 "Je model zal NIET online gepubliceerd worden. Het verzamelt ook geen privacy "\r
 "gevoelige informatie."\r
 \r
-#: Cura/gui/configWizard.py:320\r
+#: Cura/gui/configWizard.py:326\r
 msgid "Submit anonymous usage information:"\r
 msgstr "Dien anomieme gebruiksinformatie in:"\r
 \r
-#: Cura/gui/configWizard.py:321\r
+#: Cura/gui/configWizard.py:327\r
 msgid "For full details see: http://wiki.ultimaker.com/Cura:stats"\r
 msgstr "Kijk voor alle details op: http://wiki.ultimaker.com/Cura:stats"\r
 \r
-#: Cura/gui/configWizard.py:383\r
+#: Cura/gui/configWizard.py:396\r
 msgid "Select upgraded parts you have"\r
 msgstr "Selecteer de upgrades die je hebt"\r
 \r
-#: Cura/gui/configWizard.py:384\r
+#: Cura/gui/configWizard.py:397\r
 msgid ""\r
 "To assist you in having better default settings for your Ultimaker\n"\r
 "Cura would like to know which upgrades you have in your machine."\r
@@ -177,19 +165,19 @@ msgstr ""
 "Cura wil graag weten welke upgrades jouw machine heeft zodat er betere "\r
 "standaard instellingen voor jouw Ultimaker gebruikt kunnen worden."\r
 \r
-#: Cura/gui/configWizard.py:386\r
+#: Cura/gui/configWizard.py:399\r
 msgid "Extruder drive upgrade"\r
 msgstr "Upgrade van extrusie aandrijving"\r
 \r
-#: Cura/gui/configWizard.py:387\r
+#: Cura/gui/configWizard.py:400\r
 msgid "Heated printer bed (self built)"\r
 msgstr "Verwarmd platform (zelf gemaakt)"\r
 \r
-#: Cura/gui/configWizard.py:388\r
+#: Cura/gui/configWizard.py:401\r
 msgid "Dual extrusion (experimental)"\r
 msgstr "Duo extrusie (experimenteel)"\r
 \r
-#: Cura/gui/configWizard.py:390\r
+#: Cura/gui/configWizard.py:403\r
 msgid ""\r
 "If you have an Ultimaker bought after october 2012 you will have the\n"\r
 "Extruder drive upgrade. If you do not have this upgrade,\n"\r
@@ -199,7 +187,7 @@ msgstr ""
 "upgrade van de extrusie aandrijving. Voor de betrouwbaardheid van de machine "\r
 "wordt deze upgrade aangeraden wanneer je deze niet hebt."\r
 \r
-#: Cura/gui/configWizard.py:391\r
+#: Cura/gui/configWizard.py:404\r
 msgid ""\r
 "This upgrade can be bought from the Ultimaker webshop\n"\r
 "or found on thingiverse as thing:26094"\r
@@ -207,11 +195,11 @@ msgstr ""
 "Deze upgrade kan aangeschaft worden in de webshop van Ultimaker. De upgrade "\r
 "staat ook op thingiverse als ding:26094"\r
 \r
-#: Cura/gui/configWizard.py:410\r
+#: Cura/gui/configWizard.py:423\r
 msgid "Upgrade Ultimaker Firmware"\r
 msgstr "Ultimaker Firmware Opwaarderen"\r
 \r
-#: Cura/gui/configWizard.py:411\r
+#: Cura/gui/configWizard.py:424\r
 msgid ""\r
 "Firmware is the piece of software running directly on your 3D printer.\n"\r
 "This firmware controls the step motors, regulates the temperature\n"\r
@@ -221,7 +209,7 @@ msgstr ""
 "stappenmotoren aan en regelt de temperatuur. De firmware zorgt dat je "\r
 "printer uiteindelijk werkt."\r
 \r
-#: Cura/gui/configWizard.py:413\r
+#: Cura/gui/configWizard.py:426\r
 msgid ""\r
 "The firmware shipping with new Ultimakers works, but upgrades\n"\r
 "have been made to make better prints, and make calibration easier."\r
@@ -230,7 +218,7 @@ msgstr ""
 "gedaan om nog betere prints te maken en om de machine makkelijker te "\r
 "calibreren."\r
 \r
-#: Cura/gui/configWizard.py:415\r
+#: Cura/gui/configWizard.py:428\r
 msgid ""\r
 "Cura requires these new features and thus\n"\r
 "your firmware will most likely need to be upgraded.\n"\r
@@ -239,19 +227,20 @@ msgstr ""
 "Cura heeft deze nieuwe mogelijkheden nodig en zal hoogstwaarschijnlijk "\r
 "opgewaardeerd moeten worden. Je krijgt nu de kans om dat te doen."\r
 \r
-#: Cura/gui/configWizard.py:420\r
+#: Cura/gui/configWizard.py:433\r
 msgid "Do not upgrade to this firmware if:"\r
 msgstr "Niet opwaarderen naar deze firmware als:"\r
 \r
-#: Cura/gui/configWizard.py:421\r
-msgid "* You have an older machine based on ATMega1280"\r
+#: Cura/gui/configWizard.py:434\r
+#, fuzzy\r
+msgid "* You have an older machine based on ATMega1280 (Rev 1 machine)"\r
 msgstr "* Je een oudere machine hebt die gebaseerd is op een ATMega1280"\r
 \r
-#: Cura/gui/configWizard.py:422\r
+#: Cura/gui/configWizard.py:435\r
 msgid "* Have other changes in the firmware"\r
 msgstr "* Je andere wijzigingen in de firmware hebt"\r
 \r
-#: Cura/gui/configWizard.py:456\r
+#: Cura/gui/configWizard.py:469\r
 msgid ""\r
 "It is a good idea to do a few sanity checks now on your Ultimaker.\n"\r
 "You can skip these if you know your machine is functional."\r
@@ -259,102 +248,102 @@ msgstr ""
 "Het is handig om je machine nu op enkele punten te controleren.Je kan deze "\r
 "controle overslaan als je machine al goed is."\r
 \r
-#: Cura/gui/configWizard.py:457\r
+#: Cura/gui/configWizard.py:470\r
 msgid "Run checks"\r
 msgstr "Doe een controle"\r
 \r
-#: Cura/gui/configWizard.py:457\r
+#: Cura/gui/configWizard.py:470\r
 msgid "Skip checks"\r
 msgstr "Sla de controle over"\r
 \r
-#: Cura/gui/configWizard.py:461\r
+#: Cura/gui/configWizard.py:474\r
 msgid "Communication:"\r
 msgstr "Communicatie:"\r
 \r
-#: Cura/gui/configWizard.py:462\r
+#: Cura/gui/configWizard.py:475\r
 msgid "Temperature:"\r
 msgstr "Temperatuur:"\r
 \r
-#: Cura/gui/configWizard.py:463\r
+#: Cura/gui/configWizard.py:476\r
 msgid "Endstops:"\r
 msgstr "Eindschakelaars:"\r
 \r
-#: Cura/gui/configWizard.py:468\r
+#: Cura/gui/configWizard.py:481\r
 msgid "Show error log"\r
 msgstr "Laat de foutmelding log zien"\r
 \r
-#: Cura/gui/configWizard.py:502\r
+#: Cura/gui/configWizard.py:515\r
 msgid "Connecting to machine."\r
 msgstr "Verbinding aan het maken met de machine"\r
 \r
-#: Cura/gui/configWizard.py:523\r
+#: Cura/gui/configWizard.py:536\r
 msgid "Cooldown before temperature check."\r
 msgstr "Afkoelen voor de temperatuur controle"\r
 \r
-#: Cura/gui/configWizard.py:529 Cura/gui/configWizard.py:536\r
+#: Cura/gui/configWizard.py:542 Cura/gui/configWizard.py:549\r
 msgid "Checking the heater and temperature sensor."\r
 msgstr "Controle van de verwarming en de de temperatuur sensor."\r
 \r
-#: Cura/gui/configWizard.py:547\r
+#: Cura/gui/configWizard.py:560\r
 msgid "Please make sure none of the endstops are pressed."\r
 msgstr "Zorg ervoor dat geen enkele eindschakelaar is ingedrukt."\r
 \r
-#: Cura/gui/configWizard.py:560\r
+#: Cura/gui/configWizard.py:573\r
 msgid "Temperature measurement FAILED!"\r
 msgstr "Temperatuur meting is MISLUKT!"\r
 \r
-#: Cura/gui/configWizard.py:565\r
+#: Cura/gui/configWizard.py:578\r
 #, python-format\r
 msgid "Head temperature: %d"\r
 msgstr "Temperatuur van printkop: %d"\r
 \r
-#: Cura/gui/configWizard.py:572 Cura/gui/configWizard.py:581\r
+#: Cura/gui/configWizard.py:585 Cura/gui/configWizard.py:594\r
 #, python-format\r
 msgid "Communication State: %s"\r
 msgstr "Communicatie status: %s"\r
 \r
-#: Cura/gui/configWizard.py:575\r
+#: Cura/gui/configWizard.py:588\r
 msgid "Failed to establish connection with the printer."\r
 msgstr "Het is niet gelukt een verbinding te maken met de printer."\r
 \r
-#: Cura/gui/configWizard.py:620\r
+#: Cura/gui/configWizard.py:633\r
 msgid "Please press the right X endstop."\r
 msgstr "Druk de rechter X eindschakaar in."\r
 \r
-#: Cura/gui/configWizard.py:625\r
+#: Cura/gui/configWizard.py:638\r
 msgid "Please press the left X endstop."\r
 msgstr "Druk de linker X eindschakaar in."\r
 \r
-#: Cura/gui/configWizard.py:630\r
+#: Cura/gui/configWizard.py:643\r
 msgid "Please press the front Y endstop."\r
 msgstr "Druk de voorste Y eindschakaar in."\r
 \r
-#: Cura/gui/configWizard.py:635\r
+#: Cura/gui/configWizard.py:648\r
 msgid "Please press the back Y endstop."\r
 msgstr "Druk de achterste Y eindschakaar in."\r
 \r
-#: Cura/gui/configWizard.py:640\r
+#: Cura/gui/configWizard.py:653\r
 msgid "Please press the top Z endstop."\r
 msgstr "Druk de onderste Y eindschakaar in."\r
 \r
-#: Cura/gui/configWizard.py:645\r
+#: Cura/gui/configWizard.py:658\r
 msgid "Please press the bottom Z endstop."\r
 msgstr "Druk de bovenste Z eindschakaar in."\r
 \r
-#: Cura/gui/configWizard.py:651\r
+#: Cura/gui/configWizard.py:664\r
 msgid "Checkup finished"\r
 msgstr "Controle gereed"\r
 \r
-#: Cura/gui/configWizard.py:694\r
+#: Cura/gui/configWizard.py:707\r
 msgid "Calibrating the Steps Per E requires some manual actions."\r
 msgstr ""\r
 "Om de Stappen per E te kalibreren zijn enkele manuele handelingen nodig."\r
 \r
-#: Cura/gui/configWizard.py:695\r
+#: Cura/gui/configWizard.py:708\r
 msgid "First remove any filament from your machine."\r
 msgstr "Haal eerst al het filament uit de machine."\r
 \r
-#: Cura/gui/configWizard.py:696\r
+#: Cura/gui/configWizard.py:709\r
 msgid ""\r
 "Next put in your filament so the tip is aligned with the\n"\r
 "top of the extruder drive."\r
@@ -362,15 +351,15 @@ msgstr ""
 "Voer nu je filament in. Zorg dat het uiteinde gelijk ligt met de bovenkant "\r
 "van de extrusie aandrijving."\r
 \r
-#: Cura/gui/configWizard.py:697\r
+#: Cura/gui/configWizard.py:710\r
 msgid "We'll push the filament 100mm"\r
 msgstr "We zullen het filament 100 mm. doorvoeren"\r
 \r
-#: Cura/gui/configWizard.py:698\r
+#: Cura/gui/configWizard.py:711\r
 msgid "Extrude 100mm filament"\r
 msgstr "Extrudeer 100 mm. filament"\r
 \r
-#: Cura/gui/configWizard.py:699\r
+#: Cura/gui/configWizard.py:712\r
 msgid ""\r
 "Now measure the amount of extruded filament:\n"\r
 "(this can be more or less then 100mm)"\r
@@ -378,19 +367,19 @@ msgstr ""
 "Meet nu de hoeveelheid geëxtrudeerd filament op (dit kan meer, maar ook "\r
 "minder zijn dan 100 mm.)"\r
 \r
-#: Cura/gui/configWizard.py:700\r
+#: Cura/gui/configWizard.py:713\r
 msgid "Save"\r
 msgstr "Opslaan"\r
 \r
-#: Cura/gui/configWizard.py:701\r
+#: Cura/gui/configWizard.py:714\r
 msgid "This results in the following steps per E:"\r
 msgstr "Dit resulteert in het volgende aantal stappen per E:"\r
 \r
-#: Cura/gui/configWizard.py:703\r
+#: Cura/gui/configWizard.py:716\r
 msgid "You can repeat these steps to get better calibration."\r
 msgstr "Je kan deze stappen herhalen voor een betere kalibratie."\r
 \r
-#: Cura/gui/configWizard.py:706\r
+#: Cura/gui/configWizard.py:719\r
 msgid ""\r
 "If you still have filament in your printer which needs\n"\r
 "heat to remove, press the heat up button below:"\r
@@ -398,11 +387,11 @@ msgstr ""
 "Wanneer er nog filament in de printer zit, die warmte nodig heeft om het te "\r
 "verwijderen, druk dan op de verwarm knop hieronder:"\r
 \r
-#: Cura/gui/configWizard.py:707\r
+#: Cura/gui/configWizard.py:720\r
 msgid "Heatup for filament removal"\r
 msgstr "Opwarmen voor het verwijderen van filament"\r
 \r
-#: Cura/gui/configWizard.py:730 Cura/gui/configWizard.py:762\r
+#: Cura/gui/configWizard.py:745 Cura/gui/configWizard.py:779\r
 msgid ""\r
 "Error: Failed to open serial port to machine\n"\r
 "If this keeps happening, try disconnecting and reconnecting the USB cable"\r
@@ -411,7 +400,7 @@ msgstr ""
 "dit probleem zich blijft herhalen, haal dan de USB kabel uit de printer en "\r
 "sluit deze opnieuw aan."\r
 \r
-#: Cura/gui/firmwareInstall.py:39\r
+#: Cura/gui/firmwareInstall.py:44\r
 msgid ""\r
 "I am sorry, but Cura does not ship with a default firmware for your machine "\r
 "configuration."\r
@@ -419,28 +408,48 @@ msgstr ""
 "Sorry... Cura heeft geen standaard firmware voor de configuratie van jouw "\r
 "machine."\r
 \r
-#: Cura/gui/firmwareInstall.py:39 Cura/gui/firmwareInstall.py:98\r
-#: Cura/gui/mainWindow.py:463\r
+#: Cura/gui/firmwareInstall.py:44 Cura/gui/firmwareInstall.py:48\r
+#: Cura/gui/firmwareInstall.py:103 Cura/gui/mainWindow.py:506\r
 msgid "Firmware update"\r
 msgstr "Firmware update"\r
 \r
-#: Cura/gui/firmwareInstall.py:49\r
+#: Cura/gui/firmwareInstall.py:48\r
+msgid ""\r
+"Cura only supports firmware updates for ATMega2560 based hardware.\n"\r
+"So updating your RepRap with Cura might or might not work."\r
+msgstr ""\r
+\r
+#: Cura/gui/firmwareInstall.py:56\r
 msgid "OK"\r
 msgstr "Oké"\r
 \r
-#: Cura/gui/firmwareInstall.py:68\r
+#: Cura/gui/firmwareInstall.py:77\r
 msgid "Reading firmware..."\r
 msgstr "Firmware controleren..."\r
 \r
-#: Cura/gui/firmwareInstall.py:70\r
+#: Cura/gui/firmwareInstall.py:79\r
 msgid "Connecting to machine..."\r
 msgstr "Verbinding maken met de machine..."\r
 \r
-#: Cura/gui/firmwareInstall.py:87\r
+#: Cura/gui/firmwareInstall.py:83\r
+msgid ""\r
+"Please connect the printer to\n"\r
+"your computer with the USB cable."\r
+msgstr ""\r
+\r
+#: Cura/gui/firmwareInstall.py:102\r
+msgid ""\r
+"Failed to find machine for firmware upgrade\n"\r
+"Is your machine connected to the PC?"\r
+msgstr ""\r
+"Geen machine gevonden om de firmware op te waarderen\n"\r
+"Is je machine verbonden met de computer?"\r
+\r
+#: Cura/gui/firmwareInstall.py:107\r
 msgid "Uploading firmware..."\r
 msgstr "Firmware aan het uploaden..."\r
 \r
-#: Cura/gui/firmwareInstall.py:90\r
+#: Cura/gui/firmwareInstall.py:110\r
 #, python-format\r
 msgid ""\r
 "Done!\n"\r
@@ -449,176 +458,190 @@ msgstr ""
 "Klaar!\n"\r
 "Firmware geïnstalleerd: %s"\r
 \r
-#: Cura/gui/firmwareInstall.py:92\r
+#: Cura/gui/firmwareInstall.py:112\r
 msgid "Failed to write firmware.\n"\r
 msgstr "Het is niet gelukt de firmware te uploaden. \n"\r
 \r
-#: Cura/gui/firmwareInstall.py:97\r
-msgid ""\r
-"Failed to find machine for firmware upgrade\n"\r
-"Is your machine connected to the PC?"\r
-msgstr ""\r
-"Geen machine gevonden om de firmware op te waarderen\n"\r
-"Is je machine verbonden met de computer?"\r
-\r
-#: Cura/gui/mainWindow.py:56\r
+#: Cura/gui/mainWindow.py:66\r
 msgid "Load model file...\tCTRL+L"\r
 msgstr "Laad Model...\tCTRL+L"\r
 \r
-#: Cura/gui/mainWindow.py:58\r
+#: Cura/gui/mainWindow.py:68\r
 msgid "Save model...\tCTRL+S"\r
 msgstr "Model Opslaan...\tCTRL+S"\r
 \r
-#: Cura/gui/mainWindow.py:60\r
+#: Cura/gui/mainWindow.py:70\r
+#, fuzzy\r
+msgid "Reload platform\tF5"\r
+msgstr "Maak Het Platform Leeg"\r
+\r
+#: Cura/gui/mainWindow.py:72\r
 msgid "Clear platform"\r
 msgstr "Maak Het Platform Leeg"\r
 \r
-#: Cura/gui/mainWindow.py:64\r
+#: Cura/gui/mainWindow.py:76\r
 msgid "Print...\tCTRL+P"\r
 msgstr "Print...\tCTRL+P"\r
 \r
-#: Cura/gui/mainWindow.py:66 Cura/gui/sceneView.py:244\r
+#: Cura/gui/mainWindow.py:78 Cura/gui/sceneView.py:279\r
 msgid "Save GCode..."\r
 msgstr "Sla GCode Op..."\r
 \r
-#: Cura/gui/mainWindow.py:68\r
+#: Cura/gui/mainWindow.py:80\r
 msgid "Show slice engine log..."\r
 msgstr "Toon Slicer Log..."\r
 \r
-#: Cura/gui/mainWindow.py:72\r
+#: Cura/gui/mainWindow.py:84\r
 msgid "Open Profile..."\r
 msgstr "Open Profiel..."\r
 \r
-#: Cura/gui/mainWindow.py:75\r
+#: Cura/gui/mainWindow.py:87\r
 msgid "Save Profile..."\r
 msgstr "Sla Profiel Op..."\r
 \r
-#: Cura/gui/mainWindow.py:78\r
+#: Cura/gui/mainWindow.py:90\r
 msgid "Load Profile from GCode..."\r
 msgstr "Laad Profiel Uit GCode..."\r
 \r
-#: Cura/gui/mainWindow.py:82\r
+#: Cura/gui/mainWindow.py:94\r
 msgid "Reset Profile to default"\r
 msgstr "Reset Profiel Naar Standaardinstellingen"\r
 \r
-#: Cura/gui/mainWindow.py:87\r
+#: Cura/gui/mainWindow.py:99\r
 msgid "Preferences...\tCTRL+,"\r
 msgstr "Voorkeuren...\tCTRL+,"\r
 \r
-#: Cura/gui/mainWindow.py:89\r
+#: Cura/gui/mainWindow.py:101 Cura/gui/mainWindow.py:434\r
 msgid "Machine settings..."\r
 msgstr "Machineinstellingen..."\r
 \r
-#: Cura/gui/mainWindow.py:95\r
+#: Cura/gui/mainWindow.py:107\r
 msgid "Recent Model Files"\r
 msgstr "Recente Modellen"\r
 \r
-#: Cura/gui/mainWindow.py:102\r
+#: Cura/gui/mainWindow.py:114\r
 msgid "Recent Profile Files"\r
 msgstr "Recente Profielen"\r
 \r
-#: Cura/gui/mainWindow.py:108\r
+#: Cura/gui/mainWindow.py:120\r
 msgid "Quit"\r
 msgstr "Sluit"\r
 \r
-#: Cura/gui/mainWindow.py:110\r
+#: Cura/gui/mainWindow.py:122\r
 msgid "File"\r
 msgstr "Bestand"\r
 \r
-#: Cura/gui/mainWindow.py:118\r
+#: Cura/gui/mainWindow.py:130\r
 #, fuzzy\r
 msgid "Minecraft map import..."\r
 msgstr "Importeer Minecraft kaart data..."\r
 \r
-#: Cura/gui/mainWindow.py:122\r
+#: Cura/gui/mainWindow.py:134\r
 msgid "PID Debugger..."\r
 msgstr "PID foutopsporing..."\r
 \r
-#: Cura/gui/mainWindow.py:125\r
+#: Cura/gui/mainWindow.py:137\r
 msgid "Copy profile to clipboard"\r
 msgstr "Kopieer profiel naar klembord"\r
 \r
-#: Cura/gui/mainWindow.py:127\r
+#: Cura/gui/mainWindow.py:141\r
+msgid "Print all at once"\r
+msgstr ""\r
+\r
+#: Cura/gui/mainWindow.py:143\r
+#, fuzzy\r
+msgid "Print one at a time"\r
+msgstr "Afmetingen printkop"\r
+\r
+#: Cura/gui/mainWindow.py:150\r
 msgid "Tools"\r
 msgstr "Gereedschappen"\r
 \r
-#: Cura/gui/mainWindow.py:133 Cura/util/profile.py:158\r
+#: Cura/gui/mainWindow.py:156 Cura/util/profile.py:175\r
 msgid "Machine"\r
 msgstr "Machine"\r
 \r
-#: Cura/gui/mainWindow.py:136\r
+#: Cura/gui/mainWindow.py:159\r
 msgid "Switch to quickprint..."\r
 msgstr "Eenvoudige bedieningsmodus"\r
 \r
-#: Cura/gui/mainWindow.py:140\r
+#: Cura/gui/mainWindow.py:163\r
 msgid "Switch to full settings..."\r
 msgstr "Uitgebreide bedieningsmodus"\r
 \r
-#: Cura/gui/mainWindow.py:145\r
-msgid "Open expert settings..."\r
+#: Cura/gui/mainWindow.py:168\r
+#, fuzzy\r
+msgid "Open expert settings...\tCTRL+E"\r
 msgstr "Expertinstellingen..."\r
 \r
-#: Cura/gui/mainWindow.py:149\r
+#: Cura/gui/mainWindow.py:172\r
 msgid "Run first run wizard..."\r
 msgstr "Opstartwizard..."\r
 \r
-#: Cura/gui/mainWindow.py:151\r
+#: Cura/gui/mainWindow.py:174\r
 msgid "Run bed leveling wizard..."\r
 msgstr "Wizard: Platform vlak afstellen..."\r
 \r
-#: Cura/gui/mainWindow.py:154\r
+#: Cura/gui/mainWindow.py:176\r
 msgid "Run head offset wizard..."\r
 msgstr "Wizard: Afstand printkoppen calibreren..."\r
 \r
-#: Cura/gui/mainWindow.py:157\r
+#: Cura/gui/mainWindow.py:179\r
 msgid "Expert"\r
 msgstr "Expert"\r
 \r
-#: Cura/gui/mainWindow.py:160\r
+#: Cura/gui/mainWindow.py:182\r
 msgid "Online documentation..."\r
 msgstr "Online documentatie..."\r
 \r
-#: Cura/gui/mainWindow.py:162\r
+#: Cura/gui/mainWindow.py:184\r
 msgid "Report a problem..."\r
 msgstr "Meld een probleem..."\r
 \r
-#: Cura/gui/mainWindow.py:164\r
+#: Cura/gui/mainWindow.py:186\r
 msgid "Check for update..."\r
 msgstr "Controleer op updates..."\r
 \r
-#: Cura/gui/mainWindow.py:166\r
+#: Cura/gui/mainWindow.py:188\r
 msgid "Open YouMagine website..."\r
 msgstr "Open de YouMagine website..."\r
 \r
-#: Cura/gui/mainWindow.py:168\r
+#: Cura/gui/mainWindow.py:190\r
 msgid "About Cura..."\r
 msgstr "Over Cura..."\r
 \r
-#: Cura/gui/mainWindow.py:170\r
+#: Cura/gui/mainWindow.py:192\r
 msgid "Help"\r
 msgstr "Help"\r
 \r
-#: Cura/gui/mainWindow.py:394\r
-msgid "Add new machine..."\r
-msgstr "Voeg een nieuwe machine toe..."\r
+#: Cura/gui/mainWindow.py:343\r
+msgid ""\r
+"For \"One at a time\" printing, you need to have entered the correct head "\r
+"size and gantry height in the machine settings"\r
+msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:399\r
-msgid "Install custom firmware..."\r
-msgstr "Installeer je eigen firmware..."\r
+#: Cura/gui/mainWindow.py:343\r
+msgid "One at a time warning"\r
+msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:402\r
-msgid "Install default Marlin firmware..."\r
+#: Cura/gui/mainWindow.py:440\r
+#, fuzzy\r
+msgid "Install default firmware..."\r
 msgstr "Installeer de standaardfirmware..."\r
 \r
-#: Cura/gui/mainWindow.py:406\r
+#: Cura/gui/mainWindow.py:443\r
+msgid "Install custom firmware..."\r
+msgstr "Installeer je eigen firmware..."\r
+\r
+#: Cura/gui/mainWindow.py:447\r
 msgid "Select profile file to load"\r
 msgstr "Selecteer een profielbestand om te laden"\r
 \r
-#: Cura/gui/mainWindow.py:418\r
+#: Cura/gui/mainWindow.py:459\r
 msgid "Select gcode file to load profile from"\r
 msgstr "Selecteer een GCode bestand om het profiel uit te laden..."\r
 \r
-#: Cura/gui/mainWindow.py:431\r
+#: Cura/gui/mainWindow.py:472\r
 msgid ""\r
 "No profile found in GCode file.\n"\r
 "This feature only works with GCode files made by Cura 12.07 or newer."\r
@@ -627,15 +650,15 @@ msgstr ""
 "Deze feature werkt alleen wanneer GCode is gemaakt vanuit Cura nieuwer dan "\r
 "versie 12.07"\r
 \r
-#: Cura/gui/mainWindow.py:431\r
+#: Cura/gui/mainWindow.py:472\r
 msgid "Profile load error"\r
 msgstr "Fout bij het laden van het profiel"\r
 \r
-#: Cura/gui/mainWindow.py:435\r
+#: Cura/gui/mainWindow.py:476\r
 msgid "Select profile file to save"\r
 msgstr "Selecteer een profiel om op te slaan"\r
 \r
-#: Cura/gui/mainWindow.py:443\r
+#: Cura/gui/mainWindow.py:486\r
 msgid ""\r
 "This will reset all profile settings to defaults.\n"\r
 "Unless you have saved your current profile, all settings will be lost!\n"\r
@@ -646,11 +669,11 @@ msgstr ""
 "opgeslagen!\n"\r
 "Wil je echt herstellen?"\r
 \r
-#: Cura/gui/mainWindow.py:443\r
+#: Cura/gui/mainWindow.py:486\r
 msgid "Profile reset"\r
 msgstr "Profiel herstellen"\r
 \r
-#: Cura/gui/mainWindow.py:463\r
+#: Cura/gui/mainWindow.py:506\r
 msgid ""\r
 "Warning: Installing a custom firmware does not guarantee that you machine "\r
 "will function correctly, and could damage your machine."\r
@@ -658,95 +681,97 @@ msgstr ""
 "Let op: Wanneer je je eigen firmware installeert, zou je machine niet goed "\r
 "kunnen werken en zou je je printer kunnen beschadigen."\r
 \r
-#: Cura/gui/mainWindow.py:464\r
+#: Cura/gui/mainWindow.py:507\r
 msgid "Open firmware to upload"\r
 msgstr "Open firmware om te installeren"\r
 \r
-#: Cura/gui/mainWindow.py:531\r
+#: Cura/gui/mainWindow.py:566\r
 msgid "You are running the latest version of Cura!"\r
 msgstr "Je hebt de nieuwste versie van Cura!"\r
 \r
-#: Cura/gui/mainWindow.py:531\r
+#: Cura/gui/mainWindow.py:566\r
 msgid "Awesome!"\r
 msgstr "Te gek!"\r
 \r
-#: Cura/gui/mainWindow.py:586\r
+#: Cura/gui/mainWindow.py:621\r
 msgid "Plugins"\r
 msgstr "Plugins"\r
 \r
-#: Cura/gui/pluginPanel.py:26\r
+#: Cura/gui/pluginPanel.py:27\r
 msgid "Plugins:"\r
 msgstr "Plugins:"\r
 \r
-#: Cura/gui/pluginPanel.py:30\r
+#: Cura/gui/pluginPanel.py:31\r
 msgid "Open plugin location"\r
 msgstr "Open de plugin map"\r
 \r
 # even opletten of dit voor- of beschrijvend is. M.a.w. zijn ze aangezet, of betekent dit "plugins aanzetten"?\r
-#: Cura/gui/pluginPanel.py:31\r
+#: Cura/gui/pluginPanel.py:32\r
 msgid "Enabled plugins"\r
 msgstr "Plugins aangezet"\r
 \r
-#: Cura/gui/pluginPanel.py:133\r
+#: Cura/gui/pluginPanel.py:134\r
 msgid "You need to select a plugin before you can add anything."\r
 msgstr "Selecteer eerst een plugin om toe te voegen..."\r
 \r
-#: Cura/gui/pluginPanel.py:133\r
+#: Cura/gui/pluginPanel.py:134\r
 msgid "Error: no plugin selected"\r
 msgstr "Fout: geen plugin geselecteerd"\r
 \r
-#: Cura/gui/preferencesDialog.py:25\r
+#: Cura/gui/preferencesDialog.py:28\r
+#, fuzzy\r
+msgid "Print window"\r
+msgstr "Printen"\r
+\r
+#: Cura/gui/preferencesDialog.py:31\r
 msgid "Colours"\r
 msgstr "Kleuren"\r
 \r
-#: Cura/gui/preferencesDialog.py:31 Cura/util/profile.py:331\r
+#: Cura/gui/preferencesDialog.py:37 Cura/util/profile.py:358\r
 msgid "Language"\r
 msgstr "Taal"\r
 \r
-#: Cura/gui/preferencesDialog.py:34\r
+#: Cura/gui/preferencesDialog.py:40\r
 msgid "Filament settings"\r
 msgstr "Filamentinstellingen"\r
 \r
-#: Cura/gui/preferencesDialog.py:44\r
+#: Cura/gui/preferencesDialog.py:50\r
 msgid "Cura settings"\r
 msgstr "Cura"\r
 \r
 # Suggestions: Machine settings -> General properties?\r
-#: Cura/gui/preferencesDialog.py:78\r
+#: Cura/gui/preferencesDialog.py:84\r
 msgid "Machine settings"\r
 msgstr "Algemene eigenschappen"\r
 \r
-#: Cura/gui/preferencesDialog.py:88\r
+#: Cura/gui/preferencesDialog.py:95\r
 msgid "Printer head size"\r
 msgstr "Afmetingen printkop"\r
 \r
-#: Cura/gui/preferencesDialog.py:96\r
+#: Cura/gui/preferencesDialog.py:103\r
 #, python-format\r
 msgid "Extruder %d"\r
 msgstr "Extrusie %d"\r
 \r
-#: Cura/gui/preferencesDialog.py:100\r
+#: Cura/gui/preferencesDialog.py:107\r
 msgid "Communication settings"\r
 msgstr "Communicatieinstellingen"\r
 \r
-#: Cura/gui/preferencesDialog.py:143\r
+#: Cura/gui/preferencesDialog.py:150\r
 msgid "Cannot remove the last machine configuration in Cura"\r
 msgstr "Kan de laatste machineconfiguratie niet verwijderen in Cura"\r
 \r
 # Suggestie: "Error removing machine"\r
-#: Cura/gui/preferencesDialog.py:143\r
+#: Cura/gui/preferencesDialog.py:150\r
 msgid "Machine remove error"\r
 msgstr "Fout bij verwijderen van machine"\r
 \r
-#: Cura/gui/printWindow.py:132\r
-msgid "Printing"\r
+#: Cura/gui/printWindow.py:33 Cura/gui/printWindow.py:298\r
+#, fuzzy, python-format\r
+msgid "Printing on %s"\r
 msgstr "Printen"\r
 \r
-#: Cura/gui/printWindow.py:158\r
-msgid "Statistics"\r
-msgstr "Statistieken"\r
-\r
-#: Cura/gui/printWindow.py:163\r
+#: Cura/gui/printWindow.py:310\r
 msgid ""\r
 "Your computer is running on battery power.\n"\r
 "Connect your computer to AC power or your print might not finish."\r
@@ -754,106 +779,33 @@ msgstr ""
 "Je computer draait op een accu.\n"\r
 "Sluit je hem aan op het lichtnet zodat je print zeker voltooit."\r
 \r
-#: Cura/gui/printWindow.py:174\r
+#: Cura/gui/printWindow.py:320\r
 msgid ""\r
-"Filament: ####.##m #.##g\n"\r
-"Estimated print time: #####:##\n"\r
-"Machine state:\n"\r
-"Detecting baudrateXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"\r
+"InfoLine from printer connection\n"\r
+"InfoLine from dialog\n"\r
+"Extra line"\r
 msgstr ""\r
-"Filament: ####.##m #.##g\n"\r
-"Geschatte print tijd: #####:##\n"\r
-"Machine status:\n"\r
-"Baudrate detecteren: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"\r
 \r
-#: Cura/gui/printWindow.py:179\r
+#: Cura/gui/printWindow.py:322\r
 msgid "Connect"\r
 msgstr "Verbinden"\r
 \r
-#: Cura/gui/printWindow.py:181 Cura/gui/sceneView.py:65\r
-#: Cura/gui/sceneView.py:803\r
+#: Cura/gui/printWindow.py:324 Cura/gui/sceneView.py:65\r
 msgid "Print"\r
 msgstr "Printen"\r
 \r
-#: Cura/gui/printWindow.py:182 Cura/gui/printWindow.py:428\r
+#: Cura/gui/printWindow.py:325\r
 msgid "Pause"\r
 msgstr "Pauzeer"\r
 \r
-#: Cura/gui/printWindow.py:183\r
+#: Cura/gui/printWindow.py:326\r
 msgid "Cancel print"\r
 msgstr "Annuleer print"\r
 \r
-#: Cura/gui/printWindow.py:184\r
+#: Cura/gui/printWindow.py:327\r
 msgid "Error log"\r
 msgstr "Foutmelding log"\r
 \r
-#: Cura/gui/printWindow.py:206\r
-msgid "BedTemp:"\r
-msgstr "PlatformTemp:"\r
-\r
-#: Cura/gui/printWindow.py:214\r
-msgid "Temp:"\r
-msgstr "Temp:"\r
-\r
-#: Cura/gui/printWindow.py:262\r
-msgid "Jog"\r
-msgstr "Verplaats"\r
-\r
-#: Cura/gui/printWindow.py:277\r
-msgid "Outer wall:"\r
-msgstr "Buitenwand:"\r
-\r
-#: Cura/gui/printWindow.py:280\r
-msgid "Inner wall:"\r
-msgstr "Binnenwand:"\r
-\r
-#: Cura/gui/printWindow.py:283\r
-msgid "Fill:"\r
-msgstr "Vulling:"\r
-\r
-#: Cura/gui/printWindow.py:286\r
-msgid "Support:"\r
-msgstr "Ondersteuning:"\r
-\r
-#: Cura/gui/printWindow.py:290 Cura/util/profile.py:183\r
-#: Cura/util/profile.py:184 Cura/util/profile.py:185\r
-msgid "Speed"\r
-msgstr "Snelheid:"\r
-\r
-#: Cura/gui/printWindow.py:308\r
-msgid "Term"\r
-msgstr "Term"\r
-\r
-#: Cura/gui/printWindow.py:363\r
-msgid "Enable timelapse movie recording"\r
-msgstr "Maak een timelapse filmopname"\r
-\r
-#: Cura/gui/printWindow.py:377\r
-msgid "Show preview"\r
-msgstr "Toon voorvertoning"\r
-\r
-#: Cura/gui/printWindow.py:383\r
-msgid "Camera"\r
-msgstr "Camera"\r
-\r
-#: Cura/gui/printWindow.py:426\r
-msgid "Resume"\r
-msgstr "Ga door"\r
-\r
-#: Cura/gui/printWindow.py:443\r
-msgid "Loading gcode...\n"\r
-msgstr "GCode laden...\n"\r
-\r
-#: Cura/gui/printWindow.py:445\r
-#, python-format\r
-msgid "Filament: %(amount).2fm %(weight).2fg\n"\r
-msgstr "Filament: %(amount).2fm %(weight).2fg\n"\r
-\r
-#: Cura/gui/printWindow.py:448\r
-#, python-format\r
-msgid "Filament cost: %s\n"\r
-msgstr "Filament kosten: %s\n"\r
-\r
 #: Cura/gui/sceneView.py:64\r
 msgid "Load"\r
 msgstr "Laden..."\r
@@ -946,210 +898,180 @@ msgstr "Röntgen"
 msgid "Layers"\r
 msgstr "Lagen"\r
 \r
-#: Cura/gui/sceneView.py:107\r
+#: Cura/gui/sceneView.py:106\r
 msgid "Share on YouMagine"\r
 msgstr "Deel op YouMagine..."\r
 \r
-#: Cura/gui/sceneView.py:198\r
+#: Cura/gui/sceneView.py:204\r
 msgid "Open 3D model"\r
 msgstr "Open 3D model"\r
 \r
-#: Cura/gui/sceneView.py:213\r
+#: Cura/gui/sceneView.py:229\r
 msgid "Save 3D model"\r
 msgstr "Sla 3D model op"\r
 \r
-#: Cura/gui/sceneView.py:243\r
-msgid "Print with USB"\r
+#: Cura/gui/sceneView.py:276 Cura/gui/sceneView.py:914\r
+#, fuzzy, python-format\r
+msgid "Print with %s"\r
 msgstr "Print via USB..."\r
 \r
-#: Cura/gui/sceneView.py:245\r
+#: Cura/gui/sceneView.py:280\r
 msgid "Slice engine log..."\r
 msgstr "Slicer log..."\r
 \r
-#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:809\r
+#: Cura/gui/sceneView.py:305 Cura/gui/sceneView.py:917\r
 msgid "Save toolpath"\r
 msgstr "Sla toolpad op..."\r
 \r
-#: Cura/gui/sceneView.py:295\r
+#: Cura/gui/sceneView.py:351\r
 msgid "The slicing engine reported the following"\r
 msgstr "De slicer geeft de volgende melding"\r
 \r
-#: Cura/gui/sceneView.py:295\r
+#: Cura/gui/sceneView.py:351\r
 msgid "Engine log..."\r
 msgstr "Logboek..."\r
 \r
-#: Cura/gui/sceneView.py:422\r
+#: Cura/gui/sceneView.py:490\r
 msgid "How many copies do you want?"\r
 msgstr "Hoeveel exemplaren wilt u?"\r
 \r
-#: Cura/gui/sceneView.py:422\r
+#: Cura/gui/sceneView.py:490\r
 msgid "Number of copies"\r
 msgstr "Aantal exemplaren"\r
 \r
-#: Cura/gui/sceneView.py:422\r
+#: Cura/gui/sceneView.py:490\r
 #, fuzzy\r
 msgid "Multiply"\r
 msgstr "Vermenigvuldig object"\r
 \r
-#: Cura/gui/sceneView.py:674\r
-msgid "Delete object"\r
-msgstr "Verwijder object"\r
-\r
-#: Cura/gui/sceneView.py:675\r
+#: Cura/gui/sceneView.py:780\r
 msgid "Center on platform"\r
 msgstr "Centreer op platform"\r
 \r
-#: Cura/gui/sceneView.py:676\r
+#: Cura/gui/sceneView.py:781\r
+msgid "Delete object"\r
+msgstr "Verwijder object"\r
+\r
+#: Cura/gui/sceneView.py:782\r
 msgid "Multiply object"\r
 msgstr "Vermenigvuldig object"\r
 \r
-#: Cura/gui/sceneView.py:677\r
+#: Cura/gui/sceneView.py:783\r
 msgid "Split object into parts"\r
 msgstr "Deel object op in onderdelen"\r
 \r
-#: Cura/gui/sceneView.py:679\r
+#: Cura/gui/sceneView.py:785\r
 msgid "Dual extrusion merge"\r
 msgstr "Voeg duo extrusie samen"\r
 \r
-#: Cura/gui/sceneView.py:681\r
+#: Cura/gui/sceneView.py:787\r
 msgid "Delete all objects"\r
 msgstr "Verwijder alle objecten"\r
 \r
+#: Cura/gui/sceneView.py:788\r
+#, fuzzy\r
+msgid "Reload all objects"\r
+msgstr "Verwijder alle objecten"\r
+\r
 # Misschien GCode noemen in plaats van Toolpath\r
-#: Cura/gui/sceneView.py:806\r
+#: Cura/gui/sceneView.py:911\r
 msgid "Toolpath to SD"\r
 msgstr "Toolpad naar SD-kaart"\r
 \r
-#: Cura/gui/sceneView.py:1116\r
-msgid "Loading toolpath for visualization..."\r
-msgstr "Bezig met toolpad laden voor visualisatie..."\r
-\r
-#: Cura/gui/sceneView.py:1167\r
+#: Cura/gui/sceneView.py:1205\r
 msgid "Overhang view not working due to lack of OpenGL shaders support."\r
 msgstr ""\r
 "De voorvertoning van de overhang is niet mogelijk omdat OpenGL dit niet "\r
 "ondersteunt."\r
 \r
-#: Cura/gui/simpleMode.py:20\r
+#: Cura/gui/simpleMode.py:19\r
 msgid "High quality print"\r
 msgstr "Hoge kwaliteit"\r
 \r
-#: Cura/gui/simpleMode.py:21\r
+#: Cura/gui/simpleMode.py:20\r
 msgid "Normal quality print"\r
 msgstr "Normale kwaliteit"\r
 \r
-#: Cura/gui/simpleMode.py:22\r
+#: Cura/gui/simpleMode.py:21\r
 msgid "Fast low quality print"\r
 msgstr "Snelle, lage kwaliteit"\r
 \r
-#: Cura/gui/simpleMode.py:23\r
+#: Cura/gui/simpleMode.py:22\r
 msgid "Thin walled cup or vase"\r
 msgstr "Dunwandig kopje of vaas"\r
 \r
-#: Cura/gui/simpleMode.py:33\r
+#: Cura/gui/simpleMode.py:32\r
 msgid "Print support structure"\r
 msgstr "Print ondersteuningsmateriaal"\r
 \r
-#: Cura/gui/simpleMode.py:38\r
-msgid "Select a print type:"\r
+#: Cura/gui/simpleMode.py:37\r
+#, fuzzy\r
+msgid "Select a quickprint profile:"\r
 msgstr "Selecteer een printmodus:"\r
 \r
-#: Cura/gui/simpleMode.py:48\r
+#: Cura/gui/simpleMode.py:47\r
 msgid "Material:"\r
 msgstr "Materiaal:"\r
 \r
-#: Cura/gui/simpleMode.py:52\r
+#: Cura/gui/simpleMode.py:51\r
 msgid "Diameter:"\r
 msgstr "Diameter:"\r
 \r
-#: Cura/gui/simpleMode.py:58\r
+#: Cura/gui/simpleMode.py:57\r
 msgid "Other:"\r
 msgstr "Anders:"\r
 \r
-#: Cura/gui/simpleMode.py:118\r
+#: Cura/gui/simpleMode.py:85\r
 msgid "Exterior Only"\r
 msgstr "Alleen de buitenkant"\r
 \r
-# Weet niet wat dit doet, dus kon er ook geen vertaling voor bedenken\r
-#: Cura/gui/tools/batchRun.py:14\r
-msgid "Cura - Batch run"\r
-msgstr "Cura - Batch run"\r
-\r
-#: Cura/gui/tools/batchRun.py:29\r
-msgid "Add"\r
-msgstr "Voeg toe"\r
-\r
-#: Cura/gui/tools/batchRun.py:30\r
-msgid "Remove"\r
-msgstr "Verwijder"\r
-\r
-#: Cura/gui/tools/batchRun.py:31\r
-msgid "Prepare all"\r
-msgstr "Bereid alles voor"\r
-\r
-#: Cura/gui/tools/batchRun.py:47\r
-msgid "Open file to batch prepare"\r
-msgstr "Open bestand om partij voor te bereiden"\r
-\r
-#: Cura/gui/tools/batchRun.py:134\r
-#, python-format\r
-msgid "Building: %d                           "\r
-msgstr "Bouwt: %d"\r
-\r
-#: Cura/gui/tools/batchRun.py:137\r
-#, python-format\r
-msgid "Done: 0/%d                           "\r
-msgstr "Gedaan: 0/%d"\r
+#: Cura/gui/tools/imageToMesh.py:28\r
+#, fuzzy\r
+msgid "Height (mm)"\r
+msgstr "Laagdikte (mm)"\r
 \r
-#: Cura/gui/tools/batchRun.py:140\r
-msgid "Abort"\r
-msgstr "Onderbreek"\r
+#: Cura/gui/tools/imageToMesh.py:32\r
+#, fuzzy\r
+msgid "Base (mm)"\r
+msgstr "Dikte basis (mm)"\r
 \r
-#: Cura/gui/tools/batchRun.py:163 Cura/gui/tools/batchRun.py:233\r
-msgid "Close"\r
-msgstr "Sluiten"\r
+# Ik denk dat we hier duidelijker moeten schrijven dat het om de breedte van je printbereik gaat, voordat mensen de breedte van hun machine gaan opmeten...\r
+#: Cura/gui/tools/imageToMesh.py:36\r
+#, fuzzy\r
+msgid "Width (mm)"\r
+msgstr "Machine breedte (mm)"\r
 \r
-#: Cura/gui/tools/batchRun.py:187\r
-#, python-format\r
-msgid "Build: %d models"\r
-msgstr "Gedaan: %d models"\r
+#: Cura/gui/tools/imageToMesh.py:40\r
+#, fuzzy\r
+msgid "Depth (mm)"\r
+msgstr "Diameter (mm)"\r
 \r
-#: Cura/gui/tools/batchRun.py:188\r
-#, python-format\r
-msgid ""\r
-"\n"\r
-"Slicing took: %(hours)02d:%(minutes)02d"\r
+#: Cura/gui/tools/projector.py:42\r
+msgid "Edit"\r
 msgstr ""\r
-"\n"\r
-"Slicen duurde: %(hours)02d:%(minutes)02d"\r
 \r
-#: Cura/gui/tools/batchRun.py:198\r
-#, python-format\r
-msgid "Building: [%(index)d/%(size)d]"\r
-msgstr "Bouwt: [%(index)d/%(size)d]"\r
-\r
-#: Cura/gui/tools/batchRun.py:214\r
-msgid "Aborted by user."\r
-msgstr "Afgebroken door de gebruiker."\r
+#: Cura/gui/tools/projector.py:43\r
+msgid "Rectangle"\r
+msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:228\r
-#, python-format\r
-msgid "Done %(index)d/%(size)d"\r
-msgstr "Gedaan %(index)d/%(size)d"\r
+#: Cura/gui/tools/projector.py:44\r
+#, fuzzy\r
+msgid "Circle"\r
+msgstr "Bestand"\r
 \r
-#: Cura/gui/tools/batchRun.py:236\r
-msgid "To SDCard"\r
-msgstr "Naar SD kaart"\r
+#: Cura/gui/tools/projector.py:45\r
+msgid "Draw curves"\r
+msgstr ""\r
 \r
-#: Cura/gui/tools/youmagineGui.py:79\r
+#: Cura/gui/tools/youmagineGui.py:78\r
 msgid "Checking token"\r
 msgstr "Token controleren"\r
 \r
-#: Cura/gui/tools/youmagineGui.py:83\r
+#: Cura/gui/tools/youmagineGui.py:82\r
 msgid "Failed to contact YouMagine.com"\r
 msgstr "Verbinden met YouMagine.com is mislukt."\r
 \r
-#: Cura/gui/tools/youmagineGui.py:83 Cura/gui/tools/youmagineGui.py:116\r
+#: Cura/gui/tools/youmagineGui.py:82 Cura/gui/tools/youmagineGui.py:116\r
 #: Cura/gui/tools/youmagineGui.py:133 Cura/gui/tools/youmagineGui.py:140\r
 #: Cura/gui/tools/youmagineGui.py:148 Cura/gui/tools/youmagineGui.py:153\r
 msgid "YouMagine error."\r
@@ -1310,24 +1232,29 @@ msgstr ""
 msgid "Webcam error"\r
 msgstr ""\r
 \r
-#: Cura/gui/util/openglGui.py:241\r
+#: Cura/gui/util/engineResultView.py:165\r
+#, fuzzy, python-format\r
+msgid "Loading toolpath for visualization (%d%%)"\r
+msgstr "Bezig met toolpad laden voor visualisatie..."\r
+\r
+#: Cura/gui/util/openglGui.py:242\r
 msgid "An error has occurred during the 3D view drawing."\r
 msgstr "Een fout trad op bij het maken van de 3D weergave."\r
 \r
-#: Cura/gui/util/openglGui.py:248\r
+#: Cura/gui/util/openglGui.py:250\r
 msgid "3D window error"\r
 msgstr "Fout in 3D venster"\r
 \r
-#: Cura/util/profile.py:153 Cura/util/profile.py:154 Cura/util/profile.py:155\r
-#: Cura/util/profile.py:179 Cura/util/profile.py:180 Cura/util/profile.py:182\r
+#: Cura/util/profile.py:170 Cura/util/profile.py:171 Cura/util/profile.py:172\r
+#: Cura/util/profile.py:200 Cura/util/profile.py:201 Cura/util/profile.py:203\r
 msgid "Quality"\r
 msgstr "Kwaliteit"\r
 \r
-#: Cura/util/profile.py:153\r
+#: Cura/util/profile.py:170\r
 msgid "Layer height (mm)"\r
 msgstr "Laagdikte (mm)"\r
 \r
-#: Cura/util/profile.py:153\r
+#: Cura/util/profile.py:170\r
 msgid ""\r
 "Layer height in millimeters.\n"\r
 "This is the most important setting to determine the quality of your print. "\r
@@ -1339,11 +1266,11 @@ msgstr ""
 "Normale kwaliteit is 0,1 mm, hoge kwaliteit is 0,06 mm. Je kan met je "\r
 "Ultimaker tot 0,25 mm. gaan voor snelle prints van lage kwaliteit."\r
 \r
-#: Cura/util/profile.py:154\r
+#: Cura/util/profile.py:171\r
 msgid "Shell thickness (mm)"\r
 msgstr "Wanddikte (mm)"\r
 \r
-#: Cura/util/profile.py:154\r
+#: Cura/util/profile.py:171\r
 msgid ""\r
 "Thickness of the outside shell in the horizontal direction.\n"\r
 "This is used in combination with the nozzle size to define the number\n"\r
@@ -1353,11 +1280,11 @@ msgstr ""
 "Dit wordt gebruikt in combinatie met de afmeting van de printkop om het\n"\r
 "aantal lijnen en de dikte van deze lijnen te bepalen."\r
 \r
-#: Cura/util/profile.py:155\r
+#: Cura/util/profile.py:172\r
 msgid "Enable retraction"\r
 msgstr "Retractie inschakelen"\r
 \r
-#: Cura/util/profile.py:155\r
+#: Cura/util/profile.py:172\r
 msgid ""\r
 "Retract the filament when the nozzle is moving over a none-printed area. "\r
 "Details about the retraction can be configured in the advanced tab."\r
@@ -1366,15 +1293,15 @@ msgstr ""
 "geprint hoeft te worden. Details voor retractie kunnen ingesteld worden in "\r
 "het geavanceerde tabblad."\r
 \r
-#: Cura/util/profile.py:156 Cura/util/profile.py:157\r
+#: Cura/util/profile.py:173 Cura/util/profile.py:174\r
 msgid "Fill"\r
 msgstr "Vulling"\r
 \r
-#: Cura/util/profile.py:156\r
+#: Cura/util/profile.py:173\r
 msgid "Bottom/Top thickness (mm)"\r
 msgstr "Bodem/Top dikte (mm)"\r
 \r
-#: Cura/util/profile.py:156\r
+#: Cura/util/profile.py:173\r
 msgid ""\r
 "This controls the thickness of the bottom and top layers, the amount of "\r
 "solid layers put down is calculated by the layer thickness and this value.\n"\r
@@ -1387,11 +1314,11 @@ msgstr ""
 "laagdikte. Voor een gelijke verdeling van de sterkte van het onderdeel is "\r
 "het aan te raden deze waarde ongeveer gelijk te laten zijn aan de wanddikte."\r
 \r
-#: Cura/util/profile.py:157\r
+#: Cura/util/profile.py:174\r
 msgid "Fill Density (%)"\r
 msgstr "Dichtheid vulling (%)"\r
 \r
-#: Cura/util/profile.py:157\r
+#: Cura/util/profile.py:174\r
 msgid ""\r
 "This controls how densely filled the insides of your print will be. For a "\r
 "solid part use 100%, for an empty part use 0%. A value around 20% is usually "\r
@@ -1405,7 +1332,7 @@ msgstr ""
 "Dit beïnvloedt de buitenkant van de print niet! Het beïnvloedt de sterkte "\r
 "van het onderdeel."\r
 \r
-#: Cura/util/profile.py:158\r
+#: Cura/util/profile.py:175\r
 msgid ""\r
 "The nozzle size is very important, this is used to calculate the line width "\r
 "of the infill, and used to calculate the amount of outside wall lines and "\r
@@ -1416,16 +1343,16 @@ msgstr ""
 "het aantal en de dikte van de lijnen voor de buitenwand te berekenen die je "\r
 "bij de printinstellingen hebt ingevoerd."\r
 \r
-#: Cura/util/profile.py:159 Cura/util/profile.py:160 Cura/util/profile.py:161\r
-#: Cura/util/profile.py:162 Cura/util/profile.py:163 Cura/util/profile.py:164\r
+#: Cura/util/profile.py:176 Cura/util/profile.py:177 Cura/util/profile.py:178\r
+#: Cura/util/profile.py:179 Cura/util/profile.py:180 Cura/util/profile.py:181\r
 msgid "Speed and Temperature"\r
 msgstr "Snelheid en Temperatuur"\r
 \r
-#: Cura/util/profile.py:159\r
+#: Cura/util/profile.py:176\r
 msgid "Print speed (mm/s)"\r
 msgstr "Printsnelheid (mm/s)"\r
 \r
-#: Cura/util/profile.py:159\r
+#: Cura/util/profile.py:176\r
 msgid ""\r
 "Speed at which printing happens. A well adjusted Ultimaker can reach 150mm/"\r
 "s, but for good quality prints you want to print slower. Printing speed "\r
@@ -1437,12 +1364,12 @@ msgstr ""
 "De printsnelheid hangt van veel factoren af. Je zal dus moeten "\r
 "experimenteren om jouw optimale snelheid te bepalen."\r
 \r
-#: Cura/util/profile.py:160\r
+#: Cura/util/profile.py:177\r
 msgid "Printing temperature (C)"\r
 msgstr "Printtemperatuur (C)"\r
 \r
-#: Cura/util/profile.py:160 Cura/util/profile.py:161 Cura/util/profile.py:162\r
-#: Cura/util/profile.py:163\r
+#: Cura/util/profile.py:177 Cura/util/profile.py:178 Cura/util/profile.py:179\r
+#: Cura/util/profile.py:180\r
 msgid ""\r
 "Temperature used for printing. Set at 0 to pre-heat yourself.\n"\r
 "For PLA a value of 210C is usually used.\n"\r
@@ -1453,51 +1380,52 @@ msgstr ""
 "Voor ABS wordt meestal 230C of hoger gebruikt.\n"\r
 "Voer 0 in wanneer je zelf handmatig wil voorverwarmen."\r
 \r
-#: Cura/util/profile.py:161\r
+#: Cura/util/profile.py:178\r
 msgid "2nd nozzle temperature (C)"\r
 msgstr "Temperatuur 2de printkop (C)"\r
 \r
-#: Cura/util/profile.py:162\r
+#: Cura/util/profile.py:179\r
 msgid "3th nozzle temperature (C)"\r
 msgstr "Temperatuur 3de printkop (C)"\r
 \r
-#: Cura/util/profile.py:163\r
+#: Cura/util/profile.py:180\r
 msgid "4th nozzle temperature (C)"\r
 msgstr "Temperatuur 4de printkop (C)"\r
 \r
-#: Cura/util/profile.py:164\r
+#: Cura/util/profile.py:181\r
 msgid "Bed temperature (C)"\r
 msgstr "Temperatuur platform (C)"\r
 \r
-#: Cura/util/profile.py:164\r
+#: Cura/util/profile.py:181\r
 msgid ""\r
 "Temperature used for the heated printer bed. Set at 0 to pre-heat yourself."\r
 msgstr ""\r
 "Temperatuur voor een verwarmd platform. Voer 0 in wanneer je zelf handmatig "\r
 "voorverwarmt."\r
 \r
-#: Cura/util/profile.py:165 Cura/util/profile.py:166\r
+#: Cura/util/profile.py:182 Cura/util/profile.py:183\r
 msgid "None"\r
 msgstr "Geen"\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid "Touching buildplate"\r
 msgstr "Contact met platform"\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid "Everywhere"\r
 msgstr "Overal"\r
 \r
-#: Cura/util/profile.py:165 Cura/util/profile.py:166 Cura/util/profile.py:167\r
-#: Cura/util/profile.py:206 Cura/util/profile.py:207 Cura/util/profile.py:208\r
+#: Cura/util/profile.py:182 Cura/util/profile.py:183 Cura/util/profile.py:184\r
+#: Cura/util/profile.py:223 Cura/util/profile.py:224 Cura/util/profile.py:225\r
+#: Cura/util/profile.py:226 Cura/util/profile.py:227\r
 msgid "Support"\r
 msgstr "Ondersteuning"\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid "Support type"\r
 msgstr "Soort ondersteuning"\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid ""\r
 "Type of support structure build.\n"\r
 "\"Touching buildplate\" is the most commonly used support setting.\n"\r
@@ -1512,28 +1440,29 @@ msgstr ""
 "\"Geen\" wanneer je nergens ondersteuning wilt gebruiken.\n"\r
 "\"Overal\" genereert ook ondersteuning in een model zelf."\r
 \r
-#: Cura/util/profile.py:166 Cura/util/profile.py:212\r
+#: Cura/util/profile.py:183 Cura/util/profile.py:230\r
 msgid "Brim"\r
 msgstr "Boord"\r
 \r
-#: Cura/util/profile.py:166 Cura/util/profile.py:213 Cura/util/profile.py:214\r
-#: Cura/util/profile.py:215 Cura/util/profile.py:216 Cura/util/profile.py:217\r
-#: Cura/util/profile.py:218\r
+#: Cura/util/profile.py:183 Cura/util/profile.py:231 Cura/util/profile.py:232\r
+#: Cura/util/profile.py:233 Cura/util/profile.py:234 Cura/util/profile.py:235\r
+#: Cura/util/profile.py:236\r
 msgid "Raft"\r
 msgstr "Mat"\r
 \r
-#: Cura/util/profile.py:166\r
+#: Cura/util/profile.py:183\r
 msgid "Platform adhesion type"\r
 msgstr "Type adhesie aan platform"\r
 \r
-#: Cura/util/profile.py:166\r
+#: Cura/util/profile.py:183\r
+#, fuzzy\r
 msgid ""\r
 "Different options that help in preventing corners from lifting due to "\r
 "warping.\n"\r
 "Brim adds a single layer thick flat area around your object which is easy to "\r
-"cut off afterwards, and the recommended option.\n"\r
-"Raft adds a thick raster at below the object and a thin interface between "\r
-"this and your object.\n"\r
+"cut off afterwards, and it is the recommended option.\n"\r
+"Raft adds a thick raster below the object and a thin interface between this "\r
+"and your object.\n"\r
 "(Note that enabling the brim or raft disables the skirt)"\r
 msgstr ""\r
 "Opties die helpen voorkomen dat het voorwerp bij de hoeken loslaat van het "\r
@@ -1543,23 +1472,23 @@ msgstr ""
 "\"Raft\" voegt een raster toe tussen het platform en het object.\n"\r
 "(Let op: Als brim of raft aan staan wordt \"skirt\" uitgezet)"\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "Both"\r
 msgstr "Beide"\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "First extruder"\r
 msgstr "Eerste kop"\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "Second extruder"\r
 msgstr "Tweede kop"\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "Support dual extrusion"\r
 msgstr "Ondersteuning bij duo extrusie"\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid ""\r
 "Which extruder to use for support material, for break-away support you can "\r
 "use both extruders.\n"\r
@@ -1575,16 +1504,57 @@ msgstr ""
 "meer wisselingen tussen de printkoppen, wat tijd kost.\n"\r
 "Je kan de 2de printkop ook gebruiken voor oplosbaar ondersteuningsmateriaal."\r
 \r
-#: Cura/util/profile.py:168 Cura/util/profile.py:169 Cura/util/profile.py:170\r
-#: Cura/util/profile.py:171 Cura/util/profile.py:172\r
+#: Cura/util/profile.py:185 Cura/util/profile.py:186 Cura/util/profile.py:187\r
+#, fuzzy\r
+msgid "Dual extrusion"\r
+msgstr "Voeg duo extrusie samen"\r
+\r
+#: Cura/util/profile.py:185\r
+msgid "Wipe&prime tower"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:185\r
+msgid ""\r
+"The wipe-tower is a tower printed on every layer when switching between "\r
+"nozzles.\n"\r
+"The old nozzle is wiped off on the tower before the new nozzle is used to "\r
+"print the 2nd color."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:186\r
+msgid "Wipe&prime tower volume per layer (mm3)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:186\r
+msgid ""\r
+"The amount of material put in the wipe/prime tower.\n"\r
+"This is done in volume because in general you want to extrude a\n"\r
+"certain amount of volume to get the extruder going, independent on the layer "\r
+"height.\n"\r
+"This means that with thinner layers, your tower gets bigger."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:187\r
+msgid "Ooze shield"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:187\r
+msgid ""\r
+"The ooze shield is a 1 line thick shell around the object which stands a few "\r
+"mm from the object.\n"\r
+"This shield catches any oozing from the unused nozzle in dual-extrusion."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:188 Cura/util/profile.py:189 Cura/util/profile.py:190\r
+#: Cura/util/profile.py:191 Cura/util/profile.py:192\r
 msgid "Filament"\r
 msgstr "Filament"\r
 \r
-#: Cura/util/profile.py:168\r
+#: Cura/util/profile.py:188\r
 msgid "Diameter (mm)"\r
 msgstr "Diameter (mm)"\r
 \r
-#: Cura/util/profile.py:168\r
+#: Cura/util/profile.py:188\r
 msgid ""\r
 "Diameter of your filament, as accurately as possible.\n"\r
 "If you cannot measure this value you will have to calibrate it, a higher "\r
@@ -1595,11 +1565,11 @@ msgstr ""
 "hogere waarde betekent minder geëxtrudeerd materiaal, een lager getal zorgt "\r
 "voor minder materiaal."\r
 \r
-#: Cura/util/profile.py:169\r
+#: Cura/util/profile.py:189\r
 msgid "Diameter2 (mm)"\r
 msgstr "Diameter2 (mm)"\r
 \r
-#: Cura/util/profile.py:169\r
+#: Cura/util/profile.py:189\r
 msgid ""\r
 "Diameter of your filament for the 2nd nozzle. Use 0 to use the same diameter "\r
 "as for nozzle 1."\r
@@ -1607,11 +1577,11 @@ msgstr ""
 "Diameter van het filament in de 2de printkop. Voer 0 in om dezelfde diameter "\r
 "te gebruiken als voor printkop 1."\r
 \r
-#: Cura/util/profile.py:170\r
+#: Cura/util/profile.py:190\r
 msgid "Diameter3 (mm)"\r
 msgstr "Diameter3 (mm)"\r
 \r
-#: Cura/util/profile.py:170\r
+#: Cura/util/profile.py:190\r
 msgid ""\r
 "Diameter of your filament for the 3th nozzle. Use 0 to use the same diameter "\r
 "as for nozzle 1."\r
@@ -1619,11 +1589,11 @@ msgstr ""
 "Diameter van het filament in de 3de printkop. Voer 0 in om dezelfde diameter "\r
 "te gebruiken als voor printkop 1."\r
 \r
-#: Cura/util/profile.py:171\r
+#: Cura/util/profile.py:191\r
 msgid "Diameter4 (mm)"\r
 msgstr "Diameter4 (mm)"\r
 \r
-#: Cura/util/profile.py:171\r
+#: Cura/util/profile.py:191\r
 msgid ""\r
 "Diameter of your filament for the 4th nozzle. Use 0 to use the same diameter "\r
 "as for nozzle 1."\r
@@ -1631,11 +1601,11 @@ msgstr ""
 "Diameter van het filament in de 4de printkop. Voer 0 in om dezelfde diameter "\r
 "te gebruiken als voor printkop 1."\r
 \r
-#: Cura/util/profile.py:172\r
+#: Cura/util/profile.py:192\r
 msgid "Flow (%)"\r
 msgstr "Vloeien (%)"\r
 \r
-#: Cura/util/profile.py:172\r
+#: Cura/util/profile.py:192\r
 msgid ""\r
 "Flow compensation, the amount of material extruded is multiplied by this "\r
 "value"\r
@@ -1643,16 +1613,17 @@ msgstr ""
 "Compensatie van het vloeien. De hoeveelheid geëxtrudeerd materiaal wordt "\r
 "vermenigvuldigd met deze waarde."\r
 \r
-#: Cura/util/profile.py:173 Cura/util/profile.py:174 Cura/util/profile.py:175\r
-#: Cura/util/profile.py:176 Cura/util/profile.py:177 Cura/util/profile.py:178\r
+#: Cura/util/profile.py:193 Cura/util/profile.py:194 Cura/util/profile.py:195\r
+#: Cura/util/profile.py:196 Cura/util/profile.py:197 Cura/util/profile.py:198\r
+#: Cura/util/profile.py:199\r
 msgid "Retraction"\r
 msgstr "Retractie"\r
 \r
-#: Cura/util/profile.py:173\r
+#: Cura/util/profile.py:193\r
 msgid "Speed (mm/s)"\r
 msgstr "Snelheid (mm/s)"\r
 \r
-#: Cura/util/profile.py:173\r
+#: Cura/util/profile.py:193\r
 msgid ""\r
 "Speed at which the filament is retracted, a higher retraction speed works "\r
 "better. But a very high retraction speed can lead to filament grinding."\r
@@ -1660,11 +1631,11 @@ msgstr ""
 "Snelheid waarmee het filament wordt teruggetrokken. Een hogere snelheid "\r
 "werkt beter, maar een té hoge snelheid kan het filament beschadigen."\r
 \r
-#: Cura/util/profile.py:174\r
+#: Cura/util/profile.py:194\r
 msgid "Distance (mm)"\r
 msgstr "Afstand (mm)"\r
 \r
-#: Cura/util/profile.py:174\r
+#: Cura/util/profile.py:194\r
 msgid ""\r
 "Amount of retraction, set at 0 for no retraction at all. A value of 4.5mm "\r
 "seems to generate good results."\r
@@ -1672,11 +1643,11 @@ msgstr ""
 "Hoeveelheid materiaal dat wordt teruggetrokken. Voer 0 in wanneer je geen "\r
 "terugtrekking wilt gebruiken. 4,5 mm geeft goede resultaten."\r
 \r
-#: Cura/util/profile.py:175\r
+#: Cura/util/profile.py:195\r
 msgid "Dual extrusion switch amount (mm)"\r
 msgstr "Duo extrusie wissel hoeveelheid (mm)"\r
 \r
-#: Cura/util/profile.py:175\r
+#: Cura/util/profile.py:195\r
 msgid ""\r
 "Amount of retraction when switching nozzle with dual-extrusion, set at 0 for "\r
 "no retraction at all. A value of 16.0mm seems to generate good results."\r
@@ -1685,11 +1656,11 @@ msgstr ""
 "gewisseld wordt. Voer 0 in voor geen terugtrekking. 16 mm geeft over het "\r
 "algemeen goede resultaten."\r
 \r
-#: Cura/util/profile.py:176\r
+#: Cura/util/profile.py:196\r
 msgid "Minimum travel (mm)"\r
 msgstr "Minimum doorvoer (mm)"\r
 \r
-#: Cura/util/profile.py:176\r
+#: Cura/util/profile.py:196\r
 msgid ""\r
 "Minimum amount of travel needed for a retraction to happen at all. To make "\r
 "sure you do not get a lot of retractions in a small area."\r
@@ -1697,11 +1668,11 @@ msgstr ""
 "Minimale afstand om retractie te activeren. Dit zorgt ervoor dat je niet te "\r
 "veel terugtrekking hebt op een klein gebied."\r
 \r
-#: Cura/util/profile.py:177\r
+#: Cura/util/profile.py:197\r
 msgid "Enable combing"\r
 msgstr "Omlopen inschakelen"\r
 \r
-#: Cura/util/profile.py:177\r
+#: Cura/util/profile.py:197\r
 msgid ""\r
 "Combing is the act of avoiding holes in the print for the head to travel "\r
 "over. If combing is disabled the printer head moves straight from the start "\r
@@ -1712,16 +1683,17 @@ msgstr ""
 "mogelijk toe. Wanneer omlopen uit staat zal de printer altijd retractie "\r
 "toepassen en recht van begin naar het eindpunt bewegen."\r
 \r
-#: Cura/util/profile.py:178\r
+#: Cura/util/profile.py:198\r
 msgid "Minimal extrusion before retracting (mm)"\r
 msgstr "Minimale extrusie voorafgaand aan retractie (mm)"\r
 \r
-#: Cura/util/profile.py:178\r
+#: Cura/util/profile.py:198\r
+#, fuzzy\r
 msgid ""\r
 "The minimal amount of extrusion that needs to be done before retracting "\r
 "again if a retraction needs to happen before this minimal is reached the "\r
 "retraction is ignored.\n"\r
-"This avoids retraction a lot on the same piece of filament which flattens "\r
+"This avoids retracting a lot on the same piece of filament which flattens "\r
 "the filament and causes grinding issues."\r
 msgstr ""\r
 "De minimale hoeveelheid extrusie voordat retractie nogmaals uitgevoerd kan "\r
@@ -1730,11 +1702,23 @@ msgstr ""
 "Deze optie voorkomt te veel retractie op een korte afstand, omdat dat het "\r
 "filament te veel kan beschadigen of vervormen."\r
 \r
-#: Cura/util/profile.py:179\r
+#: Cura/util/profile.py:199\r
+#, fuzzy\r
+msgid "Z hop when retracting (mm)"\r
+msgstr "Minimale extrusie voorafgaand aan retractie (mm)"\r
+\r
+#: Cura/util/profile.py:199\r
+msgid ""\r
+"When a retraction is done, the head is lifted by this amount to travel over "\r
+"the print. A value of 0.075 works well. This feature has a lot of positive "\r
+"effect on delta towers."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:200\r
 msgid "Initial layer thickness (mm)"\r
 msgstr "Dikte van de eerste laag (mm)"\r
 \r
-#: Cura/util/profile.py:179\r
+#: Cura/util/profile.py:200\r
 msgid ""\r
 "Layer thickness of the bottom layer. A thicker bottom layer makes sticking "\r
 "to the bed easier. Set to 0.0 to have the bottom layer thickness the same as "\r
@@ -1744,11 +1728,11 @@ msgstr ""
 "het platform hecht. Stel in op 0.0 om de eerste laag even dik te maken als "\r
 "de overige lagen."\r
 \r
-#: Cura/util/profile.py:180\r
+#: Cura/util/profile.py:201\r
 msgid "Cut off object bottom (mm)"\r
 msgstr "Model onderaan afsnijden (mm)"\r
 \r
-#: Cura/util/profile.py:180\r
+#: Cura/util/profile.py:201\r
 msgid ""\r
 "Sinks the object into the platform, this can be used for objects that do not "\r
 "have a flat bottom and thus create a too small first layer."\r
@@ -1757,36 +1741,43 @@ msgstr ""
 "platform wordt overgeslagen. Deze optie kan gebruikt worden voor objecten "\r
 "die geen vlakke onderkant hebben en dus een te kleine eerste laag hebben."\r
 \r
-#: Cura/util/profile.py:182\r
+#: Cura/util/profile.py:203\r
 msgid "Dual extrusion overlap (mm)"\r
 msgstr "Overlap bij duo extrusie (mm)"\r
 \r
-#: Cura/util/profile.py:182\r
+#: Cura/util/profile.py:203\r
+#, fuzzy\r
 msgid ""\r
 "Add a certain amount of overlapping extrusion on dual-extrusion prints. This "\r
-"bonds the different colors better together."\r
+"bonds the different colors together."\r
 msgstr ""\r
 "Om een betere hechting tussen verschillende kleuren/materialen te krijgen "\r
 "bij duo extrusie voeg je een hoeveelheid overlap toe."\r
 \r
-#: Cura/util/profile.py:183\r
+#: Cura/util/profile.py:204 Cura/util/profile.py:205 Cura/util/profile.py:206\r
+#: Cura/util/profile.py:207 Cura/util/profile.py:208\r
+msgid "Speed"\r
+msgstr "Snelheid:"\r
+\r
+#: Cura/util/profile.py:204\r
 msgid "Travel speed (mm/s)"\r
 msgstr "Verplaats snelheid (mm/s)"\r
 \r
-#: Cura/util/profile.py:183\r
+#: Cura/util/profile.py:204\r
+#, fuzzy\r
 msgid ""\r
-"Speed at which travel moves are done, a high quality build Ultimaker can "\r
-"reach speeds of 250mm/s. But some machines might miss steps then."\r
+"Speed at which travel moves are done, a well built Ultimaker can reach "\r
+"speeds of 250mm/s. But some machines might miss steps then."\r
 msgstr ""\r
 "De snelheid waarmee de printkop zich verplaatst wanneer deze niet print. Een "\r
 "Ultimaker kan tot 250 mm/s behalen. Sommige machines zullen dan stappen gaan "\r
 "overslaan."\r
 \r
-#: Cura/util/profile.py:184\r
+#: Cura/util/profile.py:205\r
 msgid "Bottom layer speed (mm/s)"\r
 msgstr "Snelheid voor de eerste laag (mm/s)"\r
 \r
-#: Cura/util/profile.py:184\r
+#: Cura/util/profile.py:205\r
 msgid ""\r
 "Print speed for the bottom layer, you want to print the first layer slower "\r
 "so it sticks better to the printer bed."\r
@@ -1794,47 +1785,80 @@ msgstr ""
 "Printsnelheid voor de eerste laag. De eerste laag kan je beter langzamer "\r
 "printen, zodat deze goed aan het platform hecht."\r
 \r
-#: Cura/util/profile.py:185\r
+#: Cura/util/profile.py:206\r
 msgid "Infill speed (mm/s)"\r
 msgstr "Snelheid voor vulling (mm/s)"\r
 \r
-#: Cura/util/profile.py:185\r
+#: Cura/util/profile.py:206\r
+#, fuzzy\r
 msgid ""\r
 "Speed at which infill parts are printed. If set to 0 then the print speed is "\r
-"used for the infill. Printing the infill faster can greatly reduce printing, "\r
-"but this can negatively effect print quality.."\r
+"used for the infill. Printing the infill faster can greatly reduce printing "\r
+"time, but this can negatively affect print quality."\r
 msgstr ""\r
 "Snelheid waarmee de vulling wordt geprint. Wanneer hier 0 wordt ingevuld, "\r
 "wordt de vulling met de printsnelheid geprint. Wanneer je de vulling sneller "\r
 "print, kan dit de printsnelheid enorm verlagen, maar het kan ook de "\r
 "kwaliteit negatief beïnvloeden."\r
 \r
-#: Cura/util/profile.py:186 Cura/util/profile.py:187 Cura/util/profile.py:194\r
-#: Cura/util/profile.py:195 Cura/util/profile.py:196 Cura/util/profile.py:197\r
-#: Cura/util/profile.py:198\r
+#: Cura/util/profile.py:207\r
+#, fuzzy\r
+msgid "Outer shell speed (mm/s)"\r
+msgstr "Verplaats snelheid (mm/s)"\r
+\r
+#: Cura/util/profile.py:207\r
+msgid ""\r
+"Speed at which outer shell is printed. If set to 0 then the print speed is "\r
+"used. Printing the outer shell at a lower speed improves the final skin "\r
+"quality. However, having a large difference between the inner shell speed "\r
+"and the outer shell speed will effect quality in a negative way."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:208\r
+#, fuzzy\r
+msgid "Inner shell speed (mm/s)"\r
+msgstr "Snelheid voor vulling (mm/s)"\r
+\r
+#: Cura/util/profile.py:208\r
+#, fuzzy\r
+msgid ""\r
+"Speed at which inner shells are printed. If set to 0 then the print speed is "\r
+"used. Printing the inner shell faster then the outer shell will reduce "\r
+"printing time. It is good to set this somewhere in between the outer shell "\r
+"speed and the infill/printing speed."\r
+msgstr ""\r
+"Snelheid waarmee de vulling wordt geprint. Wanneer hier 0 wordt ingevuld, "\r
+"wordt de vulling met de printsnelheid geprint. Wanneer je de vulling sneller "\r
+"print, kan dit de printsnelheid enorm verlagen, maar het kan ook de "\r
+"kwaliteit negatief beïnvloeden."\r
+\r
+#: Cura/util/profile.py:209 Cura/util/profile.py:210 Cura/util/profile.py:215\r
+#: Cura/util/profile.py:216 Cura/util/profile.py:217 Cura/util/profile.py:218\r
+#: Cura/util/profile.py:219\r
 msgid "Cool"\r
 msgstr "Koeling"\r
 \r
-#: Cura/util/profile.py:186\r
+#: Cura/util/profile.py:209\r
 msgid "Minimal layer time (sec)"\r
 msgstr "Minimale tijd per laag (sec)"\r
 \r
-#: Cura/util/profile.py:186\r
+#: Cura/util/profile.py:209\r
+#, fuzzy\r
 msgid ""\r
-"Minimum time spend in a layer, gives the layer time to cool down before the "\r
+"Minimum time spent in a layer, gives the layer time to cool down before the "\r
 "next layer is put on top. If the layer will be placed down too fast the "\r
-"printer will slow down to make sure it has spend at least this amount of "\r
+"printer will slow down to make sure it has spent at least this amount of "\r
 "seconds printing this layer."\r
 msgstr ""\r
 "Minimale tijd per laag. Dit geeft de laag de tijd om af te koelen voordat de "\r
 "volgende laag erop gelegd wordt. De printer zal langzamer bewegen om de "\r
 "ingestelde minimale tijd aan een laag te besteden."\r
 \r
-#: Cura/util/profile.py:187\r
+#: Cura/util/profile.py:210\r
 msgid "Enable cooling fan"\r
 msgstr "Koelventilator(s) aanzetten"\r
 \r
-#: Cura/util/profile.py:187\r
+#: Cura/util/profile.py:210\r
 msgid ""\r
 "Enable the cooling fan during the print. The extra cooling from the cooling "\r
 "fan is essential during faster prints."\r
@@ -1842,11 +1866,11 @@ msgstr ""
 "Zet de koelventilator(s) aan tijdens het printen. Extra koeling van de "\r
 "koelventilator(s) is essentieel bij sneller printen."\r
 \r
-#: Cura/util/profile.py:189\r
+#: Cura/util/profile.py:212\r
 msgid "Line count"\r
 msgstr "Aantal lijnen"\r
 \r
-#: Cura/util/profile.py:189\r
+#: Cura/util/profile.py:212\r
 msgid ""\r
 "The skirt is a line drawn around the object at the first layer. This helps "\r
 "to prime your extruder, and to see if the object fits on your platform.\n"\r
@@ -1860,11 +1884,11 @@ msgstr ""
 "Wanneer je 0 invult begint de printer direct aan het object. Meerdere zomen "\r
 "zijn aan te raden bij kleine objecten."\r
 \r
-#: Cura/util/profile.py:190\r
+#: Cura/util/profile.py:213\r
 msgid "Start distance (mm)"\r
 msgstr "Start afstand (mm)"\r
 \r
-#: Cura/util/profile.py:190\r
+#: Cura/util/profile.py:213\r
 msgid ""\r
 "The distance between the skirt and the first layer.\n"\r
 "This is the minimal distance, multiple skirt lines will be put outwards from "\r
@@ -1874,11 +1898,11 @@ msgstr ""
 "Dit is de afstand van de eerste lus, de volgende lussen zullen verder van "\r
 "het object af gelegd worden."\r
 \r
-#: Cura/util/profile.py:191\r
+#: Cura/util/profile.py:214\r
 msgid "Minimal length (mm)"\r
 msgstr "Mimale lengte (mm)"\r
 \r
-#: Cura/util/profile.py:191\r
+#: Cura/util/profile.py:214\r
 msgid ""\r
 "The minimal length of the skirt, if this minimal length is not reached it "\r
 "will add more skirt lines to reach this minimal lenght.\n"\r
@@ -1888,23 +1912,26 @@ msgstr ""
 "zullen er meer lussen geprint worden om deze minimale lengte te bereiken.\n"\r
 "Let op: Wanneer het aantal lijnen op 0 staat, wordt deze waarde genegeerd."\r
 \r
-#: Cura/util/profile.py:194\r
-msgid "Fan on layer number"\r
-msgstr "Koelventilator(s) aan vanaf laag (nummer)"\r
+# Idem width\r
+#: Cura/util/profile.py:215\r
+#, fuzzy\r
+msgid "Fan full on at height (mm)"\r
+msgstr "Machine hoogte (mm)"\r
 \r
-#: Cura/util/profile.py:194\r
+#: Cura/util/profile.py:215\r
+#, fuzzy\r
 msgid ""\r
-"The layer at which the fan is turned on. The first layer is layer 0. The "\r
-"first layer can stick better if you turn on the fan on, on the 2nd layer."\r
+"The height at which the fan is turned on completely. For the layers below "\r
+"this the fan speed is scaled linearly with the fan off at layer 0."\r
 msgstr ""\r
 "De laag vanaf welke de koeling aangezet wordt. De eerste laag is laag 0. De "\r
 "eerste laag hecht beter wanneer de koeling uit staat."\r
 \r
-#: Cura/util/profile.py:195\r
+#: Cura/util/profile.py:216\r
 msgid "Fan speed min (%)"\r
 msgstr "Minimale snelheid koelventilator (%)"\r
 \r
-#: Cura/util/profile.py:195\r
+#: Cura/util/profile.py:216\r
 msgid ""\r
 "When the fan is turned on, it is enabled at this speed setting. If cool "\r
 "slows down the layer, the fan is adjusted between the min and max speed. "\r
@@ -1915,11 +1942,11 @@ msgstr ""
 "wordt de ventilatorsnelheid gevarieerd tussen de minimale en maximale "\r
 "snelheid."\r
 \r
-#: Cura/util/profile.py:196\r
+#: Cura/util/profile.py:217\r
 msgid "Fan speed max (%)"\r
 msgstr "Maximale snelheid koelventilator (%)"\r
 \r
-#: Cura/util/profile.py:196\r
+#: Cura/util/profile.py:217\r
 msgid ""\r
 "When the fan is turned on, it is enabled at this speed setting. If cool "\r
 "slows down the layer, the fan is adjusted between the min and max speed. "\r
@@ -1929,26 +1956,27 @@ msgstr ""
 "Wanneer de snelheid per laag 200% lager is dan de gewone printsnelheid, "\r
 "wordt de maximale snelheid van de koelventilator gebruikt."\r
 \r
-#: Cura/util/profile.py:197\r
+#: Cura/util/profile.py:218\r
 msgid "Minimum speed (mm/s)"\r
 msgstr "Minimale snelheid (mm/s)"\r
 \r
-#: Cura/util/profile.py:197\r
+#: Cura/util/profile.py:218\r
+#, fuzzy\r
 msgid ""\r
 "The minimal layer time can cause the print to slow down so much it starts to "\r
-"ooze. The minimal feedrate protects against this. Even if a print gets slown "\r
-"down it will never be slower than this minimal speed."\r
+"ooze. The minimal feedrate protects against this. Even if a print gets "\r
+"slowed down it will never be slower than this minimal speed."\r
 msgstr ""\r
 "De minimale tijd per laag kan de printer zo langzaam laten gaan dat de "\r
 "printkop kan gaan lekken. De minimale extrusiesnelheid voorkomt dit. Zelfs "\r
 "wanneer de printer langzamer gaat, zal dit nooit langzamer zijn dan deze "\r
 "snelheid."\r
 \r
-#: Cura/util/profile.py:198\r
+#: Cura/util/profile.py:219\r
 msgid "Cool head lift"\r
 msgstr "Printkop optrekken voor koeling"\r
 \r
-#: Cura/util/profile.py:198\r
+#: Cura/util/profile.py:219\r
 msgid ""\r
 "Lift the head if the minimal speed is hit because of cool slowdown, and wait "\r
 "the extra time so the minimal layer time is always hit."\r
@@ -1957,15 +1985,15 @@ msgstr ""
 "de machine wachten tot de minimale tijd per laag is bereikt voordat de "\r
 "volgende laag geprint wordt."\r
 \r
-#: Cura/util/profile.py:203 Cura/util/profile.py:204 Cura/util/profile.py:205\r
+#: Cura/util/profile.py:220 Cura/util/profile.py:221 Cura/util/profile.py:222\r
 msgid "Infill"\r
 msgstr "Vulling"\r
 \r
-#: Cura/util/profile.py:203\r
+#: Cura/util/profile.py:220\r
 msgid "Solid infill top"\r
 msgstr "Opvulling van bovenste lagen"\r
 \r
-#: Cura/util/profile.py:203\r
+#: Cura/util/profile.py:220\r
 msgid ""\r
 "Create a solid top surface, if set to false the top is filled with the fill "\r
 "percentage. Useful for cups/vases."\r
@@ -1974,11 +2002,11 @@ msgstr ""
 "geprint worden (ideaal voor kopjes en vazen). Zet een vinkje voor een dichte "\r
 "bovenkant."\r
 \r
-#: Cura/util/profile.py:204\r
+#: Cura/util/profile.py:221\r
 msgid "Solid infill bottom"\r
 msgstr "Opvulling van onderste lagen"\r
 \r
-#: Cura/util/profile.py:204\r
+#: Cura/util/profile.py:221\r
 msgid ""\r
 "Create a solid bottom surface, if set to false the bottom is filled with the "\r
 "fill percentage. Useful for buildings."\r
@@ -1986,11 +2014,11 @@ msgstr ""
 "Zorgt voor een dichte bodemlaag. Wanneer je hier geen vinkje zet, wordt de "\r
 "bodem geprint met het vulpercentage (ideaal voor gebouwen)."\r
 \r
-#: Cura/util/profile.py:205\r
+#: Cura/util/profile.py:222\r
 msgid "Infill overlap (%)"\r
 msgstr "Overlap van vulling (%)"\r
 \r
-#: Cura/util/profile.py:205\r
+#: Cura/util/profile.py:222\r
 msgid ""\r
 "Amount of overlap between the infill and the walls. There is a slight "\r
 "overlap with the walls and the infill so the walls connect firmly to the "\r
@@ -1999,25 +2027,50 @@ msgstr ""
 "Hoeveelheid overlap tussen de vulling en de wanden. Voor een goede hechting "\r
 "tussen de wanden en de vulling pas je een kleine overlap toe."\r
 \r
-#: Cura/util/profile.py:206\r
+#: Cura/util/profile.py:223\r
+#, fuzzy\r
+msgid "Structure type"\r
+msgstr "Soort ondersteuning"\r
+\r
+#: Cura/util/profile.py:223\r
+msgid ""\r
+"The type of support structure.\n"\r
+"Grid is very strong and can come off in 1 piece, however, sometimes it is "\r
+"too strong.\n"\r
+"Lines are single walled lines that break off one at a time. Which is more "\r
+"work to remove, but as it is less strong it does work better on tricky "\r
+"prints."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:224\r
+msgid "Overhang angle for support (deg)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:224\r
+msgid ""\r
+"The minimal angle that overhangs need to have to get support. With 0 degree "\r
+"being horizontal and 90 degree being vertical."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:225\r
 msgid "Fill amount (%)"\r
 msgstr "Hoeveelheid vulling (%)"\r
 \r
-#: Cura/util/profile.py:206\r
-#, python-format\r
+#: Cura/util/profile.py:225\r
+#, fuzzy, python-format\r
 msgid ""\r
 "Amount of infill structure in the support material, less material gives "\r
-"weaker support which is easier to remove. 20% seems to be a good average."\r
+"weaker support which is easier to remove. 15% seems to be a good average."\r
 msgstr ""\r
 "Hoeveelheid vulling in ondersteuningsmateriaal. Minder materiaal creëert een "\r
 "ondersteuning die makkelijker te verwijderen is. 20% is over het algemeen "\r
 "goed."\r
 \r
-#: Cura/util/profile.py:207\r
+#: Cura/util/profile.py:226\r
 msgid "Distance X/Y (mm)"\r
 msgstr "Afstand X/Y (mm)"\r
 \r
-#: Cura/util/profile.py:207\r
+#: Cura/util/profile.py:226\r
 msgid ""\r
 "Distance of the support material from the print, in the X/Y directions.\n"\r
 "0.7mm gives a nice distance from the print so the support does not stick to "\r
@@ -2028,11 +2081,11 @@ msgstr ""
 "0,7 mm is een goede afstand die voorkomt dat de ondersteuning te goed hecht "\r
 "aan het model."\r
 \r
-#: Cura/util/profile.py:208\r
+#: Cura/util/profile.py:227\r
 msgid "Distance Z (mm)"\r
 msgstr "Afstand Z (mm)"\r
 \r
-#: Cura/util/profile.py:208\r
+#: Cura/util/profile.py:227\r
 msgid ""\r
 "Distance from the top/bottom of the support to the print. A small gap here "\r
 "makes it easier to remove the support but makes the print a bit uglier.\n"\r
@@ -2044,25 +2097,25 @@ msgstr ""
 "0,15 mm. is een goede afstand waarbij het ondersteuningsmateriaal makkelijk "\r
 "te verwijderen is."\r
 \r
-#: Cura/util/profile.py:211\r
+#: Cura/util/profile.py:228\r
 msgid "Spiralize the outer contour"\r
 msgstr "Buitencontour spiraliseren"\r
 \r
-#: Cura/util/profile.py:211\r
+#: Cura/util/profile.py:228\r
 msgid ""\r
 "Spiralize is smoothing out the Z move of the outer edge. This will create a "\r
 "steady Z increase over the whole print. This feature turns a solid object "\r
 "into a single walled print with a solid bottom."\r
 msgstr ""\r
-"Spiraliseren is het gladstrijken van de Z-beweging van de buitenrand. Dit zal leiden tot een "\r
-"constante Z stijging over de gehele print. Met deze functie wordt een vast voorwerp "\r
-"een één wandige print met een stevige bodem."\r
+"Spiraliseren is het gladstrijken van de Z-beweging van de buitenrand. Dit "\r
+"zal leiden tot een constante Z stijging over de gehele print. Met deze "\r
+"functie wordt een vast voorwerp een één wandige print met een stevige bodem."\r
 \r
-#: Cura/util/profile.py:212\r
+#: Cura/util/profile.py:230\r
 msgid "Brim line amount"\r
 msgstr "Hoeveelheid boorden"\r
 \r
-#: Cura/util/profile.py:212\r
+#: Cura/util/profile.py:230\r
 msgid ""\r
 "The amount of lines used for a brim, more lines means a larger brim which "\r
 "sticks better, but this also makes your effective print area smaller."\r
@@ -2071,47 +2124,48 @@ msgstr ""
 "een grotere kleefrand, maar dit zorgt ook dat je printoppervlak kleiner "\r
 "wordt."\r
 \r
-#: Cura/util/profile.py:213\r
+#: Cura/util/profile.py:231\r
 msgid "Extra margin (mm)"\r
 msgstr "Extra marge (mm)"\r
 \r
-#: Cura/util/profile.py:213\r
+#: Cura/util/profile.py:231\r
+#, fuzzy\r
 msgid ""\r
 "If the raft is enabled, this is the extra raft area around the object which "\r
 "is also rafted. Increasing this margin will create a stronger raft while "\r
-"using more material and leaving less are for your print."\r
+"using more material and leaving less area for your print."\r
 msgstr ""\r
 "Dit is de afstand van de mat buiten het object, wanneer de mat is "\r
 "ingeschakeld. Wanneer je deze marge vergroot gebruik je meer materiaal en "\r
 "krijg je een sterkere raft. Dit laat minder ruimte over voor je print."\r
 \r
-#: Cura/util/profile.py:214\r
+#: Cura/util/profile.py:232\r
 msgid "Line spacing (mm)"\r
 msgstr "Afstand tussen lijnen (mm)"\r
 \r
-#: Cura/util/profile.py:214\r
+#: Cura/util/profile.py:232\r
 msgid ""\r
 "When you are using the raft this is the distance between the centerlines of "\r
 "the raft line."\r
 msgstr ""\r
 "Wanneer je een mat gebruikt, is dit de afstand tussen de lijnen van de mat."\r
 \r
-#: Cura/util/profile.py:215\r
+#: Cura/util/profile.py:233\r
 msgid "Base thickness (mm)"\r
 msgstr "Dikte basis (mm)"\r
 \r
-#: Cura/util/profile.py:215\r
+#: Cura/util/profile.py:233\r
 msgid ""\r
 "When you are using the raft this is the thickness of the base layer which is "\r
 "put down."\r
 msgstr ""\r
 "Wanneer je een mat gebruikt is dit de dikte van de eerste laag van de mat."\r
 \r
-#: Cura/util/profile.py:216\r
+#: Cura/util/profile.py:234\r
 msgid "Base line width (mm)"\r
 msgstr "Basis lijn breedte (mm)"\r
 \r
-#: Cura/util/profile.py:216\r
+#: Cura/util/profile.py:234\r
 msgid ""\r
 "When you are using the raft this is the width of the base layer lines which "\r
 "are put down."\r
@@ -2119,11 +2173,11 @@ msgstr ""
 "Wanneer je een mat gebruikt is dit de breedte van de lijnen van de eerste "\r
 "laag van de mat."\r
 \r
-#: Cura/util/profile.py:217\r
+#: Cura/util/profile.py:235\r
 msgid "Interface thickness (mm)"\r
 msgstr "Contact dikte (mm)"\r
 \r
-#: Cura/util/profile.py:217\r
+#: Cura/util/profile.py:235\r
 msgid ""\r
 "When you are using the raft this is the thickness of the interface layer "\r
 "which is put down."\r
@@ -2131,11 +2185,11 @@ msgstr ""
 "Wanneer je een mat gebruikt is dit de dikte van de contactlaag met het "\r
 "object."\r
 \r
-#: Cura/util/profile.py:218\r
+#: Cura/util/profile.py:236\r
 msgid "Interface line width (mm)"\r
 msgstr "Contact lijn dikte (mm)"\r
 \r
-#: Cura/util/profile.py:218\r
+#: Cura/util/profile.py:236\r
 msgid ""\r
 "When you are using the raft this is the width of the interface layer lines "\r
 "which are put down."\r
@@ -2143,21 +2197,22 @@ msgstr ""
 "Wanneer je een mat gebruikt is dit de breedte van de lijn van de contactlaag "\r
 "met het object."\r
 \r
-#: Cura/util/profile.py:220 Cura/util/profile.py:221 Cura/util/profile.py:222\r
-#: Cura/util/profile.py:223\r
+#: Cura/util/profile.py:237 Cura/util/profile.py:238 Cura/util/profile.py:239\r
+#: Cura/util/profile.py:240\r
 msgid "Fix horrible"\r
 msgstr "Repareer een dramatisch model"\r
 \r
-#: Cura/util/profile.py:220\r
+#: Cura/util/profile.py:237\r
 msgid "Combine everything (Type-A)"\r
 msgstr "Combineer alles (Type-A)"\r
 \r
-#: Cura/util/profile.py:220 Cura/util/profile.py:221\r
+#: Cura/util/profile.py:237 Cura/util/profile.py:238\r
+#, fuzzy\r
 msgid ""\r
 "This expert option adds all parts of the model together. The result is "\r
 "usually that internal cavities disappear. Depending on the model this can be "\r
 "intended or not. Enabling this option is at your own risk. Type-A is "\r
-"depended on the model normals and tries to keep some internal holes intact. "\r
+"dependent on the model normals and tries to keep some internal holes intact. "\r
 "Type-B ignores all internal holes and only keeps the outside shape per layer."\r
 msgstr ""\r
 "Deze expert optie voegt alle onderdelen van het model samen. Het resultaaat "\r
@@ -2167,22 +2222,22 @@ msgstr ""
 "gaten in tact te laten. Type-B negeert alle interne gaten en behoudt alleen "\r
 "de buitenste vorm per laag."\r
 \r
-#: Cura/util/profile.py:221\r
+#: Cura/util/profile.py:238\r
 msgid "Combine everything (Type-B)"\r
 msgstr "Combineer alles (Type-B)"\r
 \r
-#: Cura/util/profile.py:222\r
+#: Cura/util/profile.py:239\r
 msgid "Keep open faces"\r
 msgstr "Behoudt open vlakken"\r
 \r
-#: Cura/util/profile.py:222\r
+#: Cura/util/profile.py:239\r
+#, fuzzy\r
 msgid ""\r
 "This expert option keeps all the open bits of the model intact. Normally "\r
 "Cura tries to stitch up small holes and remove everything with big holes, "\r
 "but this option keeps bits that are not properly part of anything and just "\r
-"goes with whatever it is left. This option is usually not what you want, but "\r
-"it might enable you to slice models otherwise failing to produce proper "\r
-"paths.\n"\r
+"goes with whatever is left. This option is usually not what you want, but it "\r
+"might enable you to slice models otherwise failing to produce proper paths.\n"\r
 "As with all \"Fix horrible\" options, results may vary and use at your own "\r
 "risk."\r
 msgstr ""\r
@@ -2195,13 +2250,14 @@ msgstr ""
 "Zoals met alle \"Repareer een dramatisch model\" opties, zullen resultaten "\r
 "variëren en is het gebruik van deze opties op eigen risico."\r
 \r
-#: Cura/util/profile.py:223\r
+#: Cura/util/profile.py:240\r
 msgid "Extensive stitching"\r
 msgstr "Uitgebreid hechten"\r
 \r
-#: Cura/util/profile.py:223\r
+#: Cura/util/profile.py:240\r
+#, fuzzy\r
 msgid ""\r
-"Extrensive stitching tries to fix up open holes in the model by closing the "\r
+"Extensive stitching tries to fix up open holes in the model by closing the "\r
 "hole with touching polygons. This algorthm is quite expensive and could "\r
 "introduce a lot of processing time.\n"\r
 "As with all \"Fix horrible\" options, results may vary and use at your own "\r
@@ -2213,42 +2269,42 @@ msgstr ""
 "Zoals met alle \"Repareer een dramatisch model\" opties, zullen resultaten "\r
 "variëren en is het gebruik van deze opties op eigen risico."\r
 \r
-#: Cura/util/profile.py:323\r
+#: Cura/util/profile.py:350\r
 msgid "Save profile on slice"\r
 msgstr "Bewaar het profiel wanneer je slicet."\r
 \r
-#: Cura/util/profile.py:323\r
+#: Cura/util/profile.py:350\r
 msgid ""\r
 "When slicing save the profile as [stl_file]_profile.ini next to the model."\r
 msgstr ""\r
 "Sla ook meteen het profiel op als [stl_file]_profile.ini wanneer je slicet."\r
 \r
-#: Cura/util/profile.py:324\r
+#: Cura/util/profile.py:351\r
 msgid "Cost (price/kg)"\r
 msgstr "Kosten (prijs/kg)"\r
 \r
-#: Cura/util/profile.py:324\r
+#: Cura/util/profile.py:351\r
 msgid "Cost of your filament per kg, to estimate the cost of the final print."\r
 msgstr ""\r
 "Kosten van je filament per kg om de kosten van je uiteindelijke print te "\r
 "kunnen inschatten."\r
 \r
-#: Cura/util/profile.py:325\r
+#: Cura/util/profile.py:352\r
 msgid "Cost (price/m)"\r
 msgstr "Kosten (prijs/m)"\r
 \r
-#: Cura/util/profile.py:325\r
+#: Cura/util/profile.py:352\r
 msgid ""\r
 "Cost of your filament per meter, to estimate the cost of the final print."\r
 msgstr ""\r
 "Kosten van je filament per meter om de kosten van je uiteindelijke print te "\r
 "kunnen inschatten."\r
 \r
-#: Cura/util/profile.py:326\r
+#: Cura/util/profile.py:353\r
 msgid "Auto detect SD card drive"\r
 msgstr "Detecteer automatisch de aanwezigheid van een SD kaartlezer"\r
 \r
-#: Cura/util/profile.py:326\r
+#: Cura/util/profile.py:353\r
 msgid ""\r
 "Auto detect the SD card. You can disable this because on some systems "\r
 "external hard-drives or USB sticks are detected as SD card."\r
@@ -2257,29 +2313,29 @@ msgstr ""
 "sommige systemen zullen externe harde schijven of USB's als SD kaart gezien "\r
 "worden."\r
 \r
-#: Cura/util/profile.py:327\r
+#: Cura/util/profile.py:354\r
 msgid "Check for updates"\r
 msgstr "Controleer of er updates zijn"\r
 \r
-#: Cura/util/profile.py:327\r
+#: Cura/util/profile.py:354\r
 msgid "Check for newer versions of Cura on startup"\r
 msgstr "Controleer of er een nieuwe versie van Cura is tijdens het opstarten"\r
 \r
-#: Cura/util/profile.py:328\r
+#: Cura/util/profile.py:355\r
 msgid "Send usage statistics"\r
 msgstr "Verstuur gebruiks statistieken"\r
 \r
-#: Cura/util/profile.py:328\r
+#: Cura/util/profile.py:355\r
 msgid "Submit anonymous usage information to improve next versions of Cura"\r
 msgstr ""\r
 "Verstuur anonieme gebruiksinformatie om de volgende versie van Cura te "\r
 "verbeteren"\r
 \r
-#: Cura/util/profile.py:330\r
+#: Cura/util/profile.py:357\r
 msgid "Density (kg/m3)"\r
 msgstr "Dichtheid (kg/m3)"\r
 \r
-#: Cura/util/profile.py:330\r
+#: Cura/util/profile.py:357\r
 msgid ""\r
 "Weight of the filament per m3. Around 1240 for PLA. And around 1040 for ABS. "\r
 "This value is used to estimate the weight if the filament used for the print."\r
@@ -2288,56 +2344,88 @@ msgstr ""
 "Deze waarde wordt gebruikt om het gewicht van de uiteindelijke print te "\r
 "schatten."\r
 \r
-#: Cura/util/profile.py:331\r
+#: Cura/util/profile.py:358\r
 msgid ""\r
 "Change the language in which Cura runs. Switching language requires a "\r
 "restart of Cura"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:334\r
+#: Cura/util/profile.py:361\r
 msgid "Model colour"\r
 msgstr "Model kleur"\r
 \r
-#: Cura/util/profile.py:335\r
+#: Cura/util/profile.py:361\r
+msgid "Display color for first extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:362\r
 msgid "Model colour (2)"\r
 msgstr "Model kleur (2)"\r
 \r
-#: Cura/util/profile.py:336\r
+#: Cura/util/profile.py:362\r
+msgid "Display color for second extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:363\r
 msgid "Model colour (3)"\r
 msgstr "Model kleur (3)"\r
 \r
-#: Cura/util/profile.py:337\r
+#: Cura/util/profile.py:363\r
+msgid "Display color for third extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:364\r
 msgid "Model colour (4)"\r
 msgstr "Model kleur (4)"\r
 \r
-#: Cura/util/profile.py:348\r
+#: Cura/util/profile.py:364\r
+msgid "Display color for forth extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:365\r
+msgid "Printing window type"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:365\r
+msgid "Select the interface used for USB printing."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:377\r
 msgid "Maximum width (mm)"\r
 msgstr "Maximale breedte (mm)"\r
 \r
-#: Cura/util/profile.py:348 Cura/util/profile.py:349 Cura/util/profile.py:350\r
+#: Cura/util/profile.py:377 Cura/util/profile.py:378 Cura/util/profile.py:379\r
 msgid "Size of the machine in mm"\r
 msgstr "Afmeting van de machine in mm"\r
 \r
-#: Cura/util/profile.py:349\r
+#: Cura/util/profile.py:378\r
 msgid "Maximum depth (mm)"\r
 msgstr "Maximale diepte (mm)"\r
 \r
-#: Cura/util/profile.py:350\r
+#: Cura/util/profile.py:379\r
 msgid "Maximum height (mm)"\r
 msgstr "Maximale hoogte (mm)"\r
 \r
-#: Cura/util/profile.py:351\r
+#: Cura/util/profile.py:380\r
 #, fuzzy\r
 msgid "Machine center 0,0"\r
 msgstr "Machine naam"\r
 \r
-#: Cura/util/profile.py:351\r
+#: Cura/util/profile.py:380\r
 msgid ""\r
 "Machines firmware defines the center of the bed as 0,0 instead of the front "\r
 "left corner."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:353\r
+#: Cura/util/profile.py:381\r
+msgid "Build area shape"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:381\r
+msgid "The shape of machine build area."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:383\r
 msgid ""\r
 "If you have an heated bed, this enabled heated bed settings (requires "\r
 "restart)"\r
@@ -2345,11 +2433,11 @@ msgstr ""
 "Wanneer je een verwarmd platform hebt, zet deze vink de opties hiervoor aan. "\r
 "Je dient Cura wel opnieuw op te starten."\r
 \r
-#: Cura/util/profile.py:354\r
+#: Cura/util/profile.py:384\r
 msgid "GCode Flavor"\r
 msgstr "GCode soort"\r
 \r
-#: Cura/util/profile.py:354\r
+#: Cura/util/profile.py:384\r
 #, fuzzy\r
 msgid ""\r
 "Flavor of generated GCode.\n"\r
@@ -2365,39 +2453,39 @@ msgstr ""
 "UltiGCode is een variatie van de RepRap GCode die meer instellingen in de "\r
 "machine opslaat in plaats van in de slicersoftware."\r
 \r
-#: Cura/util/profile.py:355\r
+#: Cura/util/profile.py:385\r
 msgid "Extruder count"\r
 msgstr "Aantal printkoppen"\r
 \r
-#: Cura/util/profile.py:355\r
+#: Cura/util/profile.py:385\r
 msgid "Amount of extruders in your machine."\r
 msgstr "Aantal printkoppen op je printer"\r
 \r
-#: Cura/util/profile.py:356 Cura/util/profile.py:358 Cura/util/profile.py:360\r
+#: Cura/util/profile.py:386 Cura/util/profile.py:388 Cura/util/profile.py:390\r
 msgid "Offset X"\r
 msgstr "X afstand"\r
 \r
-#: Cura/util/profile.py:356 Cura/util/profile.py:357\r
+#: Cura/util/profile.py:386 Cura/util/profile.py:387\r
 msgid "The offset of your secondary extruder compared to the primary."\r
 msgstr "De afstand tussen de eerste en de tweede printkop."\r
 \r
-#: Cura/util/profile.py:357 Cura/util/profile.py:359 Cura/util/profile.py:361\r
+#: Cura/util/profile.py:387 Cura/util/profile.py:389 Cura/util/profile.py:391\r
 msgid "Offset Y"\r
 msgstr "Y afstand"\r
 \r
-#: Cura/util/profile.py:358 Cura/util/profile.py:359\r
+#: Cura/util/profile.py:388 Cura/util/profile.py:389\r
 msgid "The offset of your tertiary extruder compared to the primary."\r
 msgstr "De afstand tussen de eerste en de derde printkop."\r
 \r
-#: Cura/util/profile.py:360 Cura/util/profile.py:361\r
+#: Cura/util/profile.py:390 Cura/util/profile.py:391\r
 msgid "The offset of your forth extruder compared to the primary."\r
 msgstr "De afstand tussen de eerste en de vierde printkop."\r
 \r
-#: Cura/util/profile.py:362\r
+#: Cura/util/profile.py:392\r
 msgid "E-Steps per 1mm filament"\r
 msgstr "E-stappen per 1 mm. filament"\r
 \r
-#: Cura/util/profile.py:362\r
+#: Cura/util/profile.py:392\r
 msgid ""\r
 "Amount of steps per mm filament extrusion. If set to 0 then this value is "\r
 "ignored and the value in your firmware is used."\r
@@ -2406,19 +2494,19 @@ msgstr ""
 "Wanneer hier 0 wordt ingevoerd, wordt de waarde genegeerd en de waarde uit "\r
 "je firmware gebruikt."\r
 \r
-#: Cura/util/profile.py:363\r
+#: Cura/util/profile.py:393\r
 msgid "Serial port"\r
 msgstr "Seriële poort"\r
 \r
-#: Cura/util/profile.py:363\r
+#: Cura/util/profile.py:393\r
 msgid "Serial port to use for communication with the printer"\r
 msgstr "De seriële poort die gebruikt wordt voor communicatie met de printer."\r
 \r
-#: Cura/util/profile.py:365\r
+#: Cura/util/profile.py:395\r
 msgid "Baudrate"\r
 msgstr "Baudrate"\r
 \r
-#: Cura/util/profile.py:365\r
+#: Cura/util/profile.py:395\r
 msgid ""\r
 "Speed of the serial port communication\n"\r
 "Needs to match your firmware settings\n"\r
@@ -2428,11 +2516,11 @@ msgstr ""
 "Deze dient overeen te komen met de instellingen in je firmware \n"\r
 "Meestal 250000, 115200 of 57600"\r
 \r
-#: Cura/util/profile.py:368\r
+#: Cura/util/profile.py:398\r
 msgid "Head size towards X min (mm)"\r
 msgstr "Minimale afmeting printkop X (mm)"\r
 \r
-#: Cura/util/profile.py:368\r
+#: Cura/util/profile.py:398\r
 msgid ""\r
 "The head size when printing multiple objects, measured from the tip of the "\r
 "nozzle towards the outer part of the head. 75mm for an Ultimaker if the fan "\r
@@ -2443,11 +2531,11 @@ msgstr ""
 "Deze waarde is belangrijk als je meerdere objecten wilt printen en de kop "\r
 "niet met eerdere objecten mag botsen."\r
 \r
-#: Cura/util/profile.py:369\r
+#: Cura/util/profile.py:399\r
 msgid "Head size towards Y min (mm)"\r
 msgstr "Minimale afmeting printkop Y (mm)"\r
 \r
-#: Cura/util/profile.py:369 Cura/util/profile.py:370\r
+#: Cura/util/profile.py:399 Cura/util/profile.py:400\r
 msgid ""\r
 "The head size when printing multiple objects, measured from the tip of the "\r
 "nozzle towards the outer part of the head. 18mm for an Ultimaker if the fan "\r
@@ -2458,15 +2546,15 @@ msgstr ""
 "Deze waarde is belangrijk als je meerdere objecten wilt printen en de kop "\r
 "niet met eerdere objecten mag botsen."\r
 \r
-#: Cura/util/profile.py:370\r
+#: Cura/util/profile.py:400\r
 msgid "Head size towards X max (mm)"\r
 msgstr "Maximale afmeting X (mm)"\r
 \r
-#: Cura/util/profile.py:371\r
+#: Cura/util/profile.py:401\r
 msgid "Head size towards Y max (mm)"\r
 msgstr "Maximale afmeting printkop Y (mm)"\r
 \r
-#: Cura/util/profile.py:371\r
+#: Cura/util/profile.py:401\r
 msgid ""\r
 "The head size when printing multiple objects, measured from the tip of the "\r
 "nozzle towards the outer part of the head. 35mm for an Ultimaker if the fan "\r
@@ -2477,11 +2565,11 @@ msgstr ""
 "Deze waarde is belangrijk als je meerdere objecten wilt printen en de kop "\r
 "niet met eerdere objecten mag botsen."\r
 \r
-#: Cura/util/profile.py:372\r
+#: Cura/util/profile.py:402\r
 msgid "Printer gantry height (mm)"\r
 msgstr "Hoogte printkop samenstelling (mm)"\r
 \r
-#: Cura/util/profile.py:372\r
+#: Cura/util/profile.py:402\r
 msgid ""\r
 "The height of the gantry holding up the printer head. If an object is higher "\r
 "then this then you cannot print multiple objects one for one. 60mm for an "\r
@@ -2491,53 +2579,180 @@ msgstr ""
 "dan deze waarde, kan je niet meerdere objecten printen. Dit is 60 mm voor "\r
 "een Ultimaker."\r
 \r
-#: Cura/util/profile.py:374\r
+#: Cura/util/profile.py:404\r
 #, python-format\r
 msgid "More flow than 150% is rare and usually not recommended."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:375\r
+#: Cura/util/profile.py:405\r
 #, python-format\r
 msgid "Less flow than 50% is rare and usually not recommended."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:376\r
+#: Cura/util/profile.py:406\r
 #, python-format\r
 msgid ""\r
 "Thicker layers then %.2fmm (80%% nozzle size) usually give bad results and "\r
 "are not recommended."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:378\r
+#: Cura/util/profile.py:408\r
 msgid ""\r
 "It is highly unlikely that your machine can achieve a printing speed above "\r
 "150mm/s"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:380 Cura/util/profile.py:381 Cura/util/profile.py:382\r
-#: Cura/util/profile.py:383\r
+#: Cura/util/profile.py:410 Cura/util/profile.py:411 Cura/util/profile.py:412\r
+#: Cura/util/profile.py:413\r
 msgid "Temperatures above 260C could damage your machine, be careful!"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:384 Cura/util/profile.py:385 Cura/util/profile.py:386\r
-#: Cura/util/profile.py:387\r
+#: Cura/util/profile.py:414 Cura/util/profile.py:415 Cura/util/profile.py:416\r
+#: Cura/util/profile.py:417\r
 msgid ""\r
 "Are you sure your filament is that thick? Normal filament is around 3mm or "\r
 "1.75mm."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:388\r
+#: Cura/util/profile.py:418\r
 msgid ""\r
 "It is highly unlikely that your machine can achieve a travel speed above "\r
 "300mm/s"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:389\r
+#: Cura/util/profile.py:419\r
 #, python-format\r
 msgid ""\r
 "A bottom layer of more then %.2fmm (3/4 nozzle size) usually give bad "\r
 "results and is not recommended."\r
 msgstr ""\r
 \r
+#~ msgid "* Configure Cura for your machine"\r
+#~ msgstr "*Configureer Cura voor jouw machine"\r
+\r
+#~ msgid "* Optionally upgrade your firmware"\r
+#~ msgstr "* Optie: Upgrade je firmware"\r
+\r
+#~ msgid "* Optionally check if your machine is working safely"\r
+#~ msgstr "* Optie: Controleer of je machine veilig werkt"\r
+\r
+#~ msgid "* Optionally level your printer bed"\r
+#~ msgstr "* Optie: nivelleer je print platform"\r
+\r
+#~ msgid "Add new machine..."\r
+#~ msgstr "Voeg een nieuwe machine toe..."\r
+\r
+#~ msgid "Statistics"\r
+#~ msgstr "Statistieken"\r
+\r
+#~ msgid ""\r
+#~ "Filament: ####.##m #.##g\n"\r
+#~ "Estimated print time: #####:##\n"\r
+#~ "Machine state:\n"\r
+#~ "Detecting baudrateXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"\r
+#~ msgstr ""\r
+#~ "Filament: ####.##m #.##g\n"\r
+#~ "Geschatte print tijd: #####:##\n"\r
+#~ "Machine status:\n"\r
+#~ "Baudrate detecteren: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"\r
+\r
+#~ msgid "BedTemp:"\r
+#~ msgstr "PlatformTemp:"\r
+\r
+#~ msgid "Temp:"\r
+#~ msgstr "Temp:"\r
+\r
+#~ msgid "Jog"\r
+#~ msgstr "Verplaats"\r
+\r
+#~ msgid "Outer wall:"\r
+#~ msgstr "Buitenwand:"\r
+\r
+#~ msgid "Inner wall:"\r
+#~ msgstr "Binnenwand:"\r
+\r
+#~ msgid "Fill:"\r
+#~ msgstr "Vulling:"\r
+\r
+#~ msgid "Support:"\r
+#~ msgstr "Ondersteuning:"\r
+\r
+#~ msgid "Term"\r
+#~ msgstr "Term"\r
+\r
+#~ msgid "Enable timelapse movie recording"\r
+#~ msgstr "Maak een timelapse filmopname"\r
+\r
+#~ msgid "Show preview"\r
+#~ msgstr "Toon voorvertoning"\r
+\r
+#~ msgid "Camera"\r
+#~ msgstr "Camera"\r
+\r
+#~ msgid "Resume"\r
+#~ msgstr "Ga door"\r
+\r
+#~ msgid "Loading gcode...\n"\r
+#~ msgstr "GCode laden...\n"\r
+\r
+#~ msgid "Filament: %(amount).2fm %(weight).2fg\n"\r
+#~ msgstr "Filament: %(amount).2fm %(weight).2fg\n"\r
+\r
+#~ msgid "Filament cost: %s\n"\r
+#~ msgstr "Filament kosten: %s\n"\r
+\r
+# Weet niet wat dit doet, dus kon er ook geen vertaling voor bedenken\r
+#~ msgid "Cura - Batch run"\r
+#~ msgstr "Cura - Batch run"\r
+\r
+#~ msgid "Add"\r
+#~ msgstr "Voeg toe"\r
+\r
+#~ msgid "Remove"\r
+#~ msgstr "Verwijder"\r
+\r
+#~ msgid "Prepare all"\r
+#~ msgstr "Bereid alles voor"\r
+\r
+#~ msgid "Open file to batch prepare"\r
+#~ msgstr "Open bestand om partij voor te bereiden"\r
+\r
+#~ msgid "Building: %d                           "\r
+#~ msgstr "Bouwt: %d"\r
+\r
+#~ msgid "Done: 0/%d                           "\r
+#~ msgstr "Gedaan: 0/%d"\r
+\r
+#~ msgid "Abort"\r
+#~ msgstr "Onderbreek"\r
+\r
+#~ msgid "Close"\r
+#~ msgstr "Sluiten"\r
+\r
+#~ msgid "Build: %d models"\r
+#~ msgstr "Gedaan: %d models"\r
+\r
+#~ msgid ""\r
+#~ "\n"\r
+#~ "Slicing took: %(hours)02d:%(minutes)02d"\r
+#~ msgstr ""\r
+#~ "\n"\r
+#~ "Slicen duurde: %(hours)02d:%(minutes)02d"\r
+\r
+#~ msgid "Building: [%(index)d/%(size)d]"\r
+#~ msgstr "Bouwt: [%(index)d/%(size)d]"\r
+\r
+#~ msgid "Aborted by user."\r
+#~ msgstr "Afgebroken door de gebruiker."\r
+\r
+#~ msgid "Done %(index)d/%(size)d"\r
+#~ msgstr "Gedaan %(index)d/%(size)d"\r
+\r
+#~ msgid "To SDCard"\r
+#~ msgstr "Naar SD kaart"\r
+\r
+#~ msgid "Fan on layer number"\r
+#~ msgstr "Koelventilator(s) aan vanaf laag (nummer)"\r
+\r
 #~ msgid "Copyright (C) David Braam"\r
 #~ msgstr "Auteursrecht (C) David Braam"\r
index a9836024cec4e3f0a007abbbeb07e073bde0609b..159e8a1b21034a0bc7842b1a698035701c31f442 100644 (file)
Binary files a/resources/locale/po/LC_MESSAGES/Cura.mo and b/resources/locale/po/LC_MESSAGES/Cura.mo differ
index e54e3d2508a224d8cf6b4f7c2c09374d4bdcedf0..ff7267ec58045acd7dd9c61336153d4f0febe5fc 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""\r
 "Project-Id-Version: Cura\n"\r
 "Report-Msgid-Bugs-To: \n"\r
-"POT-Creation-Date: 2013-10-08 14:30+0200\n"\r
+"POT-Creation-Date: 2014-03-17 10:23+0100\n"\r
 "PO-Revision-Date: 2013-10-02 11:23+0100\n"\r
 "Last-Translator: \n"\r
 "Language-Team: LANGUAGE <LL@li.org>\n"\r
@@ -16,62 +16,50 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"\r
 "X-Generator: Poedit 1.5.7\n"\r
 \r
-#: Cura/gui/app.py:86 Cura/gui/mainWindow.py:528\r
+#: Cura/gui/app.py:141 Cura/gui/mainWindow.py:563\r
 msgid "A new version of Cura is available, would you like to download?"\r
 msgstr "Dostępna jest nowa wersja Cura, czy chcesz ją pobrać?"\r
 \r
-#: Cura/gui/app.py:86 Cura/gui/mainWindow.py:528\r
+#: Cura/gui/app.py:141 Cura/gui/mainWindow.py:563\r
 msgid "New version available"\r
 msgstr "Dostępna jest nowa wersja"\r
 \r
-#: Cura/gui/configWizard.py:221\r
+#: Cura/gui/configWizard.py:223\r
 msgid "Add new machine wizard"\r
 msgstr "Kreator dodawania nowej drukarki"\r
 \r
-#: Cura/gui/configWizard.py:223\r
+#: Cura/gui/configWizard.py:225\r
 msgid "First time run wizard"\r
 msgstr "Kreator pierwszego uruchomienia"\r
 \r
-#: Cura/gui/configWizard.py:224\r
+#: Cura/gui/configWizard.py:226\r
 msgid "Welcome, and thanks for trying Cura!"\r
 msgstr "Witaj, i dzięki za wypróbowanie Cura!"\r
 \r
-#: Cura/gui/configWizard.py:226\r
-msgid "This wizard will help you with the following steps:"\r
-msgstr "Ten kreator pomoże Ci przeprowadzić następujące kroki:"\r
-\r
-#: Cura/gui/configWizard.py:227\r
-msgid "* Configure Cura for your machine"\r
-msgstr "* Skonfigurowanie Cura do Twojej drukarki"\r
-\r
 #: Cura/gui/configWizard.py:228\r
-msgid "* Optionally upgrade your firmware"\r
-msgstr "* Opcjonalna aktualizacja firmware"\r
-\r
-#: Cura/gui/configWizard.py:229\r
-msgid "* Optionally check if your machine is working safely"\r
-msgstr "* Opcjonalny test czy drukarka działa w bezpieczny sposób"\r
-\r
-#: Cura/gui/configWizard.py:230\r
-msgid "* Optionally level your printer bed"\r
-msgstr "* Opcjonalne poziomowanie stołu drukarki"\r
+#, fuzzy\r
+msgid "This wizard will help you in setting up Cura for your machine."\r
+msgstr "Ten kreator pomoże Ci przeprowadzić następujące kroki:"\r
 \r
-#: Cura/gui/configWizard.py:239\r
+#: Cura/gui/configWizard.py:245\r
 msgid "The following pre-defined machine profiles are available"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:240\r
+#: Cura/gui/configWizard.py:246\r
 msgid ""\r
 "Note that these profiles are not guaranteed to give good results,\n"\r
-"or work at all. Extra tweaks might be required."\r
+"or work at all. Extra tweaks might be required.\n"\r
+"If you find issues with the predefined profiles,\n"\r
+"or want an extra profile.\n"\r
+"Please report it at the github issue tracker."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:270\r
+#: Cura/gui/configWizard.py:276\r
 #, fuzzy\r
 msgid "Cura is now ready to be used!"\r
 msgstr "Cura została autorzyowana do wysyłania na YouMagine"\r
 \r
-#: Cura/gui/configWizard.py:275\r
+#: Cura/gui/configWizard.py:281\r
 #, fuzzy\r
 msgid ""\r
 "RepRap machines can be vastly different, so here you can set your own "\r
@@ -80,12 +68,12 @@ msgstr ""
 "Rózne drukarki RepRap bardzo różnią się pomiędzy sobą i nie ma standardowej "\r
 "konfiguracji Cura, która działałaby dla każdej z nich."\r
 \r
-#: Cura/gui/configWizard.py:276\r
+#: Cura/gui/configWizard.py:282\r
 msgid ""\r
 "Be sure to review the default profile before running it on your machine."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:277\r
+#: Cura/gui/configWizard.py:283\r
 msgid ""\r
 "If you like a default profile for your machine added,\n"\r
 "then make an issue on github."\r
@@ -93,52 +81,52 @@ msgstr ""
 "Jeśli chcesz aby dla Twojej drukarki został dodany domyślny profil, utwórz "\r
 "Issue na github."\r
 \r
-#: Cura/gui/configWizard.py:279\r
+#: Cura/gui/configWizard.py:285\r
 msgid "You will have to manually install Marlin or Sprinter firmware."\r
 msgstr "Będziesz musiał ręcznie zainstalować firmware Marlin lub Sprinter."\r
 \r
-#: Cura/gui/configWizard.py:281\r
+#: Cura/gui/configWizard.py:287\r
 msgid "Machine name"\r
 msgstr "Nazwa drukarki"\r
 \r
-#: Cura/gui/configWizard.py:282\r
+#: Cura/gui/configWizard.py:288\r
 msgid "Machine width (mm)"\r
 msgstr "Szerokość drukarki (mm)"\r
 \r
-#: Cura/gui/configWizard.py:283\r
+#: Cura/gui/configWizard.py:289\r
 msgid "Machine depth (mm)"\r
 msgstr "Głębokość drukarki (mm)"\r
 \r
-#: Cura/gui/configWizard.py:284\r
+#: Cura/gui/configWizard.py:290\r
 msgid "Machine height (mm)"\r
 msgstr "Wysokość drukarki (mm)"\r
 \r
-#: Cura/gui/configWizard.py:285 Cura/util/profile.py:158\r
+#: Cura/gui/configWizard.py:291 Cura/util/profile.py:175\r
 msgid "Nozzle size (mm)"\r
 msgstr "Średnica dyszy (mm)"\r
 \r
-#: Cura/gui/configWizard.py:286 Cura/util/profile.py:353\r
+#: Cura/gui/configWizard.py:292 Cura/util/profile.py:383\r
 msgid "Heated bed"\r
 msgstr "Podgrzewany stół"\r
 \r
-#: Cura/gui/configWizard.py:287\r
+#: Cura/gui/configWizard.py:293\r
 msgid "Bed center is 0,0,0 (RoStock)"\r
 msgstr "Środek stołu ma współrzędne 0,0,0 (RoStock)"\r
 \r
-#: Cura/gui/configWizard.py:307\r
+#: Cura/gui/configWizard.py:313\r
 msgid "Select your machine"\r
 msgstr "Wybierz swoją drukarkę"\r
 \r
-#: Cura/gui/configWizard.py:308\r
+#: Cura/gui/configWizard.py:314\r
 msgid "What kind of machine do you have:"\r
 msgstr "Jaki rodzaj drukarki posiadasz:"\r
 \r
-#: Cura/gui/configWizard.py:315\r
+#: Cura/gui/configWizard.py:321\r
 #, fuzzy\r
 msgid "Other (Ex: RepRap, MakerBot)"\r
 msgstr "Inna (np: RepRap)"\r
 \r
-#: Cura/gui/configWizard.py:318\r
+#: Cura/gui/configWizard.py:324\r
 msgid ""\r
 "The collection of anonymous usage information helps with the continued "\r
 "improvement of Cura."\r
@@ -146,7 +134,7 @@ msgstr ""
 "Zbieranie anonimowych danych o sposobie używania Cura pomoże w ciągłym "\r
 "rozwoju programu."\r
 \r
-#: Cura/gui/configWizard.py:319\r
+#: Cura/gui/configWizard.py:325\r
 msgid ""\r
 "This does NOT submit your models online nor gathers any privacy related "\r
 "information."\r
@@ -154,19 +142,19 @@ msgstr ""
 "Ta opcja NIE wysyła do sieci Twoich modeli ani nie zbiera żadnych "\r
 "personalnych informacji."\r
 \r
-#: Cura/gui/configWizard.py:320\r
+#: Cura/gui/configWizard.py:326\r
 msgid "Submit anonymous usage information:"\r
 msgstr "Wyślij anonimowe informaje o użyciu programu:"\r
 \r
-#: Cura/gui/configWizard.py:321\r
+#: Cura/gui/configWizard.py:327\r
 msgid "For full details see: http://wiki.ultimaker.com/Cura:stats"\r
 msgstr "Szczegółowe informacje: http://wiki.ultimaker.com/Cura:stats"\r
 \r
-#: Cura/gui/configWizard.py:383\r
+#: Cura/gui/configWizard.py:396\r
 msgid "Select upgraded parts you have"\r
 msgstr "Wybierz które upgrade'y posiadasz"\r
 \r
-#: Cura/gui/configWizard.py:384\r
+#: Cura/gui/configWizard.py:397\r
 msgid ""\r
 "To assist you in having better default settings for your Ultimaker\n"\r
 "Cura would like to know which upgrades you have in your machine."\r
@@ -174,19 +162,19 @@ msgstr ""
 "Aby zaproponować Ci lepsze ustawienia domyślne dla Ultimakera, Cura chce "\r
 "wiedzieć które upgrade'y masz zainstalowane w drukarce."\r
 \r
-#: Cura/gui/configWizard.py:386\r
+#: Cura/gui/configWizard.py:399\r
 msgid "Extruder drive upgrade"\r
 msgstr "Upgrade napędu ekstrudera"\r
 \r
-#: Cura/gui/configWizard.py:387\r
+#: Cura/gui/configWizard.py:400\r
 msgid "Heated printer bed (self built)"\r
 msgstr "Podgrzewany stół (własnej roboty)"\r
 \r
-#: Cura/gui/configWizard.py:388\r
+#: Cura/gui/configWizard.py:401\r
 msgid "Dual extrusion (experimental)"\r
 msgstr "Podwójna głowica (experymentalne)"\r
 \r
-#: Cura/gui/configWizard.py:390\r
+#: Cura/gui/configWizard.py:403\r
 msgid ""\r
 "If you have an Ultimaker bought after october 2012 you will have the\n"\r
 "Extruder drive upgrade. If you do not have this upgrade,\n"\r
@@ -196,7 +184,7 @@ msgstr ""
 "Upgrade napędu ekstrudera. Jeśli jeszcze nie posiadasz tego upgrade'u jest "\r
 "on wysoko zalecany dla zwiększenia niezawodności."\r
 \r
-#: Cura/gui/configWizard.py:391\r
+#: Cura/gui/configWizard.py:404\r
 msgid ""\r
 "This upgrade can be bought from the Ultimaker webshop\n"\r
 "or found on thingiverse as thing:26094"\r
@@ -204,11 +192,11 @@ msgstr ""
 "Ten upgrade może być kupiony w sklepie Ultimakera, możesz go również znaleźć "\r
 "na Thingiverse jako thing:26094"\r
 \r
-#: Cura/gui/configWizard.py:410\r
+#: Cura/gui/configWizard.py:423\r
 msgid "Upgrade Ultimaker Firmware"\r
 msgstr "Uaktualnij firmware Ultimakera"\r
 \r
-#: Cura/gui/configWizard.py:411\r
+#: Cura/gui/configWizard.py:424\r
 msgid ""\r
 "Firmware is the piece of software running directly on your 3D printer.\n"\r
 "This firmware controls the step motors, regulates the temperature\n"\r
@@ -218,7 +206,7 @@ msgstr ""
 "3D. Oprogramowanie to kontroluje działanie silników krokowych, reguluje "\r
 "temperaturę i sprawia że Twoja drukarka działa."\r
 \r
-#: Cura/gui/configWizard.py:413\r
+#: Cura/gui/configWizard.py:426\r
 msgid ""\r
 "The firmware shipping with new Ultimakers works, but upgrades\n"\r
 "have been made to make better prints, and make calibration easier."\r
@@ -226,7 +214,7 @@ msgstr ""
 "Wersja firmware instalowana w nowych drukarkach Ultimaker diała, ale w "\r
 "nowsze wersję oferują lepszą jakość wydruku i łatwiejszą kalibrację."\r
 \r
-#: Cura/gui/configWizard.py:415\r
+#: Cura/gui/configWizard.py:428\r
 msgid ""\r
 "Cura requires these new features and thus\n"\r
 "your firmware will most likely need to be upgraded.\n"\r
@@ -235,19 +223,20 @@ msgstr ""
 "Cura wymaga tych nowych funkcji i w związku z tym Twój firmwaer "\r
 "prawdopodobnie musi zostać uaktualniony. Cura pomoże Ci to teraz zrobić."\r
 \r
-#: Cura/gui/configWizard.py:420\r
+#: Cura/gui/configWizard.py:433\r
 msgid "Do not upgrade to this firmware if:"\r
 msgstr "Nie uaktualniaj swojego firmware jeśli:"\r
 \r
-#: Cura/gui/configWizard.py:421\r
-msgid "* You have an older machine based on ATMega1280"\r
+#: Cura/gui/configWizard.py:434\r
+#, fuzzy\r
+msgid "* You have an older machine based on ATMega1280 (Rev 1 machine)"\r
 msgstr "* Posidasz starszą drukarkę opartą o ATMega1280"\r
 \r
-#: Cura/gui/configWizard.py:422\r
+#: Cura/gui/configWizard.py:435\r
 msgid "* Have other changes in the firmware"\r
 msgstr "* Wprowadzałeś inne niestandardowe zmiany w firmware"\r
 \r
-#: Cura/gui/configWizard.py:456\r
+#: Cura/gui/configWizard.py:469\r
 msgid ""\r
 "It is a good idea to do a few sanity checks now on your Ultimaker.\n"\r
 "You can skip these if you know your machine is functional."\r
@@ -256,101 +245,101 @@ msgstr ""
 "Ultimakera. Możesz pominąć te testy jeśli jesteś pewien że twoja drukarka "\r
 "pracuje prawidłowo."\r
 \r
-#: Cura/gui/configWizard.py:457\r
+#: Cura/gui/configWizard.py:470\r
 msgid "Run checks"\r
 msgstr "Uruchom testy"\r
 \r
-#: Cura/gui/configWizard.py:457\r
+#: Cura/gui/configWizard.py:470\r
 msgid "Skip checks"\r
 msgstr "Pomiń testy"\r
 \r
-#: Cura/gui/configWizard.py:461\r
+#: Cura/gui/configWizard.py:474\r
 msgid "Communication:"\r
 msgstr "Komunikacja:"\r
 \r
-#: Cura/gui/configWizard.py:462\r
+#: Cura/gui/configWizard.py:475\r
 msgid "Temperature:"\r
 msgstr "Temperatura:"\r
 \r
-#: Cura/gui/configWizard.py:463\r
+#: Cura/gui/configWizard.py:476\r
 msgid "Endstops:"\r
 msgstr "Wyłączniki krańcowe:"\r
 \r
-#: Cura/gui/configWizard.py:468\r
+#: Cura/gui/configWizard.py:481\r
 msgid "Show error log"\r
 msgstr "Pokaż dziennik błędów"\r
 \r
-#: Cura/gui/configWizard.py:502\r
+#: Cura/gui/configWizard.py:515\r
 msgid "Connecting to machine."\r
 msgstr "Łączenie z drukarką."\r
 \r
-#: Cura/gui/configWizard.py:523\r
+#: Cura/gui/configWizard.py:536\r
 msgid "Cooldown before temperature check."\r
 msgstr "Ochładzanie przed testem temperatury."\r
 \r
-#: Cura/gui/configWizard.py:529 Cura/gui/configWizard.py:536\r
+#: Cura/gui/configWizard.py:542 Cura/gui/configWizard.py:549\r
 msgid "Checking the heater and temperature sensor."\r
 msgstr "Sprawdzanie grzałki i czujnika temperatury."\r
 \r
-#: Cura/gui/configWizard.py:547\r
+#: Cura/gui/configWizard.py:560\r
 msgid "Please make sure none of the endstops are pressed."\r
 msgstr "Upewnij się, że żaden wyłącznik krańcowy nie jest teraz wciśnięty."\r
 \r
-#: Cura/gui/configWizard.py:560\r
+#: Cura/gui/configWizard.py:573\r
 msgid "Temperature measurement FAILED!"\r
 msgstr "Pomiar temperatury NIE POWIÓDŁ SIĘ!"\r
 \r
-#: Cura/gui/configWizard.py:565\r
+#: Cura/gui/configWizard.py:578\r
 #, python-format\r
 msgid "Head temperature: %d"\r
 msgstr "Temperatura głowicy: %d"\r
 \r
-#: Cura/gui/configWizard.py:572 Cura/gui/configWizard.py:581\r
+#: Cura/gui/configWizard.py:585 Cura/gui/configWizard.py:594\r
 #, python-format\r
 msgid "Communication State: %s"\r
 msgstr "Stan komunikacji: %s"\r
 \r
-#: Cura/gui/configWizard.py:575\r
+#: Cura/gui/configWizard.py:588\r
 msgid "Failed to establish connection with the printer."\r
 msgstr "NIE UDAŁO SIĘ ustanowić połączenia z drukarką."\r
 \r
-#: Cura/gui/configWizard.py:620\r
+#: Cura/gui/configWizard.py:633\r
 msgid "Please press the right X endstop."\r
 msgstr "Naciśnij wyłącznik krańcowy prawy osi X."\r
 \r
-#: Cura/gui/configWizard.py:625\r
+#: Cura/gui/configWizard.py:638\r
 msgid "Please press the left X endstop."\r
 msgstr "Naciśnij wyłącznik krańcowy lewy osi X."\r
 \r
-#: Cura/gui/configWizard.py:630\r
+#: Cura/gui/configWizard.py:643\r
 msgid "Please press the front Y endstop."\r
 msgstr "Naciśnij wyłącznik krańcowy przedni osi Y."\r
 \r
-#: Cura/gui/configWizard.py:635\r
+#: Cura/gui/configWizard.py:648\r
 msgid "Please press the back Y endstop."\r
 msgstr "Naciśnij wyłącznik krańcowy tylny osi Y."\r
 \r
-#: Cura/gui/configWizard.py:640\r
+#: Cura/gui/configWizard.py:653\r
 msgid "Please press the top Z endstop."\r
 msgstr "Naciśnij wyłącznik krańcowy górny osi Z."\r
 \r
-#: Cura/gui/configWizard.py:645\r
+#: Cura/gui/configWizard.py:658\r
 msgid "Please press the bottom Z endstop."\r
 msgstr "Naciśnij wyłącznik krańcowy przedni dolny Z."\r
 \r
-#: Cura/gui/configWizard.py:651\r
+#: Cura/gui/configWizard.py:664\r
 msgid "Checkup finished"\r
 msgstr "Testy zakończone"\r
 \r
-#: Cura/gui/configWizard.py:694\r
+#: Cura/gui/configWizard.py:707\r
 msgid "Calibrating the Steps Per E requires some manual actions."\r
 msgstr "Kalibracja ilości kroków osi E wymaga kilku ręcznych czynności."\r
 \r
-#: Cura/gui/configWizard.py:695\r
+#: Cura/gui/configWizard.py:708\r
 msgid "First remove any filament from your machine."\r
 msgstr "Najpierw usuń filament ze swojej drukarki."\r
 \r
-#: Cura/gui/configWizard.py:696\r
+#: Cura/gui/configWizard.py:709\r
 msgid ""\r
 "Next put in your filament so the tip is aligned with the\n"\r
 "top of the extruder drive."\r
@@ -358,15 +347,15 @@ msgstr ""
 "Następnie umieść filament tak, aby jego końcówka była równo na wysokości "\r
 "górnej krawędzi ekstrudera."\r
 \r
-#: Cura/gui/configWizard.py:697\r
+#: Cura/gui/configWizard.py:710\r
 msgid "We'll push the filament 100mm"\r
 msgstr "Cura wypchnie teraz 100mm filamentu"\r
 \r
-#: Cura/gui/configWizard.py:698\r
+#: Cura/gui/configWizard.py:711\r
 msgid "Extrude 100mm filament"\r
 msgstr "Wypchnij 100mm filamentu"\r
 \r
-#: Cura/gui/configWizard.py:699\r
+#: Cura/gui/configWizard.py:712\r
 msgid ""\r
 "Now measure the amount of extruded filament:\n"\r
 "(this can be more or less then 100mm)"\r
@@ -374,20 +363,20 @@ msgstr ""
 "Teraz zmierz dokładnie długośc wypchniętego filamentu (może ona być większa "\r
 "lub mniejsza niż 100mm)"\r
 \r
-#: Cura/gui/configWizard.py:700\r
+#: Cura/gui/configWizard.py:713\r
 msgid "Save"\r
 msgstr "Zapisz"\r
 \r
-#: Cura/gui/configWizard.py:701\r
+#: Cura/gui/configWizard.py:714\r
 msgid "This results in the following steps per E:"\r
 msgstr "Wynik pomiary w ilości kroków osi E:"\r
 \r
-#: Cura/gui/configWizard.py:703\r
+#: Cura/gui/configWizard.py:716\r
 msgid "You can repeat these steps to get better calibration."\r
 msgstr ""\r
 "Pożesz ponownie wykonać te kroki aby uzyskać jeszcze lepszą kalibrację."\r
 \r
-#: Cura/gui/configWizard.py:706\r
+#: Cura/gui/configWizard.py:719\r
 msgid ""\r
 "If you still have filament in your printer which needs\n"\r
 "heat to remove, press the heat up button below:"\r
@@ -395,11 +384,11 @@ msgstr ""
 "Jesli w drukarce jest filament który wymaga nagrzania głowicy aby go wyjąć, "\r
 "naciśnij przycisk poniżej aby ją rozgrzać:"\r
 \r
-#: Cura/gui/configWizard.py:707\r
+#: Cura/gui/configWizard.py:720\r
 msgid "Heatup for filament removal"\r
 msgstr "Rozgrzej głowicę w celu usunięcia filamentu"\r
 \r
-#: Cura/gui/configWizard.py:730 Cura/gui/configWizard.py:762\r
+#: Cura/gui/configWizard.py:745 Cura/gui/configWizard.py:779\r
 msgid ""\r
 "Error: Failed to open serial port to machine\n"\r
 "If this keeps happening, try disconnecting and reconnecting the USB cable"\r
@@ -408,7 +397,7 @@ msgstr ""
 "Jeśli błąd się powtarza, spróbuj odłączyć a następnie ponownie podłączyć "\r
 "kabel USB"\r
 \r
-#: Cura/gui/firmwareInstall.py:39\r
+#: Cura/gui/firmwareInstall.py:44\r
 msgid ""\r
 "I am sorry, but Cura does not ship with a default firmware for your machine "\r
 "configuration."\r
@@ -416,28 +405,48 @@ msgstr ""
 "Przykro mi, ale Cura nie posiada domyślnego firmware'u dla Twojej "\r
 "konfiguracji drukarki."\r
 \r
-#: Cura/gui/firmwareInstall.py:39 Cura/gui/firmwareInstall.py:98\r
-#: Cura/gui/mainWindow.py:463\r
+#: Cura/gui/firmwareInstall.py:44 Cura/gui/firmwareInstall.py:48\r
+#: Cura/gui/firmwareInstall.py:103 Cura/gui/mainWindow.py:506\r
 msgid "Firmware update"\r
 msgstr "Uaktualnienie firmware"\r
 \r
-#: Cura/gui/firmwareInstall.py:49\r
+#: Cura/gui/firmwareInstall.py:48\r
+msgid ""\r
+"Cura only supports firmware updates for ATMega2560 based hardware.\n"\r
+"So updating your RepRap with Cura might or might not work."\r
+msgstr ""\r
+\r
+#: Cura/gui/firmwareInstall.py:56\r
 msgid "OK"\r
 msgstr "OK"\r
 \r
-#: Cura/gui/firmwareInstall.py:68\r
+#: Cura/gui/firmwareInstall.py:77\r
 msgid "Reading firmware..."\r
 msgstr "Wczytywanie firmware..."\r
 \r
-#: Cura/gui/firmwareInstall.py:70\r
+#: Cura/gui/firmwareInstall.py:79\r
 msgid "Connecting to machine..."\r
 msgstr "Łączenie z drukarką..."\r
 \r
-#: Cura/gui/firmwareInstall.py:87\r
+#: Cura/gui/firmwareInstall.py:83\r
+msgid ""\r
+"Please connect the printer to\n"\r
+"your computer with the USB cable."\r
+msgstr ""\r
+\r
+#: Cura/gui/firmwareInstall.py:102\r
+msgid ""\r
+"Failed to find machine for firmware upgrade\n"\r
+"Is your machine connected to the PC?"\r
+msgstr ""\r
+"Nie udało się znaleźć drukarki aby wysłąć firmware\n"\r
+"Czy Twoja drukarka jest podłączona do komputera?"\r
+\r
+#: Cura/gui/firmwareInstall.py:107\r
 msgid "Uploading firmware..."\r
 msgstr "Wysyłanie firmware..."\r
 \r
-#: Cura/gui/firmwareInstall.py:90\r
+#: Cura/gui/firmwareInstall.py:110\r
 #, python-format\r
 msgid ""\r
 "Done!\n"\r
@@ -446,177 +455,190 @@ msgstr ""
 "Koniec!\n"\r
 "Zainstalowano firmware: %s"\r
 \r
-#: Cura/gui/firmwareInstall.py:92\r
+#: Cura/gui/firmwareInstall.py:112\r
 msgid "Failed to write firmware.\n"\r
 msgstr "Nie udało się zapisać firmware.\n"\r
 \r
-#: Cura/gui/firmwareInstall.py:97\r
-msgid ""\r
-"Failed to find machine for firmware upgrade\n"\r
-"Is your machine connected to the PC?"\r
-msgstr ""\r
-"Nie udało się znaleźć drukarki aby wysłąć firmware\n"\r
-"Czy Twoja drukarka jest podłączona do komputera?"\r
-\r
-#: Cura/gui/mainWindow.py:56\r
+#: Cura/gui/mainWindow.py:66\r
 msgid "Load model file...\tCTRL+L"\r
 msgstr "Wczytaj model...\tCTRL+L"\r
 \r
-#: Cura/gui/mainWindow.py:58\r
+#: Cura/gui/mainWindow.py:68\r
 msgid "Save model...\tCTRL+S"\r
 msgstr "Zapisz model...\tCTRL+S"\r
 \r
-#: Cura/gui/mainWindow.py:60\r
+#: Cura/gui/mainWindow.py:70\r
+#, fuzzy\r
+msgid "Reload platform\tF5"\r
+msgstr "Wyczyść platformę"\r
+\r
+#: Cura/gui/mainWindow.py:72\r
 msgid "Clear platform"\r
 msgstr "Wyczyść platformę"\r
 \r
-#: Cura/gui/mainWindow.py:64\r
+#: Cura/gui/mainWindow.py:76\r
 msgid "Print...\tCTRL+P"\r
 msgstr "Drukuj...\tCTRL+P"\r
 \r
-#: Cura/gui/mainWindow.py:66 Cura/gui/sceneView.py:244\r
+#: Cura/gui/mainWindow.py:78 Cura/gui/sceneView.py:279\r
 msgid "Save GCode..."\r
 msgstr "Zapisz GCode..."\r
 \r
-#: Cura/gui/mainWindow.py:68\r
+#: Cura/gui/mainWindow.py:80\r
 msgid "Show slice engine log..."\r
 msgstr "Pokaż dziennik modułu slice..."\r
 \r
-#: Cura/gui/mainWindow.py:72\r
+#: Cura/gui/mainWindow.py:84\r
 msgid "Open Profile..."\r
 msgstr "Wczytaj Profil..."\r
 \r
-#: Cura/gui/mainWindow.py:75\r
+#: Cura/gui/mainWindow.py:87\r
 msgid "Save Profile..."\r
 msgstr "Zapisz Profil..."\r
 \r
-#: Cura/gui/mainWindow.py:78\r
+#: Cura/gui/mainWindow.py:90\r
 msgid "Load Profile from GCode..."\r
 msgstr "Wczytaj Profil z GCode..."\r
 \r
-#: Cura/gui/mainWindow.py:82\r
+#: Cura/gui/mainWindow.py:94\r
 msgid "Reset Profile to default"\r
 msgstr "Zresetuj Profil do domyślnego"\r
 \r
-#: Cura/gui/mainWindow.py:87\r
+#: Cura/gui/mainWindow.py:99\r
 msgid "Preferences...\tCTRL+,"\r
 msgstr "Ustawienia...\tCTRL+,"\r
 \r
-#: Cura/gui/mainWindow.py:89\r
+#: Cura/gui/mainWindow.py:101 Cura/gui/mainWindow.py:434\r
 msgid "Machine settings..."\r
 msgstr "Ustawienia drukarki..."\r
 \r
-#: Cura/gui/mainWindow.py:95\r
+#: Cura/gui/mainWindow.py:107\r
 msgid "Recent Model Files"\r
 msgstr "Ostatnio otwarte Modele"\r
 \r
-#: Cura/gui/mainWindow.py:102\r
+#: Cura/gui/mainWindow.py:114\r
 msgid "Recent Profile Files"\r
 msgstr "Ostatnio otwarte Profile"\r
 \r
-#: Cura/gui/mainWindow.py:108\r
+#: Cura/gui/mainWindow.py:120\r
 msgid "Quit"\r
 msgstr "Zakończ"\r
 \r
-#: Cura/gui/mainWindow.py:110\r
+#: Cura/gui/mainWindow.py:122\r
 msgid "File"\r
 msgstr "Plik"\r
 \r
-#: Cura/gui/mainWindow.py:118\r
+#: Cura/gui/mainWindow.py:130\r
 msgid "Minecraft map import..."\r
 msgstr "Import Minecraft map..."\r
 \r
-#: Cura/gui/mainWindow.py:122\r
+#: Cura/gui/mainWindow.py:134\r
 msgid "PID Debugger..."\r
 msgstr "Debugger PID..."\r
 \r
-#: Cura/gui/mainWindow.py:125\r
+#: Cura/gui/mainWindow.py:137\r
 msgid "Copy profile to clipboard"\r
 msgstr "Kopiuj Profil do schowka"\r
 \r
-#: Cura/gui/mainWindow.py:127\r
+#: Cura/gui/mainWindow.py:141\r
+msgid "Print all at once"\r
+msgstr ""\r
+\r
+#: Cura/gui/mainWindow.py:143\r
+#, fuzzy\r
+msgid "Print one at a time"\r
+msgstr "Rozmiar głowicy drukarki"\r
+\r
+#: Cura/gui/mainWindow.py:150\r
 msgid "Tools"\r
 msgstr "Narzędzia"\r
 \r
-#: Cura/gui/mainWindow.py:133 Cura/util/profile.py:158\r
+#: Cura/gui/mainWindow.py:156 Cura/util/profile.py:175\r
 msgid "Machine"\r
 msgstr "Drukarka"\r
 \r
-#: Cura/gui/mainWindow.py:136\r
+#: Cura/gui/mainWindow.py:159\r
 msgid "Switch to quickprint..."\r
 msgstr "Przełącz na tryb prosty..."\r
 \r
-#: Cura/gui/mainWindow.py:140\r
+#: Cura/gui/mainWindow.py:163\r
 msgid "Switch to full settings..."\r
 msgstr "Przełącz na tryb pełny..."\r
 \r
-#: Cura/gui/mainWindow.py:145\r
-msgid "Open expert settings..."\r
+#: Cura/gui/mainWindow.py:168\r
+#, fuzzy\r
+msgid "Open expert settings...\tCTRL+E"\r
 msgstr "Otwórz ustawienia zaawansowane..."\r
 \r
-#: Cura/gui/mainWindow.py:149\r
+#: Cura/gui/mainWindow.py:172\r
 msgid "Run first run wizard..."\r
 msgstr "Uruchom kreatora pierszego uruchomienia..."\r
 \r
-#: Cura/gui/mainWindow.py:151\r
+#: Cura/gui/mainWindow.py:174\r
 msgid "Run bed leveling wizard..."\r
 msgstr "Uruchom kreatora poziomowania..."\r
 \r
-#: Cura/gui/mainWindow.py:154\r
+#: Cura/gui/mainWindow.py:176\r
 msgid "Run head offset wizard..."\r
 msgstr "Uruchom kratora przesunięcia głowicy"\r
 \r
-#: Cura/gui/mainWindow.py:157\r
+#: Cura/gui/mainWindow.py:179\r
 msgid "Expert"\r
 msgstr "Ekspert"\r
 \r
-#: Cura/gui/mainWindow.py:160\r
+#: Cura/gui/mainWindow.py:182\r
 msgid "Online documentation..."\r
 msgstr "Dokumentacja online..."\r
 \r
-#: Cura/gui/mainWindow.py:162\r
+#: Cura/gui/mainWindow.py:184\r
 msgid "Report a problem..."\r
 msgstr "Zgłoś problem..."\r
 \r
-#: Cura/gui/mainWindow.py:164\r
+#: Cura/gui/mainWindow.py:186\r
 msgid "Check for update..."\r
 msgstr "Sprawdź aktualizacje..."\r
 \r
-#: Cura/gui/mainWindow.py:166\r
+#: Cura/gui/mainWindow.py:188\r
 msgid "Open YouMagine website..."\r
 msgstr "Otwórz stronę YouMagine..."\r
 \r
-#: Cura/gui/mainWindow.py:168\r
+#: Cura/gui/mainWindow.py:190\r
 msgid "About Cura..."\r
 msgstr "O programie..."\r
 \r
-#: Cura/gui/mainWindow.py:170\r
+#: Cura/gui/mainWindow.py:192\r
 msgid "Help"\r
 msgstr "Pomoc"\r
 \r
-#: Cura/gui/mainWindow.py:394\r
-msgid "Add new machine..."\r
-msgstr "Dodaj nową drukarkę..."\r
+#: Cura/gui/mainWindow.py:343\r
+msgid ""\r
+"For \"One at a time\" printing, you need to have entered the correct head "\r
+"size and gantry height in the machine settings"\r
+msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:399\r
-#, fuzzy\r
-msgid "Install custom firmware..."\r
-msgstr "Zainstaluj własny firmware"\r
+#: Cura/gui/mainWindow.py:343\r
+msgid "One at a time warning"\r
+msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:402\r
+#: Cura/gui/mainWindow.py:440\r
 #, fuzzy\r
-msgid "Install default Marlin firmware..."\r
+msgid "Install default firmware..."\r
 msgstr "Zainstaluj domyślny firmware Marlin"\r
 \r
-#: Cura/gui/mainWindow.py:406\r
+#: Cura/gui/mainWindow.py:443\r
+#, fuzzy\r
+msgid "Install custom firmware..."\r
+msgstr "Zainstaluj własny firmware"\r
+\r
+#: Cura/gui/mainWindow.py:447\r
 msgid "Select profile file to load"\r
 msgstr "Wybierz Profil do wczytania"\r
 \r
-#: Cura/gui/mainWindow.py:418\r
+#: Cura/gui/mainWindow.py:459\r
 msgid "Select gcode file to load profile from"\r
 msgstr "Wybierz plik GCode z którego wczytać Profil"\r
 \r
-#: Cura/gui/mainWindow.py:431\r
+#: Cura/gui/mainWindow.py:472\r
 msgid ""\r
 "No profile found in GCode file.\n"\r
 "This feature only works with GCode files made by Cura 12.07 or newer."\r
@@ -625,15 +647,15 @@ msgstr ""
 "Ta funkcja działa tylko z plikami GCode utworzonymi przez wersję Cura 12.07 "\r
 "lub nowszą"\r
 \r
-#: Cura/gui/mainWindow.py:431\r
+#: Cura/gui/mainWindow.py:472\r
 msgid "Profile load error"\r
 msgstr "Błąd wczytywania Profilu"\r
 \r
-#: Cura/gui/mainWindow.py:435\r
+#: Cura/gui/mainWindow.py:476\r
 msgid "Select profile file to save"\r
 msgstr "Wybierz plik Profilu do zapisu"\r
 \r
-#: Cura/gui/mainWindow.py:443\r
+#: Cura/gui/mainWindow.py:486\r
 msgid ""\r
 "This will reset all profile settings to defaults.\n"\r
 "Unless you have saved your current profile, all settings will be lost!\n"\r
@@ -644,11 +666,11 @@ msgstr ""
 "utracone!\n"\r
 "Jesteś pewien że chcesz zresetować?"\r
 \r
-#: Cura/gui/mainWindow.py:443\r
+#: Cura/gui/mainWindow.py:486\r
 msgid "Profile reset"\r
 msgstr "Reset Profilu"\r
 \r
-#: Cura/gui/mainWindow.py:463\r
+#: Cura/gui/mainWindow.py:506\r
 msgid ""\r
 "Warning: Installing a custom firmware does not guarantee that you machine "\r
 "will function correctly, and could damage your machine."\r
@@ -656,92 +678,94 @@ msgstr ""
 "Uwaga: Instalowanie własnego firmware nie gwarantuje poprawnego działania "\r
 "drukarki i może ją uszkodzić."\r
 \r
-#: Cura/gui/mainWindow.py:464\r
+#: Cura/gui/mainWindow.py:507\r
 msgid "Open firmware to upload"\r
 msgstr "Otwóz firmware do wysłania"\r
 \r
-#: Cura/gui/mainWindow.py:531\r
+#: Cura/gui/mainWindow.py:566\r
 msgid "You are running the latest version of Cura!"\r
 msgstr "Posiadasz najnowszą wersję Cura!"\r
 \r
-#: Cura/gui/mainWindow.py:531\r
+#: Cura/gui/mainWindow.py:566\r
 msgid "Awesome!"\r
 msgstr "Zajebiasczo!"\r
 \r
-#: Cura/gui/mainWindow.py:586\r
+#: Cura/gui/mainWindow.py:621\r
 msgid "Plugins"\r
 msgstr "Rozszerzenia"\r
 \r
-#: Cura/gui/pluginPanel.py:26\r
+#: Cura/gui/pluginPanel.py:27\r
 msgid "Plugins:"\r
 msgstr "Rozszerzenia:"\r
 \r
-#: Cura/gui/pluginPanel.py:30\r
+#: Cura/gui/pluginPanel.py:31\r
 msgid "Open plugin location"\r
 msgstr "Otwórz lokalizację rozszerzenia"\r
 \r
-#: Cura/gui/pluginPanel.py:31\r
+#: Cura/gui/pluginPanel.py:32\r
 msgid "Enabled plugins"\r
 msgstr "Włączone rozszerzenia"\r
 \r
-#: Cura/gui/pluginPanel.py:133\r
+#: Cura/gui/pluginPanel.py:134\r
 msgid "You need to select a plugin before you can add anything."\r
 msgstr "Musisz wybrać rozszerzenie żeby coś dodać."\r
 \r
-#: Cura/gui/pluginPanel.py:133\r
+#: Cura/gui/pluginPanel.py:134\r
 msgid "Error: no plugin selected"\r
 msgstr "Błąd: nie wybrano rozszerzenia"\r
 \r
-#: Cura/gui/preferencesDialog.py:25\r
+#: Cura/gui/preferencesDialog.py:28\r
+#, fuzzy\r
+msgid "Print window"\r
+msgstr "Drukowanie"\r
+\r
+#: Cura/gui/preferencesDialog.py:31\r
 msgid "Colours"\r
 msgstr "Kolory"\r
 \r
-#: Cura/gui/preferencesDialog.py:31 Cura/util/profile.py:331\r
+#: Cura/gui/preferencesDialog.py:37 Cura/util/profile.py:358\r
 msgid "Language"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:34\r
+#: Cura/gui/preferencesDialog.py:40\r
 msgid "Filament settings"\r
 msgstr "Ustawienia Filementu"\r
 \r
-#: Cura/gui/preferencesDialog.py:44\r
+#: Cura/gui/preferencesDialog.py:50\r
 msgid "Cura settings"\r
 msgstr "Ustawienia Cura"\r
 \r
-#: Cura/gui/preferencesDialog.py:78\r
+#: Cura/gui/preferencesDialog.py:84\r
 msgid "Machine settings"\r
 msgstr "Ustawienia drukarki"\r
 \r
-#: Cura/gui/preferencesDialog.py:88\r
+#: Cura/gui/preferencesDialog.py:95\r
 msgid "Printer head size"\r
 msgstr "Rozmiar głowicy drukarki"\r
 \r
-#: Cura/gui/preferencesDialog.py:96\r
+#: Cura/gui/preferencesDialog.py:103\r
 #, python-format\r
 msgid "Extruder %d"\r
 msgstr "Ekstruder %d"\r
 \r
-#: Cura/gui/preferencesDialog.py:100\r
+#: Cura/gui/preferencesDialog.py:107\r
 msgid "Communication settings"\r
 msgstr "Ustawienia łączności"\r
 \r
-#: Cura/gui/preferencesDialog.py:143\r
+#: Cura/gui/preferencesDialog.py:150\r
 msgid "Cannot remove the last machine configuration in Cura"\r
 msgstr "Nie można usunąć ostatniej w Cura konfiguracji drukari"\r
 \r
-#: Cura/gui/preferencesDialog.py:143\r
+#: Cura/gui/preferencesDialog.py:150\r
 msgid "Machine remove error"\r
 msgstr "Błąd usuwania drukarki"\r
 \r
-#: Cura/gui/printWindow.py:132\r
-msgid "Printing"\r
+#: Cura/gui/printWindow.py:33 Cura/gui/printWindow.py:298\r
+#, fuzzy, python-format\r
+msgid "Printing on %s"\r
 msgstr "Drukowanie"\r
 \r
-#: Cura/gui/printWindow.py:158\r
-msgid "Statistics"\r
-msgstr "Statystyki"\r
-\r
-#: Cura/gui/printWindow.py:163\r
+#: Cura/gui/printWindow.py:310\r
 msgid ""\r
 "Your computer is running on battery power.\n"\r
 "Connect your computer to AC power or your print might not finish."\r
@@ -750,106 +774,33 @@ msgstr ""
 "Podłącz komputer do zasilania sieciowego lub twój wydruk może nie zakończyć "\r
 "się"\r
 \r
-#: Cura/gui/printWindow.py:174\r
+#: Cura/gui/printWindow.py:320\r
 msgid ""\r
-"Filament: ####.##m #.##g\n"\r
-"Estimated print time: #####:##\n"\r
-"Machine state:\n"\r
-"Detecting baudrateXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"\r
+"InfoLine from printer connection\n"\r
+"InfoLine from dialog\n"\r
+"Extra line"\r
 msgstr ""\r
-"Filament: ####,##m #,##g\n"\r
-"Szacowany czas wydruku: #####:##\n"\r
-"Stan drukarki:\n"\r
-"Wykrywanie baudrateXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"\r
 \r
-#: Cura/gui/printWindow.py:179\r
+#: Cura/gui/printWindow.py:322\r
 msgid "Connect"\r
 msgstr "Podłącz"\r
 \r
-#: Cura/gui/printWindow.py:181 Cura/gui/sceneView.py:65\r
-#: Cura/gui/sceneView.py:803\r
+#: Cura/gui/printWindow.py:324 Cura/gui/sceneView.py:65\r
 msgid "Print"\r
 msgstr "Drukuj"\r
 \r
-#: Cura/gui/printWindow.py:182 Cura/gui/printWindow.py:428\r
+#: Cura/gui/printWindow.py:325\r
 msgid "Pause"\r
 msgstr "Pauza"\r
 \r
-#: Cura/gui/printWindow.py:183\r
+#: Cura/gui/printWindow.py:326\r
 msgid "Cancel print"\r
 msgstr "Anuluj drukowanie"\r
 \r
-#: Cura/gui/printWindow.py:184\r
+#: Cura/gui/printWindow.py:327\r
 msgid "Error log"\r
 msgstr "Dziennik błędów"\r
 \r
-#: Cura/gui/printWindow.py:206\r
-msgid "BedTemp:"\r
-msgstr "TempStołu:"\r
-\r
-#: Cura/gui/printWindow.py:214\r
-msgid "Temp:"\r
-msgstr "Temp:"\r
-\r
-#: Cura/gui/printWindow.py:262\r
-msgid "Jog"\r
-msgstr "Pokrętło"\r
-\r
-#: Cura/gui/printWindow.py:277\r
-msgid "Outer wall:"\r
-msgstr "Ściana zewnętrzna:"\r
-\r
-#: Cura/gui/printWindow.py:280\r
-msgid "Inner wall:"\r
-msgstr "Ściana wewnętrzna:"\r
-\r
-#: Cura/gui/printWindow.py:283\r
-msgid "Fill:"\r
-msgstr "Wypełnienie:"\r
-\r
-#: Cura/gui/printWindow.py:286\r
-msgid "Support:"\r
-msgstr "Support:"\r
-\r
-#: Cura/gui/printWindow.py:290 Cura/util/profile.py:183\r
-#: Cura/util/profile.py:184 Cura/util/profile.py:185\r
-msgid "Speed"\r
-msgstr "Prędkość"\r
-\r
-#: Cura/gui/printWindow.py:308\r
-msgid "Term"\r
-msgstr "Term"\r
-\r
-#: Cura/gui/printWindow.py:363\r
-msgid "Enable timelapse movie recording"\r
-msgstr "Włącz angrywanie filmu timelapse"\r
-\r
-#: Cura/gui/printWindow.py:377\r
-msgid "Show preview"\r
-msgstr "Pokaż podgląd"\r
-\r
-#: Cura/gui/printWindow.py:383\r
-msgid "Camera"\r
-msgstr "Kamera"\r
-\r
-#: Cura/gui/printWindow.py:426\r
-msgid "Resume"\r
-msgstr "Wznów"\r
-\r
-#: Cura/gui/printWindow.py:443\r
-msgid "Loading gcode...\n"\r
-msgstr "Wczytywanie GCode...\n"\r
-\r
-#: Cura/gui/printWindow.py:445\r
-#, python-format\r
-msgid "Filament: %(amount).2fm %(weight).2fg\n"\r
-msgstr "Filament: %(amount).2fm %(weight).2fg\n"\r
-\r
-#: Cura/gui/printWindow.py:448\r
-#, python-format\r
-msgid "Filament cost: %s\n"\r
-msgstr "Koszt Filamenty: %s\n"\r
-\r
 #: Cura/gui/sceneView.py:64\r
 msgid "Load"\r
 msgstr "Wczytaj"\r
@@ -942,206 +893,176 @@ msgstr "Promienie X"
 msgid "Layers"\r
 msgstr "Warstwy"\r
 \r
-#: Cura/gui/sceneView.py:107\r
+#: Cura/gui/sceneView.py:106\r
 msgid "Share on YouMagine"\r
 msgstr "Umieść na YouMagine"\r
 \r
-#: Cura/gui/sceneView.py:198\r
+#: Cura/gui/sceneView.py:204\r
 msgid "Open 3D model"\r
 msgstr "Otwórz model 3D"\r
 \r
-#: Cura/gui/sceneView.py:213\r
+#: Cura/gui/sceneView.py:229\r
 msgid "Save 3D model"\r
 msgstr "Zapisz model 3D"\r
 \r
-#: Cura/gui/sceneView.py:243\r
-msgid "Print with USB"\r
+#: Cura/gui/sceneView.py:276 Cura/gui/sceneView.py:914\r
+#, fuzzy, python-format\r
+msgid "Print with %s"\r
 msgstr "Drukuj przez USB"\r
 \r
-#: Cura/gui/sceneView.py:245\r
+#: Cura/gui/sceneView.py:280\r
 msgid "Slice engine log..."\r
 msgstr "Dziennik modułu Slice..."\r
 \r
-#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:809\r
+#: Cura/gui/sceneView.py:305 Cura/gui/sceneView.py:917\r
 msgid "Save toolpath"\r
 msgstr "Zapisz ścieżkę narzędzia"\r
 \r
-#: Cura/gui/sceneView.py:295\r
+#: Cura/gui/sceneView.py:351\r
 msgid "The slicing engine reported the following"\r
 msgstr "Raport z modułu Slice "\r
 \r
-#: Cura/gui/sceneView.py:295\r
+#: Cura/gui/sceneView.py:351\r
 msgid "Engine log..."\r
 msgstr "Dziennik z silnika..."\r
 \r
-#: Cura/gui/sceneView.py:422\r
+#: Cura/gui/sceneView.py:490\r
 msgid "How many copies do you want?"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:422\r
+#: Cura/gui/sceneView.py:490\r
 msgid "Number of copies"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:422\r
+#: Cura/gui/sceneView.py:490\r
 #, fuzzy\r
 msgid "Multiply"\r
 msgstr "Powiel obiekt"\r
 \r
-#: Cura/gui/sceneView.py:674\r
-msgid "Delete object"\r
-msgstr "Usuń obiekt"\r
-\r
-#: Cura/gui/sceneView.py:675\r
+#: Cura/gui/sceneView.py:780\r
 msgid "Center on platform"\r
 msgstr "Wyśrodkuj na platformie"\r
 \r
-#: Cura/gui/sceneView.py:676\r
+#: Cura/gui/sceneView.py:781\r
+msgid "Delete object"\r
+msgstr "Usuń obiekt"\r
+\r
+#: Cura/gui/sceneView.py:782\r
 msgid "Multiply object"\r
 msgstr "Powiel obiekt"\r
 \r
-#: Cura/gui/sceneView.py:677\r
+#: Cura/gui/sceneView.py:783\r
 msgid "Split object into parts"\r
 msgstr "Podziel obiekt na części"\r
 \r
-#: Cura/gui/sceneView.py:679\r
+#: Cura/gui/sceneView.py:785\r
 msgid "Dual extrusion merge"\r
 msgstr "Złącz podwójne ekstrudowanie"\r
 \r
-#: Cura/gui/sceneView.py:681\r
+#: Cura/gui/sceneView.py:787\r
 msgid "Delete all objects"\r
 msgstr "Usuń wszystkie obiekty"\r
 \r
-#: Cura/gui/sceneView.py:806\r
+#: Cura/gui/sceneView.py:788\r
+#, fuzzy\r
+msgid "Reload all objects"\r
+msgstr "Usuń wszystkie obiekty"\r
+\r
+#: Cura/gui/sceneView.py:911\r
 msgid "Toolpath to SD"\r
 msgstr "Zapisz ścieżkę na SD"\r
 \r
-#: Cura/gui/sceneView.py:1116\r
-msgid "Loading toolpath for visualization..."\r
-msgstr "Wczytaj ścieżkę do wizualizacji..."\r
-\r
-#: Cura/gui/sceneView.py:1167\r
+#: Cura/gui/sceneView.py:1205\r
 msgid "Overhang view not working due to lack of OpenGL shaders support."\r
 msgstr "Widok zwisów nie działą z powodu braku wsparcia shaderów OpenGL."\r
 \r
-#: Cura/gui/simpleMode.py:20\r
+#: Cura/gui/simpleMode.py:19\r
 msgid "High quality print"\r
 msgstr "Wysoka jakość druku"\r
 \r
-#: Cura/gui/simpleMode.py:21\r
+#: Cura/gui/simpleMode.py:20\r
 msgid "Normal quality print"\r
 msgstr "Normalna jakość druku"\r
 \r
-#: Cura/gui/simpleMode.py:22\r
+#: Cura/gui/simpleMode.py:21\r
 msgid "Fast low quality print"\r
 msgstr "Szybka niska jakość druku"\r
 \r
-#: Cura/gui/simpleMode.py:23\r
+#: Cura/gui/simpleMode.py:22\r
 msgid "Thin walled cup or vase"\r
 msgstr "Cieńkościenny kubek lub waza"\r
 \r
-#: Cura/gui/simpleMode.py:33\r
+#: Cura/gui/simpleMode.py:32\r
 msgid "Print support structure"\r
 msgstr "Drukuj strukturę wsparcia"\r
 \r
-#: Cura/gui/simpleMode.py:38\r
-msgid "Select a print type:"\r
+#: Cura/gui/simpleMode.py:37\r
+#, fuzzy\r
+msgid "Select a quickprint profile:"\r
 msgstr "Wybierz typ wydruku:"\r
 \r
-#: Cura/gui/simpleMode.py:48\r
+#: Cura/gui/simpleMode.py:47\r
 msgid "Material:"\r
 msgstr "Materiał:"\r
 \r
-#: Cura/gui/simpleMode.py:52\r
+#: Cura/gui/simpleMode.py:51\r
 msgid "Diameter:"\r
 msgstr "Średnica:"\r
 \r
-#: Cura/gui/simpleMode.py:58\r
+#: Cura/gui/simpleMode.py:57\r
 msgid "Other:"\r
 msgstr "Inne:"\r
 \r
-#: Cura/gui/simpleMode.py:118\r
+#: Cura/gui/simpleMode.py:85\r
 msgid "Exterior Only"\r
 msgstr "Tylko zewnętrzne"\r
 \r
-#: Cura/gui/tools/batchRun.py:14\r
-msgid "Cura - Batch run"\r
-msgstr "Cura - tryb wielokrotny"\r
-\r
-#: Cura/gui/tools/batchRun.py:29\r
-msgid "Add"\r
-msgstr "Dodaj"\r
-\r
-#: Cura/gui/tools/batchRun.py:30\r
-msgid "Remove"\r
-msgstr "Usuń"\r
-\r
-#: Cura/gui/tools/batchRun.py:31\r
-msgid "Prepare all"\r
-msgstr "Przygotuj wszystko"\r
-\r
-#: Cura/gui/tools/batchRun.py:47\r
-msgid "Open file to batch prepare"\r
-msgstr "Otwórz plik do wilekrotnego przygotowania"\r
-\r
-#: Cura/gui/tools/batchRun.py:134\r
-#, python-format\r
-msgid "Building: %d                           "\r
-msgstr "Buduję: %d"\r
-\r
-#: Cura/gui/tools/batchRun.py:137\r
-#, python-format\r
-msgid "Done: 0/%d                           "\r
-msgstr "Zrobiono: 0/%d"\r
+#: Cura/gui/tools/imageToMesh.py:28\r
+#, fuzzy\r
+msgid "Height (mm)"\r
+msgstr "Wysokość warstwy (mm)"\r
 \r
-#: Cura/gui/tools/batchRun.py:140\r
-msgid "Abort"\r
-msgstr "Przerwij"\r
+#: Cura/gui/tools/imageToMesh.py:32\r
+#, fuzzy\r
+msgid "Base (mm)"\r
+msgstr "Grubość bazy (mm)"\r
 \r
-#: Cura/gui/tools/batchRun.py:163 Cura/gui/tools/batchRun.py:233\r
-msgid "Close"\r
-msgstr "Zamknij"\r
+#: Cura/gui/tools/imageToMesh.py:36\r
+#, fuzzy\r
+msgid "Width (mm)"\r
+msgstr "Szerokość drukarki (mm)"\r
 \r
-#: Cura/gui/tools/batchRun.py:187\r
-#, python-format\r
-msgid "Build: %d models"\r
-msgstr "Zbuduj: %d modeli"\r
+#: Cura/gui/tools/imageToMesh.py:40\r
+#, fuzzy\r
+msgid "Depth (mm)"\r
+msgstr "Średnica (mm)"\r
 \r
-#: Cura/gui/tools/batchRun.py:188\r
-#, python-format\r
-msgid ""\r
-"\n"\r
-"Slicing took: %(hours)02d:%(minutes)02d"\r
+#: Cura/gui/tools/projector.py:42\r
+msgid "Edit"\r
 msgstr ""\r
-"\n"\r
-"Podział na warstwy zabrał: %(hours)02d:%(minutes)02d"\r
-\r
-#: Cura/gui/tools/batchRun.py:198\r
-#, python-format\r
-msgid "Building: [%(index)d/%(size)d]"\r
-msgstr "Budowanie [%(index)d/%(size)d]"\r
 \r
-#: Cura/gui/tools/batchRun.py:214\r
-msgid "Aborted by user."\r
-msgstr "Przerwane przez użytkownika."\r
+#: Cura/gui/tools/projector.py:43\r
+msgid "Rectangle"\r
+msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:228\r
-#, python-format\r
-msgid "Done %(index)d/%(size)d"\r
-msgstr "Zrobiono %(index)d/%(size)d"\r
+#: Cura/gui/tools/projector.py:44\r
+#, fuzzy\r
+msgid "Circle"\r
+msgstr "Plik"\r
 \r
-#: Cura/gui/tools/batchRun.py:236\r
-msgid "To SDCard"\r
-msgstr "Na kartę SD"\r
+#: Cura/gui/tools/projector.py:45\r
+msgid "Draw curves"\r
+msgstr ""\r
 \r
-#: Cura/gui/tools/youmagineGui.py:79\r
+#: Cura/gui/tools/youmagineGui.py:78\r
 msgid "Checking token"\r
 msgstr "Sprawdzam token"\r
 \r
-#: Cura/gui/tools/youmagineGui.py:83\r
+#: Cura/gui/tools/youmagineGui.py:82\r
 msgid "Failed to contact YouMagine.com"\r
 msgstr "Nie udało się połączyć z YouMagine.com"\r
 \r
-#: Cura/gui/tools/youmagineGui.py:83 Cura/gui/tools/youmagineGui.py:116\r
+#: Cura/gui/tools/youmagineGui.py:82 Cura/gui/tools/youmagineGui.py:116\r
 #: Cura/gui/tools/youmagineGui.py:133 Cura/gui/tools/youmagineGui.py:140\r
 #: Cura/gui/tools/youmagineGui.py:148 Cura/gui/tools/youmagineGui.py:153\r
 msgid "YouMagine error."\r
@@ -1301,24 +1222,29 @@ msgstr ""
 msgid "Webcam error"\r
 msgstr ""\r
 \r
-#: Cura/gui/util/openglGui.py:241\r
+#: Cura/gui/util/engineResultView.py:165\r
+#, fuzzy, python-format\r
+msgid "Loading toolpath for visualization (%d%%)"\r
+msgstr "Wczytaj ścieżkę do wizualizacji..."\r
+\r
+#: Cura/gui/util/openglGui.py:242\r
 msgid "An error has occurred during the 3D view drawing."\r
 msgstr "Wystąpił błąd podczas rysowania widku 3D."\r
 \r
-#: Cura/gui/util/openglGui.py:248\r
+#: Cura/gui/util/openglGui.py:250\r
 msgid "3D window error"\r
 msgstr "Błąd okna 3D"\r
 \r
-#: Cura/util/profile.py:153 Cura/util/profile.py:154 Cura/util/profile.py:155\r
-#: Cura/util/profile.py:179 Cura/util/profile.py:180 Cura/util/profile.py:182\r
+#: Cura/util/profile.py:170 Cura/util/profile.py:171 Cura/util/profile.py:172\r
+#: Cura/util/profile.py:200 Cura/util/profile.py:201 Cura/util/profile.py:203\r
 msgid "Quality"\r
 msgstr "Jakość"\r
 \r
-#: Cura/util/profile.py:153\r
+#: Cura/util/profile.py:170\r
 msgid "Layer height (mm)"\r
 msgstr "Wysokość warstwy (mm)"\r
 \r
-#: Cura/util/profile.py:153\r
+#: Cura/util/profile.py:170\r
 msgid ""\r
 "Layer height in millimeters.\n"\r
 "This is the most important setting to determine the quality of your print. "\r
@@ -1330,11 +1256,11 @@ msgstr ""
 "jakość to 0.1mm, wysoka jakość to 0.06mm. W przypadku Ultimakera możesz ją "\r
 "zwiększyć nawet do 0.25mm co da bardzo szybki wydruki przy niskiej jakości."\r
 \r
-#: Cura/util/profile.py:154\r
+#: Cura/util/profile.py:171\r
 msgid "Shell thickness (mm)"\r
 msgstr "Grubość powłoki (mm)"\r
 \r
-#: Cura/util/profile.py:154\r
+#: Cura/util/profile.py:171\r
 msgid ""\r
 "Thickness of the outside shell in the horizontal direction.\n"\r
 "This is used in combination with the nozzle size to define the number\n"\r
@@ -1344,11 +1270,11 @@ msgstr ""
 "W powiązaniu ze średnicą dyszy to ustawienie decyduje o ilości linii "\r
 "obrysowych zewnętrznych oraz o ich grubości tych linii."\r
 \r
-#: Cura/util/profile.py:155\r
+#: Cura/util/profile.py:172\r
 msgid "Enable retraction"\r
 msgstr "Włącz retrakcję"\r
 \r
-#: Cura/util/profile.py:155\r
+#: Cura/util/profile.py:172\r
 msgid ""\r
 "Retract the filament when the nozzle is moving over a none-printed area. "\r
 "Details about the retraction can be configured in the advanced tab."\r
@@ -1357,15 +1283,15 @@ msgstr ""
 "które nie powinny być zadrukowane. Szczegółowe paramtery retrakcji znajdują "\r
 "się w zakładce zaawansowe."\r
 \r
-#: Cura/util/profile.py:156 Cura/util/profile.py:157\r
+#: Cura/util/profile.py:173 Cura/util/profile.py:174\r
 msgid "Fill"\r
 msgstr "Wypełnienie"\r
 \r
-#: Cura/util/profile.py:156\r
+#: Cura/util/profile.py:173\r
 msgid "Bottom/Top thickness (mm)"\r
 msgstr "Grubość spodu/wierzchu (mm)"\r
 \r
-#: Cura/util/profile.py:156\r
+#: Cura/util/profile.py:173\r
 msgid ""\r
 "This controls the thickness of the bottom and top layers, the amount of "\r
 "solid layers put down is calculated by the layer thickness and this value.\n"\r
@@ -1379,11 +1305,11 @@ msgstr ""
 "Zalecana jest wartośc zbliżona do grubości ściany aby uzyskać element o "\r
 "podobnej wytrzymałości we wszystkich kierunkach."\r
 \r
-#: Cura/util/profile.py:157\r
+#: Cura/util/profile.py:174\r
 msgid "Fill Density (%)"\r
 msgstr "Gęstość wypełnienia (%)"\r
 \r
-#: Cura/util/profile.py:157\r
+#: Cura/util/profile.py:174\r
 #, fuzzy\r
 msgid ""\r
 "This controls how densely filled the insides of your print will be. For a "\r
@@ -1398,7 +1324,7 @@ msgstr ""
 "To ustawienie nie wpływa na zawnętrzny wygląd obiektu i decyduje jedynie o "\r
 "tym jak wytrzymały będzie wydruk."\r
 \r
-#: Cura/util/profile.py:158\r
+#: Cura/util/profile.py:175\r
 msgid ""\r
 "The nozzle size is very important, this is used to calculate the line width "\r
 "of the infill, and used to calculate the amount of outside wall lines and "\r
@@ -1408,17 +1334,17 @@ msgstr ""
 "szerokości lini wypełnienia oraz ilości zawnętrznych ścian zawnętrznych dla "\r
 "grubości ścian które wprawadziłeś w ustawieniach wydruku."\r
 \r
-#: Cura/util/profile.py:159 Cura/util/profile.py:160 Cura/util/profile.py:161\r
-#: Cura/util/profile.py:162 Cura/util/profile.py:163 Cura/util/profile.py:164\r
+#: Cura/util/profile.py:176 Cura/util/profile.py:177 Cura/util/profile.py:178\r
+#: Cura/util/profile.py:179 Cura/util/profile.py:180 Cura/util/profile.py:181\r
 #, fuzzy\r
 msgid "Speed and Temperature"\r
 msgstr "Prędkość i Temperatura"\r
 \r
-#: Cura/util/profile.py:159\r
+#: Cura/util/profile.py:176\r
 msgid "Print speed (mm/s)"\r
 msgstr "Prędkość drukowania (mm/s)"\r
 \r
-#: Cura/util/profile.py:159\r
+#: Cura/util/profile.py:176\r
 msgid ""\r
 "Speed at which printing happens. A well adjusted Ultimaker can reach 150mm/"\r
 "s, but for good quality prints you want to print slower. Printing speed "\r
@@ -1430,12 +1356,12 @@ msgstr ""
 "Prędkość drukowania jest zależna od wielu czynników, więc będziesz dużo "\r
 "eksperymentował ze znalezieniem optymalnej wartości dla tego ustawienia."\r
 \r
-#: Cura/util/profile.py:160\r
+#: Cura/util/profile.py:177\r
 msgid "Printing temperature (C)"\r
 msgstr "Temperatura drukowania (C)"\r
 \r
-#: Cura/util/profile.py:160 Cura/util/profile.py:161 Cura/util/profile.py:162\r
-#: Cura/util/profile.py:163\r
+#: Cura/util/profile.py:177 Cura/util/profile.py:178 Cura/util/profile.py:179\r
+#: Cura/util/profile.py:180\r
 msgid ""\r
 "Temperature used for printing. Set at 0 to pre-heat yourself.\n"\r
 "For PLA a value of 210C is usually used.\n"\r
@@ -1445,50 +1371,51 @@ msgstr ""
 "Dla PLA zwykle używa się wartości 210, natomiast dla ABS wymagana jest "\r
 "temperatura 230C lub wyższa."\r
 \r
-#: Cura/util/profile.py:161\r
+#: Cura/util/profile.py:178\r
 msgid "2nd nozzle temperature (C)"\r
 msgstr "Temperatura 2giej dyszy (C)"\r
 \r
-#: Cura/util/profile.py:162\r
+#: Cura/util/profile.py:179\r
 msgid "3th nozzle temperature (C)"\r
 msgstr "Temperatura 3ciej dyszy (C)"\r
 \r
-#: Cura/util/profile.py:163\r
+#: Cura/util/profile.py:180\r
 msgid "4th nozzle temperature (C)"\r
 msgstr "Temperatura 4tej dyszy (C)"\r
 \r
-#: Cura/util/profile.py:164\r
+#: Cura/util/profile.py:181\r
 msgid "Bed temperature (C)"\r
 msgstr "Temperatura stołu (C)"\r
 \r
-#: Cura/util/profile.py:164\r
+#: Cura/util/profile.py:181\r
 msgid ""\r
 "Temperature used for the heated printer bed. Set at 0 to pre-heat yourself."\r
 msgstr ""\r
 "Temperatura używana dla stołu drukarki. Ustaw 0 aby rozgrzać samodzielnie."\r
 \r
-#: Cura/util/profile.py:165 Cura/util/profile.py:166\r
+#: Cura/util/profile.py:182 Cura/util/profile.py:183\r
 msgid "None"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid "Touching buildplate"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid "Everywhere"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:165 Cura/util/profile.py:166 Cura/util/profile.py:167\r
-#: Cura/util/profile.py:206 Cura/util/profile.py:207 Cura/util/profile.py:208\r
+#: Cura/util/profile.py:182 Cura/util/profile.py:183 Cura/util/profile.py:184\r
+#: Cura/util/profile.py:223 Cura/util/profile.py:224 Cura/util/profile.py:225\r
+#: Cura/util/profile.py:226 Cura/util/profile.py:227\r
 msgid "Support"\r
 msgstr "Wsparcie"\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid "Support type"\r
 msgstr "Typ struktury wsparcia"\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid ""\r
 "Type of support structure build.\n"\r
 "\"Touching buildplate\" is the most commonly used support setting.\n"\r
@@ -1507,28 +1434,29 @@ msgstr ""
 "Wszędzie powoduje utworzenie struktur wsparcia nawet w górnych częściach "\r
 "modelu."\r
 \r
-#: Cura/util/profile.py:166 Cura/util/profile.py:212\r
+#: Cura/util/profile.py:183 Cura/util/profile.py:230\r
 msgid "Brim"\r
 msgstr "Obrys"\r
 \r
-#: Cura/util/profile.py:166 Cura/util/profile.py:213 Cura/util/profile.py:214\r
-#: Cura/util/profile.py:215 Cura/util/profile.py:216 Cura/util/profile.py:217\r
-#: Cura/util/profile.py:218\r
+#: Cura/util/profile.py:183 Cura/util/profile.py:231 Cura/util/profile.py:232\r
+#: Cura/util/profile.py:233 Cura/util/profile.py:234 Cura/util/profile.py:235\r
+#: Cura/util/profile.py:236\r
 msgid "Raft"\r
 msgstr "Tratwa"\r
 \r
-#: Cura/util/profile.py:166\r
+#: Cura/util/profile.py:183\r
 msgid "Platform adhesion type"\r
 msgstr "Typ platformy przyklejania"\r
 \r
-#: Cura/util/profile.py:166\r
+#: Cura/util/profile.py:183\r
+#, fuzzy\r
 msgid ""\r
 "Different options that help in preventing corners from lifting due to "\r
 "warping.\n"\r
 "Brim adds a single layer thick flat area around your object which is easy to "\r
-"cut off afterwards, and the recommended option.\n"\r
-"Raft adds a thick raster at below the object and a thin interface between "\r
-"this and your object.\n"\r
+"cut off afterwards, and it is the recommended option.\n"\r
+"Raft adds a thick raster below the object and a thin interface between this "\r
+"and your object.\n"\r
 "(Note that enabling the brim or raft disables the skirt)"\r
 msgstr ""\r
 "Dodatkowe opcje które zapobiegają podnoszeniu się rogów drukowanego obiektu "\r
@@ -1539,23 +1467,23 @@ msgstr ""
 "interfejsu pomiędzy taką tratwą a twoim obiektem.\n"\r
 "(Zwróć uwagę, że włączenie Obrysu lub Tratwy wyłączy Okrążanie)"\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "Both"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "First extruder"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "Second extruder"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "Support dual extrusion"\r
 msgstr "Wsparcie dla podwójnego ekstrudera"\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid ""\r
 "Which extruder to use for support material, for break-away support you can "\r
 "use both extruders.\n"\r
@@ -1572,16 +1500,57 @@ msgstr ""
 "Możesz również użyć 2giego ekstrudera aby użyć rozpuszczalnego meteriału do "\r
 "supportu."\r
 \r
-#: Cura/util/profile.py:168 Cura/util/profile.py:169 Cura/util/profile.py:170\r
-#: Cura/util/profile.py:171 Cura/util/profile.py:172\r
+#: Cura/util/profile.py:185 Cura/util/profile.py:186 Cura/util/profile.py:187\r
+#, fuzzy\r
+msgid "Dual extrusion"\r
+msgstr "Złącz podwójne ekstrudowanie"\r
+\r
+#: Cura/util/profile.py:185\r
+msgid "Wipe&prime tower"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:185\r
+msgid ""\r
+"The wipe-tower is a tower printed on every layer when switching between "\r
+"nozzles.\n"\r
+"The old nozzle is wiped off on the tower before the new nozzle is used to "\r
+"print the 2nd color."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:186\r
+msgid "Wipe&prime tower volume per layer (mm3)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:186\r
+msgid ""\r
+"The amount of material put in the wipe/prime tower.\n"\r
+"This is done in volume because in general you want to extrude a\n"\r
+"certain amount of volume to get the extruder going, independent on the layer "\r
+"height.\n"\r
+"This means that with thinner layers, your tower gets bigger."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:187\r
+msgid "Ooze shield"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:187\r
+msgid ""\r
+"The ooze shield is a 1 line thick shell around the object which stands a few "\r
+"mm from the object.\n"\r
+"This shield catches any oozing from the unused nozzle in dual-extrusion."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:188 Cura/util/profile.py:189 Cura/util/profile.py:190\r
+#: Cura/util/profile.py:191 Cura/util/profile.py:192\r
 msgid "Filament"\r
 msgstr "Filament"\r
 \r
-#: Cura/util/profile.py:168\r
+#: Cura/util/profile.py:188\r
 msgid "Diameter (mm)"\r
 msgstr "Średnica (mm)"\r
 \r
-#: Cura/util/profile.py:168\r
+#: Cura/util/profile.py:188\r
 msgid ""\r
 "Diameter of your filament, as accurately as possible.\n"\r
 "If you cannot measure this value you will have to calibrate it, a higher "\r
@@ -1592,11 +1561,11 @@ msgstr ""
 "wyższa wartość oznacza mniej wyekstrudowanego materiału, a niższa generuje "\r
 "więcej ekstrudowania."\r
 \r
-#: Cura/util/profile.py:169\r
+#: Cura/util/profile.py:189\r
 msgid "Diameter2 (mm)"\r
 msgstr "Średnica2 (mm)"\r
 \r
-#: Cura/util/profile.py:169\r
+#: Cura/util/profile.py:189\r
 msgid ""\r
 "Diameter of your filament for the 2nd nozzle. Use 0 to use the same diameter "\r
 "as for nozzle 1."\r
@@ -1604,11 +1573,11 @@ msgstr ""
 "Średnica filamentu dla 2giej dyszy. Użyj wartości 0 aby użyć tej samej "\r
 "średnicy co dysza 1."\r
 \r
-#: Cura/util/profile.py:170\r
+#: Cura/util/profile.py:190\r
 msgid "Diameter3 (mm)"\r
 msgstr "Średnica3 (mm)"\r
 \r
-#: Cura/util/profile.py:170\r
+#: Cura/util/profile.py:190\r
 msgid ""\r
 "Diameter of your filament for the 3th nozzle. Use 0 to use the same diameter "\r
 "as for nozzle 1."\r
@@ -1616,11 +1585,11 @@ msgstr ""
 "Średnica filamentu dla 3ciej dyszy. Użyj wartości 0 aby użyć tej samej "\r
 "średnicy co dysza 1."\r
 \r
-#: Cura/util/profile.py:171\r
+#: Cura/util/profile.py:191\r
 msgid "Diameter4 (mm)"\r
 msgstr "Średnica4 (mm)"\r
 \r
-#: Cura/util/profile.py:171\r
+#: Cura/util/profile.py:191\r
 msgid ""\r
 "Diameter of your filament for the 4th nozzle. Use 0 to use the same diameter "\r
 "as for nozzle 1."\r
@@ -1628,11 +1597,11 @@ msgstr ""
 "Średnica filamentu dla 4tej dyszy. Użyj wartości 0 aby użyć tej samej "\r
 "średnicy co dysza 1."\r
 \r
-#: Cura/util/profile.py:172\r
+#: Cura/util/profile.py:192\r
 msgid "Flow (%)"\r
 msgstr "Przepływ (%)"\r
 \r
-#: Cura/util/profile.py:172\r
+#: Cura/util/profile.py:192\r
 msgid ""\r
 "Flow compensation, the amount of material extruded is multiplied by this "\r
 "value"\r
@@ -1640,16 +1609,17 @@ msgstr ""
 "Kompensacja przepływu, ilość ekstrudowanego materiału jest mnożona przez tą "\r
 "wartość"\r
 \r
-#: Cura/util/profile.py:173 Cura/util/profile.py:174 Cura/util/profile.py:175\r
-#: Cura/util/profile.py:176 Cura/util/profile.py:177 Cura/util/profile.py:178\r
+#: Cura/util/profile.py:193 Cura/util/profile.py:194 Cura/util/profile.py:195\r
+#: Cura/util/profile.py:196 Cura/util/profile.py:197 Cura/util/profile.py:198\r
+#: Cura/util/profile.py:199\r
 msgid "Retraction"\r
 msgstr "Retrakcja"\r
 \r
-#: Cura/util/profile.py:173\r
+#: Cura/util/profile.py:193\r
 msgid "Speed (mm/s)"\r
 msgstr "Prędkość (mm/s)"\r
 \r
-#: Cura/util/profile.py:173\r
+#: Cura/util/profile.py:193\r
 msgid ""\r
 "Speed at which the filament is retracted, a higher retraction speed works "\r
 "better. But a very high retraction speed can lead to filament grinding."\r
@@ -1657,11 +1627,11 @@ msgstr ""
 "Prędkość z jaką cofany jest filament, wyższa prędkośc retrakcji daje lepsze "\r
 "efekty. Ale bardzo wysoka prędkośc może prowadzić do scierania filamentu."\r
 \r
-#: Cura/util/profile.py:174\r
+#: Cura/util/profile.py:194\r
 msgid "Distance (mm)"\r
 msgstr "Dystans (mm)"\r
 \r
-#: Cura/util/profile.py:174\r
+#: Cura/util/profile.py:194\r
 msgid ""\r
 "Amount of retraction, set at 0 for no retraction at all. A value of 4.5mm "\r
 "seems to generate good results."\r
@@ -1669,11 +1639,11 @@ msgstr ""
 "Dystans o jaki ma być cofany materiał, ustaw 0 aby wyłączyć całkowicie "\r
 "cofanie. Wartość 4.5mm wydaje się dawać dobre rezultaty."\r
 \r
-#: Cura/util/profile.py:175\r
+#: Cura/util/profile.py:195\r
 msgid "Dual extrusion switch amount (mm)"\r
 msgstr "Wartość przy przełączaniu ekstruderów (mm)"\r
 \r
-#: Cura/util/profile.py:175\r
+#: Cura/util/profile.py:195\r
 msgid ""\r
 "Amount of retraction when switching nozzle with dual-extrusion, set at 0 for "\r
 "no retraction at all. A value of 16.0mm seems to generate good results."\r
@@ -1682,11 +1652,11 @@ msgstr ""
 "podwójnym ekstruderze, użyj 0 aby nie cofać w ogóle. Wartość 15.0mm wydaje "\r
 "się dawać dobre rezultaty."\r
 \r
-#: Cura/util/profile.py:176\r
+#: Cura/util/profile.py:196\r
 msgid "Minimum travel (mm)"\r
 msgstr "Minimalna odległość podróży (mm)"\r
 \r
-#: Cura/util/profile.py:176\r
+#: Cura/util/profile.py:196\r
 msgid ""\r
 "Minimum amount of travel needed for a retraction to happen at all. To make "\r
 "sure you do not get a lot of retractions in a small area."\r
@@ -1694,11 +1664,11 @@ msgstr ""
 "Minimalny dystans podróży wymagany aby aktywować retrakcję. To zabezpiecza "\r
 "przed zbyt częstym cofaniem materiału w małych obszarach wydruku."\r
 \r
-#: Cura/util/profile.py:177\r
+#: Cura/util/profile.py:197\r
 msgid "Enable combing"\r
 msgstr "Włącz filtr grzebieniowy"\r
 \r
-#: Cura/util/profile.py:177\r
+#: Cura/util/profile.py:197\r
 msgid ""\r
 "Combing is the act of avoiding holes in the print for the head to travel "\r
 "over. If combing is disabled the printer head moves straight from the start "\r
@@ -1708,16 +1678,17 @@ msgstr ""
 "wydruku. Jeśli filtr jest wyłączony głowica podróżuje bezpośrednio z punktu "\r
 "startu do mety w linii prostej i wtedy zawsze aktywowana jest retrakcja."\r
 \r
-#: Cura/util/profile.py:178\r
+#: Cura/util/profile.py:198\r
 msgid "Minimal extrusion before retracting (mm)"\r
 msgstr "Minimalne ekstrudowanie zanim nastąpi retrakcja (mm)"\r
 \r
-#: Cura/util/profile.py:178\r
+#: Cura/util/profile.py:198\r
+#, fuzzy\r
 msgid ""\r
 "The minimal amount of extrusion that needs to be done before retracting "\r
 "again if a retraction needs to happen before this minimal is reached the "\r
 "retraction is ignored.\n"\r
-"This avoids retraction a lot on the same piece of filament which flattens "\r
+"This avoids retracting a lot on the same piece of filament which flattens "\r
 "the filament and causes grinding issues."\r
 msgstr ""\r
 "Minimalna długość filamentu jaki musi zostać wyekstrudowany zanim dozwolona "\r
@@ -1727,11 +1698,23 @@ msgstr ""
 "co doprowadziło by do jego spłaszczenia i problemami ze ślizganiem się "\r
 "ekstrudera."\r
 \r
-#: Cura/util/profile.py:179\r
+#: Cura/util/profile.py:199\r
+#, fuzzy\r
+msgid "Z hop when retracting (mm)"\r
+msgstr "Minimalne ekstrudowanie zanim nastąpi retrakcja (mm)"\r
+\r
+#: Cura/util/profile.py:199\r
+msgid ""\r
+"When a retraction is done, the head is lifted by this amount to travel over "\r
+"the print. A value of 0.075 works well. This feature has a lot of positive "\r
+"effect on delta towers."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:200\r
 msgid "Initial layer thickness (mm)"\r
 msgstr "Grubość początkowej warstwy (mm)"\r
 \r
-#: Cura/util/profile.py:179\r
+#: Cura/util/profile.py:200\r
 msgid ""\r
 "Layer thickness of the bottom layer. A thicker bottom layer makes sticking "\r
 "to the bed easier. Set to 0.0 to have the bottom layer thickness the same as "\r
@@ -1741,11 +1724,11 @@ msgstr ""
 "przyklejanie się sydruku do stołu. Ustaw 0.0 aby dolna warsta miała taką "\r
 "samą grubość jak pozostałe warstwy."\r
 \r
-#: Cura/util/profile.py:180\r
+#: Cura/util/profile.py:201\r
 msgid "Cut off object bottom (mm)"\r
 msgstr "Odcięcie dołu obiektu (mm)"\r
 \r
-#: Cura/util/profile.py:180\r
+#: Cura/util/profile.py:201\r
 msgid ""\r
 "Sinks the object into the platform, this can be used for objects that do not "\r
 "have a flat bottom and thus create a too small first layer."\r
@@ -1753,37 +1736,44 @@ msgstr ""
 "Zatapia obiekt w stole, to może być przydatne jeśli obiek nie ma płaskiego "\r
 "spodu powodując zbyt mała warstwę spodnią."\r
 \r
-#: Cura/util/profile.py:182\r
+#: Cura/util/profile.py:203\r
 msgid "Dual extrusion overlap (mm)"\r
 msgstr "Nachodzenie przy dwóch ekstruderach (mm)"\r
 \r
-#: Cura/util/profile.py:182\r
+#: Cura/util/profile.py:203\r
+#, fuzzy\r
 msgid ""\r
 "Add a certain amount of overlapping extrusion on dual-extrusion prints. This "\r
-"bonds the different colors better together."\r
+"bonds the different colors together."\r
 msgstr ""\r
 "Dodaje pewną wartość nachodzenia na siebie linii z obu ekstruderów. Powoduje "\r
 "to lepsze sklejanie się ze sobą różnych kolorów."\r
 \r
-#: Cura/util/profile.py:183\r
+#: Cura/util/profile.py:204 Cura/util/profile.py:205 Cura/util/profile.py:206\r
+#: Cura/util/profile.py:207 Cura/util/profile.py:208\r
+msgid "Speed"\r
+msgstr "Prędkość"\r
+\r
+#: Cura/util/profile.py:204\r
 msgid "Travel speed (mm/s)"\r
 msgstr "Prędkość podróżowania (mm/s)"\r
 \r
-#: Cura/util/profile.py:183\r
+#: Cura/util/profile.py:204\r
+#, fuzzy\r
 msgid ""\r
-"Speed at which travel moves are done, a high quality build Ultimaker can "\r
-"reach speeds of 250mm/s. But some machines might miss steps then."\r
+"Speed at which travel moves are done, a well built Ultimaker can reach "\r
+"speeds of 250mm/s. But some machines might miss steps then."\r
 msgstr ""\r
 "Prędkość z jaką podróżuje głowica kiedy nie jest ekstrudowany materiał. "\r
 "Ultimaker który został prcyzyjnie złożony potrafi osiągać prędkość do 250mm/"\r
 "s. Ale niektóre egzemplarze mogą już pomijać skoki silników krokowych przy "\r
 "tak dużych prędkościach."\r
 \r
-#: Cura/util/profile.py:184\r
+#: Cura/util/profile.py:205\r
 msgid "Bottom layer speed (mm/s)"\r
 msgstr "Prędkość warstwy dolnej (mm/s)"\r
 \r
-#: Cura/util/profile.py:184\r
+#: Cura/util/profile.py:205\r
 msgid ""\r
 "Print speed for the bottom layer, you want to print the first layer slower "\r
 "so it sticks better to the printer bed."\r
@@ -1791,36 +1781,69 @@ msgstr ""
 "Prękość drukowania warstwy dolnej, najlepiej jest ją drukować wolniej aby "\r
 "lepiej przyklejała się do stołu."\r
 \r
-#: Cura/util/profile.py:185\r
+#: Cura/util/profile.py:206\r
 msgid "Infill speed (mm/s)"\r
 msgstr "Prędkość wypełnienia (mm/s)"\r
 \r
-#: Cura/util/profile.py:185\r
+#: Cura/util/profile.py:206\r
+#, fuzzy\r
 msgid ""\r
 "Speed at which infill parts are printed. If set to 0 then the print speed is "\r
-"used for the infill. Printing the infill faster can greatly reduce printing, "\r
-"but this can negatively effect print quality.."\r
+"used for the infill. Printing the infill faster can greatly reduce printing "\r
+"time, but this can negatively affect print quality."\r
 msgstr ""\r
 "Prędkość z jaką drukowane jest wypełenienie. Jeśli ustawione jest 0 to "\r
 "używana jest podstawowa prędkość drukowania. Drukowanie wypełnienia szybciej "\r
 "może znacząco skrócić czas wydruku, ale jednosczenie negatywnie wpłynąć na "\r
 "ogólną jakość wydruku.."\r
 \r
-#: Cura/util/profile.py:186 Cura/util/profile.py:187 Cura/util/profile.py:194\r
-#: Cura/util/profile.py:195 Cura/util/profile.py:196 Cura/util/profile.py:197\r
-#: Cura/util/profile.py:198\r
+#: Cura/util/profile.py:207\r
+#, fuzzy\r
+msgid "Outer shell speed (mm/s)"\r
+msgstr "Prędkość podróżowania (mm/s)"\r
+\r
+#: Cura/util/profile.py:207\r
+msgid ""\r
+"Speed at which outer shell is printed. If set to 0 then the print speed is "\r
+"used. Printing the outer shell at a lower speed improves the final skin "\r
+"quality. However, having a large difference between the inner shell speed "\r
+"and the outer shell speed will effect quality in a negative way."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:208\r
+#, fuzzy\r
+msgid "Inner shell speed (mm/s)"\r
+msgstr "Prędkość wypełnienia (mm/s)"\r
+\r
+#: Cura/util/profile.py:208\r
+#, fuzzy\r
+msgid ""\r
+"Speed at which inner shells are printed. If set to 0 then the print speed is "\r
+"used. Printing the inner shell faster then the outer shell will reduce "\r
+"printing time. It is good to set this somewhere in between the outer shell "\r
+"speed and the infill/printing speed."\r
+msgstr ""\r
+"Prędkość z jaką drukowane jest wypełenienie. Jeśli ustawione jest 0 to "\r
+"używana jest podstawowa prędkość drukowania. Drukowanie wypełnienia szybciej "\r
+"może znacząco skrócić czas wydruku, ale jednosczenie negatywnie wpłynąć na "\r
+"ogólną jakość wydruku.."\r
+\r
+#: Cura/util/profile.py:209 Cura/util/profile.py:210 Cura/util/profile.py:215\r
+#: Cura/util/profile.py:216 Cura/util/profile.py:217 Cura/util/profile.py:218\r
+#: Cura/util/profile.py:219\r
 msgid "Cool"\r
 msgstr "Chłodzenie"\r
 \r
-#: Cura/util/profile.py:186\r
+#: Cura/util/profile.py:209\r
 msgid "Minimal layer time (sec)"\r
 msgstr "Minimalny czas warstwy (sek)"\r
 \r
-#: Cura/util/profile.py:186\r
+#: Cura/util/profile.py:209\r
+#, fuzzy\r
 msgid ""\r
-"Minimum time spend in a layer, gives the layer time to cool down before the "\r
+"Minimum time spent in a layer, gives the layer time to cool down before the "\r
 "next layer is put on top. If the layer will be placed down too fast the "\r
-"printer will slow down to make sure it has spend at least this amount of "\r
+"printer will slow down to make sure it has spent at least this amount of "\r
 "seconds printing this layer."\r
 msgstr ""\r
 "Minimalny czas jaki drukarka spędzi na drukowaniu jednej warstwy. To daje "\r
@@ -1828,11 +1851,11 @@ msgstr ""
 "kolejna. Jeśli dana warstwa miała by być położona wcześniej drukarka zwolni "\r
 "wydruk na tyle aby spędzić przynajmniej tyle sekund drukując tę warstwę."\r
 \r
-#: Cura/util/profile.py:187\r
+#: Cura/util/profile.py:210\r
 msgid "Enable cooling fan"\r
 msgstr "Włącz wentylator chłodzący"\r
 \r
-#: Cura/util/profile.py:187\r
+#: Cura/util/profile.py:210\r
 msgid ""\r
 "Enable the cooling fan during the print. The extra cooling from the cooling "\r
 "fan is essential during faster prints."\r
@@ -1840,11 +1863,11 @@ msgstr ""
 "Włącza wentylator chłodzący drukowany obiekt. Dodakowe chłodzenie przez "\r
 "wentylator jest niezbędne do szybkiego drukowania."\r
 \r
-#: Cura/util/profile.py:189\r
+#: Cura/util/profile.py:212\r
 msgid "Line count"\r
 msgstr "Ilość linii"\r
 \r
-#: Cura/util/profile.py:189\r
+#: Cura/util/profile.py:212\r
 msgid ""\r
 "The skirt is a line drawn around the object at the first layer. This helps "\r
 "to prime your extruder, and to see if the object fits on your platform.\n"\r
@@ -1857,11 +1880,11 @@ msgstr ""
 "Ustaw 0 aby wyłączyć tę funkcję. Wilekrotne linię pozwalają lepiej "\r
 "przygotować dyszę w przypadku małych obiektów."\r
 \r
-#: Cura/util/profile.py:190\r
+#: Cura/util/profile.py:213\r
 msgid "Start distance (mm)"\r
 msgstr "Startowa odległość (mm)"\r
 \r
-#: Cura/util/profile.py:190\r
+#: Cura/util/profile.py:213\r
 msgid ""\r
 "The distance between the skirt and the first layer.\n"\r
 "This is the minimal distance, multiple skirt lines will be put outwards from "\r
@@ -1871,11 +1894,11 @@ msgstr ""
 "To jest odległość minimalna, wielokrotne lini skirt zostaną położne na "\r
 "zewnątrz od tej odległości."\r
 \r
-#: Cura/util/profile.py:191\r
+#: Cura/util/profile.py:214\r
 msgid "Minimal length (mm)"\r
 msgstr "Minimalna długość (mm)"\r
 \r
-#: Cura/util/profile.py:191\r
+#: Cura/util/profile.py:214\r
 msgid ""\r
 "The minimal length of the skirt, if this minimal length is not reached it "\r
 "will add more skirt lines to reach this minimal lenght.\n"\r
@@ -1886,24 +1909,26 @@ msgstr ""
 "Zwróć uwagę, że jeśli ilość lini skirt została ustawiona na 0 ta opcja jest "\r
 "ignorowana."\r
 \r
-#: Cura/util/profile.py:194\r
-msgid "Fan on layer number"\r
-msgstr "Wentylator na warstwie nr"\r
+#: Cura/util/profile.py:215\r
+#, fuzzy\r
+msgid "Fan full on at height (mm)"\r
+msgstr "Wysokość drukarki (mm)"\r
 \r
-#: Cura/util/profile.py:194\r
+#: Cura/util/profile.py:215\r
+#, fuzzy\r
 msgid ""\r
-"The layer at which the fan is turned on. The first layer is layer 0. The "\r
-"first layer can stick better if you turn on the fan on, on the 2nd layer."\r
+"The height at which the fan is turned on completely. For the layers below "\r
+"this the fan speed is scaled linearly with the fan off at layer 0."\r
 msgstr ""\r
 "Numer warstwy przy której włączony ma zostać wentylator. Pierwsza warstwa ma "\r
 "numer 0. Pierwsza warstwa lepiej przyklei się do stołu, jeśli wentylator "\r
 "zostanie włączony dopiero przy warstwie drugiej."\r
 \r
-#: Cura/util/profile.py:195\r
+#: Cura/util/profile.py:216\r
 msgid "Fan speed min (%)"\r
 msgstr "Min prędkość wentylatora (%)"\r
 \r
-#: Cura/util/profile.py:195\r
+#: Cura/util/profile.py:216\r
 msgid ""\r
 "When the fan is turned on, it is enabled at this speed setting. If cool "\r
 "slows down the layer, the fan is adjusted between the min and max speed. "\r
@@ -1914,11 +1939,11 @@ msgstr ""
 "dostosowywana pomiędzy prędkością min i max. Minimalna prękość jest używana "\r
 "jeśli warsta nie została spowolniona przez Chłodzenie."\r
 \r
-#: Cura/util/profile.py:196\r
+#: Cura/util/profile.py:217\r
 msgid "Fan speed max (%)"\r
 msgstr "Max prękość wentylatora (%)"\r
 \r
-#: Cura/util/profile.py:196\r
+#: Cura/util/profile.py:217\r
 msgid ""\r
 "When the fan is turned on, it is enabled at this speed setting. If cool "\r
 "slows down the layer, the fan is adjusted between the min and max speed. "\r
@@ -1930,26 +1955,27 @@ msgstr ""
 "dostosowywana pomiędzy prędkością min i max. Maksymalna prękość jest używana "\r
 "jeśli warsta została spowolniona przez Chłodzenie więcej niż 200%."\r
 \r
-#: Cura/util/profile.py:197\r
+#: Cura/util/profile.py:218\r
 msgid "Minimum speed (mm/s)"\r
 msgstr "Minimalna prędkość (mm/s)"\r
 \r
-#: Cura/util/profile.py:197\r
+#: Cura/util/profile.py:218\r
+#, fuzzy\r
 msgid ""\r
 "The minimal layer time can cause the print to slow down so much it starts to "\r
-"ooze. The minimal feedrate protects against this. Even if a print gets slown "\r
-"down it will never be slower than this minimal speed."\r
+"ooze. The minimal feedrate protects against this. Even if a print gets "\r
+"slowed down it will never be slower than this minimal speed."\r
 msgstr ""\r
 "Minimalny czas drukowania warstwy może spowodować tak duże spowolnienie "\r
 "drukowania że dysza zacznie cieć. Minilamna prędkość zabiezpiecza przed tym. "\r
 "Nawet jeśli wydruk zostanie spowolniony nigdy nie będzie spowolniony "\r
 "bardziej niż ta prędkość minimalna."\r
 \r
-#: Cura/util/profile.py:198\r
+#: Cura/util/profile.py:219\r
 msgid "Cool head lift"\r
 msgstr "Chłodzenie przez podnoszenie dyszy"\r
 \r
-#: Cura/util/profile.py:198\r
+#: Cura/util/profile.py:219\r
 msgid ""\r
 "Lift the head if the minimal speed is hit because of cool slowdown, and wait "\r
 "the extra time so the minimal layer time is always hit."\r
@@ -1958,15 +1984,15 @@ msgstr ""
 "spowolnienia przez Chłodzenie, a następnie poczekaj wymagany czas tak aby "\r
 "zawsze spełnić warunek minimalnego czasu warstwy."\r
 \r
-#: Cura/util/profile.py:203 Cura/util/profile.py:204 Cura/util/profile.py:205\r
+#: Cura/util/profile.py:220 Cura/util/profile.py:221 Cura/util/profile.py:222\r
 msgid "Infill"\r
 msgstr "Wypełnienie"\r
 \r
-#: Cura/util/profile.py:203\r
+#: Cura/util/profile.py:220\r
 msgid "Solid infill top"\r
 msgstr "Całkowite wypełenie górnej warstwy"\r
 \r
-#: Cura/util/profile.py:203\r
+#: Cura/util/profile.py:220\r
 msgid ""\r
 "Create a solid top surface, if set to false the top is filled with the fill "\r
 "percentage. Useful for cups/vases."\r
@@ -1974,11 +2000,11 @@ msgstr ""
 "Tworzy całkowicie wypełnioną górną warstwę, jeśli nie jest włączone zostanie "\r
 "użyty normalny procent wypełnienia. Użyteczne do kubków/waz."\r
 \r
-#: Cura/util/profile.py:204\r
+#: Cura/util/profile.py:221\r
 msgid "Solid infill bottom"\r
 msgstr "Całkowite wypełenie dolnej warstwy"\r
 \r
-#: Cura/util/profile.py:204\r
+#: Cura/util/profile.py:221\r
 msgid ""\r
 "Create a solid bottom surface, if set to false the bottom is filled with the "\r
 "fill percentage. Useful for buildings."\r
@@ -1986,11 +2012,11 @@ msgstr ""
 "Tworzy całkowicie wypełnioną dolną warstwę, jeśli nie jest włączone zostanie "\r
 "użyty normalny procent wypełnienia. Użyteczne do budynków."\r
 \r
-#: Cura/util/profile.py:205\r
+#: Cura/util/profile.py:222\r
 msgid "Infill overlap (%)"\r
 msgstr "Nachodzenie wypełnienia (%)"\r
 \r
-#: Cura/util/profile.py:205\r
+#: Cura/util/profile.py:222\r
 msgid ""\r
 "Amount of overlap between the infill and the walls. There is a slight "\r
 "overlap with the walls and the infill so the walls connect firmly to the "\r
@@ -1999,25 +2025,50 @@ msgstr ""
 "Procentowe nachodzenie na siebie wypełniania i ścian. Niewielka wartość "\r
 "nachodzenia zapewnia pewne sklejanie się ze sobą wypełnienia i ścian."\r
 \r
-#: Cura/util/profile.py:206\r
+#: Cura/util/profile.py:223\r
+#, fuzzy\r
+msgid "Structure type"\r
+msgstr "Typ struktury wsparcia"\r
+\r
+#: Cura/util/profile.py:223\r
+msgid ""\r
+"The type of support structure.\n"\r
+"Grid is very strong and can come off in 1 piece, however, sometimes it is "\r
+"too strong.\n"\r
+"Lines are single walled lines that break off one at a time. Which is more "\r
+"work to remove, but as it is less strong it does work better on tricky "\r
+"prints."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:224\r
+msgid "Overhang angle for support (deg)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:224\r
+msgid ""\r
+"The minimal angle that overhangs need to have to get support. With 0 degree "\r
+"being horizontal and 90 degree being vertical."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:225\r
 msgid "Fill amount (%)"\r
 msgstr "Wartość wypełnienia (%)"\r
 \r
-#: Cura/util/profile.py:206\r
-#, python-format\r
+#: Cura/util/profile.py:225\r
+#, fuzzy, python-format\r
 msgid ""\r
 "Amount of infill structure in the support material, less material gives "\r
-"weaker support which is easier to remove. 20% seems to be a good average."\r
+"weaker support which is easier to remove. 15% seems to be a good average."\r
 msgstr ""\r
 "Procentowa wartość z jaką wydrukować strukturę wypełnienia supportu. "\r
 "Mniejsza wartość zużywa mniej materiału i jest łatwiejsza do usunięcia. 20% "\r
 "s wydaje się odpowiednią średnią."\r
 \r
-#: Cura/util/profile.py:207\r
+#: Cura/util/profile.py:226\r
 msgid "Distance X/Y (mm)"\r
 msgstr "Odległość X/Y"\r
 \r
-#: Cura/util/profile.py:207\r
+#: Cura/util/profile.py:226\r
 msgid ""\r
 "Distance of the support material from the print, in the X/Y directions.\n"\r
 "0.7mm gives a nice distance from the print so the support does not stick to "\r
@@ -2027,11 +2078,11 @@ msgstr ""
 "0.7mm to odpowiednia odległość aby support nie przyklejał się za bardzo do "\r
 "wydruku."\r
 \r
-#: Cura/util/profile.py:208\r
+#: Cura/util/profile.py:227\r
 msgid "Distance Z (mm)"\r
 msgstr "Odległość Z (mm)"\r
 \r
-#: Cura/util/profile.py:208\r
+#: Cura/util/profile.py:227\r
 msgid ""\r
 "Distance from the top/bottom of the support to the print. A small gap here "\r
 "makes it easier to remove the support but makes the print a bit uglier.\n"\r
@@ -2041,11 +2092,22 @@ msgstr ""
 "odległości ułatwia usuwanie supportu,a le powoduje że wydruk jest brzydszy.\n"\r
 "0.15mm to dobra separacja supportu."\r
 \r
-#: Cura/util/profile.py:212\r
+#: Cura/util/profile.py:228\r
+msgid "Spiralize the outer contour"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:228\r
+msgid ""\r
+"Spiralize is smoothing out the Z move of the outer edge. This will create a "\r
+"steady Z increase over the whole print. This feature turns a solid object "\r
+"into a single walled print with a solid bottom."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:230\r
 msgid "Brim line amount"\r
 msgstr "Ilość lini obrysu"\r
 \r
-#: Cura/util/profile.py:212\r
+#: Cura/util/profile.py:230\r
 msgid ""\r
 "The amount of lines used for a brim, more lines means a larger brim which "\r
 "sticks better, but this also makes your effective print area smaller."\r
@@ -2054,26 +2116,27 @@ msgstr ""
 "obrys który lepiej się przykleja, ale powoduje to zmniejszenia efektywnie "\r
 "dostępnej przestrzeni stołu."\r
 \r
-#: Cura/util/profile.py:213\r
+#: Cura/util/profile.py:231\r
 msgid "Extra margin (mm)"\r
 msgstr "Dodatkowy margines (mm)"\r
 \r
-#: Cura/util/profile.py:213\r
+#: Cura/util/profile.py:231\r
+#, fuzzy\r
 msgid ""\r
 "If the raft is enabled, this is the extra raft area around the object which "\r
 "is also rafted. Increasing this margin will create a stronger raft while "\r
-"using more material and leaving less are for your print."\r
+"using more material and leaving less area for your print."\r
 msgstr ""\r
 "Jeśli włączona jest Tratwa, margines określa dodakowy obszar na około "\r
 "obiektu pod którym też jest tworzona Tratwa. Zwiększenie tego marginesu "\r
 "spowoduje utworzenie mocniejszej tratwy używająć więcej materiału i "\r
 "zostawiając mniej obszary dla Twojego wydruku."\r
 \r
-#: Cura/util/profile.py:214\r
+#: Cura/util/profile.py:232\r
 msgid "Line spacing (mm)"\r
 msgstr "Odległość linii (mm)"\r
 \r
-#: Cura/util/profile.py:214\r
+#: Cura/util/profile.py:232\r
 msgid ""\r
 "When you are using the raft this is the distance between the centerlines of "\r
 "the raft line."\r
@@ -2081,11 +2144,11 @@ msgstr ""
 "Odległość poszczególnych linii tratwy, jest to odległość między środkami "\r
 "linii z których zbudowana jest tratwa."\r
 \r
-#: Cura/util/profile.py:215\r
+#: Cura/util/profile.py:233\r
 msgid "Base thickness (mm)"\r
 msgstr "Grubość bazy (mm)"\r
 \r
-#: Cura/util/profile.py:215\r
+#: Cura/util/profile.py:233\r
 msgid ""\r
 "When you are using the raft this is the thickness of the base layer which is "\r
 "put down."\r
@@ -2093,11 +2156,11 @@ msgstr ""
 "Jeśli używasz tratwy to jest grubość bazowej piuerwszej warstwy tratwy która "\r
 "jest drukowana."\r
 \r
-#: Cura/util/profile.py:216\r
+#: Cura/util/profile.py:234\r
 msgid "Base line width (mm)"\r
 msgstr "Grubość linii bazy (mm)"\r
 \r
-#: Cura/util/profile.py:216\r
+#: Cura/util/profile.py:234\r
 msgid ""\r
 "When you are using the raft this is the width of the base layer lines which "\r
 "are put down."\r
@@ -2105,21 +2168,21 @@ msgstr ""
 "Jeśli używasz tratwy to jest szerokość lini z jakich zbudowana jest baza "\r
 "tratwy."\r
 \r
-#: Cura/util/profile.py:217\r
+#: Cura/util/profile.py:235\r
 msgid "Interface thickness (mm)"\r
 msgstr "Grubość interfejsu (mm)"\r
 \r
-#: Cura/util/profile.py:217\r
+#: Cura/util/profile.py:235\r
 msgid ""\r
 "When you are using the raft this is the thickness of the interface layer "\r
 "which is put down."\r
 msgstr "Jeśli używasz tratwy to jest grubość warstwy interfejsu."\r
 \r
-#: Cura/util/profile.py:218\r
+#: Cura/util/profile.py:236\r
 msgid "Interface line width (mm)"\r
 msgstr "Grubość linii interfejsu (mm)"\r
 \r
-#: Cura/util/profile.py:218\r
+#: Cura/util/profile.py:236\r
 msgid ""\r
 "When you are using the raft this is the width of the interface layer lines "\r
 "which are put down."\r
@@ -2127,21 +2190,22 @@ msgstr ""
 "Jeśli używasz tratwy to jest szerokość linii z jakich zbudowana jest warstwa "\r
 "interfejsu."\r
 \r
-#: Cura/util/profile.py:220 Cura/util/profile.py:221 Cura/util/profile.py:222\r
-#: Cura/util/profile.py:223\r
+#: Cura/util/profile.py:237 Cura/util/profile.py:238 Cura/util/profile.py:239\r
+#: Cura/util/profile.py:240\r
 msgid "Fix horrible"\r
 msgstr "Napraw straszliwości"\r
 \r
-#: Cura/util/profile.py:220\r
+#: Cura/util/profile.py:237\r
 msgid "Combine everything (Type-A)"\r
 msgstr "Scal wszystko (Typ-A)"\r
 \r
-#: Cura/util/profile.py:220 Cura/util/profile.py:221\r
+#: Cura/util/profile.py:237 Cura/util/profile.py:238\r
+#, fuzzy\r
 msgid ""\r
 "This expert option adds all parts of the model together. The result is "\r
 "usually that internal cavities disappear. Depending on the model this can be "\r
 "intended or not. Enabling this option is at your own risk. Type-A is "\r
-"depended on the model normals and tries to keep some internal holes intact. "\r
+"dependent on the model normals and tries to keep some internal holes intact. "\r
 "Type-B ignores all internal holes and only keeps the outside shape per layer."\r
 msgstr ""\r
 "Ta zaawansowana opcja dodaje do siebie wszystkie części modelu. Zwykle "\r
@@ -2151,22 +2215,22 @@ msgstr ""
 "wewnętrzne przestrzenie. Typ-B ignoruje calkowicie wszystkie wewnętrzne "\r
 "dziury i pozostawia tylko zewnętrzny obrys dla każdej warstwy."\r
 \r
-#: Cura/util/profile.py:221\r
+#: Cura/util/profile.py:238\r
 msgid "Combine everything (Type-B)"\r
 msgstr "Scal wszystko (Typ-B)"\r
 \r
-#: Cura/util/profile.py:222\r
+#: Cura/util/profile.py:239\r
 msgid "Keep open faces"\r
 msgstr "Zachowaj otwarte płaszczyzny"\r
 \r
-#: Cura/util/profile.py:222\r
+#: Cura/util/profile.py:239\r
+#, fuzzy\r
 msgid ""\r
 "This expert option keeps all the open bits of the model intact. Normally "\r
 "Cura tries to stitch up small holes and remove everything with big holes, "\r
 "but this option keeps bits that are not properly part of anything and just "\r
-"goes with whatever it is left. This option is usually not what you want, but "\r
-"it might enable you to slice models otherwise failing to produce proper "\r
-"paths.\n"\r
+"goes with whatever is left. This option is usually not what you want, but it "\r
+"might enable you to slice models otherwise failing to produce proper paths.\n"\r
 "As with all \"Fix horrible\" options, results may vary and use at your own "\r
 "risk."\r
 msgstr ""\r
@@ -2179,13 +2243,14 @@ msgstr ""
 "Tak jak w przypadku wszystkich opcji \"Naprawiania straszliwości\", "\r
 "rezultaty mogą być różne i używasz na własne ryzyko."\r
 \r
-#: Cura/util/profile.py:223\r
+#: Cura/util/profile.py:240\r
 msgid "Extensive stitching"\r
 msgstr "Rozległe zszywanie"\r
 \r
-#: Cura/util/profile.py:223\r
+#: Cura/util/profile.py:240\r
+#, fuzzy\r
 msgid ""\r
-"Extrensive stitching tries to fix up open holes in the model by closing the "\r
+"Extensive stitching tries to fix up open holes in the model by closing the "\r
 "hole with touching polygons. This algorthm is quite expensive and could "\r
 "introduce a lot of processing time.\n"\r
 "As with all \"Fix horrible\" options, results may vary and use at your own "\r
@@ -2197,41 +2262,41 @@ msgstr ""
 "Tak jak w przypadku wszystkich opcji \"Naprawiania straszliwości\", "\r
 "rezultaty mogą być różne i używasz na własne ryzyko."\r
 \r
-#: Cura/util/profile.py:323\r
+#: Cura/util/profile.py:350\r
 msgid "Save profile on slice"\r
 msgstr "Zapisz Profil po podziale na warstwy"\r
 \r
-#: Cura/util/profile.py:323\r
+#: Cura/util/profile.py:350\r
 msgid ""\r
 "When slicing save the profile as [stl_file]_profile.ini next to the model."\r
 msgstr ""\r
 "Po zakończeniu procesu podziału na warstwy (slice) Profil zostanie zapisany "\r
 "obok modelu jako plik [stl_file]_profile.ini"\r
 \r
-#: Cura/util/profile.py:324\r
+#: Cura/util/profile.py:351\r
 msgid "Cost (price/kg)"\r
 msgstr "Koszt (cena/kg)"\r
 \r
-#: Cura/util/profile.py:324\r
+#: Cura/util/profile.py:351\r
 msgid "Cost of your filament per kg, to estimate the cost of the final print."\r
 msgstr ""\r
 "Koszt filamentu za 1 kg, używany do oszacowania kosztu wydruku elementu."\r
 \r
-#: Cura/util/profile.py:325\r
+#: Cura/util/profile.py:352\r
 msgid "Cost (price/m)"\r
 msgstr "Koszt (cena/m)"\r
 \r
-#: Cura/util/profile.py:325\r
+#: Cura/util/profile.py:352\r
 msgid ""\r
 "Cost of your filament per meter, to estimate the cost of the final print."\r
 msgstr ""\r
 "Koszt filamentu za 1 metr, używany do oszacowania kosztu wydruku elementu."\r
 \r
-#: Cura/util/profile.py:326\r
+#: Cura/util/profile.py:353\r
 msgid "Auto detect SD card drive"\r
 msgstr "Automatycznie wykryj czytnik kart SD"\r
 \r
-#: Cura/util/profile.py:326\r
+#: Cura/util/profile.py:353\r
 msgid ""\r
 "Auto detect the SD card. You can disable this because on some systems "\r
 "external hard-drives or USB sticks are detected as SD card."\r
@@ -2240,28 +2305,28 @@ msgstr ""
 "gdyż na niektórych systemach pen-drive'y lub zewnętrzne dyski twarde "\r
 "rozpoznawane są jako czytniki SD."\r
 \r
-#: Cura/util/profile.py:327\r
+#: Cura/util/profile.py:354\r
 msgid "Check for updates"\r
 msgstr "Spradź aktualizacje"\r
 \r
-#: Cura/util/profile.py:327\r
+#: Cura/util/profile.py:354\r
 msgid "Check for newer versions of Cura on startup"\r
 msgstr "Sprawdzaj czy jest nowa wersja Cura podczas startu"\r
 \r
-#: Cura/util/profile.py:328\r
+#: Cura/util/profile.py:355\r
 msgid "Send usage statistics"\r
 msgstr "Wyślij statystyki użycia"\r
 \r
-#: Cura/util/profile.py:328\r
+#: Cura/util/profile.py:355\r
 msgid "Submit anonymous usage information to improve next versions of Cura"\r
 msgstr ""\r
 "Wyślij anonimowe statystyki użycia aby pomóć ulepszyć kolejne wersje Cura"\r
 \r
-#: Cura/util/profile.py:330\r
+#: Cura/util/profile.py:357\r
 msgid "Density (kg/m3)"\r
 msgstr "Gęstość (kg/m3)"\r
 \r
-#: Cura/util/profile.py:330\r
+#: Cura/util/profile.py:357\r
 msgid ""\r
 "Weight of the filament per m3. Around 1240 for PLA. And around 1040 for ABS. "\r
 "This value is used to estimate the weight if the filament used for the print."\r
@@ -2269,56 +2334,88 @@ msgstr ""
 "Waga filamentu na 1 m3. Około 1240 dla PLA. I około 1040 dla ABS. Ta wartość "\r
 "jest używana aby oszacować wagę filamentu użytą do wydruku."\r
 \r
-#: Cura/util/profile.py:331\r
+#: Cura/util/profile.py:358\r
 msgid ""\r
 "Change the language in which Cura runs. Switching language requires a "\r
 "restart of Cura"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:334\r
+#: Cura/util/profile.py:361\r
 msgid "Model colour"\r
 msgstr "Kolor modelu"\r
 \r
-#: Cura/util/profile.py:335\r
+#: Cura/util/profile.py:361\r
+msgid "Display color for first extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:362\r
 msgid "Model colour (2)"\r
 msgstr "Kolor modelu (2)"\r
 \r
-#: Cura/util/profile.py:336\r
+#: Cura/util/profile.py:362\r
+msgid "Display color for second extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:363\r
 msgid "Model colour (3)"\r
 msgstr "Kolor modelu (3)"\r
 \r
-#: Cura/util/profile.py:337\r
+#: Cura/util/profile.py:363\r
+msgid "Display color for third extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:364\r
 msgid "Model colour (4)"\r
 msgstr "Kolor modelu (4)"\r
 \r
-#: Cura/util/profile.py:348\r
+#: Cura/util/profile.py:364\r
+msgid "Display color for forth extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:365\r
+msgid "Printing window type"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:365\r
+msgid "Select the interface used for USB printing."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:377\r
 msgid "Maximum width (mm)"\r
 msgstr "Maksymalna szerokość (mm)"\r
 \r
-#: Cura/util/profile.py:348 Cura/util/profile.py:349 Cura/util/profile.py:350\r
+#: Cura/util/profile.py:377 Cura/util/profile.py:378 Cura/util/profile.py:379\r
 msgid "Size of the machine in mm"\r
 msgstr "Wielkość drukarki w mm"\r
 \r
-#: Cura/util/profile.py:349\r
+#: Cura/util/profile.py:378\r
 msgid "Maximum depth (mm)"\r
 msgstr "Maksymalna głębokość (mm)"\r
 \r
-#: Cura/util/profile.py:350\r
+#: Cura/util/profile.py:379\r
 msgid "Maximum height (mm)"\r
 msgstr "MAksymalna wysokość (mm)"\r
 \r
-#: Cura/util/profile.py:351\r
+#: Cura/util/profile.py:380\r
 #, fuzzy\r
 msgid "Machine center 0,0"\r
 msgstr "Nazwa drukarki"\r
 \r
-#: Cura/util/profile.py:351\r
+#: Cura/util/profile.py:380\r
 msgid ""\r
 "Machines firmware defines the center of the bed as 0,0 instead of the front "\r
 "left corner."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:353\r
+#: Cura/util/profile.py:381\r
+msgid "Build area shape"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:381\r
+msgid "The shape of machine build area."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:383\r
 msgid ""\r
 "If you have an heated bed, this enabled heated bed settings (requires "\r
 "restart)"\r
@@ -2326,11 +2423,11 @@ msgstr ""
 "Jeśli posiadasz podgrzewany stół, ta opcja włącza ustawienia podgrzewanego "\r
 "stołu (wymaga restartu)"\r
 \r
-#: Cura/util/profile.py:354\r
+#: Cura/util/profile.py:384\r
 msgid "GCode Flavor"\r
 msgstr "Rodzaj GCode"\r
 \r
-#: Cura/util/profile.py:354\r
+#: Cura/util/profile.py:384\r
 #, fuzzy\r
 msgid ""\r
 "Flavor of generated GCode.\n"\r
@@ -2346,39 +2443,39 @@ msgstr ""
 "UltiGCode jest odmianą GCode 5D która umieszcza więcej ustawień w drukarce "\r
 "zamiast w Slicerze."\r
 \r
-#: Cura/util/profile.py:355\r
+#: Cura/util/profile.py:385\r
 msgid "Extruder count"\r
 msgstr "Ilość ekstruderów"\r
 \r
-#: Cura/util/profile.py:355\r
+#: Cura/util/profile.py:385\r
 msgid "Amount of extruders in your machine."\r
 msgstr "Ilość ekstruderów w Twojej drukarce"\r
 \r
-#: Cura/util/profile.py:356 Cura/util/profile.py:358 Cura/util/profile.py:360\r
+#: Cura/util/profile.py:386 Cura/util/profile.py:388 Cura/util/profile.py:390\r
 msgid "Offset X"\r
 msgstr "Przesunięcie X"\r
 \r
-#: Cura/util/profile.py:356 Cura/util/profile.py:357\r
+#: Cura/util/profile.py:386 Cura/util/profile.py:387\r
 msgid "The offset of your secondary extruder compared to the primary."\r
 msgstr "Przesunięcie drugiego esktrudera w odniesieniu do głównego."\r
 \r
-#: Cura/util/profile.py:357 Cura/util/profile.py:359 Cura/util/profile.py:361\r
+#: Cura/util/profile.py:387 Cura/util/profile.py:389 Cura/util/profile.py:391\r
 msgid "Offset Y"\r
 msgstr "Przesunięcie Y"\r
 \r
-#: Cura/util/profile.py:358 Cura/util/profile.py:359\r
+#: Cura/util/profile.py:388 Cura/util/profile.py:389\r
 msgid "The offset of your tertiary extruder compared to the primary."\r
 msgstr "Przesunięcie trzeciego esktrudera w odniesieniu do głównego."\r
 \r
-#: Cura/util/profile.py:360 Cura/util/profile.py:361\r
+#: Cura/util/profile.py:390 Cura/util/profile.py:391\r
 msgid "The offset of your forth extruder compared to the primary."\r
 msgstr "Przesunięcie czwartego esktrudera w odniesieniu do głównego."\r
 \r
-#: Cura/util/profile.py:362\r
+#: Cura/util/profile.py:392\r
 msgid "E-Steps per 1mm filament"\r
 msgstr "Ilość E-kroków na 1mm filamentu"\r
 \r
-#: Cura/util/profile.py:362\r
+#: Cura/util/profile.py:392\r
 msgid ""\r
 "Amount of steps per mm filament extrusion. If set to 0 then this value is "\r
 "ignored and the value in your firmware is used."\r
@@ -2386,19 +2483,19 @@ msgstr ""
 "Ilość kroków na mm ekstrudowanego filamentu. Jeśli ustawisz 0 wartość "\r
 "zostanie zignorowana i użyte będzie ustawienie w firmware."\r
 \r
-#: Cura/util/profile.py:363\r
+#: Cura/util/profile.py:393\r
 msgid "Serial port"\r
 msgstr "Port szeregowy"\r
 \r
-#: Cura/util/profile.py:363\r
+#: Cura/util/profile.py:393\r
 msgid "Serial port to use for communication with the printer"\r
 msgstr "Port szeregowy który ma zostać użyty do komunikacji z drukarką"\r
 \r
-#: Cura/util/profile.py:365\r
+#: Cura/util/profile.py:395\r
 msgid "Baudrate"\r
 msgstr "Prędkość transmisji"\r
 \r
-#: Cura/util/profile.py:365\r
+#: Cura/util/profile.py:395\r
 msgid ""\r
 "Speed of the serial port communication\n"\r
 "Needs to match your firmware settings\n"\r
@@ -2408,11 +2505,11 @@ msgstr ""
 "Musi odpowiadać ustawieniu w firmware\n"\r
 "Najczęściej spotykane wartości to 250000, 115200 i 57600"\r
 \r
-#: Cura/util/profile.py:368\r
+#: Cura/util/profile.py:398\r
 msgid "Head size towards X min (mm)"\r
 msgstr "Rozmiar głowicy w kierunku X min (mm)"\r
 \r
-#: Cura/util/profile.py:368\r
+#: Cura/util/profile.py:398\r
 msgid ""\r
 "The head size when printing multiple objects, measured from the tip of the "\r
 "nozzle towards the outer part of the head. 75mm for an Ultimaker if the fan "\r
@@ -2422,11 +2519,11 @@ msgstr ""
 "czubka dyszy w kierunku zewnętrznych części głowicy. Dla Ultimakera jest to "\r
 "75mm jeśli wentylator jest po lewej stronie."\r
 \r
-#: Cura/util/profile.py:369\r
+#: Cura/util/profile.py:399\r
 msgid "Head size towards Y min (mm)"\r
 msgstr "Rozmiar głowicy w kierunku Y min (mm)"\r
 \r
-#: Cura/util/profile.py:369 Cura/util/profile.py:370\r
+#: Cura/util/profile.py:399 Cura/util/profile.py:400\r
 msgid ""\r
 "The head size when printing multiple objects, measured from the tip of the "\r
 "nozzle towards the outer part of the head. 18mm for an Ultimaker if the fan "\r
@@ -2436,15 +2533,15 @@ msgstr ""
 "czubka dyszy w kierunku zewnętrznych części głowicy. Dla Ultimakera jest to "\r
 "18mm jeśli wentylator jest po lewej stronie."\r
 \r
-#: Cura/util/profile.py:370\r
+#: Cura/util/profile.py:400\r
 msgid "Head size towards X max (mm)"\r
 msgstr "Rozmiar głowicy w kierunku X max (mm)"\r
 \r
-#: Cura/util/profile.py:371\r
+#: Cura/util/profile.py:401\r
 msgid "Head size towards Y max (mm)"\r
 msgstr "Rozmiar głowicy w kierunku Y max (mm)"\r
 \r
-#: Cura/util/profile.py:371\r
+#: Cura/util/profile.py:401\r
 msgid ""\r
 "The head size when printing multiple objects, measured from the tip of the "\r
 "nozzle towards the outer part of the head. 35mm for an Ultimaker if the fan "\r
@@ -2454,11 +2551,11 @@ msgstr ""
 "czubka dyszy w kierunku zewnętrznych części głowicy. Dla Ultimakera jest to "\r
 "35mm jeśli wentylator jest po lewej stronie."\r
 \r
-#: Cura/util/profile.py:372\r
+#: Cura/util/profile.py:402\r
 msgid "Printer gantry height (mm)"\r
 msgstr "Wysokość bramy drukarki (mm)"\r
 \r
-#: Cura/util/profile.py:372\r
+#: Cura/util/profile.py:402\r
 msgid ""\r
 "The height of the gantry holding up the printer head. If an object is higher "\r
 "then this then you cannot print multiple objects one for one. 60mm for an "\r
@@ -2468,54 +2565,180 @@ msgstr ""
 "wyższy niż ta wartość nie możesz drukować obiektów jednego po drugim. Dla "\r
 "Ultimakera jest to 60mm."\r
 \r
-#: Cura/util/profile.py:374\r
+#: Cura/util/profile.py:404\r
 #, python-format\r
 msgid "More flow than 150% is rare and usually not recommended."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:375\r
+#: Cura/util/profile.py:405\r
 #, python-format\r
 msgid "Less flow than 50% is rare and usually not recommended."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:376\r
+#: Cura/util/profile.py:406\r
 #, python-format\r
 msgid ""\r
 "Thicker layers then %.2fmm (80%% nozzle size) usually give bad results and "\r
 "are not recommended."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:378\r
+#: Cura/util/profile.py:408\r
 msgid ""\r
 "It is highly unlikely that your machine can achieve a printing speed above "\r
 "150mm/s"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:380 Cura/util/profile.py:381 Cura/util/profile.py:382\r
-#: Cura/util/profile.py:383\r
+#: Cura/util/profile.py:410 Cura/util/profile.py:411 Cura/util/profile.py:412\r
+#: Cura/util/profile.py:413\r
 msgid "Temperatures above 260C could damage your machine, be careful!"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:384 Cura/util/profile.py:385 Cura/util/profile.py:386\r
-#: Cura/util/profile.py:387\r
+#: Cura/util/profile.py:414 Cura/util/profile.py:415 Cura/util/profile.py:416\r
+#: Cura/util/profile.py:417\r
 msgid ""\r
 "Are you sure your filament is that thick? Normal filament is around 3mm or "\r
 "1.75mm."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:388\r
+#: Cura/util/profile.py:418\r
 msgid ""\r
 "It is highly unlikely that your machine can achieve a travel speed above "\r
 "300mm/s"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:389\r
+#: Cura/util/profile.py:419\r
 #, python-format\r
 msgid ""\r
 "A bottom layer of more then %.2fmm (3/4 nozzle size) usually give bad "\r
 "results and is not recommended."\r
 msgstr ""\r
 \r
+#~ msgid "* Configure Cura for your machine"\r
+#~ msgstr "* Skonfigurowanie Cura do Twojej drukarki"\r
+\r
+#~ msgid "* Optionally upgrade your firmware"\r
+#~ msgstr "* Opcjonalna aktualizacja firmware"\r
+\r
+#~ msgid "* Optionally check if your machine is working safely"\r
+#~ msgstr "* Opcjonalny test czy drukarka działa w bezpieczny sposób"\r
+\r
+#~ msgid "* Optionally level your printer bed"\r
+#~ msgstr "* Opcjonalne poziomowanie stołu drukarki"\r
+\r
+#~ msgid "Add new machine..."\r
+#~ msgstr "Dodaj nową drukarkę..."\r
+\r
+#~ msgid "Statistics"\r
+#~ msgstr "Statystyki"\r
+\r
+#~ msgid ""\r
+#~ "Filament: ####.##m #.##g\n"\r
+#~ "Estimated print time: #####:##\n"\r
+#~ "Machine state:\n"\r
+#~ "Detecting baudrateXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"\r
+#~ msgstr ""\r
+#~ "Filament: ####,##m #,##g\n"\r
+#~ "Szacowany czas wydruku: #####:##\n"\r
+#~ "Stan drukarki:\n"\r
+#~ "Wykrywanie baudrateXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"\r
+\r
+#~ msgid "BedTemp:"\r
+#~ msgstr "TempStołu:"\r
+\r
+#~ msgid "Temp:"\r
+#~ msgstr "Temp:"\r
+\r
+#~ msgid "Jog"\r
+#~ msgstr "Pokrętło"\r
+\r
+#~ msgid "Outer wall:"\r
+#~ msgstr "Ściana zewnętrzna:"\r
+\r
+#~ msgid "Inner wall:"\r
+#~ msgstr "Ściana wewnętrzna:"\r
+\r
+#~ msgid "Fill:"\r
+#~ msgstr "Wypełnienie:"\r
+\r
+#~ msgid "Support:"\r
+#~ msgstr "Support:"\r
+\r
+#~ msgid "Term"\r
+#~ msgstr "Term"\r
+\r
+#~ msgid "Enable timelapse movie recording"\r
+#~ msgstr "Włącz angrywanie filmu timelapse"\r
+\r
+#~ msgid "Show preview"\r
+#~ msgstr "Pokaż podgląd"\r
+\r
+#~ msgid "Camera"\r
+#~ msgstr "Kamera"\r
+\r
+#~ msgid "Resume"\r
+#~ msgstr "Wznów"\r
+\r
+#~ msgid "Loading gcode...\n"\r
+#~ msgstr "Wczytywanie GCode...\n"\r
+\r
+#~ msgid "Filament: %(amount).2fm %(weight).2fg\n"\r
+#~ msgstr "Filament: %(amount).2fm %(weight).2fg\n"\r
+\r
+#~ msgid "Filament cost: %s\n"\r
+#~ msgstr "Koszt Filamenty: %s\n"\r
+\r
+#~ msgid "Cura - Batch run"\r
+#~ msgstr "Cura - tryb wielokrotny"\r
+\r
+#~ msgid "Add"\r
+#~ msgstr "Dodaj"\r
+\r
+#~ msgid "Remove"\r
+#~ msgstr "Usuń"\r
+\r
+#~ msgid "Prepare all"\r
+#~ msgstr "Przygotuj wszystko"\r
+\r
+#~ msgid "Open file to batch prepare"\r
+#~ msgstr "Otwórz plik do wilekrotnego przygotowania"\r
+\r
+#~ msgid "Building: %d                           "\r
+#~ msgstr "Buduję: %d"\r
+\r
+#~ msgid "Done: 0/%d                           "\r
+#~ msgstr "Zrobiono: 0/%d"\r
+\r
+#~ msgid "Abort"\r
+#~ msgstr "Przerwij"\r
+\r
+#~ msgid "Close"\r
+#~ msgstr "Zamknij"\r
+\r
+#~ msgid "Build: %d models"\r
+#~ msgstr "Zbuduj: %d modeli"\r
+\r
+#~ msgid ""\r
+#~ "\n"\r
+#~ "Slicing took: %(hours)02d:%(minutes)02d"\r
+#~ msgstr ""\r
+#~ "\n"\r
+#~ "Podział na warstwy zabrał: %(hours)02d:%(minutes)02d"\r
+\r
+#~ msgid "Building: [%(index)d/%(size)d]"\r
+#~ msgstr "Budowanie [%(index)d/%(size)d]"\r
+\r
+#~ msgid "Aborted by user."\r
+#~ msgstr "Przerwane przez użytkownika."\r
+\r
+#~ msgid "Done %(index)d/%(size)d"\r
+#~ msgstr "Zrobiono %(index)d/%(size)d"\r
+\r
+#~ msgid "To SDCard"\r
+#~ msgstr "Na kartę SD"\r
+\r
+#~ msgid "Fan on layer number"\r
+#~ msgstr "Wentylator na warstwie nr"\r
+\r
 #~ msgid "End solution for Open Source Fused Filament Fabrication 3D printing."\r
 #~ msgstr ""\r
 #~ "Końcowe rozwiązanie dla Otwartego drukowania 3D w Technologi Zgrzewanego "\r
index 65094e19a77706d5de1b01220080ae6b4841c283..cbbcef44b8b8a64b242507ad1ec9d2cf5ec8914a 100644 (file)
Binary files a/resources/locale/ru/LC_MESSAGES/Cura.mo and b/resources/locale/ru/LC_MESSAGES/Cura.mo differ
index af68333dfa83afbb580a7797072109fc209c7310..3477eb5a0ce59a3b26b8fe5a848c2ade5d740fb5 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""\r
 "Project-Id-Version: Cura\n"\r
 "Report-Msgid-Bugs-To: \n"\r
-"POT-Creation-Date: 2013-10-08 14:30+0200\n"\r
+"POT-Creation-Date: 2014-03-17 10:23+0100\n"\r
 "PO-Revision-Date: 2013-09-27 09:41+0100\n"\r
 "Last-Translator: \n"\r
 "Language-Team: LANGUAGE <LL@li.org>\n"\r
@@ -16,778 +16,727 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"\r
 "X-Generator: Poedit 1.5.7\n"\r
 \r
-#: Cura/gui/app.py:86 Cura/gui/mainWindow.py:528\r
+#: Cura/gui/app.py:141 Cura/gui/mainWindow.py:563\r
 msgid "A new version of Cura is available, would you like to download?"\r
 msgstr ""\r
 \r
-#: Cura/gui/app.py:86 Cura/gui/mainWindow.py:528\r
+#: Cura/gui/app.py:141 Cura/gui/mainWindow.py:563\r
 msgid "New version available"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:221\r
+#: Cura/gui/configWizard.py:223\r
 msgid "Add new machine wizard"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:223\r
+#: Cura/gui/configWizard.py:225\r
 msgid "First time run wizard"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:224\r
-msgid "Welcome, and thanks for trying Cura!"\r
-msgstr ""\r
-\r
 #: Cura/gui/configWizard.py:226\r
-msgid "This wizard will help you with the following steps:"\r
-msgstr ""\r
-\r
-#: Cura/gui/configWizard.py:227\r
-msgid "* Configure Cura for your machine"\r
+msgid "Welcome, and thanks for trying Cura!"\r
 msgstr ""\r
 \r
 #: Cura/gui/configWizard.py:228\r
-msgid "* Optionally upgrade your firmware"\r
-msgstr ""\r
-\r
-#: Cura/gui/configWizard.py:229\r
-msgid "* Optionally check if your machine is working safely"\r
+msgid "This wizard will help you in setting up Cura for your machine."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:230\r
-msgid "* Optionally level your printer bed"\r
-msgstr ""\r
-\r
-#: Cura/gui/configWizard.py:239\r
+#: Cura/gui/configWizard.py:245\r
 msgid "The following pre-defined machine profiles are available"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:240\r
+#: Cura/gui/configWizard.py:246\r
 msgid ""\r
 "Note that these profiles are not guaranteed to give good results,\n"\r
-"or work at all. Extra tweaks might be required."\r
+"or work at all. Extra tweaks might be required.\n"\r
+"If you find issues with the predefined profiles,\n"\r
+"or want an extra profile.\n"\r
+"Please report it at the github issue tracker."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:270\r
+#: Cura/gui/configWizard.py:276\r
 msgid "Cura is now ready to be used!"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:275\r
+#: Cura/gui/configWizard.py:281\r
 msgid ""\r
 "RepRap machines can be vastly different, so here you can set your own "\r
 "settings."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:276\r
+#: Cura/gui/configWizard.py:282\r
 msgid ""\r
 "Be sure to review the default profile before running it on your machine."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:277\r
+#: Cura/gui/configWizard.py:283\r
 msgid ""\r
 "If you like a default profile for your machine added,\n"\r
 "then make an issue on github."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:279\r
+#: Cura/gui/configWizard.py:285\r
 msgid "You will have to manually install Marlin or Sprinter firmware."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:281\r
+#: Cura/gui/configWizard.py:287\r
 msgid "Machine name"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:282\r
+#: Cura/gui/configWizard.py:288\r
 msgid "Machine width (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:283\r
+#: Cura/gui/configWizard.py:289\r
 msgid "Machine depth (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:284\r
+#: Cura/gui/configWizard.py:290\r
 msgid "Machine height (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:285 Cura/util/profile.py:158\r
+#: Cura/gui/configWizard.py:291 Cura/util/profile.py:175\r
 msgid "Nozzle size (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:286 Cura/util/profile.py:353\r
+#: Cura/gui/configWizard.py:292 Cura/util/profile.py:383\r
 msgid "Heated bed"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:287\r
+#: Cura/gui/configWizard.py:293\r
 msgid "Bed center is 0,0,0 (RoStock)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:307\r
+#: Cura/gui/configWizard.py:313\r
 msgid "Select your machine"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:308\r
+#: Cura/gui/configWizard.py:314\r
 msgid "What kind of machine do you have:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:315\r
+#: Cura/gui/configWizard.py:321\r
 msgid "Other (Ex: RepRap, MakerBot)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:318\r
+#: Cura/gui/configWizard.py:324\r
 msgid ""\r
 "The collection of anonymous usage information helps with the continued "\r
 "improvement of Cura."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:319\r
+#: Cura/gui/configWizard.py:325\r
 msgid ""\r
 "This does NOT submit your models online nor gathers any privacy related "\r
 "information."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:320\r
+#: Cura/gui/configWizard.py:326\r
 msgid "Submit anonymous usage information:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:321\r
+#: Cura/gui/configWizard.py:327\r
 msgid "For full details see: http://wiki.ultimaker.com/Cura:stats"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:383\r
+#: Cura/gui/configWizard.py:396\r
 msgid "Select upgraded parts you have"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:384\r
+#: Cura/gui/configWizard.py:397\r
 msgid ""\r
 "To assist you in having better default settings for your Ultimaker\n"\r
 "Cura would like to know which upgrades you have in your machine."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:386\r
+#: Cura/gui/configWizard.py:399\r
 msgid "Extruder drive upgrade"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:387\r
+#: Cura/gui/configWizard.py:400\r
 msgid "Heated printer bed (self built)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:388\r
+#: Cura/gui/configWizard.py:401\r
 msgid "Dual extrusion (experimental)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:390\r
+#: Cura/gui/configWizard.py:403\r
 msgid ""\r
 "If you have an Ultimaker bought after october 2012 you will have the\n"\r
 "Extruder drive upgrade. If you do not have this upgrade,\n"\r
 "it is highly recommended to improve reliability."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:391\r
+#: Cura/gui/configWizard.py:404\r
 msgid ""\r
 "This upgrade can be bought from the Ultimaker webshop\n"\r
 "or found on thingiverse as thing:26094"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:410\r
+#: Cura/gui/configWizard.py:423\r
 msgid "Upgrade Ultimaker Firmware"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:411\r
+#: Cura/gui/configWizard.py:424\r
 msgid ""\r
 "Firmware is the piece of software running directly on your 3D printer.\n"\r
 "This firmware controls the step motors, regulates the temperature\n"\r
 "and ultimately makes your printer work."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:413\r
+#: Cura/gui/configWizard.py:426\r
 msgid ""\r
 "The firmware shipping with new Ultimakers works, but upgrades\n"\r
 "have been made to make better prints, and make calibration easier."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:415\r
+#: Cura/gui/configWizard.py:428\r
 msgid ""\r
 "Cura requires these new features and thus\n"\r
 "your firmware will most likely need to be upgraded.\n"\r
 "You will get the chance to do so now."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:420\r
+#: Cura/gui/configWizard.py:433\r
 msgid "Do not upgrade to this firmware if:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:421\r
-msgid "* You have an older machine based on ATMega1280"\r
+#: Cura/gui/configWizard.py:434\r
+msgid "* You have an older machine based on ATMega1280 (Rev 1 machine)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:422\r
+#: Cura/gui/configWizard.py:435\r
 msgid "* Have other changes in the firmware"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:456\r
+#: Cura/gui/configWizard.py:469\r
 msgid ""\r
 "It is a good idea to do a few sanity checks now on your Ultimaker.\n"\r
 "You can skip these if you know your machine is functional."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:457\r
+#: Cura/gui/configWizard.py:470\r
 msgid "Run checks"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:457\r
+#: Cura/gui/configWizard.py:470\r
 msgid "Skip checks"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:461\r
+#: Cura/gui/configWizard.py:474\r
 msgid "Communication:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:462\r
+#: Cura/gui/configWizard.py:475\r
 msgid "Temperature:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:463\r
+#: Cura/gui/configWizard.py:476\r
 msgid "Endstops:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:468\r
+#: Cura/gui/configWizard.py:481\r
 msgid "Show error log"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:502\r
+#: Cura/gui/configWizard.py:515\r
 msgid "Connecting to machine."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:523\r
+#: Cura/gui/configWizard.py:536\r
 msgid "Cooldown before temperature check."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:529 Cura/gui/configWizard.py:536\r
+#: Cura/gui/configWizard.py:542 Cura/gui/configWizard.py:549\r
 msgid "Checking the heater and temperature sensor."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:547\r
+#: Cura/gui/configWizard.py:560\r
 msgid "Please make sure none of the endstops are pressed."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:560\r
+#: Cura/gui/configWizard.py:573\r
 msgid "Temperature measurement FAILED!"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:565\r
+#: Cura/gui/configWizard.py:578\r
 #, python-format\r
 msgid "Head temperature: %d"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:572 Cura/gui/configWizard.py:581\r
+#: Cura/gui/configWizard.py:585 Cura/gui/configWizard.py:594\r
 #, python-format\r
 msgid "Communication State: %s"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:575\r
+#: Cura/gui/configWizard.py:588\r
 msgid "Failed to establish connection with the printer."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:620\r
+#: Cura/gui/configWizard.py:633\r
 msgid "Please press the right X endstop."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:625\r
+#: Cura/gui/configWizard.py:638\r
 msgid "Please press the left X endstop."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:630\r
+#: Cura/gui/configWizard.py:643\r
 msgid "Please press the front Y endstop."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:635\r
+#: Cura/gui/configWizard.py:648\r
 msgid "Please press the back Y endstop."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:640\r
+#: Cura/gui/configWizard.py:653\r
 msgid "Please press the top Z endstop."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:645\r
+#: Cura/gui/configWizard.py:658\r
 msgid "Please press the bottom Z endstop."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:651\r
+#: Cura/gui/configWizard.py:664\r
 msgid "Checkup finished"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:694\r
+#: Cura/gui/configWizard.py:707\r
 msgid "Calibrating the Steps Per E requires some manual actions."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:695\r
+#: Cura/gui/configWizard.py:708\r
 msgid "First remove any filament from your machine."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:696\r
+#: Cura/gui/configWizard.py:709\r
 msgid ""\r
 "Next put in your filament so the tip is aligned with the\n"\r
 "top of the extruder drive."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:697\r
+#: Cura/gui/configWizard.py:710\r
 msgid "We'll push the filament 100mm"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:698\r
+#: Cura/gui/configWizard.py:711\r
 msgid "Extrude 100mm filament"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:699\r
+#: Cura/gui/configWizard.py:712\r
 msgid ""\r
 "Now measure the amount of extruded filament:\n"\r
 "(this can be more or less then 100mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:700\r
+#: Cura/gui/configWizard.py:713\r
 msgid "Save"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:701\r
+#: Cura/gui/configWizard.py:714\r
 msgid "This results in the following steps per E:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:703\r
+#: Cura/gui/configWizard.py:716\r
 msgid "You can repeat these steps to get better calibration."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:706\r
+#: Cura/gui/configWizard.py:719\r
 msgid ""\r
 "If you still have filament in your printer which needs\n"\r
 "heat to remove, press the heat up button below:"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:707\r
+#: Cura/gui/configWizard.py:720\r
 msgid "Heatup for filament removal"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:730 Cura/gui/configWizard.py:762\r
+#: Cura/gui/configWizard.py:745 Cura/gui/configWizard.py:779\r
 msgid ""\r
 "Error: Failed to open serial port to machine\n"\r
 "If this keeps happening, try disconnecting and reconnecting the USB cable"\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:39\r
+#: Cura/gui/firmwareInstall.py:44\r
 msgid ""\r
 "I am sorry, but Cura does not ship with a default firmware for your machine "\r
 "configuration."\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:39 Cura/gui/firmwareInstall.py:98\r
-#: Cura/gui/mainWindow.py:463\r
+#: Cura/gui/firmwareInstall.py:44 Cura/gui/firmwareInstall.py:48\r
+#: Cura/gui/firmwareInstall.py:103 Cura/gui/mainWindow.py:506\r
 msgid "Firmware update"\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:49\r
+#: Cura/gui/firmwareInstall.py:48\r
+msgid ""\r
+"Cura only supports firmware updates for ATMega2560 based hardware.\n"\r
+"So updating your RepRap with Cura might or might not work."\r
+msgstr ""\r
+\r
+#: Cura/gui/firmwareInstall.py:56\r
 msgid "OK"\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:68\r
+#: Cura/gui/firmwareInstall.py:77\r
 msgid "Reading firmware..."\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:70\r
+#: Cura/gui/firmwareInstall.py:79\r
 msgid "Connecting to machine..."\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:87\r
+#: Cura/gui/firmwareInstall.py:83\r
+msgid ""\r
+"Please connect the printer to\n"\r
+"your computer with the USB cable."\r
+msgstr ""\r
+\r
+#: Cura/gui/firmwareInstall.py:102\r
+msgid ""\r
+"Failed to find machine for firmware upgrade\n"\r
+"Is your machine connected to the PC?"\r
+msgstr ""\r
+\r
+#: Cura/gui/firmwareInstall.py:107\r
 msgid "Uploading firmware..."\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:90\r
+#: Cura/gui/firmwareInstall.py:110\r
 #, python-format\r
 msgid ""\r
 "Done!\n"\r
 "Installed firmware: %s"\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:92\r
+#: Cura/gui/firmwareInstall.py:112\r
 msgid "Failed to write firmware.\n"\r
 msgstr ""\r
 \r
-#: Cura/gui/firmwareInstall.py:97\r
-msgid ""\r
-"Failed to find machine for firmware upgrade\n"\r
-"Is your machine connected to the PC?"\r
-msgstr ""\r
-\r
-#: Cura/gui/mainWindow.py:56\r
+#: Cura/gui/mainWindow.py:66\r
 msgid "Load model file...\tCTRL+L"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:58\r
+#: Cura/gui/mainWindow.py:68\r
 msgid "Save model...\tCTRL+S"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:60\r
+#: Cura/gui/mainWindow.py:70\r
+msgid "Reload platform\tF5"\r
+msgstr ""\r
+\r
+#: Cura/gui/mainWindow.py:72\r
 msgid "Clear platform"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:64\r
+#: Cura/gui/mainWindow.py:76\r
 msgid "Print...\tCTRL+P"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:66 Cura/gui/sceneView.py:244\r
+#: Cura/gui/mainWindow.py:78 Cura/gui/sceneView.py:279\r
 msgid "Save GCode..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:68\r
+#: Cura/gui/mainWindow.py:80\r
 msgid "Show slice engine log..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:72\r
+#: Cura/gui/mainWindow.py:84\r
 msgid "Open Profile..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:75\r
+#: Cura/gui/mainWindow.py:87\r
 msgid "Save Profile..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:78\r
+#: Cura/gui/mainWindow.py:90\r
 msgid "Load Profile from GCode..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:82\r
+#: Cura/gui/mainWindow.py:94\r
 msgid "Reset Profile to default"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:87\r
+#: Cura/gui/mainWindow.py:99\r
 msgid "Preferences...\tCTRL+,"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:89\r
+#: Cura/gui/mainWindow.py:101 Cura/gui/mainWindow.py:434\r
 msgid "Machine settings..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:95\r
+#: Cura/gui/mainWindow.py:107\r
 msgid "Recent Model Files"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:102\r
+#: Cura/gui/mainWindow.py:114\r
 msgid "Recent Profile Files"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:108\r
+#: Cura/gui/mainWindow.py:120\r
 msgid "Quit"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:110\r
+#: Cura/gui/mainWindow.py:122\r
 msgid "File"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:118\r
+#: Cura/gui/mainWindow.py:130\r
 msgid "Minecraft map import..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:122\r
+#: Cura/gui/mainWindow.py:134\r
 msgid "PID Debugger..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:125\r
+#: Cura/gui/mainWindow.py:137\r
 msgid "Copy profile to clipboard"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:127\r
+#: Cura/gui/mainWindow.py:141\r
+msgid "Print all at once"\r
+msgstr ""\r
+\r
+#: Cura/gui/mainWindow.py:143\r
+msgid "Print one at a time"\r
+msgstr ""\r
+\r
+#: Cura/gui/mainWindow.py:150\r
 msgid "Tools"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:133 Cura/util/profile.py:158\r
+#: Cura/gui/mainWindow.py:156 Cura/util/profile.py:175\r
 msgid "Machine"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:136\r
+#: Cura/gui/mainWindow.py:159\r
 msgid "Switch to quickprint..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:140\r
+#: Cura/gui/mainWindow.py:163\r
 msgid "Switch to full settings..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:145\r
-msgid "Open expert settings..."\r
+#: Cura/gui/mainWindow.py:168\r
+msgid "Open expert settings...\tCTRL+E"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:149\r
+#: Cura/gui/mainWindow.py:172\r
 msgid "Run first run wizard..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:151\r
+#: Cura/gui/mainWindow.py:174\r
 msgid "Run bed leveling wizard..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:154\r
+#: Cura/gui/mainWindow.py:176\r
 msgid "Run head offset wizard..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:157\r
+#: Cura/gui/mainWindow.py:179\r
 msgid "Expert"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:160\r
+#: Cura/gui/mainWindow.py:182\r
 msgid "Online documentation..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:162\r
+#: Cura/gui/mainWindow.py:184\r
 msgid "Report a problem..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:164\r
+#: Cura/gui/mainWindow.py:186\r
 msgid "Check for update..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:166\r
+#: Cura/gui/mainWindow.py:188\r
 msgid "Open YouMagine website..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:168\r
+#: Cura/gui/mainWindow.py:190\r
 msgid "About Cura..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:170\r
+#: Cura/gui/mainWindow.py:192\r
 msgid "Help"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:394\r
-msgid "Add new machine..."\r
+#: Cura/gui/mainWindow.py:343\r
+msgid ""\r
+"For \"One at a time\" printing, you need to have entered the correct head "\r
+"size and gantry height in the machine settings"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:399\r
-msgid "Install custom firmware..."\r
+#: Cura/gui/mainWindow.py:343\r
+msgid "One at a time warning"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:402\r
-msgid "Install default Marlin firmware..."\r
+#: Cura/gui/mainWindow.py:440\r
+msgid "Install default firmware..."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:406\r
+#: Cura/gui/mainWindow.py:443\r
+msgid "Install custom firmware..."\r
+msgstr ""\r
+\r
+#: Cura/gui/mainWindow.py:447\r
 msgid "Select profile file to load"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:418\r
+#: Cura/gui/mainWindow.py:459\r
 msgid "Select gcode file to load profile from"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:431\r
+#: Cura/gui/mainWindow.py:472\r
 msgid ""\r
 "No profile found in GCode file.\n"\r
 "This feature only works with GCode files made by Cura 12.07 or newer."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:431\r
+#: Cura/gui/mainWindow.py:472\r
 msgid "Profile load error"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:435\r
+#: Cura/gui/mainWindow.py:476\r
 msgid "Select profile file to save"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:443\r
+#: Cura/gui/mainWindow.py:486\r
 msgid ""\r
 "This will reset all profile settings to defaults.\n"\r
 "Unless you have saved your current profile, all settings will be lost!\n"\r
 "Do you really want to reset?"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:443\r
+#: Cura/gui/mainWindow.py:486\r
 msgid "Profile reset"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:463\r
+#: Cura/gui/mainWindow.py:506\r
 msgid ""\r
 "Warning: Installing a custom firmware does not guarantee that you machine "\r
 "will function correctly, and could damage your machine."\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:464\r
+#: Cura/gui/mainWindow.py:507\r
 msgid "Open firmware to upload"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:531\r
+#: Cura/gui/mainWindow.py:566\r
 msgid "You are running the latest version of Cura!"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:531\r
+#: Cura/gui/mainWindow.py:566\r
 msgid "Awesome!"\r
 msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:586\r
+#: Cura/gui/mainWindow.py:621\r
 msgid "Plugins"\r
 msgstr ""\r
 \r
-#: Cura/gui/pluginPanel.py:26\r
+#: Cura/gui/pluginPanel.py:27\r
 msgid "Plugins:"\r
 msgstr ""\r
 \r
-#: Cura/gui/pluginPanel.py:30\r
+#: Cura/gui/pluginPanel.py:31\r
 msgid "Open plugin location"\r
 msgstr ""\r
 \r
-#: Cura/gui/pluginPanel.py:31\r
+#: Cura/gui/pluginPanel.py:32\r
 msgid "Enabled plugins"\r
 msgstr ""\r
 \r
-#: Cura/gui/pluginPanel.py:133\r
+#: Cura/gui/pluginPanel.py:134\r
 msgid "You need to select a plugin before you can add anything."\r
 msgstr ""\r
 \r
-#: Cura/gui/pluginPanel.py:133\r
+#: Cura/gui/pluginPanel.py:134\r
 msgid "Error: no plugin selected"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:25\r
+#: Cura/gui/preferencesDialog.py:28\r
+msgid "Print window"\r
+msgstr ""\r
+\r
+#: Cura/gui/preferencesDialog.py:31\r
 msgid "Colours"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:31 Cura/util/profile.py:331\r
+#: Cura/gui/preferencesDialog.py:37 Cura/util/profile.py:358\r
 msgid "Language"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:34\r
+#: Cura/gui/preferencesDialog.py:40\r
 msgid "Filament settings"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:44\r
+#: Cura/gui/preferencesDialog.py:50\r
 msgid "Cura settings"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:78\r
+#: Cura/gui/preferencesDialog.py:84\r
 msgid "Machine settings"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:88\r
+#: Cura/gui/preferencesDialog.py:95\r
 msgid "Printer head size"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:96\r
+#: Cura/gui/preferencesDialog.py:103\r
 #, python-format\r
 msgid "Extruder %d"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:100\r
+#: Cura/gui/preferencesDialog.py:107\r
 msgid "Communication settings"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:143\r
+#: Cura/gui/preferencesDialog.py:150\r
 msgid "Cannot remove the last machine configuration in Cura"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:143\r
+#: Cura/gui/preferencesDialog.py:150\r
 msgid "Machine remove error"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:132\r
-msgid "Printing"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:158\r
-msgid "Statistics"\r
+#: Cura/gui/printWindow.py:33 Cura/gui/printWindow.py:298\r
+#, python-format\r
+msgid "Printing on %s"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:163\r
+#: Cura/gui/printWindow.py:310\r
 msgid ""\r
 "Your computer is running on battery power.\n"\r
 "Connect your computer to AC power or your print might not finish."\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:174\r
+#: Cura/gui/printWindow.py:320\r
 msgid ""\r
-"Filament: ####.##m #.##g\n"\r
-"Estimated print time: #####:##\n"\r
-"Machine state:\n"\r
-"Detecting baudrateXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"\r
+"InfoLine from printer connection\n"\r
+"InfoLine from dialog\n"\r
+"Extra line"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:179\r
+#: Cura/gui/printWindow.py:322\r
 msgid "Connect"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:181 Cura/gui/sceneView.py:65\r
-#: Cura/gui/sceneView.py:803\r
+#: Cura/gui/printWindow.py:324 Cura/gui/sceneView.py:65\r
 msgid "Print"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:182 Cura/gui/printWindow.py:428\r
+#: Cura/gui/printWindow.py:325\r
 msgid "Pause"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:183\r
+#: Cura/gui/printWindow.py:326\r
 msgid "Cancel print"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:184\r
+#: Cura/gui/printWindow.py:327\r
 msgid "Error log"\r
 msgstr ""\r
 \r
-#: Cura/gui/printWindow.py:206\r
-msgid "BedTemp:"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:214\r
-msgid "Temp:"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:262\r
-msgid "Jog"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:277\r
-msgid "Outer wall:"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:280\r
-msgid "Inner wall:"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:283\r
-msgid "Fill:"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:286\r
-msgid "Support:"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:290 Cura/util/profile.py:183\r
-#: Cura/util/profile.py:184 Cura/util/profile.py:185\r
-msgid "Speed"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:308\r
-msgid "Term"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:363\r
-msgid "Enable timelapse movie recording"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:377\r
-msgid "Show preview"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:383\r
-msgid "Camera"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:426\r
-msgid "Resume"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:443\r
-msgid "Loading gcode...\n"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:445\r
-#, python-format\r
-msgid "Filament: %(amount).2fm %(weight).2fg\n"\r
-msgstr ""\r
-\r
-#: Cura/gui/printWindow.py:448\r
-#, python-format\r
-msgid "Filament cost: %s\n"\r
-msgstr ""\r
-\r
 #: Cura/gui/sceneView.py:64\r
 msgid "Load"\r
 msgstr ""\r
@@ -880,203 +829,168 @@ msgstr ""
 msgid "Layers"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:107\r
+#: Cura/gui/sceneView.py:106\r
 msgid "Share on YouMagine"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:198\r
+#: Cura/gui/sceneView.py:204\r
 msgid "Open 3D model"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:213\r
+#: Cura/gui/sceneView.py:229\r
 msgid "Save 3D model"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:243\r
-msgid "Print with USB"\r
+#: Cura/gui/sceneView.py:276 Cura/gui/sceneView.py:914\r
+#, python-format\r
+msgid "Print with %s"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:245\r
+#: Cura/gui/sceneView.py:280\r
 msgid "Slice engine log..."\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:809\r
+#: Cura/gui/sceneView.py:305 Cura/gui/sceneView.py:917\r
 msgid "Save toolpath"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:295\r
+#: Cura/gui/sceneView.py:351\r
 msgid "The slicing engine reported the following"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:295\r
+#: Cura/gui/sceneView.py:351\r
 msgid "Engine log..."\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:422\r
+#: Cura/gui/sceneView.py:490\r
 msgid "How many copies do you want?"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:422\r
+#: Cura/gui/sceneView.py:490\r
 msgid "Number of copies"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:422\r
+#: Cura/gui/sceneView.py:490\r
 msgid "Multiply"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:674\r
-msgid "Delete object"\r
+#: Cura/gui/sceneView.py:780\r
+msgid "Center on platform"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:675\r
-msgid "Center on platform"\r
+#: Cura/gui/sceneView.py:781\r
+msgid "Delete object"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:676\r
+#: Cura/gui/sceneView.py:782\r
 msgid "Multiply object"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:677\r
+#: Cura/gui/sceneView.py:783\r
 msgid "Split object into parts"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:679\r
+#: Cura/gui/sceneView.py:785\r
 msgid "Dual extrusion merge"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:681\r
+#: Cura/gui/sceneView.py:787\r
 msgid "Delete all objects"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:806\r
-msgid "Toolpath to SD"\r
+#: Cura/gui/sceneView.py:788\r
+msgid "Reload all objects"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:1116\r
-msgid "Loading toolpath for visualization..."\r
+#: Cura/gui/sceneView.py:911\r
+msgid "Toolpath to SD"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:1167\r
+#: Cura/gui/sceneView.py:1205\r
 msgid "Overhang view not working due to lack of OpenGL shaders support."\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:20\r
+#: Cura/gui/simpleMode.py:19\r
 msgid "High quality print"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:21\r
+#: Cura/gui/simpleMode.py:20\r
 msgid "Normal quality print"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:22\r
+#: Cura/gui/simpleMode.py:21\r
 msgid "Fast low quality print"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:23\r
+#: Cura/gui/simpleMode.py:22\r
 msgid "Thin walled cup or vase"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:33\r
+#: Cura/gui/simpleMode.py:32\r
 msgid "Print support structure"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:38\r
-msgid "Select a print type:"\r
+#: Cura/gui/simpleMode.py:37\r
+msgid "Select a quickprint profile:"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:48\r
+#: Cura/gui/simpleMode.py:47\r
 msgid "Material:"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:52\r
+#: Cura/gui/simpleMode.py:51\r
 msgid "Diameter:"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:58\r
+#: Cura/gui/simpleMode.py:57\r
 msgid "Other:"\r
 msgstr ""\r
 \r
-#: Cura/gui/simpleMode.py:118\r
+#: Cura/gui/simpleMode.py:85\r
 msgid "Exterior Only"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:14\r
-msgid "Cura - Batch run"\r
+#: Cura/gui/tools/imageToMesh.py:28\r
+msgid "Height (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:29\r
-msgid "Add"\r
+#: Cura/gui/tools/imageToMesh.py:32\r
+msgid "Base (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:30\r
-msgid "Remove"\r
+#: Cura/gui/tools/imageToMesh.py:36\r
+msgid "Width (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:31\r
-msgid "Prepare all"\r
+#: Cura/gui/tools/imageToMesh.py:40\r
+msgid "Depth (mm)"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:47\r
-msgid "Open file to batch prepare"\r
+#: Cura/gui/tools/projector.py:42\r
+msgid "Edit"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:134\r
-#, python-format\r
-msgid "Building: %d                           "\r
-msgstr ""\r
-\r
-#: Cura/gui/tools/batchRun.py:137\r
-#, python-format\r
-msgid "Done: 0/%d                           "\r
+#: Cura/gui/tools/projector.py:43\r
+msgid "Rectangle"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:140\r
-msgid "Abort"\r
+#: Cura/gui/tools/projector.py:44\r
+msgid "Circle"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:163 Cura/gui/tools/batchRun.py:233\r
-msgid "Close"\r
+#: Cura/gui/tools/projector.py:45\r
+msgid "Draw curves"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:187\r
-#, python-format\r
-msgid "Build: %d models"\r
-msgstr ""\r
-\r
-#: Cura/gui/tools/batchRun.py:188\r
-#, python-format\r
-msgid ""\r
-"\n"\r
-"Slicing took: %(hours)02d:%(minutes)02d"\r
-msgstr ""\r
-\r
-#: Cura/gui/tools/batchRun.py:198\r
-#, python-format\r
-msgid "Building: [%(index)d/%(size)d]"\r
-msgstr ""\r
-\r
-#: Cura/gui/tools/batchRun.py:214\r
-msgid "Aborted by user."\r
-msgstr ""\r
-\r
-#: Cura/gui/tools/batchRun.py:228\r
-#, python-format\r
-msgid "Done %(index)d/%(size)d"\r
-msgstr ""\r
-\r
-#: Cura/gui/tools/batchRun.py:236\r
-msgid "To SDCard"\r
-msgstr ""\r
-\r
-#: Cura/gui/tools/youmagineGui.py:79\r
+#: Cura/gui/tools/youmagineGui.py:78\r
 msgid "Checking token"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/youmagineGui.py:83\r
+#: Cura/gui/tools/youmagineGui.py:82\r
 msgid "Failed to contact YouMagine.com"\r
 msgstr ""\r
 \r
-#: Cura/gui/tools/youmagineGui.py:83 Cura/gui/tools/youmagineGui.py:116\r
+#: Cura/gui/tools/youmagineGui.py:82 Cura/gui/tools/youmagineGui.py:116\r
 #: Cura/gui/tools/youmagineGui.py:133 Cura/gui/tools/youmagineGui.py:140\r
 #: Cura/gui/tools/youmagineGui.py:148 Cura/gui/tools/youmagineGui.py:153\r
 msgid "YouMagine error."\r
@@ -1226,24 +1140,29 @@ msgstr ""
 msgid "Webcam error"\r
 msgstr ""\r
 \r
-#: Cura/gui/util/openglGui.py:241\r
+#: Cura/gui/util/engineResultView.py:165\r
+#, python-format\r
+msgid "Loading toolpath for visualization (%d%%)"\r
+msgstr ""\r
+\r
+#: Cura/gui/util/openglGui.py:242\r
 msgid "An error has occurred during the 3D view drawing."\r
 msgstr ""\r
 \r
-#: Cura/gui/util/openglGui.py:248\r
+#: Cura/gui/util/openglGui.py:250\r
 msgid "3D window error"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:153 Cura/util/profile.py:154 Cura/util/profile.py:155\r
-#: Cura/util/profile.py:179 Cura/util/profile.py:180 Cura/util/profile.py:182\r
+#: Cura/util/profile.py:170 Cura/util/profile.py:171 Cura/util/profile.py:172\r
+#: Cura/util/profile.py:200 Cura/util/profile.py:201 Cura/util/profile.py:203\r
 msgid "Quality"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:153\r
+#: Cura/util/profile.py:170\r
 msgid "Layer height (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:153\r
+#: Cura/util/profile.py:170\r
 msgid ""\r
 "Layer height in millimeters.\n"\r
 "This is the most important setting to determine the quality of your print. "\r
@@ -1251,36 +1170,36 @@ msgid ""
 "0.25mm with an Ultimaker for very fast prints at low quality."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:154\r
+#: Cura/util/profile.py:171\r
 msgid "Shell thickness (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:154\r
+#: Cura/util/profile.py:171\r
 msgid ""\r
 "Thickness of the outside shell in the horizontal direction.\n"\r
 "This is used in combination with the nozzle size to define the number\n"\r
 "of perimeter lines and the thickness of those perimeter lines."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:155\r
+#: Cura/util/profile.py:172\r
 msgid "Enable retraction"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:155\r
+#: Cura/util/profile.py:172\r
 msgid ""\r
 "Retract the filament when the nozzle is moving over a none-printed area. "\r
 "Details about the retraction can be configured in the advanced tab."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:156 Cura/util/profile.py:157\r
+#: Cura/util/profile.py:173 Cura/util/profile.py:174\r
 msgid "Fill"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:156\r
+#: Cura/util/profile.py:173\r
 msgid "Bottom/Top thickness (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:156\r
+#: Cura/util/profile.py:173\r
 msgid ""\r
 "This controls the thickness of the bottom and top layers, the amount of "\r
 "solid layers put down is calculated by the layer thickness and this value.\n"\r
@@ -1288,11 +1207,11 @@ msgid ""
 "near your wall thickness to make an evenly strong part."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:157\r
+#: Cura/util/profile.py:174\r
 msgid "Fill Density (%)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:157\r
+#: Cura/util/profile.py:174\r
 msgid ""\r
 "This controls how densely filled the insides of your print will be. For a "\r
 "solid part use 100%, for an empty part use 0%. A value around 20% is usually "\r
@@ -1301,23 +1220,23 @@ msgid ""
 "part becomes."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:158\r
+#: Cura/util/profile.py:175\r
 msgid ""\r
 "The nozzle size is very important, this is used to calculate the line width "\r
 "of the infill, and used to calculate the amount of outside wall lines and "\r
 "thickness for the wall thickness you entered in the print settings."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:159 Cura/util/profile.py:160 Cura/util/profile.py:161\r
-#: Cura/util/profile.py:162 Cura/util/profile.py:163 Cura/util/profile.py:164\r
+#: Cura/util/profile.py:176 Cura/util/profile.py:177 Cura/util/profile.py:178\r
+#: Cura/util/profile.py:179 Cura/util/profile.py:180 Cura/util/profile.py:181\r
 msgid "Speed and Temperature"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:159\r
+#: Cura/util/profile.py:176\r
 msgid "Print speed (mm/s)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:159\r
+#: Cura/util/profile.py:176\r
 msgid ""\r
 "Speed at which printing happens. A well adjusted Ultimaker can reach 150mm/"\r
 "s, but for good quality prints you want to print slower. Printing speed "\r
@@ -1325,61 +1244,62 @@ msgid ""
 "settings for this."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:160\r
+#: Cura/util/profile.py:177\r
 msgid "Printing temperature (C)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:160 Cura/util/profile.py:161 Cura/util/profile.py:162\r
-#: Cura/util/profile.py:163\r
+#: Cura/util/profile.py:177 Cura/util/profile.py:178 Cura/util/profile.py:179\r
+#: Cura/util/profile.py:180\r
 msgid ""\r
 "Temperature used for printing. Set at 0 to pre-heat yourself.\n"\r
 "For PLA a value of 210C is usually used.\n"\r
 "For ABS a value of 230C or higher is required."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:161\r
+#: Cura/util/profile.py:178\r
 msgid "2nd nozzle temperature (C)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:162\r
+#: Cura/util/profile.py:179\r
 msgid "3th nozzle temperature (C)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:163\r
+#: Cura/util/profile.py:180\r
 msgid "4th nozzle temperature (C)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:164\r
+#: Cura/util/profile.py:181\r
 msgid "Bed temperature (C)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:164\r
+#: Cura/util/profile.py:181\r
 msgid ""\r
 "Temperature used for the heated printer bed. Set at 0 to pre-heat yourself."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:165 Cura/util/profile.py:166\r
+#: Cura/util/profile.py:182 Cura/util/profile.py:183\r
 msgid "None"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid "Touching buildplate"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid "Everywhere"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:165 Cura/util/profile.py:166 Cura/util/profile.py:167\r
-#: Cura/util/profile.py:206 Cura/util/profile.py:207 Cura/util/profile.py:208\r
+#: Cura/util/profile.py:182 Cura/util/profile.py:183 Cura/util/profile.py:184\r
+#: Cura/util/profile.py:223 Cura/util/profile.py:224 Cura/util/profile.py:225\r
+#: Cura/util/profile.py:226 Cura/util/profile.py:227\r
 msgid "Support"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid "Support type"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid ""\r
 "Type of support structure build.\n"\r
 "\"Touching buildplate\" is the most commonly used support setting.\n"\r
@@ -1390,48 +1310,48 @@ msgid ""
 "Everywhere creates support even on top of parts of the model."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:166 Cura/util/profile.py:212\r
+#: Cura/util/profile.py:183 Cura/util/profile.py:230\r
 msgid "Brim"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:166 Cura/util/profile.py:213 Cura/util/profile.py:214\r
-#: Cura/util/profile.py:215 Cura/util/profile.py:216 Cura/util/profile.py:217\r
-#: Cura/util/profile.py:218\r
+#: Cura/util/profile.py:183 Cura/util/profile.py:231 Cura/util/profile.py:232\r
+#: Cura/util/profile.py:233 Cura/util/profile.py:234 Cura/util/profile.py:235\r
+#: Cura/util/profile.py:236\r
 msgid "Raft"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:166\r
+#: Cura/util/profile.py:183\r
 msgid "Platform adhesion type"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:166\r
+#: Cura/util/profile.py:183\r
 msgid ""\r
 "Different options that help in preventing corners from lifting due to "\r
 "warping.\n"\r
 "Brim adds a single layer thick flat area around your object which is easy to "\r
-"cut off afterwards, and the recommended option.\n"\r
-"Raft adds a thick raster at below the object and a thin interface between "\r
-"this and your object.\n"\r
+"cut off afterwards, and it is the recommended option.\n"\r
+"Raft adds a thick raster below the object and a thin interface between this "\r
+"and your object.\n"\r
 "(Note that enabling the brim or raft disables the skirt)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "Both"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "First extruder"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "Second extruder"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "Support dual extrusion"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid ""\r
 "Which extruder to use for support material, for break-away support you can "\r
 "use both extruders.\n"\r
@@ -1441,226 +1361,307 @@ msgid ""
 "You can also use the 2nd extruder for soluble support materials."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:168 Cura/util/profile.py:169 Cura/util/profile.py:170\r
-#: Cura/util/profile.py:171 Cura/util/profile.py:172\r
+#: Cura/util/profile.py:185 Cura/util/profile.py:186 Cura/util/profile.py:187\r
+msgid "Dual extrusion"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:185\r
+msgid "Wipe&prime tower"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:185\r
+msgid ""\r
+"The wipe-tower is a tower printed on every layer when switching between "\r
+"nozzles.\n"\r
+"The old nozzle is wiped off on the tower before the new nozzle is used to "\r
+"print the 2nd color."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:186\r
+msgid "Wipe&prime tower volume per layer (mm3)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:186\r
+msgid ""\r
+"The amount of material put in the wipe/prime tower.\n"\r
+"This is done in volume because in general you want to extrude a\n"\r
+"certain amount of volume to get the extruder going, independent on the layer "\r
+"height.\n"\r
+"This means that with thinner layers, your tower gets bigger."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:187\r
+msgid "Ooze shield"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:187\r
+msgid ""\r
+"The ooze shield is a 1 line thick shell around the object which stands a few "\r
+"mm from the object.\n"\r
+"This shield catches any oozing from the unused nozzle in dual-extrusion."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:188 Cura/util/profile.py:189 Cura/util/profile.py:190\r
+#: Cura/util/profile.py:191 Cura/util/profile.py:192\r
 msgid "Filament"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:168\r
+#: Cura/util/profile.py:188\r
 msgid "Diameter (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:168\r
+#: Cura/util/profile.py:188\r
 msgid ""\r
 "Diameter of your filament, as accurately as possible.\n"\r
 "If you cannot measure this value you will have to calibrate it, a higher "\r
 "number means less extrusion, a smaller number generates more extrusion."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:169\r
+#: Cura/util/profile.py:189\r
 msgid "Diameter2 (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:169\r
+#: Cura/util/profile.py:189\r
 msgid ""\r
 "Diameter of your filament for the 2nd nozzle. Use 0 to use the same diameter "\r
 "as for nozzle 1."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:170\r
+#: Cura/util/profile.py:190\r
 msgid "Diameter3 (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:170\r
+#: Cura/util/profile.py:190\r
 msgid ""\r
 "Diameter of your filament for the 3th nozzle. Use 0 to use the same diameter "\r
 "as for nozzle 1."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:171\r
+#: Cura/util/profile.py:191\r
 msgid "Diameter4 (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:171\r
+#: Cura/util/profile.py:191\r
 msgid ""\r
 "Diameter of your filament for the 4th nozzle. Use 0 to use the same diameter "\r
 "as for nozzle 1."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:172\r
+#: Cura/util/profile.py:192\r
 msgid "Flow (%)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:172\r
+#: Cura/util/profile.py:192\r
 msgid ""\r
 "Flow compensation, the amount of material extruded is multiplied by this "\r
 "value"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:173 Cura/util/profile.py:174 Cura/util/profile.py:175\r
-#: Cura/util/profile.py:176 Cura/util/profile.py:177 Cura/util/profile.py:178\r
+#: Cura/util/profile.py:193 Cura/util/profile.py:194 Cura/util/profile.py:195\r
+#: Cura/util/profile.py:196 Cura/util/profile.py:197 Cura/util/profile.py:198\r
+#: Cura/util/profile.py:199\r
 msgid "Retraction"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:173\r
+#: Cura/util/profile.py:193\r
 msgid "Speed (mm/s)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:173\r
+#: Cura/util/profile.py:193\r
 msgid ""\r
 "Speed at which the filament is retracted, a higher retraction speed works "\r
 "better. But a very high retraction speed can lead to filament grinding."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:174\r
+#: Cura/util/profile.py:194\r
 msgid "Distance (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:174\r
+#: Cura/util/profile.py:194\r
 msgid ""\r
 "Amount of retraction, set at 0 for no retraction at all. A value of 4.5mm "\r
 "seems to generate good results."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:175\r
+#: Cura/util/profile.py:195\r
 msgid "Dual extrusion switch amount (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:175\r
+#: Cura/util/profile.py:195\r
 msgid ""\r
 "Amount of retraction when switching nozzle with dual-extrusion, set at 0 for "\r
 "no retraction at all. A value of 16.0mm seems to generate good results."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:176\r
+#: Cura/util/profile.py:196\r
 msgid "Minimum travel (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:176\r
+#: Cura/util/profile.py:196\r
 msgid ""\r
 "Minimum amount of travel needed for a retraction to happen at all. To make "\r
 "sure you do not get a lot of retractions in a small area."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:177\r
+#: Cura/util/profile.py:197\r
 msgid "Enable combing"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:177\r
+#: Cura/util/profile.py:197\r
 msgid ""\r
 "Combing is the act of avoiding holes in the print for the head to travel "\r
 "over. If combing is disabled the printer head moves straight from the start "\r
 "point to the end point and it will always retract."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:178\r
+#: Cura/util/profile.py:198\r
 msgid "Minimal extrusion before retracting (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:178\r
+#: Cura/util/profile.py:198\r
 msgid ""\r
 "The minimal amount of extrusion that needs to be done before retracting "\r
 "again if a retraction needs to happen before this minimal is reached the "\r
 "retraction is ignored.\n"\r
-"This avoids retraction a lot on the same piece of filament which flattens "\r
+"This avoids retracting a lot on the same piece of filament which flattens "\r
 "the filament and causes grinding issues."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:179\r
+#: Cura/util/profile.py:199\r
+msgid "Z hop when retracting (mm)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:199\r
+msgid ""\r
+"When a retraction is done, the head is lifted by this amount to travel over "\r
+"the print. A value of 0.075 works well. This feature has a lot of positive "\r
+"effect on delta towers."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:200\r
 msgid "Initial layer thickness (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:179\r
+#: Cura/util/profile.py:200\r
 msgid ""\r
 "Layer thickness of the bottom layer. A thicker bottom layer makes sticking "\r
 "to the bed easier. Set to 0.0 to have the bottom layer thickness the same as "\r
 "the other layers."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:180\r
+#: Cura/util/profile.py:201\r
 msgid "Cut off object bottom (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:180\r
+#: Cura/util/profile.py:201\r
 msgid ""\r
 "Sinks the object into the platform, this can be used for objects that do not "\r
 "have a flat bottom and thus create a too small first layer."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:182\r
+#: Cura/util/profile.py:203\r
 msgid "Dual extrusion overlap (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:182\r
+#: Cura/util/profile.py:203\r
 msgid ""\r
 "Add a certain amount of overlapping extrusion on dual-extrusion prints. This "\r
-"bonds the different colors better together."\r
+"bonds the different colors together."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:183\r
+#: Cura/util/profile.py:204 Cura/util/profile.py:205 Cura/util/profile.py:206\r
+#: Cura/util/profile.py:207 Cura/util/profile.py:208\r
+msgid "Speed"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:204\r
 msgid "Travel speed (mm/s)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:183\r
+#: Cura/util/profile.py:204\r
 msgid ""\r
-"Speed at which travel moves are done, a high quality build Ultimaker can "\r
-"reach speeds of 250mm/s. But some machines might miss steps then."\r
+"Speed at which travel moves are done, a well built Ultimaker can reach "\r
+"speeds of 250mm/s. But some machines might miss steps then."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:184\r
+#: Cura/util/profile.py:205\r
 msgid "Bottom layer speed (mm/s)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:184\r
+#: Cura/util/profile.py:205\r
 msgid ""\r
 "Print speed for the bottom layer, you want to print the first layer slower "\r
 "so it sticks better to the printer bed."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:185\r
+#: Cura/util/profile.py:206\r
 msgid "Infill speed (mm/s)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:185\r
+#: Cura/util/profile.py:206\r
 msgid ""\r
 "Speed at which infill parts are printed. If set to 0 then the print speed is "\r
-"used for the infill. Printing the infill faster can greatly reduce printing, "\r
-"but this can negatively effect print quality.."\r
+"used for the infill. Printing the infill faster can greatly reduce printing "\r
+"time, but this can negatively affect print quality."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:186 Cura/util/profile.py:187 Cura/util/profile.py:194\r
-#: Cura/util/profile.py:195 Cura/util/profile.py:196 Cura/util/profile.py:197\r
-#: Cura/util/profile.py:198\r
+#: Cura/util/profile.py:207\r
+msgid "Outer shell speed (mm/s)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:207\r
+msgid ""\r
+"Speed at which outer shell is printed. If set to 0 then the print speed is "\r
+"used. Printing the outer shell at a lower speed improves the final skin "\r
+"quality. However, having a large difference between the inner shell speed "\r
+"and the outer shell speed will effect quality in a negative way."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:208\r
+msgid "Inner shell speed (mm/s)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:208\r
+msgid ""\r
+"Speed at which inner shells are printed. If set to 0 then the print speed is "\r
+"used. Printing the inner shell faster then the outer shell will reduce "\r
+"printing time. It is good to set this somewhere in between the outer shell "\r
+"speed and the infill/printing speed."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:209 Cura/util/profile.py:210 Cura/util/profile.py:215\r
+#: Cura/util/profile.py:216 Cura/util/profile.py:217 Cura/util/profile.py:218\r
+#: Cura/util/profile.py:219\r
 msgid "Cool"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:186\r
+#: Cura/util/profile.py:209\r
 msgid "Minimal layer time (sec)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:186\r
+#: Cura/util/profile.py:209\r
 msgid ""\r
-"Minimum time spend in a layer, gives the layer time to cool down before the "\r
+"Minimum time spent in a layer, gives the layer time to cool down before the "\r
 "next layer is put on top. If the layer will be placed down too fast the "\r
-"printer will slow down to make sure it has spend at least this amount of "\r
+"printer will slow down to make sure it has spent at least this amount of "\r
 "seconds printing this layer."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:187\r
+#: Cura/util/profile.py:210\r
 msgid "Enable cooling fan"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:187\r
+#: Cura/util/profile.py:210\r
 msgid ""\r
 "Enable the cooling fan during the print. The extra cooling from the cooling "\r
 "fan is essential during faster prints."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:189\r
+#: Cura/util/profile.py:212\r
 msgid "Line count"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:189\r
+#: Cura/util/profile.py:212\r
 msgid ""\r
 "The skirt is a line drawn around the object at the first layer. This helps "\r
 "to prime your extruder, and to see if the object fits on your platform.\n"\r
@@ -1668,54 +1669,54 @@ msgid ""
 "priming your extruder better for small objects."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:190\r
+#: Cura/util/profile.py:213\r
 msgid "Start distance (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:190\r
+#: Cura/util/profile.py:213\r
 msgid ""\r
 "The distance between the skirt and the first layer.\n"\r
 "This is the minimal distance, multiple skirt lines will be put outwards from "\r
 "this distance."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:191\r
+#: Cura/util/profile.py:214\r
 msgid "Minimal length (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:191\r
+#: Cura/util/profile.py:214\r
 msgid ""\r
 "The minimal length of the skirt, if this minimal length is not reached it "\r
 "will add more skirt lines to reach this minimal lenght.\n"\r
 "Note: If the line count is set to 0 this is ignored."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:194\r
-msgid "Fan on layer number"\r
+#: Cura/util/profile.py:215\r
+msgid "Fan full on at height (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:194\r
+#: Cura/util/profile.py:215\r
 msgid ""\r
-"The layer at which the fan is turned on. The first layer is layer 0. The "\r
-"first layer can stick better if you turn on the fan on, on the 2nd layer."\r
+"The height at which the fan is turned on completely. For the layers below "\r
+"this the fan speed is scaled linearly with the fan off at layer 0."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:195\r
+#: Cura/util/profile.py:216\r
 msgid "Fan speed min (%)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:195\r
+#: Cura/util/profile.py:216\r
 msgid ""\r
 "When the fan is turned on, it is enabled at this speed setting. If cool "\r
 "slows down the layer, the fan is adjusted between the min and max speed. "\r
 "Minimal fan speed is used if the layer is not slowed down due to cooling."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:196\r
+#: Cura/util/profile.py:217\r
 msgid "Fan speed max (%)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:196\r
+#: Cura/util/profile.py:217\r
 msgid ""\r
 "When the fan is turned on, it is enabled at this speed setting. If cool "\r
 "slows down the layer, the fan is adjusted between the min and max speed. "\r
@@ -1723,338 +1724,404 @@ msgid ""
 "than 200%."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:197\r
+#: Cura/util/profile.py:218\r
 msgid "Minimum speed (mm/s)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:197\r
+#: Cura/util/profile.py:218\r
 msgid ""\r
 "The minimal layer time can cause the print to slow down so much it starts to "\r
-"ooze. The minimal feedrate protects against this. Even if a print gets slown "\r
-"down it will never be slower than this minimal speed."\r
+"ooze. The minimal feedrate protects against this. Even if a print gets "\r
+"slowed down it will never be slower than this minimal speed."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:198\r
+#: Cura/util/profile.py:219\r
 msgid "Cool head lift"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:198\r
+#: Cura/util/profile.py:219\r
 msgid ""\r
 "Lift the head if the minimal speed is hit because of cool slowdown, and wait "\r
 "the extra time so the minimal layer time is always hit."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:203 Cura/util/profile.py:204 Cura/util/profile.py:205\r
+#: Cura/util/profile.py:220 Cura/util/profile.py:221 Cura/util/profile.py:222\r
 msgid "Infill"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:203\r
+#: Cura/util/profile.py:220\r
 msgid "Solid infill top"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:203\r
+#: Cura/util/profile.py:220\r
 msgid ""\r
 "Create a solid top surface, if set to false the top is filled with the fill "\r
 "percentage. Useful for cups/vases."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:204\r
+#: Cura/util/profile.py:221\r
 msgid "Solid infill bottom"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:204\r
+#: Cura/util/profile.py:221\r
 msgid ""\r
 "Create a solid bottom surface, if set to false the bottom is filled with the "\r
 "fill percentage. Useful for buildings."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:205\r
+#: Cura/util/profile.py:222\r
 msgid "Infill overlap (%)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:205\r
+#: Cura/util/profile.py:222\r
 msgid ""\r
 "Amount of overlap between the infill and the walls. There is a slight "\r
 "overlap with the walls and the infill so the walls connect firmly to the "\r
 "infill."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:206\r
+#: Cura/util/profile.py:223\r
+msgid "Structure type"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:223\r
+msgid ""\r
+"The type of support structure.\n"\r
+"Grid is very strong and can come off in 1 piece, however, sometimes it is "\r
+"too strong.\n"\r
+"Lines are single walled lines that break off one at a time. Which is more "\r
+"work to remove, but as it is less strong it does work better on tricky "\r
+"prints."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:224\r
+msgid "Overhang angle for support (deg)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:224\r
+msgid ""\r
+"The minimal angle that overhangs need to have to get support. With 0 degree "\r
+"being horizontal and 90 degree being vertical."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:225\r
 msgid "Fill amount (%)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:206\r
+#: Cura/util/profile.py:225\r
 #, python-format\r
 msgid ""\r
 "Amount of infill structure in the support material, less material gives "\r
-"weaker support which is easier to remove. 20% seems to be a good average."\r
+"weaker support which is easier to remove. 15% seems to be a good average."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:207\r
+#: Cura/util/profile.py:226\r
 msgid "Distance X/Y (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:207\r
+#: Cura/util/profile.py:226\r
 msgid ""\r
 "Distance of the support material from the print, in the X/Y directions.\n"\r
 "0.7mm gives a nice distance from the print so the support does not stick to "\r
 "the print."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:208\r
+#: Cura/util/profile.py:227\r
 msgid "Distance Z (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:208\r
+#: Cura/util/profile.py:227\r
 msgid ""\r
 "Distance from the top/bottom of the support to the print. A small gap here "\r
 "makes it easier to remove the support but makes the print a bit uglier.\n"\r
 "0.15mm gives a good seperation of the support material."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:212\r
+#: Cura/util/profile.py:228\r
+msgid "Spiralize the outer contour"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:228\r
+msgid ""\r
+"Spiralize is smoothing out the Z move of the outer edge. This will create a "\r
+"steady Z increase over the whole print. This feature turns a solid object "\r
+"into a single walled print with a solid bottom."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:230\r
 msgid "Brim line amount"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:212\r
+#: Cura/util/profile.py:230\r
 msgid ""\r
 "The amount of lines used for a brim, more lines means a larger brim which "\r
 "sticks better, but this also makes your effective print area smaller."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:213\r
+#: Cura/util/profile.py:231\r
 msgid "Extra margin (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:213\r
+#: Cura/util/profile.py:231\r
 msgid ""\r
 "If the raft is enabled, this is the extra raft area around the object which "\r
 "is also rafted. Increasing this margin will create a stronger raft while "\r
-"using more material and leaving less are for your print."\r
+"using more material and leaving less area for your print."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:214\r
+#: Cura/util/profile.py:232\r
 msgid "Line spacing (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:214\r
+#: Cura/util/profile.py:232\r
 msgid ""\r
 "When you are using the raft this is the distance between the centerlines of "\r
 "the raft line."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:215\r
+#: Cura/util/profile.py:233\r
 msgid "Base thickness (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:215\r
+#: Cura/util/profile.py:233\r
 msgid ""\r
 "When you are using the raft this is the thickness of the base layer which is "\r
 "put down."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:216\r
+#: Cura/util/profile.py:234\r
 msgid "Base line width (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:216\r
+#: Cura/util/profile.py:234\r
 msgid ""\r
 "When you are using the raft this is the width of the base layer lines which "\r
 "are put down."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:217\r
+#: Cura/util/profile.py:235\r
 msgid "Interface thickness (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:217\r
+#: Cura/util/profile.py:235\r
 msgid ""\r
 "When you are using the raft this is the thickness of the interface layer "\r
 "which is put down."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:218\r
+#: Cura/util/profile.py:236\r
 msgid "Interface line width (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:218\r
+#: Cura/util/profile.py:236\r
 msgid ""\r
 "When you are using the raft this is the width of the interface layer lines "\r
 "which are put down."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:220 Cura/util/profile.py:221 Cura/util/profile.py:222\r
-#: Cura/util/profile.py:223\r
+#: Cura/util/profile.py:237 Cura/util/profile.py:238 Cura/util/profile.py:239\r
+#: Cura/util/profile.py:240\r
 msgid "Fix horrible"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:220\r
+#: Cura/util/profile.py:237\r
 msgid "Combine everything (Type-A)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:220 Cura/util/profile.py:221\r
+#: Cura/util/profile.py:237 Cura/util/profile.py:238\r
 msgid ""\r
 "This expert option adds all parts of the model together. The result is "\r
 "usually that internal cavities disappear. Depending on the model this can be "\r
 "intended or not. Enabling this option is at your own risk. Type-A is "\r
-"depended on the model normals and tries to keep some internal holes intact. "\r
+"dependent on the model normals and tries to keep some internal holes intact. "\r
 "Type-B ignores all internal holes and only keeps the outside shape per layer."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:221\r
+#: Cura/util/profile.py:238\r
 msgid "Combine everything (Type-B)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:222\r
+#: Cura/util/profile.py:239\r
 msgid "Keep open faces"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:222\r
+#: Cura/util/profile.py:239\r
 msgid ""\r
 "This expert option keeps all the open bits of the model intact. Normally "\r
 "Cura tries to stitch up small holes and remove everything with big holes, "\r
 "but this option keeps bits that are not properly part of anything and just "\r
-"goes with whatever it is left. This option is usually not what you want, but "\r
-"it might enable you to slice models otherwise failing to produce proper "\r
-"paths.\n"\r
+"goes with whatever is left. This option is usually not what you want, but it "\r
+"might enable you to slice models otherwise failing to produce proper paths.\n"\r
 "As with all \"Fix horrible\" options, results may vary and use at your own "\r
 "risk."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:223\r
+#: Cura/util/profile.py:240\r
 msgid "Extensive stitching"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:223\r
+#: Cura/util/profile.py:240\r
 msgid ""\r
-"Extrensive stitching tries to fix up open holes in the model by closing the "\r
+"Extensive stitching tries to fix up open holes in the model by closing the "\r
 "hole with touching polygons. This algorthm is quite expensive and could "\r
 "introduce a lot of processing time.\n"\r
 "As with all \"Fix horrible\" options, results may vary and use at your own "\r
 "risk."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:323\r
+#: Cura/util/profile.py:350\r
 msgid "Save profile on slice"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:323\r
+#: Cura/util/profile.py:350\r
 msgid ""\r
 "When slicing save the profile as [stl_file]_profile.ini next to the model."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:324\r
+#: Cura/util/profile.py:351\r
 msgid "Cost (price/kg)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:324\r
+#: Cura/util/profile.py:351\r
 msgid "Cost of your filament per kg, to estimate the cost of the final print."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:325\r
+#: Cura/util/profile.py:352\r
 msgid "Cost (price/m)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:325\r
+#: Cura/util/profile.py:352\r
 msgid ""\r
 "Cost of your filament per meter, to estimate the cost of the final print."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:326\r
+#: Cura/util/profile.py:353\r
 msgid "Auto detect SD card drive"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:326\r
+#: Cura/util/profile.py:353\r
 msgid ""\r
 "Auto detect the SD card. You can disable this because on some systems "\r
 "external hard-drives or USB sticks are detected as SD card."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:327\r
+#: Cura/util/profile.py:354\r
 msgid "Check for updates"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:327\r
+#: Cura/util/profile.py:354\r
 msgid "Check for newer versions of Cura on startup"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:328\r
+#: Cura/util/profile.py:355\r
 msgid "Send usage statistics"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:328\r
+#: Cura/util/profile.py:355\r
 msgid "Submit anonymous usage information to improve next versions of Cura"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:330\r
+#: Cura/util/profile.py:357\r
 msgid "Density (kg/m3)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:330\r
+#: Cura/util/profile.py:357\r
 msgid ""\r
 "Weight of the filament per m3. Around 1240 for PLA. And around 1040 for ABS. "\r
 "This value is used to estimate the weight if the filament used for the print."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:331\r
+#: Cura/util/profile.py:358\r
 msgid ""\r
 "Change the language in which Cura runs. Switching language requires a "\r
 "restart of Cura"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:334\r
+#: Cura/util/profile.py:361\r
 msgid "Model colour"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:335\r
+#: Cura/util/profile.py:361\r
+msgid "Display color for first extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:362\r
 msgid "Model colour (2)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:336\r
+#: Cura/util/profile.py:362\r
+msgid "Display color for second extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:363\r
 msgid "Model colour (3)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:337\r
+#: Cura/util/profile.py:363\r
+msgid "Display color for third extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:364\r
 msgid "Model colour (4)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:348\r
+#: Cura/util/profile.py:364\r
+msgid "Display color for forth extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:365\r
+msgid "Printing window type"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:365\r
+msgid "Select the interface used for USB printing."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:377\r
 msgid "Maximum width (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:348 Cura/util/profile.py:349 Cura/util/profile.py:350\r
+#: Cura/util/profile.py:377 Cura/util/profile.py:378 Cura/util/profile.py:379\r
 msgid "Size of the machine in mm"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:349\r
+#: Cura/util/profile.py:378\r
 msgid "Maximum depth (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:350\r
+#: Cura/util/profile.py:379\r
 msgid "Maximum height (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:351\r
+#: Cura/util/profile.py:380\r
 msgid "Machine center 0,0"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:351\r
+#: Cura/util/profile.py:380\r
 msgid ""\r
 "Machines firmware defines the center of the bed as 0,0 instead of the front "\r
 "left corner."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:353\r
+#: Cura/util/profile.py:381\r
+msgid "Build area shape"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:381\r
+msgid "The shape of machine build area."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:383\r
 msgid ""\r
 "If you have an heated bed, this enabled heated bed settings (requires "\r
 "restart)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:354\r
+#: Cura/util/profile.py:384\r
 msgid "GCode Flavor"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:354\r
+#: Cura/util/profile.py:384\r
 msgid ""\r
 "Flavor of generated GCode.\n"\r
 "RepRap is normal 5D GCode which works on Marlin/Sprinter based firmwares.\n"\r
@@ -2064,153 +2131,153 @@ msgid ""
 "requires MakerWare to generate to X3G."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:355\r
+#: Cura/util/profile.py:385\r
 msgid "Extruder count"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:355\r
+#: Cura/util/profile.py:385\r
 msgid "Amount of extruders in your machine."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:356 Cura/util/profile.py:358 Cura/util/profile.py:360\r
+#: Cura/util/profile.py:386 Cura/util/profile.py:388 Cura/util/profile.py:390\r
 msgid "Offset X"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:356 Cura/util/profile.py:357\r
+#: Cura/util/profile.py:386 Cura/util/profile.py:387\r
 msgid "The offset of your secondary extruder compared to the primary."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:357 Cura/util/profile.py:359 Cura/util/profile.py:361\r
+#: Cura/util/profile.py:387 Cura/util/profile.py:389 Cura/util/profile.py:391\r
 msgid "Offset Y"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:358 Cura/util/profile.py:359\r
+#: Cura/util/profile.py:388 Cura/util/profile.py:389\r
 msgid "The offset of your tertiary extruder compared to the primary."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:360 Cura/util/profile.py:361\r
+#: Cura/util/profile.py:390 Cura/util/profile.py:391\r
 msgid "The offset of your forth extruder compared to the primary."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:362\r
+#: Cura/util/profile.py:392\r
 msgid "E-Steps per 1mm filament"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:362\r
+#: Cura/util/profile.py:392\r
 msgid ""\r
 "Amount of steps per mm filament extrusion. If set to 0 then this value is "\r
 "ignored and the value in your firmware is used."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:363\r
+#: Cura/util/profile.py:393\r
 msgid "Serial port"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:363\r
+#: Cura/util/profile.py:393\r
 msgid "Serial port to use for communication with the printer"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:365\r
+#: Cura/util/profile.py:395\r
 msgid "Baudrate"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:365\r
+#: Cura/util/profile.py:395\r
 msgid ""\r
 "Speed of the serial port communication\n"\r
 "Needs to match your firmware settings\n"\r
 "Common values are 250000, 115200, 57600"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:368\r
+#: Cura/util/profile.py:398\r
 msgid "Head size towards X min (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:368\r
+#: Cura/util/profile.py:398\r
 msgid ""\r
 "The head size when printing multiple objects, measured from the tip of the "\r
 "nozzle towards the outer part of the head. 75mm for an Ultimaker if the fan "\r
 "is on the left side."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:369\r
+#: Cura/util/profile.py:399\r
 msgid "Head size towards Y min (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:369 Cura/util/profile.py:370\r
+#: Cura/util/profile.py:399 Cura/util/profile.py:400\r
 msgid ""\r
 "The head size when printing multiple objects, measured from the tip of the "\r
 "nozzle towards the outer part of the head. 18mm for an Ultimaker if the fan "\r
 "is on the left side."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:370\r
+#: Cura/util/profile.py:400\r
 msgid "Head size towards X max (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:371\r
+#: Cura/util/profile.py:401\r
 msgid "Head size towards Y max (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:371\r
+#: Cura/util/profile.py:401\r
 msgid ""\r
 "The head size when printing multiple objects, measured from the tip of the "\r
 "nozzle towards the outer part of the head. 35mm for an Ultimaker if the fan "\r
 "is on the left side."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:372\r
+#: Cura/util/profile.py:402\r
 msgid "Printer gantry height (mm)"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:372\r
+#: Cura/util/profile.py:402\r
 msgid ""\r
 "The height of the gantry holding up the printer head. If an object is higher "\r
 "then this then you cannot print multiple objects one for one. 60mm for an "\r
 "Ultimaker."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:374\r
+#: Cura/util/profile.py:404\r
 #, python-format\r
 msgid "More flow than 150% is rare and usually not recommended."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:375\r
+#: Cura/util/profile.py:405\r
 #, python-format\r
 msgid "Less flow than 50% is rare and usually not recommended."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:376\r
+#: Cura/util/profile.py:406\r
 #, python-format\r
 msgid ""\r
 "Thicker layers then %.2fmm (80%% nozzle size) usually give bad results and "\r
 "are not recommended."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:378\r
+#: Cura/util/profile.py:408\r
 msgid ""\r
 "It is highly unlikely that your machine can achieve a printing speed above "\r
 "150mm/s"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:380 Cura/util/profile.py:381 Cura/util/profile.py:382\r
-#: Cura/util/profile.py:383\r
+#: Cura/util/profile.py:410 Cura/util/profile.py:411 Cura/util/profile.py:412\r
+#: Cura/util/profile.py:413\r
 msgid "Temperatures above 260C could damage your machine, be careful!"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:384 Cura/util/profile.py:385 Cura/util/profile.py:386\r
-#: Cura/util/profile.py:387\r
+#: Cura/util/profile.py:414 Cura/util/profile.py:415 Cura/util/profile.py:416\r
+#: Cura/util/profile.py:417\r
 msgid ""\r
 "Are you sure your filament is that thick? Normal filament is around 3mm or "\r
 "1.75mm."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:388\r
+#: Cura/util/profile.py:418\r
 msgid ""\r
 "It is highly unlikely that your machine can achieve a travel speed above "\r
 "300mm/s"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:389\r
+#: Cura/util/profile.py:419\r
 #, python-format\r
 msgid ""\r
 "A bottom layer of more then %.2fmm (3/4 nozzle size) usually give bad "\r
index 707c1eb976b6cbe9f7f5eaaab39b200cec343a59..95c6998b39972d9654e94d65ebb980d4988d1db5 100644 (file)
Binary files a/resources/locale/sp/LC_MESSAGES/Cura.mo and b/resources/locale/sp/LC_MESSAGES/Cura.mo differ
index a24bee42cc6c648980b1616930e1b235e3197957..9f7556b6b419e3e49a31c29170c93032dcb755c2 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""\r
 "Project-Id-Version: Cura\n"\r
 "Report-Msgid-Bugs-To: \n"\r
-"POT-Creation-Date: 2013-10-08 14:30+0200\n"\r
+"POT-Creation-Date: 2014-03-17 10:23+0100\n"\r
 "PO-Revision-Date: 2013-10-02 14:50+0100\n"\r
 "Last-Translator: Jose Gemez <josegemez@gmail.com>\n"\r
 "Language-Team: LANGUAGE <LL@li.org>\n"\r
@@ -16,62 +16,50 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"\r
 "X-Generator: Poedit 1.5.7\n"\r
 \r
-#: Cura/gui/app.py:86 Cura/gui/mainWindow.py:528\r
+#: Cura/gui/app.py:141 Cura/gui/mainWindow.py:563\r
 msgid "A new version of Cura is available, would you like to download?"\r
 msgstr "Una nueva versión de Cura esta disponible, quieres descargarla?"\r
 \r
-#: Cura/gui/app.py:86 Cura/gui/mainWindow.py:528\r
+#: Cura/gui/app.py:141 Cura/gui/mainWindow.py:563\r
 msgid "New version available"\r
 msgstr "Nueva versión disponible"\r
 \r
-#: Cura/gui/configWizard.py:221\r
+#: Cura/gui/configWizard.py:223\r
 msgid "Add new machine wizard"\r
 msgstr "Añadir asistente para nueva máquina"\r
 \r
-#: Cura/gui/configWizard.py:223\r
+#: Cura/gui/configWizard.py:225\r
 msgid "First time run wizard"\r
 msgstr "Hacer asistente inicial"\r
 \r
-#: Cura/gui/configWizard.py:224\r
+#: Cura/gui/configWizard.py:226\r
 msgid "Welcome, and thanks for trying Cura!"\r
 msgstr "Bienvenido, y gracias por usar Cura!"\r
 \r
-#: Cura/gui/configWizard.py:226\r
-msgid "This wizard will help you with the following steps:"\r
-msgstr "Este asistente te ayudara con los siguientes pasos:"\r
-\r
-#: Cura/gui/configWizard.py:227\r
-msgid "* Configure Cura for your machine"\r
-msgstr "Configura Cura para tu máquina"\r
-\r
 #: Cura/gui/configWizard.py:228\r
-msgid "* Optionally upgrade your firmware"\r
-msgstr "Opcionalmente actualiza tu firmware"\r
-\r
-#: Cura/gui/configWizard.py:229\r
-msgid "* Optionally check if your machine is working safely"\r
-msgstr "Opcionalmente márcalo si tu máquina trabaja bien"\r
-\r
-#: Cura/gui/configWizard.py:230\r
-msgid "* Optionally level your printer bed"\r
-msgstr "Opcionalmente nivela tu cama caliente"\r
+#, fuzzy\r
+msgid "This wizard will help you in setting up Cura for your machine."\r
+msgstr "Este asistente te ayudara con los siguientes pasos:"\r
 \r
-#: Cura/gui/configWizard.py:239\r
+#: Cura/gui/configWizard.py:245\r
 msgid "The following pre-defined machine profiles are available"\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:240\r
+#: Cura/gui/configWizard.py:246\r
 msgid ""\r
 "Note that these profiles are not guaranteed to give good results,\n"\r
-"or work at all. Extra tweaks might be required."\r
+"or work at all. Extra tweaks might be required.\n"\r
+"If you find issues with the predefined profiles,\n"\r
+"or want an extra profile.\n"\r
+"Please report it at the github issue tracker."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:270\r
+#: Cura/gui/configWizard.py:276\r
 #, fuzzy\r
 msgid "Cura is now ready to be used!"\r
 msgstr "Cura esta ahora autorizado para compartir en YouMagine"\r
 \r
-#: Cura/gui/configWizard.py:275\r
+#: Cura/gui/configWizard.py:281\r
 #, fuzzy\r
 msgid ""\r
 "RepRap machines can be vastly different, so here you can set your own "\r
@@ -80,12 +68,12 @@ msgstr ""
 "Las impresores RepRap son muy diferentes, asi que\n"\r
 "no hay configuracion por defecto en Cura."\r
 \r
-#: Cura/gui/configWizard.py:276\r
+#: Cura/gui/configWizard.py:282\r
 msgid ""\r
 "Be sure to review the default profile before running it on your machine."\r
 msgstr ""\r
 \r
-#: Cura/gui/configWizard.py:277\r
+#: Cura/gui/configWizard.py:283\r
 msgid ""\r
 "If you like a default profile for your machine added,\n"\r
 "then make an issue on github."\r
@@ -93,58 +81,58 @@ msgstr ""
 "Si quieres añadir un perfil por defecto para tu máquina,\n"\r
 "crea un requerimiento en el github."\r
 \r
-#: Cura/gui/configWizard.py:279\r
+#: Cura/gui/configWizard.py:285\r
 msgid "You will have to manually install Marlin or Sprinter firmware."\r
 msgstr "Tendrás que instalar manual Marlin o Sprinter"\r
 \r
-#: Cura/gui/configWizard.py:281\r
+#: Cura/gui/configWizard.py:287\r
 msgid "Machine name"\r
 msgstr "Nombre de la máquina"\r
 \r
-#: Cura/gui/configWizard.py:282\r
+#: Cura/gui/configWizard.py:288\r
 msgid "Machine width (mm)"\r
 msgstr "Anchura máquina (mm)"\r
 \r
-#: Cura/gui/configWizard.py:283\r
+#: Cura/gui/configWizard.py:289\r
 msgid "Machine depth (mm)"\r
 msgstr "Produndidad máquina (mm)"\r
 \r
-#: Cura/gui/configWizard.py:284\r
+#: Cura/gui/configWizard.py:290\r
 msgid "Machine height (mm)"\r
 msgstr "Altura máquina (mm)"\r
 \r
-#: Cura/gui/configWizard.py:285 Cura/util/profile.py:158\r
+#: Cura/gui/configWizard.py:291 Cura/util/profile.py:175\r
 msgid "Nozzle size (mm)"\r
 msgstr "Tamaño Nozzle (mm)"\r
 \r
-#: Cura/gui/configWizard.py:286 Cura/util/profile.py:353\r
+#: Cura/gui/configWizard.py:292 Cura/util/profile.py:383\r
 msgid "Heated bed"\r
 msgstr "Cama caliente"\r
 \r
-#: Cura/gui/configWizard.py:287\r
+#: Cura/gui/configWizard.py:293\r
 msgid "Bed center is 0,0,0 (RoStock)"\r
 msgstr "Centro de la base en 0,0,0 (Rostock)"\r
 \r
-#: Cura/gui/configWizard.py:307\r
+#: Cura/gui/configWizard.py:313\r
 msgid "Select your machine"\r
 msgstr "Selecciona tu maquina"\r
 \r
-#: Cura/gui/configWizard.py:308\r
+#: Cura/gui/configWizard.py:314\r
 msgid "What kind of machine do you have:"\r
 msgstr "Que tipo de máquina tienes:"\r
 \r
-#: Cura/gui/configWizard.py:315\r
+#: Cura/gui/configWizard.py:321\r
 #, fuzzy\r
 msgid "Other (Ex: RepRap, MakerBot)"\r
 msgstr "Otras (ej. RepRap)"\r
 \r
-#: Cura/gui/configWizard.py:318\r
+#: Cura/gui/configWizard.py:324\r
 msgid ""\r
 "The collection of anonymous usage information helps with the continued "\r
 "improvement of Cura."\r
 msgstr "La recolección de datos de utilización anónima ayuda a mejorar Cura."\r
 \r
-#: Cura/gui/configWizard.py:319\r
+#: Cura/gui/configWizard.py:325\r
 msgid ""\r
 "This does NOT submit your models online nor gathers any privacy related "\r
 "information."\r
@@ -152,19 +140,19 @@ msgstr ""
 "Esta hace que NO envie sus modelos online ni recopila datos relacionados con "\r
 "su privacidad."\r
 \r
-#: Cura/gui/configWizard.py:320\r
+#: Cura/gui/configWizard.py:326\r
 msgid "Submit anonymous usage information:"\r
 msgstr "Enviar información de uso anónima"\r
 \r
-#: Cura/gui/configWizard.py:321\r
+#: Cura/gui/configWizard.py:327\r
 msgid "For full details see: http://wiki.ultimaker.com/Cura:stats"\r
 msgstr "Para mas detalles: http://wiki.ultimaker.com/Cura:stats"\r
 \r
-#: Cura/gui/configWizard.py:383\r
+#: Cura/gui/configWizard.py:396\r
 msgid "Select upgraded parts you have"\r
 msgstr "Selecciona mejoras que tienes"\r
 \r
-#: Cura/gui/configWizard.py:384\r
+#: Cura/gui/configWizard.py:397\r
 msgid ""\r
 "To assist you in having better default settings for your Ultimaker\n"\r
 "Cura would like to know which upgrades you have in your machine."\r
@@ -172,19 +160,19 @@ msgstr ""
 "Para ayudarle a tener mejores ajustes predeterminados para su Ultimaker \n"\r
 "Cura necesitaría saber qué actualizaciones que tiene en su máquina."\r
 \r
-#: Cura/gui/configWizard.py:386\r
+#: Cura/gui/configWizard.py:399\r
 msgid "Extruder drive upgrade"\r
 msgstr "Mejora extrusor"\r
 \r
-#: Cura/gui/configWizard.py:387\r
+#: Cura/gui/configWizard.py:400\r
 msgid "Heated printer bed (self built)"\r
 msgstr "Cama caliente (autoconstruida)"\r
 \r
-#: Cura/gui/configWizard.py:388\r
+#: Cura/gui/configWizard.py:401\r
 msgid "Dual extrusion (experimental)"\r
 msgstr "Extrusion dual (experimental)"\r
 \r
-#: Cura/gui/configWizard.py:390\r
+#: Cura/gui/configWizard.py:403\r
 msgid ""\r
 "If you have an Ultimaker bought after october 2012 you will have the\n"\r
 "Extruder drive upgrade. If you do not have this upgrade,\n"\r
@@ -194,7 +182,7 @@ msgstr ""
 "la mejora en el extrusor. Si no tienes esta mejora,\n"\r
 "es recomendable para mejorar el desempeño."\r
 \r
-#: Cura/gui/configWizard.py:391\r
+#: Cura/gui/configWizard.py:404\r
 msgid ""\r
 "This upgrade can be bought from the Ultimaker webshop\n"\r
 "or found on thingiverse as thing:26094"\r
@@ -202,11 +190,11 @@ msgstr ""
 "Esta mejora puede comprarse en la webshop de Ultimaker\n"\r
 "o encontrarse en thingiverse thing:26094"\r
 \r
-#: Cura/gui/configWizard.py:410\r
+#: Cura/gui/configWizard.py:423\r
 msgid "Upgrade Ultimaker Firmware"\r
 msgstr "Actuliza Firmware Ultimaker"\r
 \r
-#: Cura/gui/configWizard.py:411\r
+#: Cura/gui/configWizard.py:424\r
 msgid ""\r
 "Firmware is the piece of software running directly on your 3D printer.\n"\r
 "This firmware controls the step motors, regulates the temperature\n"\r
@@ -216,7 +204,7 @@ msgstr ""
 "Controla los pasos de motor, temperatura\n"\r
 "y finalmente hace que tu impresora funcione."\r
 \r
-#: Cura/gui/configWizard.py:413\r
+#: Cura/gui/configWizard.py:426\r
 msgid ""\r
 "The firmware shipping with new Ultimakers works, but upgrades\n"\r
 "have been made to make better prints, and make calibration easier."\r
@@ -224,7 +212,7 @@ msgstr ""
 "El firmware que trae la Ultimaker funciona, pero actualizaciones\n"\r
 "hacen que se imprima y se calibre mejor."\r
 \r
-#: Cura/gui/configWizard.py:415\r
+#: Cura/gui/configWizard.py:428\r
 msgid ""\r
 "Cura requires these new features and thus\n"\r
 "your firmware will most likely need to be upgraded.\n"\r
@@ -234,19 +222,20 @@ msgstr ""
 "el firmware es necesario que tenga que ser actualizado. \n"\r
 "Usted tendrá la oportunidad de hacerlo ahora."\r
 \r
-#: Cura/gui/configWizard.py:420\r
+#: Cura/gui/configWizard.py:433\r
 msgid "Do not upgrade to this firmware if:"\r
 msgstr "No actualices a este firmware si:"\r
 \r
-#: Cura/gui/configWizard.py:421\r
-msgid "* You have an older machine based on ATMega1280"\r
+#: Cura/gui/configWizard.py:434\r
+#, fuzzy\r
+msgid "* You have an older machine based on ATMega1280 (Rev 1 machine)"\r
 msgstr "Tienes una máquina basada en el antiguo ATMega1280"\r
 \r
-#: Cura/gui/configWizard.py:422\r
+#: Cura/gui/configWizard.py:435\r
 msgid "* Have other changes in the firmware"\r
 msgstr "Tiene otros cambios en el firmware"\r
 \r
-#: Cura/gui/configWizard.py:456\r
+#: Cura/gui/configWizard.py:469\r
 msgid ""\r
 "It is a good idea to do a few sanity checks now on your Ultimaker.\n"\r
 "You can skip these if you know your machine is functional."\r
@@ -254,101 +243,101 @@ msgstr ""
 "Es una buena idea hacer algunos chequeos ahora en tu Ultimaker.\n"\r
 "Puedes obviarlos si tu máquina es funcional."\r
 \r
-#: Cura/gui/configWizard.py:457\r
+#: Cura/gui/configWizard.py:470\r
 msgid "Run checks"\r
 msgstr "Iniciar chequeos"\r
 \r
-#: Cura/gui/configWizard.py:457\r
+#: Cura/gui/configWizard.py:470\r
 msgid "Skip checks"\r
 msgstr "Saltar comprobaciones"\r
 \r
-#: Cura/gui/configWizard.py:461\r
+#: Cura/gui/configWizard.py:474\r
 msgid "Communication:"\r
 msgstr "Comunicación:"\r
 \r
-#: Cura/gui/configWizard.py:462\r
+#: Cura/gui/configWizard.py:475\r
 msgid "Temperature:"\r
 msgstr "Temperatura:"\r
 \r
-#: Cura/gui/configWizard.py:463\r
+#: Cura/gui/configWizard.py:476\r
 msgid "Endstops:"\r
 msgstr "Final de carrera:"\r
 \r
-#: Cura/gui/configWizard.py:468\r
+#: Cura/gui/configWizard.py:481\r
 msgid "Show error log"\r
 msgstr "Mostrar log de errores"\r
 \r
-#: Cura/gui/configWizard.py:502\r
+#: Cura/gui/configWizard.py:515\r
 msgid "Connecting to machine."\r
 msgstr "Conectando a la maquina"\r
 \r
-#: Cura/gui/configWizard.py:523\r
+#: Cura/gui/configWizard.py:536\r
 msgid "Cooldown before temperature check."\r
 msgstr "Enfriar antes de comprobar la temperatura"\r
 \r
-#: Cura/gui/configWizard.py:529 Cura/gui/configWizard.py:536\r
+#: Cura/gui/configWizard.py:542 Cura/gui/configWizard.py:549\r
 msgid "Checking the heater and temperature sensor."\r
 msgstr "Comprueba el extrusor y el sensor de temperatura"\r
 \r
-#: Cura/gui/configWizard.py:547\r
+#: Cura/gui/configWizard.py:560\r
 msgid "Please make sure none of the endstops are pressed."\r
 msgstr "Por favor asegurate que los endstosp no estan presionados."\r
 \r
-#: Cura/gui/configWizard.py:560\r
+#: Cura/gui/configWizard.py:573\r
 msgid "Temperature measurement FAILED!"\r
 msgstr "Medición de la temperatura a FALLADO!"\r
 \r
-#: Cura/gui/configWizard.py:565\r
+#: Cura/gui/configWizard.py:578\r
 #, python-format\r
 msgid "Head temperature: %d"\r
 msgstr "Temperatura cama %d"\r
 \r
-#: Cura/gui/configWizard.py:572 Cura/gui/configWizard.py:581\r
+#: Cura/gui/configWizard.py:585 Cura/gui/configWizard.py:594\r
 #, python-format\r
 msgid "Communication State: %s"\r
 msgstr "Estado de comunicación: %s"\r
 \r
-#: Cura/gui/configWizard.py:575\r
+#: Cura/gui/configWizard.py:588\r
 msgid "Failed to establish connection with the printer."\r
 msgstr "Fallo al establecer la conexión con la impresora"\r
 \r
-#: Cura/gui/configWizard.py:620\r
+#: Cura/gui/configWizard.py:633\r
 msgid "Please press the right X endstop."\r
 msgstr "Por favor presiona el endstop X derecho."\r
 \r
-#: Cura/gui/configWizard.py:625\r
+#: Cura/gui/configWizard.py:638\r
 msgid "Please press the left X endstop."\r
 msgstr "Por favor presiona el endstop X izquierdo."\r
 \r
-#: Cura/gui/configWizard.py:630\r
+#: Cura/gui/configWizard.py:643\r
 msgid "Please press the front Y endstop."\r
 msgstr "Por favor presiona el endstop Y delantero. "\r
 \r
-#: Cura/gui/configWizard.py:635\r
+#: Cura/gui/configWizard.py:648\r
 msgid "Please press the back Y endstop."\r
 msgstr "Por favor presiona el endstop Y trasero. "\r
 \r
-#: Cura/gui/configWizard.py:640\r
+#: Cura/gui/configWizard.py:653\r
 msgid "Please press the top Z endstop."\r
 msgstr "Por favor presiona el endstop Z superior. "\r
 \r
-#: Cura/gui/configWizard.py:645\r
+#: Cura/gui/configWizard.py:658\r
 msgid "Please press the bottom Z endstop."\r
 msgstr "Por favor presiona el endstop Z inferior. "\r
 \r
-#: Cura/gui/configWizard.py:651\r
+#: Cura/gui/configWizard.py:664\r
 msgid "Checkup finished"\r
 msgstr "Chequeo finalizado"\r
 \r
-#: Cura/gui/configWizard.py:694\r
+#: Cura/gui/configWizard.py:707\r
 msgid "Calibrating the Steps Per E requires some manual actions."\r
 msgstr "Calibrar los pasos del Extrusor requiere algunas acciones manuales."\r
 \r
-#: Cura/gui/configWizard.py:695\r
+#: Cura/gui/configWizard.py:708\r
 msgid "First remove any filament from your machine."\r
 msgstr "Primero remover cualquier filamento de tu maquina"\r
 \r
-#: Cura/gui/configWizard.py:696\r
+#: Cura/gui/configWizard.py:709\r
 msgid ""\r
 "Next put in your filament so the tip is aligned with the\n"\r
 "top of the extruder drive."\r
@@ -357,15 +346,15 @@ msgstr ""
 "con la \n"\r
 "superior de la unidad extrusora."\r
 \r
-#: Cura/gui/configWizard.py:697\r
+#: Cura/gui/configWizard.py:710\r
 msgid "We'll push the filament 100mm"\r
 msgstr "Empujaremos 100 mm de filamento"\r
 \r
-#: Cura/gui/configWizard.py:698\r
+#: Cura/gui/configWizard.py:711\r
 msgid "Extrude 100mm filament"\r
 msgstr "Extruir 100mm filamento"\r
 \r
-#: Cura/gui/configWizard.py:699\r
+#: Cura/gui/configWizard.py:712\r
 msgid ""\r
 "Now measure the amount of extruded filament:\n"\r
 "(this can be more or less then 100mm)"\r
@@ -373,19 +362,19 @@ msgstr ""
 "Ahora mide la cantidad de filamento extruido:\n"\r
 "(debe ser mas o menos 100mm)"\r
 \r
-#: Cura/gui/configWizard.py:700\r
+#: Cura/gui/configWizard.py:713\r
 msgid "Save"\r
 msgstr "Guardar"\r
 \r
-#: Cura/gui/configWizard.py:701\r
+#: Cura/gui/configWizard.py:714\r
 msgid "This results in the following steps per E:"\r
 msgstr "Esto se da como resultado los siguiente pasos por E:"\r
 \r
-#: Cura/gui/configWizard.py:703\r
+#: Cura/gui/configWizard.py:716\r
 msgid "You can repeat these steps to get better calibration."\r
 msgstr "Puedes repetir estos paso para conseguir una mejor calibración."\r
 \r
-#: Cura/gui/configWizard.py:706\r
+#: Cura/gui/configWizard.py:719\r
 msgid ""\r
 "If you still have filament in your printer which needs\n"\r
 "heat to remove, press the heat up button below:"\r
@@ -393,11 +382,11 @@ msgstr ""
 "Si aún tienes filamento en tu impresora que necesita\n"\r
 "calor para removerlo, presiona el botón de calentar debajo:"\r
 \r
-#: Cura/gui/configWizard.py:707\r
+#: Cura/gui/configWizard.py:720\r
 msgid "Heatup for filament removal"\r
 msgstr "Calentar para remover filamento"\r
 \r
-#: Cura/gui/configWizard.py:730 Cura/gui/configWizard.py:762\r
+#: Cura/gui/configWizard.py:745 Cura/gui/configWizard.py:779\r
 msgid ""\r
 "Error: Failed to open serial port to machine\n"\r
 "If this keeps happening, try disconnecting and reconnecting the USB cable"\r
@@ -405,7 +394,7 @@ msgstr ""
 "Error: Fallo al abrir el Puerto Serie de la maquina\n"\r
 "Si sigue ocurriendo, prueba a desconectar y reconectar el cable USB"\r
 \r
-#: Cura/gui/firmwareInstall.py:39\r
+#: Cura/gui/firmwareInstall.py:44\r
 msgid ""\r
 "I am sorry, but Cura does not ship with a default firmware for your machine "\r
 "configuration."\r
@@ -413,28 +402,48 @@ msgstr ""
 "Lo siento, pero cura no viene con un firmware por defecto para la "\r
 "configuración de tu maquina."\r
 \r
-#: Cura/gui/firmwareInstall.py:39 Cura/gui/firmwareInstall.py:98\r
-#: Cura/gui/mainWindow.py:463\r
+#: Cura/gui/firmwareInstall.py:44 Cura/gui/firmwareInstall.py:48\r
+#: Cura/gui/firmwareInstall.py:103 Cura/gui/mainWindow.py:506\r
 msgid "Firmware update"\r
 msgstr "Actualización firmware"\r
 \r
-#: Cura/gui/firmwareInstall.py:49\r
+#: Cura/gui/firmwareInstall.py:48\r
+msgid ""\r
+"Cura only supports firmware updates for ATMega2560 based hardware.\n"\r
+"So updating your RepRap with Cura might or might not work."\r
+msgstr ""\r
+\r
+#: Cura/gui/firmwareInstall.py:56\r
 msgid "OK"\r
 msgstr "OK"\r
 \r
-#: Cura/gui/firmwareInstall.py:68\r
+#: Cura/gui/firmwareInstall.py:77\r
 msgid "Reading firmware..."\r
 msgstr "Leyendo firmware..."\r
 \r
-#: Cura/gui/firmwareInstall.py:70\r
+#: Cura/gui/firmwareInstall.py:79\r
 msgid "Connecting to machine..."\r
 msgstr "Conectando a la máquina"\r
 \r
-#: Cura/gui/firmwareInstall.py:87\r
+#: Cura/gui/firmwareInstall.py:83\r
+msgid ""\r
+"Please connect the printer to\n"\r
+"your computer with the USB cable."\r
+msgstr ""\r
+\r
+#: Cura/gui/firmwareInstall.py:102\r
+msgid ""\r
+"Failed to find machine for firmware upgrade\n"\r
+"Is your machine connected to the PC?"\r
+msgstr ""\r
+"Fallo al buscar actualización del firmware\n"\r
+"Esta tu máquina conectada al PC?"\r
+\r
+#: Cura/gui/firmwareInstall.py:107\r
 msgid "Uploading firmware..."\r
 msgstr "Subiendo firmware"\r
 \r
-#: Cura/gui/firmwareInstall.py:90\r
+#: Cura/gui/firmwareInstall.py:110\r
 #, python-format\r
 msgid ""\r
 "Done!\n"\r
@@ -443,177 +452,190 @@ msgstr ""
 "Hecho!\n"\r
 "Firmware instalado: %s"\r
 \r
-#: Cura/gui/firmwareInstall.py:92\r
+#: Cura/gui/firmwareInstall.py:112\r
 msgid "Failed to write firmware.\n"\r
 msgstr "Fallo al cargar firmware.\n"\r
 \r
-#: Cura/gui/firmwareInstall.py:97\r
-msgid ""\r
-"Failed to find machine for firmware upgrade\n"\r
-"Is your machine connected to the PC?"\r
-msgstr ""\r
-"Fallo al buscar actualización del firmware\n"\r
-"Esta tu máquina conectada al PC?"\r
-\r
-#: Cura/gui/mainWindow.py:56\r
+#: Cura/gui/mainWindow.py:66\r
 msgid "Load model file...\tCTRL+L"\r
 msgstr "Cargar modelo...\tCTRL+L"\r
 \r
-#: Cura/gui/mainWindow.py:58\r
+#: Cura/gui/mainWindow.py:68\r
 msgid "Save model...\tCTRL+S"\r
 msgstr "Guardar modelo...\tCTRL+S"\r
 \r
-#: Cura/gui/mainWindow.py:60\r
+#: Cura/gui/mainWindow.py:70\r
+#, fuzzy\r
+msgid "Reload platform\tF5"\r
+msgstr "Limpiar plataforma"\r
+\r
+#: Cura/gui/mainWindow.py:72\r
 msgid "Clear platform"\r
 msgstr "Limpiar plataforma"\r
 \r
-#: Cura/gui/mainWindow.py:64\r
+#: Cura/gui/mainWindow.py:76\r
 msgid "Print...\tCTRL+P"\r
 msgstr "Imprimir...\tCTRL+P"\r
 \r
-#: Cura/gui/mainWindow.py:66 Cura/gui/sceneView.py:244\r
+#: Cura/gui/mainWindow.py:78 Cura/gui/sceneView.py:279\r
 msgid "Save GCode..."\r
 msgstr "Guardar GCode..."\r
 \r
-#: Cura/gui/mainWindow.py:68\r
+#: Cura/gui/mainWindow.py:80\r
 msgid "Show slice engine log..."\r
 msgstr "Mostrar log de fileteado"\r
 \r
-#: Cura/gui/mainWindow.py:72\r
+#: Cura/gui/mainWindow.py:84\r
 msgid "Open Profile..."\r
 msgstr "Abrir Perfil..."\r
 \r
-#: Cura/gui/mainWindow.py:75\r
+#: Cura/gui/mainWindow.py:87\r
 msgid "Save Profile..."\r
 msgstr "Guardar Perfil..."\r
 \r
-#: Cura/gui/mainWindow.py:78\r
+#: Cura/gui/mainWindow.py:90\r
 msgid "Load Profile from GCode..."\r
 msgstr "Cargar Perfil desde GCode"\r
 \r
-#: Cura/gui/mainWindow.py:82\r
+#: Cura/gui/mainWindow.py:94\r
 msgid "Reset Profile to default"\r
 msgstr "Reseter Pefil a por defecto"\r
 \r
-#: Cura/gui/mainWindow.py:87\r
+#: Cura/gui/mainWindow.py:99\r
 msgid "Preferences...\tCTRL+,"\r
 msgstr "Preferencias...\tCTRL+,"\r
 \r
-#: Cura/gui/mainWindow.py:89\r
+#: Cura/gui/mainWindow.py:101 Cura/gui/mainWindow.py:434\r
 msgid "Machine settings..."\r
 msgstr "Ajuste de la máquina..."\r
 \r
-#: Cura/gui/mainWindow.py:95\r
+#: Cura/gui/mainWindow.py:107\r
 msgid "Recent Model Files"\r
 msgstr "Modelos Recientes"\r
 \r
-#: Cura/gui/mainWindow.py:102\r
+#: Cura/gui/mainWindow.py:114\r
 msgid "Recent Profile Files"\r
 msgstr "Perfiles Recientes"\r
 \r
-#: Cura/gui/mainWindow.py:108\r
+#: Cura/gui/mainWindow.py:120\r
 msgid "Quit"\r
 msgstr "Salir"\r
 \r
-#: Cura/gui/mainWindow.py:110\r
+#: Cura/gui/mainWindow.py:122\r
 msgid "File"\r
 msgstr "Archivo"\r
 \r
-#: Cura/gui/mainWindow.py:118\r
+#: Cura/gui/mainWindow.py:130\r
 msgid "Minecraft map import..."\r
 msgstr "Minecraft map import..."\r
 \r
-#: Cura/gui/mainWindow.py:122\r
+#: Cura/gui/mainWindow.py:134\r
 msgid "PID Debugger..."\r
 msgstr "PID Debugger..."\r
 \r
-#: Cura/gui/mainWindow.py:125\r
+#: Cura/gui/mainWindow.py:137\r
 msgid "Copy profile to clipboard"\r
 msgstr "Copiar perfil al portapapeles"\r
 \r
-#: Cura/gui/mainWindow.py:127\r
+#: Cura/gui/mainWindow.py:141\r
+msgid "Print all at once"\r
+msgstr ""\r
+\r
+#: Cura/gui/mainWindow.py:143\r
+#, fuzzy\r
+msgid "Print one at a time"\r
+msgstr "Tamaño cabezal de impresión"\r
+\r
+#: Cura/gui/mainWindow.py:150\r
 msgid "Tools"\r
 msgstr "Herramientas"\r
 \r
-#: Cura/gui/mainWindow.py:133 Cura/util/profile.py:158\r
+#: Cura/gui/mainWindow.py:156 Cura/util/profile.py:175\r
 msgid "Machine"\r
 msgstr "Maquina"\r
 \r
-#: Cura/gui/mainWindow.py:136\r
+#: Cura/gui/mainWindow.py:159\r
 msgid "Switch to quickprint..."\r
 msgstr "Cambiar a ajustes rapidos..."\r
 \r
-#: Cura/gui/mainWindow.py:140\r
+#: Cura/gui/mainWindow.py:163\r
 msgid "Switch to full settings..."\r
 msgstr "Cambiar a ajustes completos..."\r
 \r
-#: Cura/gui/mainWindow.py:145\r
-msgid "Open expert settings..."\r
+#: Cura/gui/mainWindow.py:168\r
+#, fuzzy\r
+msgid "Open expert settings...\tCTRL+E"\r
 msgstr "Abrir ajustes experto..."\r
 \r
-#: Cura/gui/mainWindow.py:149\r
+#: Cura/gui/mainWindow.py:172\r
 msgid "Run first run wizard..."\r
 msgstr "Iniciar asistente inicial..."\r
 \r
-#: Cura/gui/mainWindow.py:151\r
+#: Cura/gui/mainWindow.py:174\r
 msgid "Run bed leveling wizard..."\r
 msgstr "Iniciar sistente para calibración de la cama..."\r
 \r
-#: Cura/gui/mainWindow.py:154\r
+#: Cura/gui/mainWindow.py:176\r
 msgid "Run head offset wizard..."\r
 msgstr "Iniciar asistente de distancia entre extrusores..."\r
 \r
-#: Cura/gui/mainWindow.py:157\r
+#: Cura/gui/mainWindow.py:179\r
 msgid "Expert"\r
 msgstr "Experto"\r
 \r
-#: Cura/gui/mainWindow.py:160\r
+#: Cura/gui/mainWindow.py:182\r
 msgid "Online documentation..."\r
 msgstr "Documentación online..."\r
 \r
-#: Cura/gui/mainWindow.py:162\r
+#: Cura/gui/mainWindow.py:184\r
 msgid "Report a problem..."\r
 msgstr "Reportar un problema..."\r
 \r
-#: Cura/gui/mainWindow.py:164\r
+#: Cura/gui/mainWindow.py:186\r
 msgid "Check for update..."\r
 msgstr "Comprobando actualizaciones..."\r
 \r
-#: Cura/gui/mainWindow.py:166\r
+#: Cura/gui/mainWindow.py:188\r
 msgid "Open YouMagine website..."\r
 msgstr "Abre tu página YouMagine"\r
 \r
-#: Cura/gui/mainWindow.py:168\r
+#: Cura/gui/mainWindow.py:190\r
 msgid "About Cura..."\r
 msgstr "Sobra Cura"\r
 \r
-#: Cura/gui/mainWindow.py:170\r
+#: Cura/gui/mainWindow.py:192\r
 msgid "Help"\r
 msgstr "Ayuda"\r
 \r
-#: Cura/gui/mainWindow.py:394\r
-msgid "Add new machine..."\r
-msgstr "Añadir nueva máquina"\r
+#: Cura/gui/mainWindow.py:343\r
+msgid ""\r
+"For \"One at a time\" printing, you need to have entered the correct head "\r
+"size and gantry height in the machine settings"\r
+msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:399\r
-#, fuzzy\r
-msgid "Install custom firmware..."\r
-msgstr "Instalar firmware personalizado"\r
+#: Cura/gui/mainWindow.py:343\r
+msgid "One at a time warning"\r
+msgstr ""\r
 \r
-#: Cura/gui/mainWindow.py:402\r
+#: Cura/gui/mainWindow.py:440\r
 #, fuzzy\r
-msgid "Install default Marlin firmware..."\r
+msgid "Install default firmware..."\r
 msgstr "Instalar firmware Marlin por defecto"\r
 \r
-#: Cura/gui/mainWindow.py:406\r
+#: Cura/gui/mainWindow.py:443\r
+#, fuzzy\r
+msgid "Install custom firmware..."\r
+msgstr "Instalar firmware personalizado"\r
+\r
+#: Cura/gui/mainWindow.py:447\r
 msgid "Select profile file to load"\r
 msgstr "Seleccion perfil a cargar"\r
 \r
-#: Cura/gui/mainWindow.py:418\r
+#: Cura/gui/mainWindow.py:459\r
 msgid "Select gcode file to load profile from"\r
 msgstr "Selección gcode para cargar perfil desde el"\r
 \r
-#: Cura/gui/mainWindow.py:431\r
+#: Cura/gui/mainWindow.py:472\r
 msgid ""\r
 "No profile found in GCode file.\n"\r
 "This feature only works with GCode files made by Cura 12.07 or newer."\r
@@ -621,15 +643,15 @@ msgstr ""
 "No se ha encontrado Perfil en el GCode.\n"\r
 "Esta caracteristicas solo funciona en versiones de Cura 12.07 o nuevas."\r
 \r
-#: Cura/gui/mainWindow.py:431\r
+#: Cura/gui/mainWindow.py:472\r
 msgid "Profile load error"\r
 msgstr "Carga de Perfil erronea"\r
 \r
-#: Cura/gui/mainWindow.py:435\r
+#: Cura/gui/mainWindow.py:476\r
 msgid "Select profile file to save"\r
 msgstr "Seleccion perfil para guardar"\r
 \r
-#: Cura/gui/mainWindow.py:443\r
+#: Cura/gui/mainWindow.py:486\r
 msgid ""\r
 "This will reset all profile settings to defaults.\n"\r
 "Unless you have saved your current profile, all settings will be lost!\n"\r
@@ -641,11 +663,11 @@ msgstr ""
 "perderán!\n"\r
 "¿Realmente desea reiniciar?"\r
 \r
-#: Cura/gui/mainWindow.py:443\r
+#: Cura/gui/mainWindow.py:486\r
 msgid "Profile reset"\r
 msgstr "Resetear Perfil"\r
 \r
-#: Cura/gui/mainWindow.py:463\r
+#: Cura/gui/mainWindow.py:506\r
 msgid ""\r
 "Warning: Installing a custom firmware does not guarantee that you machine "\r
 "will function correctly, and could damage your machine."\r
@@ -653,92 +675,94 @@ msgstr ""
 "Advertencia: Instalando un firmware personalizado no garantizamos el "\r
 "correcto funcionamiento de la impresora y se podría dañar"\r
 \r
-#: Cura/gui/mainWindow.py:464\r
+#: Cura/gui/mainWindow.py:507\r
 msgid "Open firmware to upload"\r
 msgstr "Abrir firmware para cargar"\r
 \r
-#: Cura/gui/mainWindow.py:531\r
+#: Cura/gui/mainWindow.py:566\r
 msgid "You are running the latest version of Cura!"\r
 msgstr "Estas usando la última versión de Cura!"\r
 \r
-#: Cura/gui/mainWindow.py:531\r
+#: Cura/gui/mainWindow.py:566\r
 msgid "Awesome!"\r
 msgstr "Im-presionante!"\r
 \r
-#: Cura/gui/mainWindow.py:586\r
+#: Cura/gui/mainWindow.py:621\r
 msgid "Plugins"\r
 msgstr "Plugins"\r
 \r
-#: Cura/gui/pluginPanel.py:26\r
+#: Cura/gui/pluginPanel.py:27\r
 msgid "Plugins:"\r
 msgstr "Plugins:"\r
 \r
-#: Cura/gui/pluginPanel.py:30\r
+#: Cura/gui/pluginPanel.py:31\r
 msgid "Open plugin location"\r
 msgstr "Abrir localización plugin"\r
 \r
-#: Cura/gui/pluginPanel.py:31\r
+#: Cura/gui/pluginPanel.py:32\r
 msgid "Enabled plugins"\r
 msgstr "Habilitar plugins"\r
 \r
-#: Cura/gui/pluginPanel.py:133\r
+#: Cura/gui/pluginPanel.py:134\r
 msgid "You need to select a plugin before you can add anything."\r
 msgstr "Tienes que selecionar un plugin antes de añadir nada"\r
 \r
-#: Cura/gui/pluginPanel.py:133\r
+#: Cura/gui/pluginPanel.py:134\r
 msgid "Error: no plugin selected"\r
 msgstr "Error: no hay plugin seleccionado"\r
 \r
-#: Cura/gui/preferencesDialog.py:25\r
+#: Cura/gui/preferencesDialog.py:28\r
+#, fuzzy\r
+msgid "Print window"\r
+msgstr "Imprimiendo"\r
+\r
+#: Cura/gui/preferencesDialog.py:31\r
 msgid "Colours"\r
 msgstr "Colores"\r
 \r
-#: Cura/gui/preferencesDialog.py:31 Cura/util/profile.py:331\r
+#: Cura/gui/preferencesDialog.py:37 Cura/util/profile.py:358\r
 msgid "Language"\r
 msgstr ""\r
 \r
-#: Cura/gui/preferencesDialog.py:34\r
+#: Cura/gui/preferencesDialog.py:40\r
 msgid "Filament settings"\r
 msgstr "Ajustes filamento"\r
 \r
-#: Cura/gui/preferencesDialog.py:44\r
+#: Cura/gui/preferencesDialog.py:50\r
 msgid "Cura settings"\r
 msgstr "Ajustes de Cura"\r
 \r
-#: Cura/gui/preferencesDialog.py:78\r
+#: Cura/gui/preferencesDialog.py:84\r
 msgid "Machine settings"\r
 msgstr "Ajuste de la máquina"\r
 \r
-#: Cura/gui/preferencesDialog.py:88\r
+#: Cura/gui/preferencesDialog.py:95\r
 msgid "Printer head size"\r
 msgstr "Tamaño cabezal de impresión"\r
 \r
-#: Cura/gui/preferencesDialog.py:96\r
+#: Cura/gui/preferencesDialog.py:103\r
 #, python-format\r
 msgid "Extruder %d"\r
 msgstr "Extrusor %d"\r
 \r
-#: Cura/gui/preferencesDialog.py:100\r
+#: Cura/gui/preferencesDialog.py:107\r
 msgid "Communication settings"\r
 msgstr "Ajustes comunicación"\r
 \r
-#: Cura/gui/preferencesDialog.py:143\r
+#: Cura/gui/preferencesDialog.py:150\r
 msgid "Cannot remove the last machine configuration in Cura"\r
 msgstr "No se puede borrar la ultima configuración de la máquina en Cura"\r
 \r
-#: Cura/gui/preferencesDialog.py:143\r
+#: Cura/gui/preferencesDialog.py:150\r
 msgid "Machine remove error"\r
 msgstr "Quitar errores de la máquina"\r
 \r
-#: Cura/gui/printWindow.py:132\r
-msgid "Printing"\r
+#: Cura/gui/printWindow.py:33 Cura/gui/printWindow.py:298\r
+#, fuzzy, python-format\r
+msgid "Printing on %s"\r
 msgstr "Imprimiendo"\r
 \r
-#: Cura/gui/printWindow.py:158\r
-msgid "Statistics"\r
-msgstr "Estadisticas"\r
-\r
-#: Cura/gui/printWindow.py:163\r
+#: Cura/gui/printWindow.py:310\r
 msgid ""\r
 "Your computer is running on battery power.\n"\r
 "Connect your computer to AC power or your print might not finish."\r
@@ -746,106 +770,33 @@ msgstr ""
 "Tu ordenador esta usando la bateria.\n"\r
 "Conectar tu ordenador a la corriente o tu impresión no finalizará."\r
 \r
-#: Cura/gui/printWindow.py:174\r
+#: Cura/gui/printWindow.py:320\r
 msgid ""\r
-"Filament: ####.##m #.##g\n"\r
-"Estimated print time: #####:##\n"\r
-"Machine state:\n"\r
-"Detecting baudrateXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"\r
+"InfoLine from printer connection\n"\r
+"InfoLine from dialog\n"\r
+"Extra line"\r
 msgstr ""\r
-"Filamento: ####.##m #.##g\n"\r
-"Tiempo estimado de impresión: #####:##\n"\r
-"Estado máquina:\n"\r
-"Detectando velocidadXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"\r
 \r
-#: Cura/gui/printWindow.py:179\r
+#: Cura/gui/printWindow.py:322\r
 msgid "Connect"\r
 msgstr "Conectar"\r
 \r
-#: Cura/gui/printWindow.py:181 Cura/gui/sceneView.py:65\r
-#: Cura/gui/sceneView.py:803\r
+#: Cura/gui/printWindow.py:324 Cura/gui/sceneView.py:65\r
 msgid "Print"\r
 msgstr "Imprimir"\r
 \r
-#: Cura/gui/printWindow.py:182 Cura/gui/printWindow.py:428\r
+#: Cura/gui/printWindow.py:325\r
 msgid "Pause"\r
 msgstr "Pausar"\r
 \r
-#: Cura/gui/printWindow.py:183\r
+#: Cura/gui/printWindow.py:326\r
 msgid "Cancel print"\r
 msgstr "Cancelar impresión"\r
 \r
-#: Cura/gui/printWindow.py:184\r
+#: Cura/gui/printWindow.py:327\r
 msgid "Error log"\r
 msgstr "Error log"\r
 \r
-#: Cura/gui/printWindow.py:206\r
-msgid "BedTemp:"\r
-msgstr "Temp CamaCaliente"\r
-\r
-#: Cura/gui/printWindow.py:214\r
-msgid "Temp:"\r
-msgstr "Temperatura:"\r
-\r
-#: Cura/gui/printWindow.py:262\r
-msgid "Jog"\r
-msgstr "Jog"\r
-\r
-#: Cura/gui/printWindow.py:277\r
-msgid "Outer wall:"\r
-msgstr "Capa exterior:"\r
-\r
-#: Cura/gui/printWindow.py:280\r
-msgid "Inner wall:"\r
-msgstr "Capa interior:"\r
-\r
-#: Cura/gui/printWindow.py:283\r
-msgid "Fill:"\r
-msgstr "Relleno:"\r
-\r
-#: Cura/gui/printWindow.py:286\r
-msgid "Support:"\r
-msgstr "Soportes:"\r
-\r
-#: Cura/gui/printWindow.py:290 Cura/util/profile.py:183\r
-#: Cura/util/profile.py:184 Cura/util/profile.py:185\r
-msgid "Speed"\r
-msgstr "Velocidad"\r
-\r
-#: Cura/gui/printWindow.py:308\r
-msgid "Term"\r
-msgstr "Terminal"\r
-\r
-#: Cura/gui/printWindow.py:363\r
-msgid "Enable timelapse movie recording"\r
-msgstr "Habilitar grabación de timelapse"\r
-\r
-#: Cura/gui/printWindow.py:377\r
-msgid "Show preview"\r
-msgstr "Mostrar previo"\r
-\r
-#: Cura/gui/printWindow.py:383\r
-msgid "Camera"\r
-msgstr "Camara"\r
-\r
-#: Cura/gui/printWindow.py:426\r
-msgid "Resume"\r
-msgstr "Continuar"\r
-\r
-#: Cura/gui/printWindow.py:443\r
-msgid "Loading gcode...\n"\r
-msgstr "Cargar gcode...\n"\r
-\r
-#: Cura/gui/printWindow.py:445\r
-#, python-format\r
-msgid "Filament: %(amount).2fm %(weight).2fg\n"\r
-msgstr "Filamento: %(amount).2fm %(weight).2fg\n"\r
-\r
-#: Cura/gui/printWindow.py:448\r
-#, python-format\r
-msgid "Filament cost: %s\n"\r
-msgstr "Coste Filamento: %s\n"\r
-\r
 #: Cura/gui/sceneView.py:64\r
 msgid "Load"\r
 msgstr "Cargar"\r
@@ -938,207 +889,177 @@ msgstr "Rayos X"
 msgid "Layers"\r
 msgstr "Capas"\r
 \r
-#: Cura/gui/sceneView.py:107\r
+#: Cura/gui/sceneView.py:106\r
 msgid "Share on YouMagine"\r
 msgstr "Comparte en YoMagine"\r
 \r
-#: Cura/gui/sceneView.py:198\r
+#: Cura/gui/sceneView.py:204\r
 msgid "Open 3D model"\r
 msgstr "Abrir modelo 3D"\r
 \r
-#: Cura/gui/sceneView.py:213\r
+#: Cura/gui/sceneView.py:229\r
 msgid "Save 3D model"\r
 msgstr "Guardar modelo 3d"\r
 \r
-#: Cura/gui/sceneView.py:243\r
-msgid "Print with USB"\r
+#: Cura/gui/sceneView.py:276 Cura/gui/sceneView.py:914\r
+#, fuzzy, python-format\r
+msgid "Print with %s"\r
 msgstr "Imprimir con USB"\r
 \r
-#: Cura/gui/sceneView.py:245\r
+#: Cura/gui/sceneView.py:280\r
 msgid "Slice engine log..."\r
 msgstr "Log del motor de fileteado..."\r
 \r
-#: Cura/gui/sceneView.py:257 Cura/gui/sceneView.py:809\r
+#: Cura/gui/sceneView.py:305 Cura/gui/sceneView.py:917\r
 msgid "Save toolpath"\r
 msgstr "Guardar trayectorias (GCode)"\r
 \r
-#: Cura/gui/sceneView.py:295\r
+#: Cura/gui/sceneView.py:351\r
 msgid "The slicing engine reported the following"\r
 msgstr "El fileteado informó lo siguiente"\r
 \r
-#: Cura/gui/sceneView.py:295\r
+#: Cura/gui/sceneView.py:351\r
 msgid "Engine log..."\r
 msgstr "Engine log..."\r
 \r
-#: Cura/gui/sceneView.py:422\r
+#: Cura/gui/sceneView.py:490\r
 msgid "How many copies do you want?"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:422\r
+#: Cura/gui/sceneView.py:490\r
 msgid "Number of copies"\r
 msgstr ""\r
 \r
-#: Cura/gui/sceneView.py:422\r
+#: Cura/gui/sceneView.py:490\r
 #, fuzzy\r
 msgid "Multiply"\r
 msgstr "Multiplicar objeto"\r
 \r
-#: Cura/gui/sceneView.py:674\r
-msgid "Delete object"\r
-msgstr "Borrar objeto"\r
-\r
-#: Cura/gui/sceneView.py:675\r
+#: Cura/gui/sceneView.py:780\r
 msgid "Center on platform"\r
 msgstr "Centrar en la plataforma"\r
 \r
-#: Cura/gui/sceneView.py:676\r
+#: Cura/gui/sceneView.py:781\r
+msgid "Delete object"\r
+msgstr "Borrar objeto"\r
+\r
+#: Cura/gui/sceneView.py:782\r
 msgid "Multiply object"\r
 msgstr "Multiplicar objeto"\r
 \r
-#: Cura/gui/sceneView.py:677\r
+#: Cura/gui/sceneView.py:783\r
 msgid "Split object into parts"\r
 msgstr "Cortar objetos en partes"\r
 \r
-#: Cura/gui/sceneView.py:679\r
+#: Cura/gui/sceneView.py:785\r
 msgid "Dual extrusion merge"\r
 msgstr "Fusionar extrusión dual"\r
 \r
-#: Cura/gui/sceneView.py:681\r
+#: Cura/gui/sceneView.py:787\r
 msgid "Delete all objects"\r
 msgstr "Borrar todos los objetos"\r
 \r
-#: Cura/gui/sceneView.py:806\r
+#: Cura/gui/sceneView.py:788\r
+#, fuzzy\r
+msgid "Reload all objects"\r
+msgstr "Borrar todos los objetos"\r
+\r
+#: Cura/gui/sceneView.py:911\r
 msgid "Toolpath to SD"\r
 msgstr "Trazadpo a SD"\r
 \r
-#: Cura/gui/sceneView.py:1116\r
-msgid "Loading toolpath for visualization..."\r
-msgstr "Cargando trazados para visualización..."\r
-\r
-#: Cura/gui/sceneView.py:1167\r
+#: Cura/gui/sceneView.py:1205\r
 msgid "Overhang view not working due to lack of OpenGL shaders support."\r
 msgstr ""\r
 "Vista Voladizo no funciona debido a la falta de soporte de shaders OpenGL."\r
 \r
-#: Cura/gui/simpleMode.py:20\r
+#: Cura/gui/simpleMode.py:19\r
 msgid "High quality print"\r
 msgstr "Impresión Alta calidad"\r
 \r
-#: Cura/gui/simpleMode.py:21\r
+#: Cura/gui/simpleMode.py:20\r
 msgid "Normal quality print"\r
 msgstr "Calidad de impresión Normal"\r
 \r
-#: Cura/gui/simpleMode.py:22\r
+#: Cura/gui/simpleMode.py:21\r
 msgid "Fast low quality print"\r
 msgstr "Rapido impresión baja calidad"\r
 \r
-#: Cura/gui/simpleMode.py:23\r
+#: Cura/gui/simpleMode.py:22\r
 msgid "Thin walled cup or vase"\r
 msgstr "Pared fina tipo taza o vaso"\r
 \r
-#: Cura/gui/simpleMode.py:33\r
+#: Cura/gui/simpleMode.py:32\r
 msgid "Print support structure"\r
 msgstr "Imprimir estructura de soportes"\r
 \r
-#: Cura/gui/simpleMode.py:38\r
-msgid "Select a print type:"\r
+#: Cura/gui/simpleMode.py:37\r
+#, fuzzy\r
+msgid "Select a quickprint profile:"\r
 msgstr "Seleccion tipo de impresora:"\r
 \r
-#: Cura/gui/simpleMode.py:48\r
+#: Cura/gui/simpleMode.py:47\r
 msgid "Material:"\r
 msgstr "Material:"\r
 \r
-#: Cura/gui/simpleMode.py:52\r
+#: Cura/gui/simpleMode.py:51\r
 msgid "Diameter:"\r
 msgstr "Diametro:"\r
 \r
-#: Cura/gui/simpleMode.py:58\r
+#: Cura/gui/simpleMode.py:57\r
 msgid "Other:"\r
 msgstr "Otro:"\r
 \r
-#: Cura/gui/simpleMode.py:118\r
+#: Cura/gui/simpleMode.py:85\r
 msgid "Exterior Only"\r
 msgstr "Exterior solamente"\r
 \r
-#: Cura/gui/tools/batchRun.py:14\r
-msgid "Cura - Batch run"\r
-msgstr "Cura - Procesando lote"\r
-\r
-#: Cura/gui/tools/batchRun.py:29\r
-msgid "Add"\r
-msgstr "Añadir"\r
-\r
-#: Cura/gui/tools/batchRun.py:30\r
-msgid "Remove"\r
-msgstr "Remover"\r
-\r
-#: Cura/gui/tools/batchRun.py:31\r
-msgid "Prepare all"\r
-msgstr "Preparar todo"\r
-\r
-#: Cura/gui/tools/batchRun.py:47\r
-msgid "Open file to batch prepare"\r
-msgstr "Abrir fichero para preparar lote"\r
-\r
-#: Cura/gui/tools/batchRun.py:134\r
-#, python-format\r
-msgid "Building: %d                           "\r
-msgstr "Construyendo: %d "\r
-\r
-#: Cura/gui/tools/batchRun.py:137\r
-#, python-format\r
-msgid "Done: 0/%d                           "\r
-msgstr "Hecho: 0/%d                           "\r
+#: Cura/gui/tools/imageToMesh.py:28\r
+#, fuzzy\r
+msgid "Height (mm)"\r
+msgstr "Espesor de capa (mm)"\r
 \r
-#: Cura/gui/tools/batchRun.py:140\r
-msgid "Abort"\r
-msgstr "Abortar"\r
+#: Cura/gui/tools/imageToMesh.py:32\r
+#, fuzzy\r
+msgid "Base (mm)"\r
+msgstr "Grosor base (mm)"\r
 \r
-#: Cura/gui/tools/batchRun.py:163 Cura/gui/tools/batchRun.py:233\r
-msgid "Close"\r
-msgstr "Cerrar"\r
+#: Cura/gui/tools/imageToMesh.py:36\r
+#, fuzzy\r
+msgid "Width (mm)"\r
+msgstr "Anchura máquina (mm)"\r
 \r
-#: Cura/gui/tools/batchRun.py:187\r
-#, python-format\r
-msgid "Build: %d models"\r
-msgstr "Haciendo: %d modelos"\r
+#: Cura/gui/tools/imageToMesh.py:40\r
+#, fuzzy\r
+msgid "Depth (mm)"\r
+msgstr "Diamtreo (mm)"\r
 \r
-#: Cura/gui/tools/batchRun.py:188\r
-#, python-format\r
-msgid ""\r
-"\n"\r
-"Slicing took: %(hours)02d:%(minutes)02d"\r
+#: Cura/gui/tools/projector.py:42\r
+msgid "Edit"\r
 msgstr ""\r
-"\n"\r
-"Fileteado tardó: %(hours)02d:%(minutes)02d"\r
 \r
-#: Cura/gui/tools/batchRun.py:198\r
-#, python-format\r
-msgid "Building: [%(index)d/%(size)d]"\r
-msgstr "Construyendo: [%(index)d/%(size)d]"\r
-\r
-#: Cura/gui/tools/batchRun.py:214\r
-msgid "Aborted by user."\r
-msgstr "Abortado por el usuario"\r
+#: Cura/gui/tools/projector.py:43\r
+msgid "Rectangle"\r
+msgstr ""\r
 \r
-#: Cura/gui/tools/batchRun.py:228\r
-#, python-format\r
-msgid "Done %(index)d/%(size)d"\r
-msgstr "Hecho %(index)d/%(size)d"\r
+#: Cura/gui/tools/projector.py:44\r
+#, fuzzy\r
+msgid "Circle"\r
+msgstr "Archivo"\r
 \r
-#: Cura/gui/tools/batchRun.py:236\r
-msgid "To SDCard"\r
-msgstr "A SDCard"\r
+#: Cura/gui/tools/projector.py:45\r
+msgid "Draw curves"\r
+msgstr ""\r
 \r
-#: Cura/gui/tools/youmagineGui.py:79\r
+#: Cura/gui/tools/youmagineGui.py:78\r
 msgid "Checking token"\r
 msgstr "Comprobando token"\r
 \r
-#: Cura/gui/tools/youmagineGui.py:83\r
+#: Cura/gui/tools/youmagineGui.py:82\r
 msgid "Failed to contact YouMagine.com"\r
 msgstr "Fallo conectando con YouMagine.com"\r
 \r
-#: Cura/gui/tools/youmagineGui.py:83 Cura/gui/tools/youmagineGui.py:116\r
+#: Cura/gui/tools/youmagineGui.py:82 Cura/gui/tools/youmagineGui.py:116\r
 #: Cura/gui/tools/youmagineGui.py:133 Cura/gui/tools/youmagineGui.py:140\r
 #: Cura/gui/tools/youmagineGui.py:148 Cura/gui/tools/youmagineGui.py:153\r
 msgid "YouMagine error."\r
@@ -1298,24 +1219,29 @@ msgstr ""
 msgid "Webcam error"\r
 msgstr ""\r
 \r
-#: Cura/gui/util/openglGui.py:241\r
+#: Cura/gui/util/engineResultView.py:165\r
+#, fuzzy, python-format\r
+msgid "Loading toolpath for visualization (%d%%)"\r
+msgstr "Cargando trazados para visualización..."\r
+\r
+#: Cura/gui/util/openglGui.py:242\r
 msgid "An error has occurred during the 3D view drawing."\r
 msgstr "Un error ha ocurrido durante el regenerado de la vista 3D."\r
 \r
-#: Cura/gui/util/openglGui.py:248\r
+#: Cura/gui/util/openglGui.py:250\r
 msgid "3D window error"\r
 msgstr "Error en la ventana 3d"\r
 \r
-#: Cura/util/profile.py:153 Cura/util/profile.py:154 Cura/util/profile.py:155\r
-#: Cura/util/profile.py:179 Cura/util/profile.py:180 Cura/util/profile.py:182\r
+#: Cura/util/profile.py:170 Cura/util/profile.py:171 Cura/util/profile.py:172\r
+#: Cura/util/profile.py:200 Cura/util/profile.py:201 Cura/util/profile.py:203\r
 msgid "Quality"\r
 msgstr "Calidad"\r
 \r
-#: Cura/util/profile.py:153\r
+#: Cura/util/profile.py:170\r
 msgid "Layer height (mm)"\r
 msgstr "Espesor de capa (mm)"\r
 \r
-#: Cura/util/profile.py:153\r
+#: Cura/util/profile.py:170\r
 msgid ""\r
 "Layer height in millimeters.\n"\r
 "This is the most important setting to determine the quality of your print. "\r
@@ -1327,11 +1253,11 @@ msgstr ""
 "Impresiones normales usan 0.1 mm, Alta calidad 0,06 mm. Puedes incluso "\r
 "utilizar 0.25mm para impresiones muy rapidas a baja calidad en la Ultimaker."\r
 \r
-#: Cura/util/profile.py:154\r
+#: Cura/util/profile.py:171\r
 msgid "Shell thickness (mm)"\r
 msgstr "Espesor cáscara (mm)"\r
 \r
-#: Cura/util/profile.py:154\r
+#: Cura/util/profile.py:171\r
 msgid ""\r
 "Thickness of the outside shell in the horizontal direction.\n"\r
 "This is used in combination with the nozzle size to define the number\n"\r
@@ -1342,11 +1268,11 @@ msgstr ""
 "número \n"\r
 "de líneas perimetrales y el espesor de las líneas del perímetro."\r
 \r
-#: Cura/util/profile.py:155\r
+#: Cura/util/profile.py:172\r
 msgid "Enable retraction"\r
 msgstr "Habilitar retracción"\r
 \r
-#: Cura/util/profile.py:155\r
+#: Cura/util/profile.py:172\r
 msgid ""\r
 "Retract the filament when the nozzle is moving over a none-printed area. "\r
 "Details about the retraction can be configured in the advanced tab."\r
@@ -1355,15 +1281,15 @@ msgstr ""
 "Detalles de la retracción pueden ser configurados en la pestaña ajustes "\r
 "avanzados."\r
 \r
-#: Cura/util/profile.py:156 Cura/util/profile.py:157\r
+#: Cura/util/profile.py:173 Cura/util/profile.py:174\r
 msgid "Fill"\r
 msgstr "Relleno"\r
 \r
-#: Cura/util/profile.py:156\r
+#: Cura/util/profile.py:173\r
 msgid "Bottom/Top thickness (mm)"\r
 msgstr "Espesor superior/inferior"\r
 \r
-#: Cura/util/profile.py:156\r
+#: Cura/util/profile.py:173\r
 msgid ""\r
 "This controls the thickness of the bottom and top layers, the amount of "\r
 "solid layers put down is calculated by the layer thickness and this value.\n"\r
@@ -1375,11 +1301,11 @@ msgstr ""
 "Tener un valor múltiplo del espesor de la capa tiene sentido. Y mantenerlo "\r
 "cerca de su espesor de pared para hacer una pieza uniformemente fuerte."\r
 \r
-#: Cura/util/profile.py:157\r
+#: Cura/util/profile.py:174\r
 msgid "Fill Density (%)"\r
 msgstr "Densidad Relleno (%)"\r
 \r
-#: Cura/util/profile.py:157\r
+#: Cura/util/profile.py:174\r
 #, fuzzy\r
 msgid ""\r
 "This controls how densely filled the insides of your print will be. For a "\r
@@ -1394,7 +1320,7 @@ msgstr ""
 "Esto no afectará a la parte exterior de la impresión y sólo afecta a lo "\r
 "fuerte que la pieza será."\r
 \r
-#: Cura/util/profile.py:158\r
+#: Cura/util/profile.py:175\r
 msgid ""\r
 "The nozzle size is very important, this is used to calculate the line width "\r
 "of the infill, and used to calculate the amount of outside wall lines and "\r
@@ -1404,16 +1330,16 @@ msgstr ""
 "trazado y el relleno, y es usado para calcular la cantidad de lineas "\r
 "exteriores y su espesor de pared según los datos introducidos."\r
 \r
-#: Cura/util/profile.py:159 Cura/util/profile.py:160 Cura/util/profile.py:161\r
-#: Cura/util/profile.py:162 Cura/util/profile.py:163 Cura/util/profile.py:164\r
+#: Cura/util/profile.py:176 Cura/util/profile.py:177 Cura/util/profile.py:178\r
+#: Cura/util/profile.py:179 Cura/util/profile.py:180 Cura/util/profile.py:181\r
 msgid "Speed and Temperature"\r
 msgstr "Velocidad  "\r
 \r
-#: Cura/util/profile.py:159\r
+#: Cura/util/profile.py:176\r
 msgid "Print speed (mm/s)"\r
 msgstr "Velocidad impresión (mm/s)"\r
 \r
-#: Cura/util/profile.py:159\r
+#: Cura/util/profile.py:176\r
 msgid ""\r
 "Speed at which printing happens. A well adjusted Ultimaker can reach 150mm/"\r
 "s, but for good quality prints you want to print slower. Printing speed "\r
@@ -1425,12 +1351,12 @@ msgstr ""
 "de impresión depende de muchos factores. Experimenta hasta encontrar tus "\r
 "ajustes óptimos."\r
 \r
-#: Cura/util/profile.py:160\r
+#: Cura/util/profile.py:177\r
 msgid "Printing temperature (C)"\r
 msgstr "Temperatura impresión (C)"\r
 \r
-#: Cura/util/profile.py:160 Cura/util/profile.py:161 Cura/util/profile.py:162\r
-#: Cura/util/profile.py:163\r
+#: Cura/util/profile.py:177 Cura/util/profile.py:178 Cura/util/profile.py:179\r
+#: Cura/util/profile.py:180\r
 msgid ""\r
 "Temperature used for printing. Set at 0 to pre-heat yourself.\n"\r
 "For PLA a value of 210C is usually used.\n"\r
@@ -1440,50 +1366,51 @@ msgstr ""
 "Para PLA un valor a partir 210C es usual\n"\r
 "Para ABS un valor de 230 o más es requerido."\r
 \r
-#: Cura/util/profile.py:161\r
+#: Cura/util/profile.py:178\r
 msgid "2nd nozzle temperature (C)"\r
 msgstr "Temperatura 2º nozzle (C)"\r
 \r
-#: Cura/util/profile.py:162\r
+#: Cura/util/profile.py:179\r
 msgid "3th nozzle temperature (C)"\r
 msgstr "Temperatura 3º nozzle (C)"\r
 \r
-#: Cura/util/profile.py:163\r
+#: Cura/util/profile.py:180\r
 msgid "4th nozzle temperature (C)"\r
 msgstr "Temperatura 4º nozzle (C)"\r
 \r
-#: Cura/util/profile.py:164\r
+#: Cura/util/profile.py:181\r
 msgid "Bed temperature (C)"\r
 msgstr "Temp Cama caliente (C)"\r
 \r
-#: Cura/util/profile.py:164\r
+#: Cura/util/profile.py:181\r
 msgid ""\r
 "Temperature used for the heated printer bed. Set at 0 to pre-heat yourself."\r
 msgstr ""\r
 "Temperatura usada para calentar la cama. Pon 0 para calentar tu mismo. "\r
 \r
-#: Cura/util/profile.py:165 Cura/util/profile.py:166\r
+#: Cura/util/profile.py:182 Cura/util/profile.py:183\r
 msgid "None"\r
 msgstr "Nada"\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid "Touching buildplate"\r
 msgstr "Tocando la cama caliente"\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid "Everywhere"\r
 msgstr "Cualquier sitio"\r
 \r
-#: Cura/util/profile.py:165 Cura/util/profile.py:166 Cura/util/profile.py:167\r
-#: Cura/util/profile.py:206 Cura/util/profile.py:207 Cura/util/profile.py:208\r
+#: Cura/util/profile.py:182 Cura/util/profile.py:183 Cura/util/profile.py:184\r
+#: Cura/util/profile.py:223 Cura/util/profile.py:224 Cura/util/profile.py:225\r
+#: Cura/util/profile.py:226 Cura/util/profile.py:227\r
 msgid "Support"\r
 msgstr "Soportes"\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid "Support type"\r
 msgstr "Tipo de soporte"\r
 \r
-#: Cura/util/profile.py:165\r
+#: Cura/util/profile.py:182\r
 msgid ""\r
 "Type of support structure build.\n"\r
 "\"Touching buildplate\" is the most commonly used support setting.\n"\r
@@ -1501,28 +1428,29 @@ msgstr ""
 "plataforma. \n"\r
 "Cualquier sitio creara soportes incluso sobre la pieza"\r
 \r
-#: Cura/util/profile.py:166 Cura/util/profile.py:212\r
+#: Cura/util/profile.py:183 Cura/util/profile.py:230\r
 msgid "Brim"\r
 msgstr "Borde - Brim"\r
 \r
-#: Cura/util/profile.py:166 Cura/util/profile.py:213 Cura/util/profile.py:214\r
-#: Cura/util/profile.py:215 Cura/util/profile.py:216 Cura/util/profile.py:217\r
-#: Cura/util/profile.py:218\r
+#: Cura/util/profile.py:183 Cura/util/profile.py:231 Cura/util/profile.py:232\r
+#: Cura/util/profile.py:233 Cura/util/profile.py:234 Cura/util/profile.py:235\r
+#: Cura/util/profile.py:236\r
 msgid "Raft"\r
 msgstr "Balsa-Raft"\r
 \r
-#: Cura/util/profile.py:166\r
+#: Cura/util/profile.py:183\r
 msgid "Platform adhesion type"\r
 msgstr "Tipo de adhesion en la cama"\r
 \r
-#: Cura/util/profile.py:166\r
+#: Cura/util/profile.py:183\r
+#, fuzzy\r
 msgid ""\r
 "Different options that help in preventing corners from lifting due to "\r
 "warping.\n"\r
 "Brim adds a single layer thick flat area around your object which is easy to "\r
-"cut off afterwards, and the recommended option.\n"\r
-"Raft adds a thick raster at below the object and a thin interface between "\r
-"this and your object.\n"\r
+"cut off afterwards, and it is the recommended option.\n"\r
+"Raft adds a thick raster below the object and a thin interface between this "\r
+"and your object.\n"\r
 "(Note that enabling the brim or raft disables the skirt)"\r
 msgstr ""\r
 "Diferentes opciones que ayudan en la prevención de las esquinas de elevación "\r
@@ -1533,23 +1461,23 @@ msgstr ""
 "entre esto y su objeto. \n"\r
 "(Tenga en cuenta que la activación de Raft o Brim desactiva el borde-skirt)"\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "Both"\r
 msgstr "Ambos"\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "First extruder"\r
 msgstr "Primer extrusor"\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "Second extruder"\r
 msgstr "Segundo extrusor"\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid "Support dual extrusion"\r
 msgstr "Soporte extrusión dual"\r
 \r
-#: Cura/util/profile.py:167\r
+#: Cura/util/profile.py:184\r
 msgid ""\r
 "Which extruder to use for support material, for break-away support you can "\r
 "use both extruders.\n"\r
@@ -1566,16 +1494,57 @@ msgstr ""
 "También puede utilizar la segunda extrusora para materiales de soporte "\r
 "solubles."\r
 \r
-#: Cura/util/profile.py:168 Cura/util/profile.py:169 Cura/util/profile.py:170\r
-#: Cura/util/profile.py:171 Cura/util/profile.py:172\r
+#: Cura/util/profile.py:185 Cura/util/profile.py:186 Cura/util/profile.py:187\r
+#, fuzzy\r
+msgid "Dual extrusion"\r
+msgstr "Fusionar extrusión dual"\r
+\r
+#: Cura/util/profile.py:185\r
+msgid "Wipe&prime tower"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:185\r
+msgid ""\r
+"The wipe-tower is a tower printed on every layer when switching between "\r
+"nozzles.\n"\r
+"The old nozzle is wiped off on the tower before the new nozzle is used to "\r
+"print the 2nd color."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:186\r
+msgid "Wipe&prime tower volume per layer (mm3)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:186\r
+msgid ""\r
+"The amount of material put in the wipe/prime tower.\n"\r
+"This is done in volume because in general you want to extrude a\n"\r
+"certain amount of volume to get the extruder going, independent on the layer "\r
+"height.\n"\r
+"This means that with thinner layers, your tower gets bigger."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:187\r
+msgid "Ooze shield"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:187\r
+msgid ""\r
+"The ooze shield is a 1 line thick shell around the object which stands a few "\r
+"mm from the object.\n"\r
+"This shield catches any oozing from the unused nozzle in dual-extrusion."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:188 Cura/util/profile.py:189 Cura/util/profile.py:190\r
+#: Cura/util/profile.py:191 Cura/util/profile.py:192\r
 msgid "Filament"\r
 msgstr "Filamento"\r
 \r
-#: Cura/util/profile.py:168\r
+#: Cura/util/profile.py:188\r
 msgid "Diameter (mm)"\r
 msgstr "Diamtreo (mm)"\r
 \r
-#: Cura/util/profile.py:168\r
+#: Cura/util/profile.py:188\r
 msgid ""\r
 "Diameter of your filament, as accurately as possible.\n"\r
 "If you cannot measure this value you will have to calibrate it, a higher "\r
@@ -1585,11 +1554,11 @@ msgstr ""
 "Si no se puede medir este valor tendrá que calibrarlo, más alto significa "\r
 "menos extrusión,  más pequeño genera más extrusión."\r
 \r
-#: Cura/util/profile.py:169\r
+#: Cura/util/profile.py:189\r
 msgid "Diameter2 (mm)"\r
 msgstr "Diametro 2(mm)"\r
 \r
-#: Cura/util/profile.py:169\r
+#: Cura/util/profile.py:189\r
 msgid ""\r
 "Diameter of your filament for the 2nd nozzle. Use 0 to use the same diameter "\r
 "as for nozzle 1."\r
@@ -1597,11 +1566,11 @@ msgstr ""
 "Diametro de tu filamento para el 2º extrusor. Usa 0 para usar el mismo "\r
 "diametro que para el 1."\r
 \r
-#: Cura/util/profile.py:170\r
+#: Cura/util/profile.py:190\r
 msgid "Diameter3 (mm)"\r
 msgstr "Diametro 3(mm)"\r
 \r
-#: Cura/util/profile.py:170\r
+#: Cura/util/profile.py:190\r
 msgid ""\r
 "Diameter of your filament for the 3th nozzle. Use 0 to use the same diameter "\r
 "as for nozzle 1."\r
@@ -1609,11 +1578,11 @@ msgstr ""
 "Diametro de tu filamento para el 3º extrusor. Usa 0 para usar el mismo "\r
 "diametro que para el 1."\r
 \r
-#: Cura/util/profile.py:171\r
+#: Cura/util/profile.py:191\r
 msgid "Diameter4 (mm)"\r
 msgstr "Diametro 4(mm)"\r
 \r
-#: Cura/util/profile.py:171\r
+#: Cura/util/profile.py:191\r
 msgid ""\r
 "Diameter of your filament for the 4th nozzle. Use 0 to use the same diameter "\r
 "as for nozzle 1."\r
@@ -1621,11 +1590,11 @@ msgstr ""
 "Diametro de tu filamento para el 4º extrusor. Usa 0 para usar el mismo "\r
 "diametro que para el 1."\r
 \r
-#: Cura/util/profile.py:172\r
+#: Cura/util/profile.py:192\r
 msgid "Flow (%)"\r
 msgstr "Flujo (%)"\r
 \r
-#: Cura/util/profile.py:172\r
+#: Cura/util/profile.py:192\r
 msgid ""\r
 "Flow compensation, the amount of material extruded is multiplied by this "\r
 "value"\r
@@ -1633,16 +1602,17 @@ msgstr ""
 "Compensación de flujo, la cantidad de material extruida se multiplicará por "\r
 "este valor"\r
 \r
-#: Cura/util/profile.py:173 Cura/util/profile.py:174 Cura/util/profile.py:175\r
-#: Cura/util/profile.py:176 Cura/util/profile.py:177 Cura/util/profile.py:178\r
+#: Cura/util/profile.py:193 Cura/util/profile.py:194 Cura/util/profile.py:195\r
+#: Cura/util/profile.py:196 Cura/util/profile.py:197 Cura/util/profile.py:198\r
+#: Cura/util/profile.py:199\r
 msgid "Retraction"\r
 msgstr "Retracción"\r
 \r
-#: Cura/util/profile.py:173\r
+#: Cura/util/profile.py:193\r
 msgid "Speed (mm/s)"\r
 msgstr "Velocidad (mm/s)"\r
 \r
-#: Cura/util/profile.py:173\r
+#: Cura/util/profile.py:193\r
 msgid ""\r
 "Speed at which the filament is retracted, a higher retraction speed works "\r
 "better. But a very high retraction speed can lead to filament grinding."\r
@@ -1650,11 +1620,11 @@ msgstr ""
 "Velocidad a la que el filamento es retraido, a mayor velocidad mejor "\r
 "funcionamiento. Velocidades muy alta puedes comerse el filamento."\r
 \r
-#: Cura/util/profile.py:174\r
+#: Cura/util/profile.py:194\r
 msgid "Distance (mm)"\r
 msgstr "Distancia (mm)"\r
 \r
-#: Cura/util/profile.py:174\r
+#: Cura/util/profile.py:194\r
 msgid ""\r
 "Amount of retraction, set at 0 for no retraction at all. A value of 4.5mm "\r
 "seems to generate good results."\r
@@ -1662,11 +1632,11 @@ msgstr ""
 "Cantidad de retracción, fijar a 0 para no retraer. Un valor de 4.5mm parece "\r
 "ofrecer buenos resultados."\r
 \r
-#: Cura/util/profile.py:175\r
+#: Cura/util/profile.py:195\r
 msgid "Dual extrusion switch amount (mm)"\r
 msgstr "Extrusión dual cantidad de cambio (mm)"\r
 \r
-#: Cura/util/profile.py:175\r
+#: Cura/util/profile.py:195\r
 msgid ""\r
 "Amount of retraction when switching nozzle with dual-extrusion, set at 0 for "\r
 "no retraction at all. A value of 16.0mm seems to generate good results."\r
@@ -1674,11 +1644,11 @@ msgstr ""
 "Cantidd de retracción cuando cambiar nozzle con extrusión dual, fijar a 0 "\r
 "para no retraer. Un valor de 16 mm parece ofrecer buenos resultados."\r
 \r
-#: Cura/util/profile.py:176\r
+#: Cura/util/profile.py:196\r
 msgid "Minimum travel (mm)"\r
 msgstr "Mínimo desplazamiento (mm)"\r
 \r
-#: Cura/util/profile.py:176\r
+#: Cura/util/profile.py:196\r
 msgid ""\r
 "Minimum amount of travel needed for a retraction to happen at all. To make "\r
 "sure you do not get a lot of retractions in a small area."\r
@@ -1686,11 +1656,11 @@ msgstr ""
 "Minima distancia de desplazamiento necesaria para retraer. Para asegurar que "\r
 "no retrae en pequeñas areas"\r
 \r
-#: Cura/util/profile.py:177\r
+#: Cura/util/profile.py:197\r
 msgid "Enable combing"\r
 msgstr "Habilitar combing"\r
 \r
-#: Cura/util/profile.py:177\r
+#: Cura/util/profile.py:197\r
 msgid ""\r
 "Combing is the act of avoiding holes in the print for the head to travel "\r
 "over. If combing is disabled the printer head moves straight from the start "\r
@@ -1700,16 +1670,17 @@ msgstr ""
 "desactiva el cabezal de impresión se desplaza directamente desde el punto de "\r
 "inicio hasta el punto final y siempre se retrae."\r
 \r
-#: Cura/util/profile.py:178\r
+#: Cura/util/profile.py:198\r
 msgid "Minimal extrusion before retracting (mm)"\r
 msgstr "Mínma extrusión para retraer (mm)"\r
 \r
-#: Cura/util/profile.py:178\r
+#: Cura/util/profile.py:198\r
+#, fuzzy\r
 msgid ""\r
 "The minimal amount of extrusion that needs to be done before retracting "\r
 "again if a retraction needs to happen before this minimal is reached the "\r
 "retraction is ignored.\n"\r
-"This avoids retraction a lot on the same piece of filament which flattens "\r
+"This avoids retracting a lot on the same piece of filament which flattens "\r
 "the filament and causes grinding issues."\r
 msgstr ""\r
 "La cantidad mínima de extrusión que es necesaria hacer antes de retraer de "\r
@@ -1718,11 +1689,23 @@ msgstr ""
 "Esto evita muchas retracciones en la misma piezas y que el filamento se "\r
 "pueda atascar."\r
 \r
-#: Cura/util/profile.py:179\r
+#: Cura/util/profile.py:199\r
+#, fuzzy\r
+msgid "Z hop when retracting (mm)"\r
+msgstr "Mínma extrusión para retraer (mm)"\r
+\r
+#: Cura/util/profile.py:199\r
+msgid ""\r
+"When a retraction is done, the head is lifted by this amount to travel over "\r
+"the print. A value of 0.075 works well. This feature has a lot of positive "\r
+"effect on delta towers."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:200\r
 msgid "Initial layer thickness (mm)"\r
 msgstr "Espesor capa inicial (mm)"\r
 \r
-#: Cura/util/profile.py:179\r
+#: Cura/util/profile.py:200\r
 msgid ""\r
 "Layer thickness of the bottom layer. A thicker bottom layer makes sticking "\r
 "to the bed easier. Set to 0.0 to have the bottom layer thickness the same as "\r
@@ -1732,11 +1715,11 @@ msgstr ""
 "impresión mejor. Un valor de 0.0 hara que la capa tenga el mismo espesor que "\r
 "las demás."\r
 \r
-#: Cura/util/profile.py:180\r
+#: Cura/util/profile.py:201\r
 msgid "Cut off object bottom (mm)"\r
 msgstr "Cortar fondo del objeto (mm)"\r
 \r
-#: Cura/util/profile.py:180\r
+#: Cura/util/profile.py:201\r
 msgid ""\r
 "Sinks the object into the platform, this can be used for objects that do not "\r
 "have a flat bottom and thus create a too small first layer."\r
@@ -1745,35 +1728,42 @@ msgstr ""
 "no tienen un fondo plano y por lo tanto crean una primera capa demasiado "\r
 "pequeño."\r
 \r
-#: Cura/util/profile.py:182\r
+#: Cura/util/profile.py:203\r
 msgid "Dual extrusion overlap (mm)"\r
 msgstr "Superposición de la extrusión dual"\r
 \r
-#: Cura/util/profile.py:182\r
+#: Cura/util/profile.py:203\r
+#, fuzzy\r
 msgid ""\r
 "Add a certain amount of overlapping extrusion on dual-extrusion prints. This "\r
-"bonds the different colors better together."\r
+"bonds the different colors together."\r
 msgstr ""\r
 "Añadir cierta cantidad de overlapping en las extrusiones duales. Esto mezcla "\r
 "mejor diferentes colores."\r
 \r
-#: Cura/util/profile.py:183\r
+#: Cura/util/profile.py:204 Cura/util/profile.py:205 Cura/util/profile.py:206\r
+#: Cura/util/profile.py:207 Cura/util/profile.py:208\r
+msgid "Speed"\r
+msgstr "Velocidad"\r
+\r
+#: Cura/util/profile.py:204\r
 msgid "Travel speed (mm/s)"\r
 msgstr "Velocidad desplazamientos (mm/s)"\r
 \r
-#: Cura/util/profile.py:183\r
+#: Cura/util/profile.py:204\r
+#, fuzzy\r
 msgid ""\r
-"Speed at which travel moves are done, a high quality build Ultimaker can "\r
-"reach speeds of 250mm/s. But some machines might miss steps then."\r
+"Speed at which travel moves are done, a well built Ultimaker can reach "\r
+"speeds of 250mm/s. But some machines might miss steps then."\r
 msgstr ""\r
 "Velocidad a la que la impresora se desplaza, una Ultimaker puede alcanzar "\r
 "250mm/s. Algunas impresoras pueden perder pasos..."\r
 \r
-#: Cura/util/profile.py:184\r
+#: Cura/util/profile.py:205\r
 msgid "Bottom layer speed (mm/s)"\r
 msgstr "Velociad capa inferior (mm/s)"\r
 \r
-#: Cura/util/profile.py:184\r
+#: Cura/util/profile.py:205\r
 msgid ""\r
 "Print speed for the bottom layer, you want to print the first layer slower "\r
 "so it sticks better to the printer bed."\r
@@ -1781,46 +1771,78 @@ msgstr ""
 "Velocidad de impresión para la capa inferior, esta capa debe imprimirse mas "\r
 "lenta para mejor la adhesión."\r
 \r
-#: Cura/util/profile.py:185\r
+#: Cura/util/profile.py:206\r
 msgid "Infill speed (mm/s)"\r
 msgstr "Velocidad relleno (mm/s)"\r
 \r
-#: Cura/util/profile.py:185\r
+#: Cura/util/profile.py:206\r
+#, fuzzy\r
 msgid ""\r
 "Speed at which infill parts are printed. If set to 0 then the print speed is "\r
-"used for the infill. Printing the infill faster can greatly reduce printing, "\r
-"but this can negatively effect print quality.."\r
+"used for the infill. Printing the infill faster can greatly reduce printing "\r
+"time, but this can negatively affect print quality."\r
 msgstr ""\r
 "Velocidad a la que son impresos los rellenos. Si dejas 0 se usara la "\r
 "velocidad de impresión. Imprimir los rellenos mas rapido puede reducir mucho "\r
 "el tiempo de impresión, pero puede puede afectar negativamente la calidad."\r
 \r
-#: Cura/util/profile.py:186 Cura/util/profile.py:187 Cura/util/profile.py:194\r
-#: Cura/util/profile.py:195 Cura/util/profile.py:196 Cura/util/profile.py:197\r
-#: Cura/util/profile.py:198\r
+#: Cura/util/profile.py:207\r
+#, fuzzy\r
+msgid "Outer shell speed (mm/s)"\r
+msgstr "Velocidad desplazamientos (mm/s)"\r
+\r
+#: Cura/util/profile.py:207\r
+msgid ""\r
+"Speed at which outer shell is printed. If set to 0 then the print speed is "\r
+"used. Printing the outer shell at a lower speed improves the final skin "\r
+"quality. However, having a large difference between the inner shell speed "\r
+"and the outer shell speed will effect quality in a negative way."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:208\r
+#, fuzzy\r
+msgid "Inner shell speed (mm/s)"\r
+msgstr "Velocidad relleno (mm/s)"\r
+\r
+#: Cura/util/profile.py:208\r
+#, fuzzy\r
+msgid ""\r
+"Speed at which inner shells are printed. If set to 0 then the print speed is "\r
+"used. Printing the inner shell faster then the outer shell will reduce "\r
+"printing time. It is good to set this somewhere in between the outer shell "\r
+"speed and the infill/printing speed."\r
+msgstr ""\r
+"Velocidad a la que son impresos los rellenos. Si dejas 0 se usara la "\r
+"velocidad de impresión. Imprimir los rellenos mas rapido puede reducir mucho "\r
+"el tiempo de impresión, pero puede puede afectar negativamente la calidad."\r
+\r
+#: Cura/util/profile.py:209 Cura/util/profile.py:210 Cura/util/profile.py:215\r
+#: Cura/util/profile.py:216 Cura/util/profile.py:217 Cura/util/profile.py:218\r
+#: Cura/util/profile.py:219\r
 msgid "Cool"\r
 msgstr "Ventilación"\r
 \r
-#: Cura/util/profile.py:186\r
+#: Cura/util/profile.py:209\r
 msgid "Minimal layer time (sec)"\r
 msgstr "Minimo tiempo por capa (seg)"\r
 \r
-#: Cura/util/profile.py:186\r
+#: Cura/util/profile.py:209\r
+#, fuzzy\r
 msgid ""\r
-"Minimum time spend in a layer, gives the layer time to cool down before the "\r
+"Minimum time spent in a layer, gives the layer time to cool down before the "\r
 "next layer is put on top. If the layer will be placed down too fast the "\r
-"printer will slow down to make sure it has spend at least this amount of "\r
+"printer will slow down to make sure it has spent at least this amount of "\r
 "seconds printing this layer."\r
 msgstr ""\r
 "Mínimo tiempo necesario en una capa para que de tiempo a enfriarse antes de "\r
 "la siguiente capa. Si la capa va a tardar menos, se ralentiza la impresora "\r
 "para asegurar que tarda al menos ese tiempo en segundos por capa."\r
 \r
-#: Cura/util/profile.py:187\r
+#: Cura/util/profile.py:210\r
 msgid "Enable cooling fan"\r
 msgstr "Habilitar ventilación"\r
 \r
-#: Cura/util/profile.py:187\r
+#: Cura/util/profile.py:210\r
 msgid ""\r
 "Enable the cooling fan during the print. The extra cooling from the cooling "\r
 "fan is essential during faster prints."\r
@@ -1828,11 +1850,11 @@ msgstr ""
 "Activa la ventilación durante la impresión. La ventilación extra es esencial "\r
 "en las impresiones rápidas."\r
 \r
-#: Cura/util/profile.py:189\r
+#: Cura/util/profile.py:212\r
 msgid "Line count"\r
 msgstr "Numero lineas"\r
 \r
-#: Cura/util/profile.py:189\r
+#: Cura/util/profile.py:212\r
 msgid ""\r
 "The skirt is a line drawn around the object at the first layer. This helps "\r
 "to prime your extruder, and to see if the object fits on your platform.\n"\r
@@ -1844,11 +1866,11 @@ msgstr ""
 "Un valor de 0 desactiva el Borde. Multiples lineas ayudan a cebar el "\r
 "extrusor para objetos pequeños."\r
 \r
-#: Cura/util/profile.py:190\r
+#: Cura/util/profile.py:213\r
 msgid "Start distance (mm)"\r
 msgstr "Distancia sep (mm)"\r
 \r
-#: Cura/util/profile.py:190\r
+#: Cura/util/profile.py:213\r
 msgid ""\r
 "The distance between the skirt and the first layer.\n"\r
 "This is the minimal distance, multiple skirt lines will be put outwards from "\r
@@ -1857,11 +1879,11 @@ msgstr ""
 "La distancia entre el borde y la primera capa.\n"\r
 "Esta es la mínima distancia, multiples bordes se pondrán hacia afuera."\r
 \r
-#: Cura/util/profile.py:191\r
+#: Cura/util/profile.py:214\r
 msgid "Minimal length (mm)"\r
 msgstr "Minima longitud (mm)"\r
 \r
-#: Cura/util/profile.py:191\r
+#: Cura/util/profile.py:214\r
 msgid ""\r
 "The minimal length of the skirt, if this minimal length is not reached it "\r
 "will add more skirt lines to reach this minimal lenght.\n"\r
@@ -1871,24 +1893,26 @@ msgstr ""
 "añadirá más líneas a la falda-skirt para llegar a esta longitud mínima.\n"\r
 "Nota: Si el número de línea se establece en 0 esto se ignora."\r
 \r
-#: Cura/util/profile.py:194\r
-msgid "Fan on layer number"\r
-msgstr "Ventilador a partir de capa"\r
+#: Cura/util/profile.py:215\r
+#, fuzzy\r
+msgid "Fan full on at height (mm)"\r
+msgstr "Altura máquina (mm)"\r
 \r
-#: Cura/util/profile.py:194\r
+#: Cura/util/profile.py:215\r
+#, fuzzy\r
 msgid ""\r
-"The layer at which the fan is turned on. The first layer is layer 0. The "\r
-"first layer can stick better if you turn on the fan on, on the 2nd layer."\r
+"The height at which the fan is turned on completely. For the layers below "\r
+"this the fan speed is scaled linearly with the fan off at layer 0."\r
 msgstr ""\r
 "La capa a partir de la cual el ventilador es activado. La primera capa es la "\r
 "0. La primera capa se adhiere mejor si el ventilador se activa a partir de "\r
 "la 2ª."\r
 \r
-#: Cura/util/profile.py:195\r
+#: Cura/util/profile.py:216\r
 msgid "Fan speed min (%)"\r
 msgstr "Velocidad ventilador min (%)"\r
 \r
-#: Cura/util/profile.py:195\r
+#: Cura/util/profile.py:216\r
 msgid ""\r
 "When the fan is turned on, it is enabled at this speed setting. If cool "\r
 "slows down the layer, the fan is adjusted between the min and max speed. "\r
@@ -1899,11 +1923,11 @@ msgstr ""
 "velocidades max y min. La velocidad minima será usada si no se reduce la "\r
 "velocidad debido al la ventilación."\r
 \r
-#: Cura/util/profile.py:196\r
+#: Cura/util/profile.py:217\r
 msgid "Fan speed max (%)"\r
 msgstr "Velocidad ventilador max (%)"\r
 \r
-#: Cura/util/profile.py:196\r
+#: Cura/util/profile.py:217\r
 msgid ""\r
 "When the fan is turned on, it is enabled at this speed setting. If cool "\r
 "slows down the layer, the fan is adjusted between the min and max speed. "\r
@@ -1915,25 +1939,26 @@ msgstr ""
 "máxima. Máxima velocidad del ventilador se utiliza si la capa se hace más "\r
 "lenta debido al enfriamiento por más de 200%."\r
 \r
-#: Cura/util/profile.py:197\r
+#: Cura/util/profile.py:218\r
 msgid "Minimum speed (mm/s)"\r
 msgstr "Minima velocidad (mm/s)"\r
 \r
-#: Cura/util/profile.py:197\r
+#: Cura/util/profile.py:218\r
+#, fuzzy\r
 msgid ""\r
 "The minimal layer time can cause the print to slow down so much it starts to "\r
-"ooze. The minimal feedrate protects against this. Even if a print gets slown "\r
-"down it will never be slower than this minimal speed."\r
+"ooze. The minimal feedrate protects against this. Even if a print gets "\r
+"slowed down it will never be slower than this minimal speed."\r
 msgstr ""\r
 "El tiempo mínimo por capa puede hacer que la impresión se ralentice tanto "\r
 "que empieza a exudar. El avance mínimo protege contra esto. Incluso si una "\r
 "impresión se ralentiza nunca será más lenta que la velocidad mínima."\r
 \r
-#: Cura/util/profile.py:198\r
+#: Cura/util/profile.py:219\r
 msgid "Cool head lift"\r
 msgstr "Cool head lift"\r
 \r
-#: Cura/util/profile.py:198\r
+#: Cura/util/profile.py:219\r
 msgid ""\r
 "Lift the head if the minimal speed is hit because of cool slowdown, and wait "\r
 "the extra time so the minimal layer time is always hit."\r
@@ -1942,15 +1967,15 @@ msgstr ""
 "de la ventilación, y esperar el tiempo extra para que el tiempo mínimo por "\r
 "capa siempre se alcance."\r
 \r
-#: Cura/util/profile.py:203 Cura/util/profile.py:204 Cura/util/profile.py:205\r
+#: Cura/util/profile.py:220 Cura/util/profile.py:221 Cura/util/profile.py:222\r
 msgid "Infill"\r
 msgstr "Relleno"\r
 \r
-#: Cura/util/profile.py:203\r
+#: Cura/util/profile.py:220\r
 msgid "Solid infill top"\r
 msgstr "Relleno solido superior"\r
 \r
-#: Cura/util/profile.py:203\r
+#: Cura/util/profile.py:220\r
 msgid ""\r
 "Create a solid top surface, if set to false the top is filled with the fill "\r
 "percentage. Useful for cups/vases."\r
@@ -1958,11 +1983,11 @@ msgstr ""
 "Crea una superficie superior solidad, si esta desactivado se rellena con el "\r
 "porcentaje de rellon. Util para vaso y tazas."\r
 \r
-#: Cura/util/profile.py:204\r
+#: Cura/util/profile.py:221\r
 msgid "Solid infill bottom"\r
 msgstr "Relleno solido inferior"\r
 \r
-#: Cura/util/profile.py:204\r
+#: Cura/util/profile.py:221\r
 msgid ""\r
 "Create a solid bottom surface, if set to false the bottom is filled with the "\r
 "fill percentage. Useful for buildings."\r
@@ -1970,11 +1995,11 @@ msgstr ""
 "Crea una superficie solida inferior, si se desactiva la capa inferior se "\r
 "realiza con el porc. del relleno. Útil para edificios."\r
 \r
-#: Cura/util/profile.py:205\r
+#: Cura/util/profile.py:222\r
 msgid "Infill overlap (%)"\r
 msgstr "Superposición relleno (%)"\r
 \r
-#: Cura/util/profile.py:205\r
+#: Cura/util/profile.py:222\r
 msgid ""\r
 "Amount of overlap between the infill and the walls. There is a slight "\r
 "overlap with the walls and the infill so the walls connect firmly to the "\r
@@ -1983,24 +2008,49 @@ msgstr ""
 "Cantidad de superposicion entre el relleno y las paredes. Un ligera "\r
 "superposición entre paredes y relleno conecta firmemente ambas."\r
 \r
-#: Cura/util/profile.py:206\r
+#: Cura/util/profile.py:223\r
+#, fuzzy\r
+msgid "Structure type"\r
+msgstr "Tipo de soporte"\r
+\r
+#: Cura/util/profile.py:223\r
+msgid ""\r
+"The type of support structure.\n"\r
+"Grid is very strong and can come off in 1 piece, however, sometimes it is "\r
+"too strong.\n"\r
+"Lines are single walled lines that break off one at a time. Which is more "\r
+"work to remove, but as it is less strong it does work better on tricky "\r
+"prints."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:224\r
+msgid "Overhang angle for support (deg)"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:224\r
+msgid ""\r
+"The minimal angle that overhangs need to have to get support. With 0 degree "\r
+"being horizontal and 90 degree being vertical."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:225\r
 msgid "Fill amount (%)"\r
 msgstr "Cantidad de relleno (%)"\r
 \r
-#: Cura/util/profile.py:206\r
-#, python-format\r
+#: Cura/util/profile.py:225\r
+#, fuzzy, python-format\r
 msgid ""\r
 "Amount of infill structure in the support material, less material gives "\r
-"weaker support which is easier to remove. 20% seems to be a good average."\r
+"weaker support which is easier to remove. 15% seems to be a good average."\r
 msgstr ""\r
 "Amount of infill structure in the support material, less material gives "\r
 "weaker support which is easier to remove. 20% seems to be a good average."\r
 \r
-#: Cura/util/profile.py:207\r
+#: Cura/util/profile.py:226\r
 msgid "Distance X/Y (mm)"\r
 msgstr "Distancia X/Y (mm)"\r
 \r
-#: Cura/util/profile.py:207\r
+#: Cura/util/profile.py:226\r
 msgid ""\r
 "Distance of the support material from the print, in the X/Y directions.\n"\r
 "0.7mm gives a nice distance from the print so the support does not stick to "\r
@@ -2009,11 +2059,11 @@ msgstr ""
 "Distancia del material de soporte a la impresión, en las direcciones X/Y.\n"\r
 "0.7mm da buen resultado y el soporte no se pega a la impresión."\r
 \r
-#: Cura/util/profile.py:208\r
+#: Cura/util/profile.py:227\r
 msgid "Distance Z (mm)"\r
 msgstr "Distancia Z (mm)"\r
 \r
-#: Cura/util/profile.py:208\r
+#: Cura/util/profile.py:227\r
 msgid ""\r
 "Distance from the top/bottom of the support to the print. A small gap here "\r
 "makes it easier to remove the support but makes the print a bit uglier.\n"\r
@@ -2024,11 +2074,22 @@ msgstr ""
 "que la impresión mas fea.\n"\r
 "0,15 mm da una buena separación del material de soporte."\r
 \r
-#: Cura/util/profile.py:212\r
+#: Cura/util/profile.py:228\r
+msgid "Spiralize the outer contour"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:228\r
+msgid ""\r
+"Spiralize is smoothing out the Z move of the outer edge. This will create a "\r
+"steady Z increase over the whole print. This feature turns a solid object "\r
+"into a single walled print with a solid bottom."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:230\r
 msgid "Brim line amount"\r
 msgstr "Cantidad de borde-brim"\r
 \r
-#: Cura/util/profile.py:212\r
+#: Cura/util/profile.py:230\r
 msgid ""\r
 "The amount of lines used for a brim, more lines means a larger brim which "\r
 "sticks better, but this also makes your effective print area smaller."\r
@@ -2036,25 +2097,26 @@ msgstr ""
 "La cantidad de lineas usada por Brim, mas lineas significa mayor Brim y "\r
 "mejor adhesión, pero hace tu área efectiva de impresión menor."\r
 \r
-#: Cura/util/profile.py:213\r
+#: Cura/util/profile.py:231\r
 msgid "Extra margin (mm)"\r
 msgstr "Margen extra (mm)"\r
 \r
-#: Cura/util/profile.py:213\r
+#: Cura/util/profile.py:231\r
+#, fuzzy\r
 msgid ""\r
 "If the raft is enabled, this is the extra raft area around the object which "\r
 "is also rafted. Increasing this margin will create a stronger raft while "\r
-"using more material and leaving less are for your print."\r
+"using more material and leaving less area for your print."\r
 msgstr ""\r
 "Si la balsa-raft está activada, este es el área de balsa adicional alrededor "\r
 "del objeto que también se hará . El aumento de este margen hará una adhesión "\r
 "más fuerte pero dejará menos area de impresión."\r
 \r
-#: Cura/util/profile.py:214\r
+#: Cura/util/profile.py:232\r
 msgid "Line spacing (mm)"\r
 msgstr "Espacio lineas (mm)"\r
 \r
-#: Cura/util/profile.py:214\r
+#: Cura/util/profile.py:232\r
 msgid ""\r
 "When you are using the raft this is the distance between the centerlines of "\r
 "the raft line."\r
@@ -2062,11 +2124,11 @@ msgstr ""
 "Cuando se utiliza la balsa es la distancia entre las líneas centrales del "\r
 "relleno de balsa."\r
 \r
-#: Cura/util/profile.py:215\r
+#: Cura/util/profile.py:233\r
 msgid "Base thickness (mm)"\r
 msgstr "Grosor base (mm)"\r
 \r
-#: Cura/util/profile.py:215\r
+#: Cura/util/profile.py:233\r
 msgid ""\r
 "When you are using the raft this is the thickness of the base layer which is "\r
 "put down."\r
@@ -2074,11 +2136,11 @@ msgstr ""
 "Cuando se utiliza la balsa es el espesor de la capa de balsa que es puesta "\r
 "abajo."\r
 \r
-#: Cura/util/profile.py:216\r
+#: Cura/util/profile.py:234\r
 msgid "Base line width (mm)"\r
 msgstr "Ancho de la linea base (mm)"\r
 \r
-#: Cura/util/profile.py:216\r
+#: Cura/util/profile.py:234\r
 msgid ""\r
 "When you are using the raft this is the width of the base layer lines which "\r
 "are put down."\r
@@ -2086,11 +2148,11 @@ msgstr ""
 "Cuando se utiliza la balsa es el ancho de la capa de balsa que es puesta "\r
 "abajo."\r
 \r
-#: Cura/util/profile.py:217\r
+#: Cura/util/profile.py:235\r
 msgid "Interface thickness (mm)"\r
 msgstr "Espesor interfaz (mm)"\r
 \r
-#: Cura/util/profile.py:217\r
+#: Cura/util/profile.py:235\r
 msgid ""\r
 "When you are using the raft this is the thickness of the interface layer "\r
 "which is put down."\r
@@ -2098,11 +2160,11 @@ msgstr ""
 "Cuando estás usando raft-balsa est es el espesor de la linea de interfaz que "\r
 "será depositada"\r
 \r
-#: Cura/util/profile.py:218\r
+#: Cura/util/profile.py:236\r
 msgid "Interface line width (mm)"\r
 msgstr "Ancho de linea de la interfaz (mm)"\r
 \r
-#: Cura/util/profile.py:218\r
+#: Cura/util/profile.py:236\r
 msgid ""\r
 "When you are using the raft this is the width of the interface layer lines "\r
 "which are put down."\r
@@ -2110,21 +2172,22 @@ msgstr ""
 "Cuando estás usando raft-balsa est es el ancho de la linea de interfaz que "\r
 "será depositada"\r
 \r
-#: Cura/util/profile.py:220 Cura/util/profile.py:221 Cura/util/profile.py:222\r
-#: Cura/util/profile.py:223\r
+#: Cura/util/profile.py:237 Cura/util/profile.py:238 Cura/util/profile.py:239\r
+#: Cura/util/profile.py:240\r
 msgid "Fix horrible"\r
 msgstr "Corregir horrible"\r
 \r
-#: Cura/util/profile.py:220\r
+#: Cura/util/profile.py:237\r
 msgid "Combine everything (Type-A)"\r
 msgstr "Combinar todo (Tipo-A)"\r
 \r
-#: Cura/util/profile.py:220 Cura/util/profile.py:221\r
+#: Cura/util/profile.py:237 Cura/util/profile.py:238\r
+#, fuzzy\r
 msgid ""\r
 "This expert option adds all parts of the model together. The result is "\r
 "usually that internal cavities disappear. Depending on the model this can be "\r
 "intended or not. Enabling this option is at your own risk. Type-A is "\r
-"depended on the model normals and tries to keep some internal holes intact. "\r
+"dependent on the model normals and tries to keep some internal holes intact. "\r
 "Type-B ignores all internal holes and only keeps the outside shape per layer."\r
 msgstr ""\r
 "Esta opción experta agrega todas las partes del modelo en conjunto. El "\r
@@ -2134,22 +2197,22 @@ msgstr ""
 "algunos agujeros internos intactos. Tipo-B ignora todos los agujeros "\r
 "internos y sólo mantiene la forma exterior por capa."\r
 \r
-#: Cura/util/profile.py:221\r
+#: Cura/util/profile.py:238\r
 msgid "Combine everything (Type-B)"\r
 msgstr "Combinar todo (Tipo-B)"\r
 \r
-#: Cura/util/profile.py:222\r
+#: Cura/util/profile.py:239\r
 msgid "Keep open faces"\r
 msgstr "Mantener caras abiertas"\r
 \r
-#: Cura/util/profile.py:222\r
+#: Cura/util/profile.py:239\r
+#, fuzzy\r
 msgid ""\r
 "This expert option keeps all the open bits of the model intact. Normally "\r
 "Cura tries to stitch up small holes and remove everything with big holes, "\r
 "but this option keeps bits that are not properly part of anything and just "\r
-"goes with whatever it is left. This option is usually not what you want, but "\r
-"it might enable you to slice models otherwise failing to produce proper "\r
-"paths.\n"\r
+"goes with whatever is left. This option is usually not what you want, but it "\r
+"might enable you to slice models otherwise failing to produce proper paths.\n"\r
 "As with all \"Fix horrible\" options, results may vary and use at your own "\r
 "risk."\r
 msgstr ""\r
@@ -2162,13 +2225,14 @@ msgstr ""
 "Al igual que con todos los \"Fix horribles \"  los resultados pueden variar "\r
 "y usar a su propio riesgo."\r
 \r
-#: Cura/util/profile.py:223\r
+#: Cura/util/profile.py:240\r
 msgid "Extensive stitching"\r
 msgstr "Costura amplia"\r
 \r
-#: Cura/util/profile.py:223\r
+#: Cura/util/profile.py:240\r
+#, fuzzy\r
 msgid ""\r
-"Extrensive stitching tries to fix up open holes in the model by closing the "\r
+"Extensive stitching tries to fix up open holes in the model by closing the "\r
 "hole with touching polygons. This algorthm is quite expensive and could "\r
 "introduce a lot of processing time.\n"\r
 "As with all \"Fix horrible\" options, results may vary and use at your own "\r
@@ -2180,41 +2244,41 @@ msgstr ""
 "Igual que \"Fix horrible\" puede tener resultdos diversos usalo bajo tu "\r
 "riesgo."\r
 \r
-#: Cura/util/profile.py:323\r
+#: Cura/util/profile.py:350\r
 msgid "Save profile on slice"\r
 msgstr "Guardar perfil al filetear"\r
 \r
-#: Cura/util/profile.py:323\r
+#: Cura/util/profile.py:350\r
 msgid ""\r
 "When slicing save the profile as [stl_file]_profile.ini next to the model."\r
 msgstr ""\r
 "Cuando se filetee guardar el perfil como [stl_file]_profile.ini junto al "\r
 "modelo."\r
 \r
-#: Cura/util/profile.py:324\r
+#: Cura/util/profile.py:351\r
 msgid "Cost (price/kg)"\r
 msgstr "Coste (precio/kg)"\r
 \r
-#: Cura/util/profile.py:324\r
+#: Cura/util/profile.py:351\r
 msgid "Cost of your filament per kg, to estimate the cost of the final print."\r
 msgstr ""\r
 "Coste de tu filamento por kg, para estimar el coste de la impresión final."\r
 \r
-#: Cura/util/profile.py:325\r
+#: Cura/util/profile.py:352\r
 msgid "Cost (price/m)"\r
 msgstr "Coster (precio/m)"\r
 \r
-#: Cura/util/profile.py:325\r
+#: Cura/util/profile.py:352\r
 msgid ""\r
 "Cost of your filament per meter, to estimate the cost of the final print."\r
 msgstr ""\r
 "Coste de tu filamento por metro, para estimar el coste de tu impresión final."\r
 \r
-#: Cura/util/profile.py:326\r
+#: Cura/util/profile.py:353\r
 msgid "Auto detect SD card drive"\r
 msgstr "Autodetectar tajeta SD"\r
 \r
-#: Cura/util/profile.py:326\r
+#: Cura/util/profile.py:353\r
 msgid ""\r
 "Auto detect the SD card. You can disable this because on some systems "\r
 "external hard-drives or USB sticks are detected as SD card."\r
@@ -2222,27 +2286,27 @@ msgstr ""
 "Autodetectando SD card. Puedes deshabilitar esto porque algunos discos duros "\r
 "o pendrive son detectados como SD card."\r
 \r
-#: Cura/util/profile.py:327\r
+#: Cura/util/profile.py:354\r
 msgid "Check for updates"\r
 msgstr "Comprobando actualizaciones"\r
 \r
-#: Cura/util/profile.py:327\r
+#: Cura/util/profile.py:354\r
 msgid "Check for newer versions of Cura on startup"\r
 msgstr "Comprobar nuevas versiones de Cura en el inicio"\r
 \r
-#: Cura/util/profile.py:328\r
+#: Cura/util/profile.py:355\r
 msgid "Send usage statistics"\r
 msgstr "Enviar estadisticas de uso"\r
 \r
-#: Cura/util/profile.py:328\r
+#: Cura/util/profile.py:355\r
 msgid "Submit anonymous usage information to improve next versions of Cura"\r
 msgstr "Enviar información anónima para mejor las proximas versiones de Cura"\r
 \r
-#: Cura/util/profile.py:330\r
+#: Cura/util/profile.py:357\r
 msgid "Density (kg/m3)"\r
 msgstr "Densidad (kg/m3)"\r
 \r
-#: Cura/util/profile.py:330\r
+#: Cura/util/profile.py:357\r
 msgid ""\r
 "Weight of the filament per m3. Around 1240 for PLA. And around 1040 for ABS. "\r
 "This value is used to estimate the weight if the filament used for the print."\r
@@ -2250,56 +2314,88 @@ msgstr ""
 "Peso del filamento por m3. Sobre 1240 para el PLA y sobre 1040 para ABS.  "\r
 "Este valor es usado para estimar el peso del filamento usado en la impresión."\r
 \r
-#: Cura/util/profile.py:331\r
+#: Cura/util/profile.py:358\r
 msgid ""\r
 "Change the language in which Cura runs. Switching language requires a "\r
 "restart of Cura"\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:334\r
+#: Cura/util/profile.py:361\r
 msgid "Model colour"\r
 msgstr "Color Modelo"\r
 \r
-#: Cura/util/profile.py:335\r
+#: Cura/util/profile.py:361\r
+msgid "Display color for first extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:362\r
 msgid "Model colour (2)"\r
 msgstr "Color Modelo (2)"\r
 \r
-#: Cura/util/profile.py:336\r
+#: Cura/util/profile.py:362\r
+msgid "Display color for second extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:363\r
 msgid "Model colour (3)"\r
 msgstr "Color Modelo (3)"\r
 \r
-#: Cura/util/profile.py:337\r
+#: Cura/util/profile.py:363\r
+msgid "Display color for third extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:364\r
 msgid "Model colour (4)"\r
 msgstr "Color Modelo (4)"\r
 \r
-#: Cura/util/profile.py:348\r
+#: Cura/util/profile.py:364\r
+msgid "Display color for forth extruder"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:365\r
+msgid "Printing window type"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:365\r
+msgid "Select the interface used for USB printing."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:377\r
 msgid "Maximum width (mm)"\r
 msgstr "Máxima anchura (mm)"\r
 \r
-#: Cura/util/profile.py:348 Cura/util/profile.py:349 Cura/util/profile.py:350\r
+#: Cura/util/profile.py:377 Cura/util/profile.py:378 Cura/util/profile.py:379\r
 msgid "Size of the machine in mm"\r
 msgstr "Tamaño de la maquina en mm"\r
 \r
-#: Cura/util/profile.py:349\r
+#: Cura/util/profile.py:378\r
 msgid "Maximum depth (mm)"\r
 msgstr "Maxima profundidad (mm)"\r
 \r
-#: Cura/util/profile.py:350\r
+#: Cura/util/profile.py:379\r
 msgid "Maximum height (mm)"\r
 msgstr "Máxima altura (mm)"\r
 \r
-#: Cura/util/profile.py:351\r
+#: Cura/util/profile.py:380\r
 #, fuzzy\r
 msgid "Machine center 0,0"\r
 msgstr "Nombre de la máquina"\r
 \r
-#: Cura/util/profile.py:351\r
+#: Cura/util/profile.py:380\r
 msgid ""\r
 "Machines firmware defines the center of the bed as 0,0 instead of the front "\r
 "left corner."\r
 msgstr ""\r
 \r
-#: Cura/util/profile.py:353\r
+#: Cura/util/profile.py:381\r
+msgid "Build area shape"\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:381\r
+msgid "The shape of machine build area."\r
+msgstr ""\r
+\r
+#: Cura/util/profile.py:383\r
 msgid ""\r
 "If you have an heated bed, this enabled heated bed settings (requires "\r
 "restart)"\r
@@ -2307,11 +2403,11 @@ msgstr ""
 "Si tienes una cama caliente, activalo para tener los ajustes (requiere "\r
 "reinicio)"\r
 \r
-#: Cura/util/profile.py:354\r
+#: Cura/util/profile.py:384\r
 msgid "GCode Flavor"\r
 msgstr "GCode Flavor"\r
 \r
-#: Cura/util/profile.py:354\r
+#: Cura/util/profile.py:384\r
 #, fuzzy\r
 msgid ""\r
 "Flavor of generated GCode.\n"\r
@@ -2325,39 +2421,39 @@ msgstr ""
 "Impresoras RepRap suelen usar 5D Gcode (firmwares Marlin y Sprinter).\n"\r
 "UltiGcode es una variación del codigo RepRap con mas ajustes en la máquina."\r
 \r
-#: Cura/util/profile.py:355\r
+#: Cura/util/profile.py:385\r
 msgid "Extruder count"\r
 msgstr "Numero extrusores"\r
 \r
-#: Cura/util/profile.py:355\r
+#: Cura/util/profile.py:385\r
 msgid "Amount of extruders in your machine."\r
 msgstr "Cantidad de extrusores en tu máquina"\r
 \r
-#: Cura/util/profile.py:356 Cura/util/profile.py:358 Cura/util/profile.py:360\r
+#: Cura/util/profile.py:386 Cura/util/profile.py:388 Cura/util/profile.py:390\r
 msgid "Offset X"\r
 msgstr "Desplazamiento X"\r
 \r
-#: Cura/util/profile.py:356 Cura/util/profile.py:357\r
+#: Cura/util/profile.py:386 Cura/util/profile.py:387\r
 msgid "The offset of your secondary extruder compared to the primary."\r
 msgstr "La distancia del segundo extrusor relativa al primero."\r
 \r
-#: Cura/util/profile.py:357 Cura/util/profile.py:359 Cura/util/profile.py:361\r
+#: Cura/util/profile.py:387 Cura/util/profile.py:389 Cura/util/profile.py:391\r
 msgid "Offset Y"\r
 msgstr "Desplazamiento Y"\r
 \r
-#: Cura/util/profile.py:358 Cura/util/profile.py:359\r
+#: Cura/util/profile.py:388 Cura/util/profile.py:389\r
 msgid "The offset of your tertiary extruder compared to the primary."\r
 msgstr "La distancia del tercer extrusor relativa al primero."\r
 \r
-#: Cura/util/profile.py:360 Cura/util/profile.py:361\r
+#: Cura/util/profile.py:390 Cura/util/profile.py:391\r
 msgid "The offset of your forth extruder compared to the primary."\r
 msgstr "La distancia del cuarto extrusor relativa al primero"\r
 \r
-#: Cura/util/profile.py:362\r
+#: Cura/util/profile.py:392\r
 msgid "E-Steps per 1mm filament"\r
 msgstr "Pasos extrusor por 1 mm de filamento"\r
 \r
-#: Cura/util/profile.py:362\r
+#: Cura/util/profile.py:392\r
 msgid ""\r
 "Amount of steps per mm filament extrusion. If set to 0 then this value is "\r
 "ignored and the value in your firmware is used."\r
@@ -2365,19 +2461,19 @@ msgstr ""
 "Cantidad de pasos por mm de filamento extruido. Si pones 0 este valor será "\r
 "ignorado y se cogerá el valor del firmware"\r
 \r
-#: Cura/util/profile.py:363\r
+#: Cura/util/profile.py:393\r
 msgid "Serial port"\r
 msgstr "Puerto Serial"\r
 \r
-#: Cura/util/profile.py:363\r
+#: Cura/util/profile.py:393\r
 msgid "Serial port to use for communication with the printer"\r
 msgstr "Puerto Serie para comunicarse con la impresora"\r
 \r
-#: Cura/util/profile.py:365\r
+#: Cura/util/profile.py:395\r
 msgid "Baudrate"\r
 msgstr "Velocidad"\r
 \r
-#: Cura/util/profile.py:365\r
+#: Cura/util/profile.py:395\r
 msgid ""\r
 "Speed of the serial port communication\n"\r
 "Needs to match your firmware settings\n"\r
@@ -2387,11 +2483,11 @@ msgstr ""
 "Es necesario que coincida con la del firmware\n"\r
 "Valores habituales 250000, 115200, 57600"\r
 \r
-#: Cura/util/profile.py:368\r
+#: Cura/util/profile.py:398\r
 msgid "Head size towards X min (mm)"\r
 msgstr "Tamañano de la cabeza hacia X min (mm)"\r
 \r
-#: Cura/util/profile.py:368\r
+#: Cura/util/profile.py:398\r
 msgid ""\r
 "The head size when printing multiple objects, measured from the tip of the "\r
 "nozzle towards the outer part of the head. 75mm for an Ultimaker if the fan "\r
@@ -2401,11 +2497,11 @@ msgstr ""
 "de la boquilla hacia la parte exterior del carro. 75 mm para una Ultimaker "\r
 "si el ventilador está en el lado izquierdo."\r
 \r
-#: Cura/util/profile.py:369\r
+#: Cura/util/profile.py:399\r
 msgid "Head size towards Y min (mm)"\r
 msgstr "Tamañano de la cabeza hacia Y min (mm)"\r
 \r
-#: Cura/util/profile.py:369 Cura/util/profile.py:370\r
+#: Cura/util/profile.py:399 Cura/util/profile.py:400\r
 msgid ""\r
 "The head size when printing multiple objects, measured from the tip of the "\r
 "nozzle towards the outer part of the head. 18mm for an Ultimaker if the fan "\r
@@ -2415,15 +2511,15 @@ msgstr ""
 "de la boquilla hacia la parte exterior de la cabeza. 18 mm para una "\r
 "Ultimaker si el ventilador está en el lado izquierdo."\r
 \r
-#: Cura/util/profile.py:370\r
+#: Cura/util/profile.py:400\r
 msgid "Head size towards X max (mm)"\r
 msgstr "Tamañano de la cabeza hacia X max (mm)"\r
 \r
-#: Cura/util/profile.py:371\r
+#: Cura/util/profile.py:401\r
 msgid "Head size towards Y max (mm)"\r
 msgstr "Tamañano de la cabeza hacia Y max (mm)"\r
 \r
-#: Cura/util/profile.py:371\r
+#: Cura/util/profile.py:401\r
 msgid ""\r
 "The head size when printing multiple objects, measured from the tip of the "\r
 "nozzle towards the outer part of the head. 35mm for an Ultimaker if the fan "\r
@@ -2433,11 +2529,11 @@ msgstr ""
 "de la boquilla hacia la parte exterior de la cabeza. 35mm para una Ultimaker "\r
 "si el ventilador está en el lado izquierdo."\r
 \r
-#: Cura/util/profile.py:372\r
+#: Cura/util/profile.py:402\r
 msgid "Printer gantry height (mm)"\r
 msgstr "Altura pórtico (gantry) de la impresora (mm)"\r
 \r
-#: Cura/util/profile.py:372\r
+#: Cura/util/profile.py:402\r
 msgid ""\r
 "The height of the gantry holding up the printer head. If an object is higher "\r
 "then this then you cannot print multiple objects one for one. 60mm for an "\r
@@ -2447,17 +2543,17 @@ msgstr ""
 "más alto que esto, entonces  no puede imprimirse varios objetos uno a uno. "\r
 "60 mm para un Ultimaker."\r
 \r
-#: Cura/util/profile.py:374\r
+#: Cura/util/profile.py:404\r
 #, fuzzy, python-format\r
 msgid "More flow than 150% is rare and usually not recommended."\r
 msgstr "More flow then 150% is rare and usually not recommended."\r
 \r
-#: Cura/util/profile.py:375\r
+#: Cura/util/profile.py:405\r
 #, fuzzy, python-format\r
 msgid "Less flow than 50% is rare and usually not recommended."\r
 msgstr "More flow then 50% is rare and usually not recommended."\r
 \r
-#: Cura/util/profile.py:376\r
+#: Cura/util/profile.py:406\r
 #, python-format\r
 msgid ""\r
 "Thicker layers then %.2fmm (80%% nozzle size) usually give bad results and "\r
@@ -2466,26 +2562,26 @@ msgstr ""
 "Capas mas finas que %.2fmm (80%% nozzle size) usualmente dan malos "\r
 "resultados y no son recomendables."\r
 \r
-#: Cura/util/profile.py:378\r
+#: Cura/util/profile.py:408\r
 msgid ""\r
 "It is highly unlikely that your machine can achieve a printing speed above "\r
 "150mm/s"\r
 msgstr "Es "\r
 \r
-#: Cura/util/profile.py:380 Cura/util/profile.py:381 Cura/util/profile.py:382\r
-#: Cura/util/profile.py:383\r
+#: Cura/util/profile.py:410 Cura/util/profile.py:411 Cura/util/profile.py:412\r
+#: Cura/util/profile.py:413\r
 msgid "Temperatures above 260C could damage your machine, be careful!"\r
 msgstr "Temperaturas por encima de 260C puede dañar tu impresora, CUIDADO!"\r
 \r
-#: Cura/util/profile.py:384 Cura/util/profile.py:385 Cura/util/profile.py:386\r
-#: Cura/util/profile.py:387\r
+#: Cura/util/profile.py:414 Cura/util/profile.py:415 Cura/util/profile.py:416\r
+#: Cura/util/profile.py:417\r
 msgid ""\r
 "Are you sure your filament is that thick? Normal filament is around 3mm or "\r
 "1.75mm."\r
 msgstr ""\r
 "Estás seguro del grosor? Normalmente los filamentos son de 3mm o  1.75mm."\r
 \r
-#: Cura/util/profile.py:388\r
+#: Cura/util/profile.py:418\r
 msgid ""\r
 "It is highly unlikely that your machine can achieve a travel speed above "\r
 "300mm/s"\r
@@ -2493,7 +2589,7 @@ msgstr ""
 "Es muy poco probable que su máquina puede alcanzar una velocidad de "\r
 "desplazamiento por encima de 300 mm/s"\r
 \r
-#: Cura/util/profile.py:389\r
+#: Cura/util/profile.py:419\r
 #, python-format\r
 msgid ""\r
 "A bottom layer of more then %.2fmm (3/4 nozzle size) usually give bad "\r
@@ -2501,3 +2597,129 @@ msgid ""
 msgstr ""\r
 "Una capa final de mas de %.2fmm (3/4 del tamaño del nozzle) usualmente da "\r
 "malos resultados y no es recomendable."\r
+\r
+#~ msgid "* Configure Cura for your machine"\r
+#~ msgstr "Configura Cura para tu máquina"\r
+\r
+#~ msgid "* Optionally upgrade your firmware"\r
+#~ msgstr "Opcionalmente actualiza tu firmware"\r
+\r
+#~ msgid "* Optionally check if your machine is working safely"\r
+#~ msgstr "Opcionalmente márcalo si tu máquina trabaja bien"\r
+\r
+#~ msgid "* Optionally level your printer bed"\r
+#~ msgstr "Opcionalmente nivela tu cama caliente"\r
+\r
+#~ msgid "Add new machine..."\r
+#~ msgstr "Añadir nueva máquina"\r
+\r
+#~ msgid "Statistics"\r
+#~ msgstr "Estadisticas"\r
+\r
+#~ msgid ""\r
+#~ "Filament: ####.##m #.##g\n"\r
+#~ "Estimated print time: #####:##\n"\r
+#~ "Machine state:\n"\r
+#~ "Detecting baudrateXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"\r
+#~ msgstr ""\r
+#~ "Filamento: ####.##m #.##g\n"\r
+#~ "Tiempo estimado de impresión: #####:##\n"\r
+#~ "Estado máquina:\n"\r
+#~ "Detectando velocidadXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"\r
+\r
+#~ msgid "BedTemp:"\r
+#~ msgstr "Temp CamaCaliente"\r
+\r
+#~ msgid "Temp:"\r
+#~ msgstr "Temperatura:"\r
+\r
+#~ msgid "Jog"\r
+#~ msgstr "Jog"\r
+\r
+#~ msgid "Outer wall:"\r
+#~ msgstr "Capa exterior:"\r
+\r
+#~ msgid "Inner wall:"\r
+#~ msgstr "Capa interior:"\r
+\r
+#~ msgid "Fill:"\r
+#~ msgstr "Relleno:"\r
+\r
+#~ msgid "Support:"\r
+#~ msgstr "Soportes:"\r
+\r
+#~ msgid "Term"\r
+#~ msgstr "Terminal"\r
+\r
+#~ msgid "Enable timelapse movie recording"\r
+#~ msgstr "Habilitar grabación de timelapse"\r
+\r
+#~ msgid "Show preview"\r
+#~ msgstr "Mostrar previo"\r
+\r
+#~ msgid "Camera"\r
+#~ msgstr "Camara"\r
+\r
+#~ msgid "Resume"\r
+#~ msgstr "Continuar"\r
+\r
+#~ msgid "Loading gcode...\n"\r
+#~ msgstr "Cargar gcode...\n"\r
+\r
+#~ msgid "Filament: %(amount).2fm %(weight).2fg\n"\r
+#~ msgstr "Filamento: %(amount).2fm %(weight).2fg\n"\r
+\r
+#~ msgid "Filament cost: %s\n"\r
+#~ msgstr "Coste Filamento: %s\n"\r
+\r
+#~ msgid "Cura - Batch run"\r
+#~ msgstr "Cura - Procesando lote"\r
+\r
+#~ msgid "Add"\r
+#~ msgstr "Añadir"\r
+\r
+#~ msgid "Remove"\r
+#~ msgstr "Remover"\r
+\r
+#~ msgid "Prepare all"\r
+#~ msgstr "Preparar todo"\r
+\r
+#~ msgid "Open file to batch prepare"\r
+#~ msgstr "Abrir fichero para preparar lote"\r
+\r
+#~ msgid "Building: %d                           "\r
+#~ msgstr "Construyendo: %d "\r
+\r
+#~ msgid "Done: 0/%d                           "\r
+#~ msgstr "Hecho: 0/%d                           "\r
+\r
+#~ msgid "Abort"\r
+#~ msgstr "Abortar"\r
+\r
+#~ msgid "Close"\r
+#~ msgstr "Cerrar"\r
+\r
+#~ msgid "Build: %d models"\r
+#~ msgstr "Haciendo: %d modelos"\r
+\r
+#~ msgid ""\r
+#~ "\n"\r
+#~ "Slicing took: %(hours)02d:%(minutes)02d"\r
+#~ msgstr ""\r
+#~ "\n"\r
+#~ "Fileteado tardó: %(hours)02d:%(minutes)02d"\r
+\r
+#~ msgid "Building: [%(index)d/%(size)d]"\r
+#~ msgstr "Construyendo: [%(index)d/%(size)d]"\r
+\r
+#~ msgid "Aborted by user."\r
+#~ msgstr "Abortado por el usuario"\r
+\r
+#~ msgid "Done %(index)d/%(size)d"\r
+#~ msgstr "Hecho %(index)d/%(size)d"\r
+\r
+#~ msgid "To SDCard"\r
+#~ msgstr "A SDCard"\r
+\r
+#~ msgid "Fan on layer number"\r
+#~ msgstr "Ventilador a partir de capa"\r
index ead6459e07b28230280bc7844a6199bb008b5f3c..b7df672c3844668368a763d0c3456933e26ee9e1 100644 (file)
@@ -1,9 +1,9 @@
 #/bin/sh
-xgettext --language=Python --copyright-holder='David Braam' --keyword=_ --output=Cura/resources/locale/Cura.pot --from-code=UTF-8 `find Cura -name "*.py"`
+xgettext --language=Python --copyright-holder='David Braam' --keyword=_ --output=resources/locale/Cura.pot --from-code=UTF-8 `find Cura -name "*.py"`
 
-for LANG in `ls Cura/resources/locale`; do
-       if [ -e Cura/resources/locale/$LANG/LC_MESSAGES/Cura.po ]; then
-               msgmerge -U Cura/resources/locale/$LANG/LC_MESSAGES/Cura.po Cura/resources/locale/Cura.pot
-               msgfmt Cura/resources/locale/$LANG/LC_MESSAGES/Cura.po --output-file Cura/resources/locale/$LANG/LC_MESSAGES/Cura.mo
+for LANG in `ls resources/locale`; do
+       if [ -e resources/locale/$LANG/LC_MESSAGES/Cura.po ]; then
+               msgmerge -U resources/locale/$LANG/LC_MESSAGES/Cura.po resources/locale/Cura.pot
+               msgfmt resources/locale/$LANG/LC_MESSAGES/Cura.po --output-file resources/locale/$LANG/LC_MESSAGES/Cura.mo
        fi
 done