From f7c842dabed8631fad2ea2b924d9bbe91b0404f7 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 23 Mar 2016 14:02:10 +0100 Subject: [PATCH 1/6] JSON fix: default retraction amount on UM2+ is 6mm (CURA-1195) --- resources/machines/ultimaker2plus.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/machines/ultimaker2plus.json b/resources/machines/ultimaker2plus.json index e3acccad6f..fc1eafb4bb 100644 --- a/resources/machines/ultimaker2plus.json +++ b/resources/machines/ultimaker2plus.json @@ -36,6 +36,7 @@ -34 ] ] - } + }, + "retraction_amount": { "default": 6.0 } } } From 81fe0ab95829b3316e9a35dea38b2e4beea8f495 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 23 Mar 2016 16:42:29 +0100 Subject: [PATCH 2/6] Update translation templates Includes the new strings after string freeze. Contributes to issue CURA-1190. --- resources/i18n/cura.pot | 1855 ++++++++++++++-------------- resources/i18n/fdmprinter.json.pot | 180 ++- 2 files changed, 1011 insertions(+), 1024 deletions(-) diff --git a/resources/i18n/cura.pot b/resources/i18n/cura.pot index 938eaded7a..7ad208cdd3 100644 --- a/resources/i18n/cura.pot +++ b/resources/i18n/cura.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-01-18 11:54+0100\n" +"POT-Creation-Date: 2016-03-23 16:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,12 +17,384 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: /home/tamara/2.1/Cura/cura/CrashHandler.py:26 +#: /home/ruben/Projects/Cura/plugins/XRayView/__init__.py:12 +msgctxt "@label" +msgid "X-Ray View" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/XRayView/__init__.py:15 +msgctxt "@info:whatsthis" +msgid "Provides the X-Ray view." +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/XRayView/__init__.py:19 +msgctxt "@item:inlistbox" +msgid "X-Ray" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/GCodeWriter/__init__.py:12 +msgctxt "@label" +msgid "GCode Writer" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/GCodeWriter/__init__.py:15 +msgctxt "@info:whatsthis" +msgid "Writes GCode to a file." +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/GCodeWriter/__init__.py:22 +msgctxt "@item:inlistbox" +msgid "GCode File" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/ChangeLogPlugin/__init__.py:12 +#: /home/ruben/Projects/Cura/plugins/ChangeLogPlugin/ChangeLog.qml:16 +msgctxt "@label" +msgid "Changelog" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/ChangeLogPlugin/__init__.py:15 +msgctxt "@info:whatsthis" +msgid "Shows changes since latest checked version." +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/ChangeLogPlugin/ChangeLog.py:34 +msgctxt "@item:inmenu" +msgid "Show Changelog" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/USBPrinting/__init__.py:13 +msgctxt "@label" +msgid "USB printing" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/USBPrinting/__init__.py:17 +msgctxt "@info:whatsthis" +msgid "" +"Accepts G-Code and sends them to a printer. Plugin can also update firmware." +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/USBPrinting/PrinterConnection.py:35 +msgctxt "@item:inmenu" +msgid "USB printing" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/USBPrinting/PrinterConnection.py:36 +msgctxt "@action:button" +msgid "Print with USB" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/USBPrinting/PrinterConnection.py:37 +msgctxt "@info:tooltip" +msgid "Print with USB" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/USBPrinting/USBPrinterManager.py:49 +msgctxt "@title:menu" +msgid "Firmware" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/USBPrinting/USBPrinterManager.py:50 +msgctxt "@item:inmenu" +msgid "Update Firmware" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/USBPrinting/USBPrinterManager.py:101 +msgctxt "@info" +msgid "Cannot update firmware, there were no connected printers found." +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:21 +msgctxt "@action:button" +msgid "Save to Removable Drive" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:22 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "Save to Removable Drive {0}" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:66 +#, python-brace-format +msgctxt "@info:progress" +msgid "Saving to Removable Drive {0}" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:94 +#, python-brace-format +msgctxt "@info:status" +msgid "Saved to Removable Drive {0} as {1}" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:95 +msgctxt "@action:button" +msgid "Eject" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:95 +#, python-brace-format +msgctxt "@action" +msgid "Eject removable device {0}" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:100 +#, python-brace-format +msgctxt "@info:status" +msgid "Could not save to removable drive {0}: {1}" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/RemovableDriveOutputDevice/__init__.py:12 +msgctxt "@label" +msgid "Removable Drive Output Device Plugin" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/RemovableDriveOutputDevice/__init__.py:14 +msgctxt "@info:whatsthis" +msgid "Provides removable drive hotplugging and writing support." +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py:49 +#, python-brace-format +msgctxt "@info:status" +msgid "Ejected {0}. You can now safely remove the drive." +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py:52 +#, python-brace-format +msgctxt "@info:status" +msgid "Failed to eject {0}. Maybe it is still in use?" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:69 +msgctxt "@item:intext" +msgid "Removable Drive" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/AutoSave/__init__.py:12 +msgctxt "@label" +msgid "Auto Save" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/AutoSave/__init__.py:15 +msgctxt "@info:whatsthis" +msgid "Automatically saves Preferences, Machines and Profiles after changes." +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/SliceInfoPlugin/__init__.py:10 +msgctxt "@label" +msgid "Slice info" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/SliceInfoPlugin/__init__.py:13 +msgctxt "@info:whatsthis" +msgid "Submits anonymous slice info. Can be disabled through preferences." +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/SliceInfoPlugin/SliceInfo.py:35 +msgctxt "@info" +msgid "" +"Cura automatically sends slice info. You can disable this in preferences" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/SliceInfoPlugin/SliceInfo.py:36 +msgctxt "@action:button" +msgid "Dismiss" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/LegacyProfileReader/__init__.py:12 +msgctxt "@label" +msgid "Legacy Cura Profile Reader" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/LegacyProfileReader/__init__.py:15 +msgctxt "@info:whatsthis" +msgid "Provides support for importing profiles from legacy Cura versions." +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/LegacyProfileReader/__init__.py:21 +msgctxt "@item:inlistbox" +msgid "Cura 15.04 profiles" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/GCodeProfileReader/__init__.py:12 +msgctxt "@label" +msgid "GCode Profile Reader" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/GCodeProfileReader/__init__.py:15 +msgctxt "@info:whatsthis" +msgid "Provides support for importing profiles from g-code files." +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/GCodeProfileReader/__init__.py:21 +msgctxt "@item:inlistbox" +msgid "G-code File" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/LayerView/__init__.py:13 +msgctxt "@label" +msgid "Layer View" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/LayerView/__init__.py:16 +msgctxt "@info:whatsthis" +msgid "Provides the Layer view." +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/LayerView/__init__.py:20 +msgctxt "@item:inlistbox" +msgid "Layers" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/VersionUpgrade/VersionUpgrade21to22/__init__.py:12 +msgctxt "@label" +msgid "Version Upgrade 2.1 to 2.2" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/VersionUpgrade/VersionUpgrade21to22/__init__.py:15 +msgctxt "@info:whatsthis" +msgid "Upgrades preferences and settings from Cura 2.1 to Cura 2.2." +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/ImageReader/__init__.py:12 +msgctxt "@label" +msgid "Image Reader" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/ImageReader/__init__.py:15 +msgctxt "@info:whatsthis" +msgid "Enables ability to generate printable geometry from 2D image files." +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/ImageReader/__init__.py:21 +msgctxt "@item:inlistbox" +msgid "JPG Image" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/ImageReader/__init__.py:25 +msgctxt "@item:inlistbox" +msgid "JPEG Image" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/ImageReader/__init__.py:29 +msgctxt "@item:inlistbox" +msgid "PNG Image" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/ImageReader/__init__.py:33 +msgctxt "@item:inlistbox" +msgid "BMP Image" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/ImageReader/__init__.py:37 +msgctxt "@item:inlistbox" +msgid "GIF Image" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:135 +msgctxt "@info:status" +msgid "Unable to slice. Please check your setting values for errors." +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/CuraEngineBackend/__init__.py:13 +msgctxt "@label" +msgid "CuraEngine Backend" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/CuraEngineBackend/__init__.py:15 +msgctxt "@info:whatsthis" +msgid "Provides the link to the CuraEngine slicing backend." +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/CuraEngineBackend/ProcessSlicedObjectListJob.py:42 +#: /home/ruben/Projects/Cura/plugins/CuraEngineBackend/ProcessSlicedObjectListJob.py:155 +msgctxt "@info:status" +msgid "Processing Layers" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/PerObjectSettingsTool/__init__.py:12 +msgctxt "@label" +msgid "Per Object Settings Tool" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/PerObjectSettingsTool/__init__.py:15 +msgctxt "@info:whatsthis" +msgid "Provides the Per Object Settings." +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/PerObjectSettingsTool/__init__.py:19 +msgctxt "@label" +msgid "Per Object Settings" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/PerObjectSettingsTool/__init__.py:20 +msgctxt "@info:tooltip" +msgid "Configure Per Object Settings" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/3MFReader/__init__.py:12 +msgctxt "@label" +msgid "3MF Reader" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/3MFReader/__init__.py:15 +msgctxt "@info:whatsthis" +msgid "Provides support for reading 3MF files." +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/3MFReader/__init__.py:21 +msgctxt "@item:inlistbox" +msgid "3MF File" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/SolidView/__init__.py:12 +msgctxt "@label" +msgid "Solid View" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/SolidView/__init__.py:15 +msgctxt "@info:whatsthis" +msgid "Provides a normal solid mesh view." +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/SolidView/__init__.py:19 +msgctxt "@item:inmenu" +msgid "Solid" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/CuraProfileWriter/__init__.py:12 +msgctxt "@label" +msgid "Cura Profile Writer" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/CuraProfileWriter/__init__.py:15 +msgctxt "@info:whatsthis" +msgid "Provides support for exporting Cura profiles." +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/CuraProfileWriter/__init__.py:21 +#: /home/ruben/Projects/Cura/plugins/CuraProfileReader/__init__.py:21 +msgctxt "@item:inlistbox" +msgid "Cura Profile" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/CuraProfileReader/__init__.py:12 +msgctxt "@label" +msgid "Cura Profile Reader" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/CuraProfileReader/__init__.py:15 +msgctxt "@info:whatsthis" +msgid "Provides support for importing Cura profiles." +msgstr "" + +#: /home/ruben/Projects/Cura/cura/CrashHandler.py:26 msgctxt "@title:window" msgid "Oops!" msgstr "" -#: /home/tamara/2.1/Cura/cura/CrashHandler.py:32 +#: /home/ruben/Projects/Cura/cura/CrashHandler.py:32 msgctxt "@label" msgid "" "

An uncaught exception has occurred!

Please use the information " @@ -30,489 +402,128 @@ msgid "" "issues\">http://github.com/Ultimaker/Cura/issues

" msgstr "" -#: /home/tamara/2.1/Cura/cura/CrashHandler.py:52 +#: /home/ruben/Projects/Cura/cura/CrashHandler.py:52 msgctxt "@action:button" msgid "Open Web Page" msgstr "" -#: /home/tamara/2.1/Cura/cura/CuraApplication.py:158 +#: /home/ruben/Projects/Cura/cura/CuraApplication.py:168 msgctxt "@info:progress" msgid "Setting up scene..." msgstr "" -#: /home/tamara/2.1/Cura/cura/CuraApplication.py:192 +#: /home/ruben/Projects/Cura/cura/CuraApplication.py:202 msgctxt "@info:progress" msgid "Loading interface..." msgstr "" -#: /home/tamara/2.1/Cura/cura/CuraApplication.py:253 +#: /home/ruben/Projects/Cura/cura/CuraApplication.py:273 #, python-format msgctxt "@info" msgid "%(width).1f x %(depth).1f x %(height).1f mm" msgstr "" -#: /home/tamara/2.1/Cura/plugins/CuraProfileReader/__init__.py:12 -msgctxt "@label" -msgid "Cura Profile Reader" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/CuraProfileReader/__init__.py:15 -msgctxt "@info:whatsthis" -msgid "Provides support for importing Cura profiles." -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/CuraProfileReader/__init__.py:21 -#: /home/tamara/2.1/Cura/plugins/CuraProfileWriter/__init__.py:21 -msgctxt "@item:inlistbox" -msgid "Cura Profile" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/XRayView/__init__.py:12 -msgctxt "@label" -msgid "X-Ray View" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/XRayView/__init__.py:15 -msgctxt "@info:whatsthis" -msgid "Provides the X-Ray view." -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/XRayView/__init__.py:19 -msgctxt "@item:inlistbox" -msgid "X-Ray" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/3MFReader/__init__.py:12 -msgctxt "@label" -msgid "3MF Reader" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/3MFReader/__init__.py:15 -msgctxt "@info:whatsthis" -msgid "Provides support for reading 3MF files." -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/3MFReader/__init__.py:21 -msgctxt "@item:inlistbox" -msgid "3MF File" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:20 -msgctxt "@action:button" -msgid "Save to Removable Drive" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:21 -#, python-brace-format -msgctxt "@item:inlistbox" -msgid "Save to Removable Drive {0}" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:57 -#, python-brace-format -msgctxt "@info:progress" -msgid "Saving to Removable Drive {0}" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:85 -#, python-brace-format -msgctxt "@info:status" -msgid "Saved to Removable Drive {0} as {1}" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:86 -msgctxt "@action:button" -msgid "Eject" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:86 -#, python-brace-format -msgctxt "@action" -msgid "Eject removable device {0}" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:91 -#, python-brace-format -msgctxt "@info:status" -msgid "Could not save to removable drive {0}: {1}" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:58 -msgctxt "@item:intext" -msgid "Removable Drive" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py:46 -#, python-brace-format -msgctxt "@info:status" -msgid "Ejected {0}. You can now safely remove the drive." -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py:49 -#, python-brace-format -msgctxt "@info:status" -msgid "Failed to eject {0}. Maybe it is still in use?" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/RemovableDriveOutputDevice/__init__.py:12 -msgctxt "@label" -msgid "Removable Drive Output Device Plugin" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/RemovableDriveOutputDevice/__init__.py:14 -msgctxt "@info:whatsthis" -msgid "Provides removable drive hotplugging and writing support" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/ChangeLogPlugin/ChangeLog.py:34 -msgctxt "@item:inmenu" -msgid "Show Changelog" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/ChangeLogPlugin/__init__.py:12 -msgctxt "@label" -msgid "Changelog" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/ChangeLogPlugin/__init__.py:15 -msgctxt "@info:whatsthis" -msgid "Shows changes since latest checked version" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/CuraEngineBackend/CuraEngineBackend.py:124 -msgctxt "@info:status" -msgid "Unable to slice. Please check your setting values for errors." -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/CuraEngineBackend/ProcessSlicedObjectListJob.py:30 -#: /home/tamara/2.1/Cura/plugins/CuraEngineBackend/ProcessSlicedObjectListJob.py:120 -msgctxt "@info:status" -msgid "Processing Layers" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/CuraEngineBackend/__init__.py:13 -msgctxt "@label" -msgid "CuraEngine Backend" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/CuraEngineBackend/__init__.py:15 -msgctxt "@info:whatsthis" -msgid "Provides the link to the CuraEngine slicing backend" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/GCodeWriter/__init__.py:12 -msgctxt "@label" -msgid "GCode Writer" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/GCodeWriter/__init__.py:15 -msgctxt "@info:whatsthis" -msgid "Writes GCode to a file" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/GCodeWriter/__init__.py:22 -msgctxt "@item:inlistbox" -msgid "GCode File" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/USBPrinting/USBPrinterManager.py:49 -msgctxt "@title:menu" -msgid "Firmware" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/USBPrinting/USBPrinterManager.py:50 -msgctxt "@item:inmenu" -msgid "Update Firmware" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/USBPrinting/USBPrinterManager.py:101 -msgctxt "@info" -msgid "Cannot update firmware, there were no connected printers found." -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/USBPrinting/PrinterConnection.py:35 -msgctxt "@item:inmenu" -msgid "USB printing" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/USBPrinting/PrinterConnection.py:36 -msgctxt "@action:button" -msgid "Print with USB" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/USBPrinting/PrinterConnection.py:37 -msgctxt "@info:tooltip" -msgid "Print with USB" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/USBPrinting/__init__.py:13 -msgctxt "@label" -msgid "USB printing" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/USBPrinting/__init__.py:17 -msgctxt "@info:whatsthis" -msgid "" -"Accepts G-Code and sends them to a printer. Plugin can also update firmware." -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/SliceInfoPlugin/SliceInfo.py:35 -msgctxt "@info" -msgid "" -"Cura automatically sends slice info. You can disable this in preferences" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/SliceInfoPlugin/SliceInfo.py:36 -msgctxt "@action:button" -msgid "Dismiss" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/SliceInfoPlugin/__init__.py:10 -msgctxt "@label" -msgid "Slice info" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/SliceInfoPlugin/__init__.py:13 -msgctxt "@info:whatsthis" -msgid "Submits anonymous slice info. Can be disabled through preferences." -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/CuraProfileWriter/__init__.py:12 -msgctxt "@label" -msgid "Cura Profile Writer" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/CuraProfileWriter/__init__.py:15 -msgctxt "@info:whatsthis" -msgid "Provides support for exporting Cura profiles." -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/ImageReader/__init__.py:12 -msgctxt "@label" -msgid "Image Reader" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/ImageReader/__init__.py:15 -msgctxt "@info:whatsthis" -msgid "Enables ability to generate printable geometry from 2D image files." -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/ImageReader/__init__.py:21 -msgctxt "@item:inlistbox" -msgid "JPG Image" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/ImageReader/__init__.py:25 -msgctxt "@item:inlistbox" -msgid "JPEG Image" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/ImageReader/__init__.py:29 -msgctxt "@item:inlistbox" -msgid "PNG Image" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/ImageReader/__init__.py:33 -msgctxt "@item:inlistbox" -msgid "BMP Image" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/ImageReader/__init__.py:37 -msgctxt "@item:inlistbox" -msgid "GIF Image" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/GCodeProfileReader/__init__.py:12 -msgctxt "@label" -msgid "GCode Profile Reader" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/GCodeProfileReader/__init__.py:15 -msgctxt "@info:whatsthis" -msgid "Provides support for importing profiles from g-code files." -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/GCodeProfileReader/__init__.py:21 -msgctxt "@item:inlistbox" -msgid "G-code File" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/SolidView/__init__.py:12 -msgctxt "@label" -msgid "Solid View" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/SolidView/__init__.py:15 -msgctxt "@info:whatsthis" -msgid "Provides a normal solid mesh view." -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/SolidView/__init__.py:19 -msgctxt "@item:inmenu" -msgid "Solid" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/LayerView/__init__.py:13 -msgctxt "@label" -msgid "Layer View" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/LayerView/__init__.py:16 -msgctxt "@info:whatsthis" -msgid "Provides the Layer view." -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/LayerView/__init__.py:20 -msgctxt "@item:inlistbox" -msgid "Layers" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/AutoSave/__init__.py:12 -msgctxt "@label" -msgid "Auto Save" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/AutoSave/__init__.py:15 -msgctxt "@info:whatsthis" -msgid "Automatically saves Preferences, Machines and Profiles after changes." -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/PerObjectSettingsTool/__init__.py:12 -msgctxt "@label" -msgid "Per Object Settings Tool" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/PerObjectSettingsTool/__init__.py:15 -msgctxt "@info:whatsthis" -msgid "Provides the Per Object Settings." -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/PerObjectSettingsTool/__init__.py:19 -msgctxt "@label" -msgid "Per Object Settings" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/PerObjectSettingsTool/__init__.py:20 -msgctxt "@info:tooltip" -msgid "Configure Per Object Settings" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/LegacyProfileReader/__init__.py:12 -msgctxt "@label" -msgid "Legacy Cura Profile Reader" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/LegacyProfileReader/__init__.py:15 -msgctxt "@info:whatsthis" -msgid "Provides support for importing profiles from legacy Cura versions." -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/LegacyProfileReader/__init__.py:21 -msgctxt "@item:inlistbox" -msgid "Cura 15.04 profiles" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:20 -msgctxt "@title:window" -msgid "Firmware Update" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:38 -msgctxt "@label" -msgid "Starting firmware update, this may take a while." -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:43 -msgctxt "@label" -msgid "Firmware update completed." -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:48 -msgctxt "@label" -msgid "Updating firmware." -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:80 -#: /home/tamara/2.1/Cura/resources/qml/EngineLog.qml:38 -#: /home/tamara/2.1/Cura/resources/qml/AboutDialog.qml:74 +#: /home/ruben/Projects/Cura/plugins/ChangeLogPlugin/ChangeLog.qml:37 +#: /home/ruben/Projects/Cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:81 +#: /home/ruben/Projects/Cura/resources/qml/AboutDialog.qml:74 +#: /home/ruben/Projects/Cura/resources/qml/EngineLog.qml:38 msgctxt "@action:button" msgid "Close" msgstr "" -#: /home/tamara/2.1/Cura/plugins/USBPrinting/ControlWindow.qml:17 +#: /home/ruben/Projects/Cura/plugins/USBPrinting/ControlWindow.qml:17 msgctxt "@title:window" msgid "Print with USB" msgstr "" -#: /home/tamara/2.1/Cura/plugins/USBPrinting/ControlWindow.qml:28 +#: /home/ruben/Projects/Cura/plugins/USBPrinting/ControlWindow.qml:28 msgctxt "@label" msgid "Extruder Temperature %1" msgstr "" -#: /home/tamara/2.1/Cura/plugins/USBPrinting/ControlWindow.qml:33 +#: /home/ruben/Projects/Cura/plugins/USBPrinting/ControlWindow.qml:33 msgctxt "@label" msgid "Bed Temperature %1" msgstr "" -#: /home/tamara/2.1/Cura/plugins/USBPrinting/ControlWindow.qml:60 +#: /home/ruben/Projects/Cura/plugins/USBPrinting/ControlWindow.qml:60 msgctxt "@action:button" msgid "Print" msgstr "" -#: /home/tamara/2.1/Cura/plugins/USBPrinting/ControlWindow.qml:67 -#: /home/tamara/2.1/Cura/plugins/ImageReader/ConfigUI.qml:200 -#: /home/tamara/2.1/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:303 -#: /home/tamara/2.1/Cura/resources/qml/LoadProfileDialog.qml:58 +#: /home/ruben/Projects/Cura/plugins/USBPrinting/ControlWindow.qml:67 +#: /home/ruben/Projects/Cura/plugins/ImageReader/ConfigUI.qml:191 +#: /home/ruben/Projects/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:273 msgctxt "@action:button" msgid "Cancel" msgstr "" -#: /home/tamara/2.1/Cura/plugins/ImageReader/ConfigUI.qml:24 +#: /home/ruben/Projects/Cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:20 +msgctxt "@title:window" +msgid "Firmware Update" +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:38 +msgctxt "@label" +msgid "Starting firmware update, this may take a while." +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:43 +msgctxt "@label" +msgid "Firmware update completed." +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:48 +msgctxt "@label" +msgid "Updating firmware." +msgstr "" + +#: /home/ruben/Projects/Cura/plugins/ImageReader/ConfigUI.qml:21 msgctxt "@title:window" msgid "Convert Image..." msgstr "" -#: /home/tamara/2.1/Cura/plugins/ImageReader/ConfigUI.qml:38 +#: /home/ruben/Projects/Cura/plugins/ImageReader/ConfigUI.qml:35 msgctxt "@info:tooltip" msgid "The maximum distance of each pixel from \"Base.\"" msgstr "" -#: /home/tamara/2.1/Cura/plugins/ImageReader/ConfigUI.qml:44 +#: /home/ruben/Projects/Cura/plugins/ImageReader/ConfigUI.qml:40 msgctxt "@action:label" msgid "Height (mm)" msgstr "" -#: /home/tamara/2.1/Cura/plugins/ImageReader/ConfigUI.qml:62 +#: /home/ruben/Projects/Cura/plugins/ImageReader/ConfigUI.qml:58 msgctxt "@info:tooltip" msgid "The base height from the build plate in millimeters." msgstr "" -#: /home/tamara/2.1/Cura/plugins/ImageReader/ConfigUI.qml:68 +#: /home/ruben/Projects/Cura/plugins/ImageReader/ConfigUI.qml:63 msgctxt "@action:label" msgid "Base (mm)" msgstr "" -#: /home/tamara/2.1/Cura/plugins/ImageReader/ConfigUI.qml:86 +#: /home/ruben/Projects/Cura/plugins/ImageReader/ConfigUI.qml:81 msgctxt "@info:tooltip" msgid "The width in millimeters on the build plate." msgstr "" -#: /home/tamara/2.1/Cura/plugins/ImageReader/ConfigUI.qml:92 +#: /home/ruben/Projects/Cura/plugins/ImageReader/ConfigUI.qml:86 msgctxt "@action:label" msgid "Width (mm)" msgstr "" -#: /home/tamara/2.1/Cura/plugins/ImageReader/ConfigUI.qml:111 +#: /home/ruben/Projects/Cura/plugins/ImageReader/ConfigUI.qml:105 msgctxt "@info:tooltip" msgid "The depth in millimeters on the build plate" msgstr "" -#: /home/tamara/2.1/Cura/plugins/ImageReader/ConfigUI.qml:117 +#: /home/ruben/Projects/Cura/plugins/ImageReader/ConfigUI.qml:110 msgctxt "@action:label" msgid "Depth (mm)" msgstr "" -#: /home/tamara/2.1/Cura/plugins/ImageReader/ConfigUI.qml:135 +#: /home/ruben/Projects/Cura/plugins/ImageReader/ConfigUI.qml:128 msgctxt "@info:tooltip" msgid "" "By default, white pixels represent high points on the mesh and black pixels " @@ -521,411 +532,178 @@ msgid "" "represent low points on the mesh." msgstr "" -#: /home/tamara/2.1/Cura/plugins/ImageReader/ConfigUI.qml:149 +#: /home/ruben/Projects/Cura/plugins/ImageReader/ConfigUI.qml:141 msgctxt "@item:inlistbox" msgid "Lighter is higher" msgstr "" -#: /home/tamara/2.1/Cura/plugins/ImageReader/ConfigUI.qml:149 +#: /home/ruben/Projects/Cura/plugins/ImageReader/ConfigUI.qml:141 msgctxt "@item:inlistbox" msgid "Darker is higher" msgstr "" -#: /home/tamara/2.1/Cura/plugins/ImageReader/ConfigUI.qml:159 +#: /home/ruben/Projects/Cura/plugins/ImageReader/ConfigUI.qml:151 msgctxt "@info:tooltip" msgid "The amount of smoothing to apply to the image." msgstr "" -#: /home/tamara/2.1/Cura/plugins/ImageReader/ConfigUI.qml:165 +#: /home/ruben/Projects/Cura/plugins/ImageReader/ConfigUI.qml:156 msgctxt "@action:label" msgid "Smoothing" msgstr "" -#: /home/tamara/2.1/Cura/plugins/ImageReader/ConfigUI.qml:193 +#: /home/ruben/Projects/Cura/plugins/ImageReader/ConfigUI.qml:184 msgctxt "@action:button" msgid "OK" msgstr "" -#: /home/tamara/2.1/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:31 -msgctxt "@label" -msgid "" -"Per Object Settings behavior may be unexpected when 'Print sequence' is set " -"to 'All at Once'." -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:42 -msgctxt "@label" -msgid "Object profile" -msgstr "" - -#: /home/tamara/2.1/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:126 +#: /home/ruben/Projects/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:95 msgctxt "@action:button" msgid "Add Setting" msgstr "" -#: /home/tamara/2.1/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:166 +#: /home/ruben/Projects/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:135 msgctxt "@title:window" msgid "Pick a Setting to Customize" msgstr "" -#: /home/tamara/2.1/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:177 +#: /home/ruben/Projects/Cura/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:146 msgctxt "@label:textbox" msgid "Filter..." msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/JobSpecs.qml:198 -msgctxt "@label" -msgid "00h 00min" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/JobSpecs.qml:218 -msgctxt "@label" -msgid "0.0 m" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/JobSpecs.qml:218 -msgctxt "@label" -msgid "%1 m" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/SidebarHeader.qml:29 -msgctxt "@label:listbox" -msgid "Print Job" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/SidebarHeader.qml:50 -msgctxt "@label:listbox" -msgid "Printer:" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/SidebarHeader.qml:107 -msgctxt "@label" -msgid "Nozzle:" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Sidebar.qml:89 -msgctxt "@label:listbox" -msgid "Setup" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Sidebar.qml:215 -msgctxt "@title:tab" -msgid "Simple" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Sidebar.qml:216 -msgctxt "@title:tab" -msgid "Advanced" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/AddMachineWizard.qml:18 +#: /home/ruben/Projects/Cura/resources/qml/AddMachineWizard.qml:18 msgctxt "@title:window" msgid "Add Printer" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/AddMachineWizard.qml:25 -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/AddMachine.qml:99 +#: /home/ruben/Projects/Cura/resources/qml/AddMachineWizard.qml:25 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/AddMachine.qml:63 msgctxt "@title" msgid "Add Printer" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/LoadProfileDialog.qml:15 -msgctxt "@title:window" -msgid "Load profile" +#: /home/ruben/Projects/Cura/resources/qml/JobSpecs.qml:195 +msgctxt "@label" +msgid "00h 00min" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/LoadProfileDialog.qml:24 +#: /home/ruben/Projects/Cura/resources/qml/JobSpecs.qml:215 msgctxt "@label" +msgid "0.0 m" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/JobSpecs.qml:215 +msgctxt "@label" +msgid "%1 m" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/AboutDialog.qml:15 +msgctxt "@title:window" +msgid "About Cura" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/AboutDialog.qml:54 +msgctxt "@label" +msgid "End-to-end solution for fused filament 3D printing." +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/AboutDialog.qml:66 +msgctxt "@info:credit" msgid "" -"Selecting this profile overwrites some of your customised settings. Do you " -"want to merge the new settings into your current profile or do you want to " -"load a clean copy of the profile?" +"Cura has been developed by Ultimaker B.V. in cooperation with the community." msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/LoadProfileDialog.qml:38 -msgctxt "@label" -msgid "Show details." -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/LoadProfileDialog.qml:50 -msgctxt "@action:button" -msgid "Merge settings" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/LoadProfileDialog.qml:54 -msgctxt "@action:button" -msgid "Reset profile" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/ProfileSetup.qml:28 -msgctxt "@label" -msgid "Profile:" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/EngineLog.qml:15 -msgctxt "@title:window" -msgid "Engine Log" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:50 -msgctxt "@action:inmenu" -msgid "Toggle Fu&ll Screen" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:57 -msgctxt "@action:inmenu menubar:edit" -msgid "&Undo" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:65 -msgctxt "@action:inmenu menubar:edit" -msgid "&Redo" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:73 -msgctxt "@action:inmenu menubar:file" -msgid "&Quit" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:81 -msgctxt "@action:inmenu menubar:settings" -msgid "&Preferences..." -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:88 -msgctxt "@action:inmenu menubar:printer" -msgid "&Add Printer..." -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:94 -msgctxt "@action:inmenu menubar:printer" -msgid "Manage Pr&inters..." -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:101 -msgctxt "@action:inmenu menubar:profile" -msgid "Manage Profiles..." -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:108 -msgctxt "@action:inmenu menubar:help" -msgid "Show Online &Documentation" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:115 -msgctxt "@action:inmenu menubar:help" -msgid "Report a &Bug" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:122 -msgctxt "@action:inmenu menubar:help" -msgid "&About..." -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:129 -msgctxt "@action:inmenu menubar:edit" -msgid "Delete &Selection" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:137 -msgctxt "@action:inmenu" -msgid "Delete Object" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:144 -msgctxt "@action:inmenu" -msgid "Ce&nter Object on Platform" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:150 -msgctxt "@action:inmenu menubar:edit" -msgid "&Group Objects" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:158 -msgctxt "@action:inmenu menubar:edit" -msgid "Ungroup Objects" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:166 -msgctxt "@action:inmenu menubar:edit" -msgid "&Merge Objects" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:174 -msgctxt "@action:inmenu" -msgid "&Duplicate Object" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:181 -msgctxt "@action:inmenu menubar:edit" -msgid "&Clear Build Platform" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:189 -msgctxt "@action:inmenu menubar:file" -msgid "Re&load All Objects" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:196 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Object Positions" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:202 -msgctxt "@action:inmenu menubar:edit" -msgid "Reset All Object &Transformations" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:208 -msgctxt "@action:inmenu menubar:file" -msgid "&Open File..." -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Actions.qml:216 -msgctxt "@action:inmenu menubar:help" -msgid "Show Engine &Log..." -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/SidebarSimple.qml:135 -msgctxt "@label" -msgid "Infill:" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/SidebarSimple.qml:237 -msgctxt "@label" -msgid "Hollow" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/SidebarSimple.qml:239 -msgctxt "@label" -msgid "No (0%) infill will leave your model hollow at the cost of low strength" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/SidebarSimple.qml:243 -msgctxt "@label" -msgid "Light" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/SidebarSimple.qml:245 -msgctxt "@label" -msgid "Light (20%) infill will give your model an average strength" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/SidebarSimple.qml:249 -msgctxt "@label" -msgid "Dense" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/SidebarSimple.qml:251 -msgctxt "@label" -msgid "Dense (50%) infill will give your model an above average strength" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/SidebarSimple.qml:255 -msgctxt "@label" -msgid "Solid" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/SidebarSimple.qml:257 -msgctxt "@label" -msgid "Solid (100%) infill will make your model completely solid" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/SidebarSimple.qml:276 +#: /home/ruben/Projects/Cura/resources/qml/Sidebar.qml:96 msgctxt "@label:listbox" -msgid "Helpers:" +msgid "Setup" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/SidebarSimple.qml:296 -msgctxt "@option:check" -msgid "Generate Brim" +#: /home/ruben/Projects/Cura/resources/qml/Sidebar.qml:250 +msgctxt "@title:tab" +msgid "Simple" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/SidebarSimple.qml:312 -msgctxt "@label" -msgid "" -"Enable printing a brim. This will add a single-layer-thick flat area around " -"your object which is easy to cut off afterwards." +#: /home/ruben/Projects/Cura/resources/qml/Sidebar.qml:251 +msgctxt "@title:tab" +msgid "Advanced" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/SidebarSimple.qml:330 -msgctxt "@option:check" -msgid "Generate Support Structure" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/SidebarSimple.qml:346 -msgctxt "@label" -msgid "" -"Enable printing support structures. This will build up supporting structures " -"below the model to prevent the model from sagging or printing in mid air." -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/GeneralPage.qml:14 -#: /home/tamara/2.1/Cura/resources/qml/Cura.qml:492 +#: /home/ruben/Projects/Cura/resources/qml/GeneralPage.qml:14 +#: /home/ruben/Projects/Cura/resources/qml/Cura.qml:515 msgctxt "@title:tab" msgid "General" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/GeneralPage.qml:51 +#: /home/ruben/Projects/Cura/resources/qml/GeneralPage.qml:51 msgctxt "@label" msgid "Language:" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/GeneralPage.qml:64 +#: /home/ruben/Projects/Cura/resources/qml/GeneralPage.qml:62 msgctxt "@item:inlistbox" msgid "English" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/GeneralPage.qml:65 +#: /home/ruben/Projects/Cura/resources/qml/GeneralPage.qml:63 msgctxt "@item:inlistbox" msgid "Finnish" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/GeneralPage.qml:66 +#: /home/ruben/Projects/Cura/resources/qml/GeneralPage.qml:64 msgctxt "@item:inlistbox" msgid "French" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/GeneralPage.qml:67 +#: /home/ruben/Projects/Cura/resources/qml/GeneralPage.qml:65 msgctxt "@item:inlistbox" msgid "German" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/GeneralPage.qml:69 +#: /home/ruben/Projects/Cura/resources/qml/GeneralPage.qml:66 msgctxt "@item:inlistbox" -msgid "Polish" +msgid "Italian" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/GeneralPage.qml:109 +#: /home/ruben/Projects/Cura/resources/qml/GeneralPage.qml:67 +msgctxt "@item:inlistbox" +msgid "Dutch" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/GeneralPage.qml:68 +msgctxt "@item:inlistbox" +msgid "Spanish" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/GeneralPage.qml:106 msgctxt "@label" msgid "" "You will need to restart the application for language changes to have effect." msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/GeneralPage.qml:117 +#: /home/ruben/Projects/Cura/resources/qml/GeneralPage.qml:114 msgctxt "@info:tooltip" msgid "" "Should objects on the platform be moved so that they no longer intersect." msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/GeneralPage.qml:122 +#: /home/ruben/Projects/Cura/resources/qml/GeneralPage.qml:119 msgctxt "@option:check" msgid "Ensure objects are kept apart" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/GeneralPage.qml:131 +#: /home/ruben/Projects/Cura/resources/qml/GeneralPage.qml:128 msgctxt "@info:tooltip" msgid "" "Should opened files be scaled to the build volume if they are too large?" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/GeneralPage.qml:136 +#: /home/ruben/Projects/Cura/resources/qml/GeneralPage.qml:133 msgctxt "@option:check" msgid "Scale large files" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/GeneralPage.qml:145 +#: /home/ruben/Projects/Cura/resources/qml/GeneralPage.qml:142 msgctxt "@info:tooltip" msgid "" "Should anonymous data about your print be sent to Ultimaker? Note, no " @@ -933,167 +711,545 @@ msgid "" "stored." msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/GeneralPage.qml:150 +#: /home/ruben/Projects/Cura/resources/qml/GeneralPage.qml:147 msgctxt "@option:check" msgid "Send (anonymous) print information" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/ViewPage.qml:16 +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:51 +msgctxt "@action:inmenu" +msgid "Toggle Fu&ll Screen" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:58 +msgctxt "@action:inmenu menubar:edit" +msgid "&Undo" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:66 +msgctxt "@action:inmenu menubar:edit" +msgid "&Redo" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:74 +msgctxt "@action:inmenu menubar:file" +msgid "&Quit" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:82 +msgctxt "@action:inmenu menubar:settings" +msgid "&Preferences..." +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:89 +msgctxt "@action:inmenu menubar:printer" +msgid "&Add Printer..." +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:95 +msgctxt "@action:inmenu menubar:printer" +msgid "Manage Pr&inters..." +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:102 +msgctxt "@action:inmenu menubar:profile" +msgid "&Add Profile..." +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:108 +msgctxt "@action:inmenu menubar:profile" +msgid "Manage Profiles..." +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:115 +msgctxt "@action:inmenu menubar:help" +msgid "Show Online &Documentation" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:122 +msgctxt "@action:inmenu menubar:help" +msgid "Report a &Bug" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:129 +msgctxt "@action:inmenu menubar:help" +msgid "&About..." +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:136 +msgctxt "@action:inmenu menubar:edit" +msgid "Delete &Selection" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:145 +msgctxt "@action:inmenu" +msgid "Delete Object" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:153 +msgctxt "@action:inmenu" +msgid "Ce&nter Object on Platform" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:159 +msgctxt "@action:inmenu menubar:edit" +msgid "&Group Objects" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:167 +msgctxt "@action:inmenu menubar:edit" +msgid "Ungroup Objects" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:175 +msgctxt "@action:inmenu menubar:edit" +msgid "&Merge Objects" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:183 +msgctxt "@action:inmenu" +msgid "&Duplicate Object" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:190 +msgctxt "@action:inmenu menubar:edit" +msgid "&Clear Build Platform" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:199 +msgctxt "@action:inmenu menubar:file" +msgid "Re&load All Objects" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:206 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Object Positions" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:212 +msgctxt "@action:inmenu menubar:edit" +msgid "Reset All Object &Transformations" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:218 +msgctxt "@action:inmenu menubar:file" +msgid "&Open File..." +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Actions.qml:226 +msgctxt "@action:inmenu menubar:help" +msgid "Show Engine &Log..." +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/SaveButton.qml:24 +msgctxt "@label:PrintjobStatus" +msgid "Please load a 3d model" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/SaveButton.qml:26 +msgctxt "@label:PrintjobStatus" +msgid "Preparing to slice..." +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/SaveButton.qml:29 +msgctxt "@label:PrintjobStatus" +msgid "Slicing..." +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/SaveButton.qml:31 +msgctxt "@label:PrintjobStatus" +msgid "Ready to " +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/SaveButton.qml:123 +msgctxt "@info:tooltip" +msgid "Select the active output device" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/ProfileSetup.qml:29 +msgctxt "@label" +msgid "Profile:" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Cura.qml:16 +msgctxt "@title:window" +msgid "Cura" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Cura.qml:53 +msgctxt "@title:menu menubar:toplevel" +msgid "&File" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Cura.qml:62 +msgctxt "@title:menu menubar:file" +msgid "Open &Recent" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Cura.qml:92 +msgctxt "@action:inmenu menubar:file" +msgid "&Save Selection to File" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Cura.qml:100 +msgctxt "@title:menu menubar:file" +msgid "Save &All" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Cura.qml:128 +msgctxt "@title:menu menubar:toplevel" +msgid "&Edit" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Cura.qml:145 +msgctxt "@title:menu menubar:toplevel" +msgid "&View" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Cura.qml:167 +msgctxt "@title:menu menubar:toplevel" +msgid "&Printer" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Cura.qml:213 +msgctxt "@title:menu menubar:toplevel" +msgid "P&rofile" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Cura.qml:252 +msgctxt "@title:menu menubar:toplevel" +msgid "E&xtensions" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Cura.qml:285 +msgctxt "@title:menu menubar:toplevel" +msgid "&Settings" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Cura.qml:293 +msgctxt "@title:menu menubar:toplevel" +msgid "&Help" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Cura.qml:378 +msgctxt "@action:button" +msgid "Open File" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Cura.qml:422 +msgctxt "@action:button" +msgid "View Mode" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Cura.qml:518 +msgctxt "@title:tab" +msgid "View" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/Cura.qml:665 +msgctxt "@title:window" +msgid "Open file" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/SidebarSimple.qml:36 +msgctxt "@label" +msgid "Infill:" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/SidebarSimple.qml:146 +msgctxt "@label" +msgid "Hollow" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/SidebarSimple.qml:150 +msgctxt "@label" +msgid "No (0%) infill will leave your model hollow at the cost of low strength" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/SidebarSimple.qml:154 +msgctxt "@label" +msgid "Light" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/SidebarSimple.qml:158 +msgctxt "@label" +msgid "Light (20%) infill will give your model an average strength" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/SidebarSimple.qml:162 +msgctxt "@label" +msgid "Dense" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/SidebarSimple.qml:166 +msgctxt "@label" +msgid "Dense (50%) infill will give your model an above average strength" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/SidebarSimple.qml:170 +msgctxt "@label" +msgid "Solid" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/SidebarSimple.qml:174 +msgctxt "@label" +msgid "Solid (100%) infill will make your model completely solid" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/SidebarSimple.qml:193 +msgctxt "@label:listbox" +msgid "Helpers:" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/SidebarSimple.qml:213 +msgctxt "@option:check" +msgid "Generate Brim" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/SidebarSimple.qml:228 +msgctxt "@label" +msgid "" +"Enable printing a brim. This will add a single-layer-thick flat area around " +"your object which is easy to cut off afterwards." +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/SidebarSimple.qml:246 +msgctxt "@option:check" +msgid "Generate Support Structure" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/SidebarSimple.qml:261 +msgctxt "@label" +msgid "" +"Enable printing support structures. This will build up supporting structures " +"below the model to prevent the model from sagging or printing in mid air." +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/EngineLog.qml:15 +msgctxt "@title:window" +msgid "Engine Log" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/ViewPage.qml:16 msgctxt "@title:window" msgid "View" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/ViewPage.qml:33 +#: /home/ruben/Projects/Cura/resources/qml/ViewPage.qml:33 msgctxt "@info:tooltip" msgid "" "Highlight unsupported areas of the model in red. Without support these areas " "will nog print properly." msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/ViewPage.qml:42 +#: /home/ruben/Projects/Cura/resources/qml/ViewPage.qml:42 msgctxt "@option:check" msgid "Display overhang" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/ViewPage.qml:49 +#: /home/ruben/Projects/Cura/resources/qml/ViewPage.qml:49 msgctxt "@info:tooltip" msgid "" "Moves the camera so the object is in the center of the view when an object " "is selected" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/ViewPage.qml:54 +#: /home/ruben/Projects/Cura/resources/qml/ViewPage.qml:54 msgctxt "@action:button" msgid "Center camera when item is selected" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:72 -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/AddMachine.qml:275 +#: /home/ruben/Projects/Cura/resources/qml/SidebarHeader.qml:29 +msgctxt "@label:listbox" +msgid "Print Job" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/SidebarHeader.qml:50 +msgctxt "@label:listbox" +msgid "Printer:" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/SidebarHeader.qml:107 +msgctxt "@label" +msgid "Nozzle:" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/SidebarHeader.qml:171 +msgctxt "@label" +msgid "Material:" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:72 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/AddMachine.qml:242 msgctxt "@title" msgid "Check Printer" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:84 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:84 msgctxt "@label" msgid "" "It's a good idea to do a few sanity checks on your Ultimaker. You can skip " "this step if you know your machine is functional" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:100 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:100 msgctxt "@action:button" msgid "Start Printer Check" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:116 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:116 msgctxt "@action:button" msgid "Skip Printer Check" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:136 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:136 msgctxt "@label" msgid "Connection: " msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:145 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:145 msgctxt "@info:status" msgid "Done" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:145 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:145 msgctxt "@info:status" msgid "Incomplete" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:155 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:155 msgctxt "@label" msgid "Min endstop X: " msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:164 -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:183 -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:202 -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:357 -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:368 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:164 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:183 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:202 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:357 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:368 msgctxt "@info:status" msgid "Works" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:164 -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:183 -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:202 -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:221 -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:277 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:164 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:183 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:202 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:221 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:277 msgctxt "@info:status" msgid "Not checked" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:174 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:174 msgctxt "@label" msgid "Min endstop Y: " msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:193 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:193 msgctxt "@label" msgid "Min endstop Z: " msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:212 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:212 msgctxt "@label" msgid "Nozzle temperature check: " msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:236 -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:292 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:236 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:292 msgctxt "@action:button" msgid "Start Heating" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:241 -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:297 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:241 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:297 msgctxt "@info:progress" msgid "Checking" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:267 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:267 msgctxt "@label" msgid "bed temperature check:" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:324 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UltimakerCheckup.qml:324 msgctxt "@label" msgid "Everything is in order! You're done with your CheckUp." msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/SelectUpgradedParts.qml:31 -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/AddMachine.qml:269 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/SelectUpgradedPartsUM2.qml:48 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/SelectUpgradedParts.qml:31 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/AddMachine.qml:233 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/AddMachine.qml:236 msgctxt "@title" msgid "Select Upgraded Parts" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/SelectUpgradedParts.qml:42 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/SelectUpgradedPartsUM2.qml:59 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/SelectUpgradedParts.qml:42 msgctxt "@label" msgid "" "To assist you in having better default settings for your Ultimaker. Cura " "would like to know which upgrades you have in your machine:" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/SelectUpgradedParts.qml:57 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/SelectUpgradedPartsUM2.qml:74 +msgctxt "@option:check" +msgid "Olsson Block" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/Bedleveling.qml:46 +msgctxt "@title" +msgid "Bed Leveling" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/Bedleveling.qml:58 +msgctxt "@label" +msgid "" +"To make sure your prints will come out great, you can now adjust your " +"buildplate. When you click 'Move to Next Position' the nozzle will move to " +"the different positions that can be adjusted." +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/Bedleveling.qml:67 +msgctxt "@label" +msgid "" +"For every postition; insert a piece of paper under the nozzle and adjust the " +"print bed height. The print bed height is right when the paper is slightly " +"gripped by the tip of the nozzle." +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/Bedleveling.qml:82 +msgctxt "@action:button" +msgid "Move to Next Position" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/Bedleveling.qml:122 +msgctxt "@action:button" +msgid "Skip Bedleveling" +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/Bedleveling.qml:147 +msgctxt "@label" +msgid "Everything is in order! You're done with bedleveling." +msgstr "" + +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/SelectUpgradedParts.qml:57 msgctxt "@option:check" msgid "Extruder driver ugrades" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/SelectUpgradedParts.qml:63 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/SelectUpgradedParts.qml:63 msgctxt "@option:check" msgid "Heated printer bed" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/SelectUpgradedParts.qml:74 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/SelectUpgradedParts.qml:74 msgctxt "@option:check" msgid "Heated printer bed (self built)" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/SelectUpgradedParts.qml:90 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/SelectUpgradedParts.qml:90 msgctxt "@label" msgid "" "If you bought your Ultimaker after october 2012 you will have the Extruder " @@ -1102,71 +1258,13 @@ msgid "" "or found on thingiverse as thing:26094" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/AddMachine.qml:108 -msgctxt "@label" -msgid "Please select the type of printer:" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/AddMachine.qml:235 -msgctxt "@label" -msgid "" -"This printer name has already been used. Please choose a different printer " -"name." -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/AddMachine.qml:245 -msgctxt "@label:textbox" -msgid "Printer Name:" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/AddMachine.qml:272 -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UpgradeFirmware.qml:22 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UpgradeFirmware.qml:22 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/AddMachine.qml:239 msgctxt "@title" msgid "Upgrade Firmware" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/AddMachine.qml:278 -msgctxt "@title" -msgid "Bed Levelling" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/Bedleveling.qml:41 -msgctxt "@title" -msgid "Bed Leveling" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/Bedleveling.qml:53 -msgctxt "@label" -msgid "" -"To make sure your prints will come out great, you can now adjust your " -"buildplate. When you click 'Move to Next Position' the nozzle will move to " -"the different positions that can be adjusted." -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/Bedleveling.qml:62 -msgctxt "@label" -msgid "" -"For every postition; insert a piece of paper under the nozzle and adjust the " -"print bed height. The print bed height is right when the paper is slightly " -"gripped by the tip of the nozzle." -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/Bedleveling.qml:77 -msgctxt "@action:button" -msgid "Move to Next Position" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/Bedleveling.qml:109 -msgctxt "@action:button" -msgid "Skip Bedleveling" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/Bedleveling.qml:123 -msgctxt "@label" -msgid "Everything is in order! You're done with bedleveling." -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UpgradeFirmware.qml:33 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UpgradeFirmware.qml:33 msgctxt "@label" msgid "" "Firmware is the piece of software running directly on your 3D printer. This " @@ -1174,147 +1272,48 @@ msgid "" "makes your printer work." msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UpgradeFirmware.qml:43 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UpgradeFirmware.qml:43 msgctxt "@label" msgid "" "The firmware shipping with new Ultimakers works, but upgrades have been made " "to make better prints, and make calibration easier." msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UpgradeFirmware.qml:53 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UpgradeFirmware.qml:53 msgctxt "@label" msgid "" "Cura requires these new features and thus your firmware will most likely " "need to be upgraded. You can do so now." msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UpgradeFirmware.qml:64 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UpgradeFirmware.qml:64 msgctxt "@action:button" msgid "Upgrade to Marlin Firmware" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/WizardPages/UpgradeFirmware.qml:73 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/UpgradeFirmware.qml:73 msgctxt "@action:button" msgid "Skip Upgrade" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/SaveButton.qml:23 -msgctxt "@label:PrintjobStatus" -msgid "Please load a 3d model" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/SaveButton.qml:25 -msgctxt "@label:PrintjobStatus" -msgid "Preparing to slice..." -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/SaveButton.qml:28 -msgctxt "@label:PrintjobStatus" -msgid "Slicing..." -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/SaveButton.qml:30 -msgctxt "@label:PrintjobStatus" -msgid "Ready to " -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/SaveButton.qml:122 -msgctxt "@info:tooltip" -msgid "Select the active output device" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/AboutDialog.qml:15 -msgctxt "@title:window" -msgid "About Cura" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/AboutDialog.qml:54 +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/AddMachine.qml:72 msgctxt "@label" -msgid "End-to-end solution for fused filament 3D printing." +msgid "Please select the type of printer:" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/AboutDialog.qml:66 -msgctxt "@info:credit" +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/AddMachine.qml:198 +msgctxt "@label" msgid "" -"Cura has been developed by Ultimaker B.V. in cooperation with the community." +"This printer name has already been used. Please choose a different printer " +"name." msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/Cura.qml:16 -msgctxt "@title:window" -msgid "Cura" +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/AddMachine.qml:208 +msgctxt "@label:textbox" +msgid "Printer Name:" msgstr "" -#: /home/tamara/2.1/Cura/resources/qml/Cura.qml:53 -msgctxt "@title:menu menubar:toplevel" -msgid "&File" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Cura.qml:62 -msgctxt "@title:menu menubar:file" -msgid "Open &Recent" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Cura.qml:92 -msgctxt "@action:inmenu menubar:file" -msgid "&Save Selection to File" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Cura.qml:100 -msgctxt "@title:menu menubar:file" -msgid "Save &All" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Cura.qml:128 -msgctxt "@title:menu menubar:toplevel" -msgid "&Edit" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Cura.qml:145 -msgctxt "@title:menu menubar:toplevel" -msgid "&View" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Cura.qml:167 -msgctxt "@title:menu menubar:toplevel" -msgid "&Printer" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Cura.qml:213 -msgctxt "@title:menu menubar:toplevel" -msgid "P&rofile" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Cura.qml:240 -msgctxt "@title:menu menubar:toplevel" -msgid "E&xtensions" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Cura.qml:273 -msgctxt "@title:menu menubar:toplevel" -msgid "&Settings" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Cura.qml:281 -msgctxt "@title:menu menubar:toplevel" -msgid "&Help" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Cura.qml:366 -msgctxt "@action:button" -msgid "Open File" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Cura.qml:410 -msgctxt "@action:button" -msgid "View Mode" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Cura.qml:495 -msgctxt "@title:tab" -msgid "View" -msgstr "" - -#: /home/tamara/2.1/Cura/resources/qml/Cura.qml:644 -msgctxt "@title:window" -msgid "Open file" +#: /home/ruben/Projects/Cura/resources/qml/WizardPages/AddMachine.qml:245 +msgctxt "@title" +msgid "Bed Levelling" msgstr "" diff --git a/resources/i18n/fdmprinter.json.pot b/resources/i18n/fdmprinter.json.pot index cd3af3004b..b16ad8c617 100644 --- a/resources/i18n/fdmprinter.json.pot +++ b/resources/i18n/fdmprinter.json.pot @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: http://github.com/ultimaker/uranium\n" -"POT-Creation-Date: 2016-01-18 11:54+0000\n" +"POT-Creation-Date: 2016-03-23 16:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -97,7 +97,7 @@ msgstr "" #: fdmprinter.json msgctxt "wall_line_width_x label" -msgid "Other Walls Line Width" +msgid "Inner Wall(s) Line Width" msgstr "" #: fdmprinter.json @@ -203,19 +203,6 @@ msgid "" "and impact the strength and structural integrity of your print." msgstr "" -#: fdmprinter.json -msgctxt "alternate_extra_perimeter label" -msgid "Alternate Extra Wall" -msgstr "" - -#: fdmprinter.json -msgctxt "alternate_extra_perimeter description" -msgid "" -"Make an extra wall at every second layer, so that infill will be caught " -"between an extra wall above and one below. This results in a better cohesion " -"between infill and walls, but might have an impact on the surface quality." -msgstr "" - #: fdmprinter.json msgctxt "top_bottom_thickness label" msgid "Bottom/Top Thickness" @@ -278,6 +265,19 @@ msgctxt "bottom_layers description" msgid "This controls the amount of bottom layers." msgstr "" +#: fdmprinter.json +msgctxt "alternate_extra_perimeter label" +msgid "Alternate Extra Wall" +msgstr "" + +#: fdmprinter.json +msgctxt "alternate_extra_perimeter description" +msgid "" +"Make an extra wall at every second layer, so that infill will be caught " +"between an extra wall above and one below. This results in a better cohesion " +"between infill and walls, but might have an impact on the surface quality." +msgstr "" + #: fdmprinter.json msgctxt "remove_overlapping_walls_enabled label" msgid "Remove Overlapping Wall Parts" @@ -306,7 +306,7 @@ msgstr "" #: fdmprinter.json msgctxt "remove_overlapping_walls_x_enabled label" -msgid "Remove Overlapping Other Wall Parts" +msgid "Remove Overlapping Inner Wall Parts" msgstr "" #: fdmprinter.json @@ -629,18 +629,6 @@ msgid "" "Celsius)." msgstr "" -#: fdmprinter.json -msgctxt "material_standby_temperature label" -msgid "Standby Temperature" -msgstr "" - -#: fdmprinter.json -msgctxt "material_standby_temperature description" -msgid "" -"The temperature of the nozzle when another nozzle is currently used for " -"printing." -msgstr "" - #: fdmprinter.json msgctxt "material_extrusion_cool_down_speed label" msgid "Extrusion Cool Down Speed Modifier" @@ -848,7 +836,7 @@ msgstr "" #: fdmprinter.json msgctxt "speed_wall label" -msgid "Shell Speed" +msgid "Wall Speed" msgstr "" #: fdmprinter.json @@ -860,7 +848,7 @@ msgstr "" #: fdmprinter.json msgctxt "speed_wall_0 label" -msgid "Outer Shell Speed" +msgid "Outer Wall Speed" msgstr "" #: fdmprinter.json @@ -874,7 +862,7 @@ msgstr "" #: fdmprinter.json msgctxt "speed_wall_x label" -msgid "Inner Shell Speed" +msgid "Inner Wall Speed" msgstr "" #: fdmprinter.json @@ -1210,6 +1198,61 @@ msgid "" "minimum layer time is used up." msgstr "" +#: fdmprinter.json +msgctxt "draft_shield_enabled label" +msgid "Enable Draft Shield" +msgstr "" + +#: fdmprinter.json +msgctxt "draft_shield_enabled description" +msgid "" +"Enable exterior draft shield. This will create a wall around the object " +"which traps (hot) air and shields against gusts of wind. Especially useful " +"for materials which warp easily." +msgstr "" + +#: fdmprinter.json +msgctxt "draft_shield_dist label" +msgid "Draft Shield X/Y Distance" +msgstr "" + +#: fdmprinter.json +msgctxt "draft_shield_dist description" +msgid "Distance of the draft shield from the print, in the X/Y directions." +msgstr "" + +#: fdmprinter.json +msgctxt "draft_shield_height_limitation label" +msgid "Draft Shield Limitation" +msgstr "" + +#: fdmprinter.json +msgctxt "draft_shield_height_limitation description" +msgid "Whether or not to limit the height of the draft shield." +msgstr "" + +#: fdmprinter.json +msgctxt "draft_shield_height_limitation option full" +msgid "Full" +msgstr "" + +#: fdmprinter.json +msgctxt "draft_shield_height_limitation option limited" +msgid "Limited" +msgstr "" + +#: fdmprinter.json +msgctxt "draft_shield_height label" +msgid "Draft Shield Height" +msgstr "" + +#: fdmprinter.json +msgctxt "draft_shield_height description" +msgid "" +"Height limitation on the draft shield. Above this height no draft shield " +"will be printed." +msgstr "" + #: fdmprinter.json msgctxt "support label" msgid "Support" @@ -1492,6 +1535,16 @@ msgid "" "diameter decreases, forming a roof." msgstr "" +#: fdmprinter.json +msgctxt "support_tower_diameter label" +msgid "Tower Diameter" +msgstr "" + +#: fdmprinter.json +msgctxt "support_tower_diameter description" +msgid "The diameter of a special tower." +msgstr "" + #: fdmprinter.json msgctxt "support_minimal_diameter label" msgid "Minimum Diameter" @@ -1504,16 +1557,6 @@ msgid "" "supported by a specialized support tower." msgstr "" -#: fdmprinter.json -msgctxt "support_tower_diameter label" -msgid "Tower Diameter" -msgstr "" - -#: fdmprinter.json -msgctxt "support_tower_diameter description" -msgid "The diameter of a special tower." -msgstr "" - #: fdmprinter.json msgctxt "support_tower_roof_angle label" msgid "Tower Roof Angle" @@ -1934,61 +1977,6 @@ msgctxt "raft_base_fan_speed description" msgid "The fan speed for the base raft layer." msgstr "" -#: fdmprinter.json -msgctxt "draft_shield_enabled label" -msgid "Enable Draft Shield" -msgstr "" - -#: fdmprinter.json -msgctxt "draft_shield_enabled description" -msgid "" -"Enable exterior draft shield. This will create a wall around the object " -"which traps (hot) air and shields against gusts of wind. Especially useful " -"for materials which warp easily." -msgstr "" - -#: fdmprinter.json -msgctxt "draft_shield_dist label" -msgid "Draft Shield X/Y Distance" -msgstr "" - -#: fdmprinter.json -msgctxt "draft_shield_dist description" -msgid "Distance of the draft shield from the print, in the X/Y directions." -msgstr "" - -#: fdmprinter.json -msgctxt "draft_shield_height_limitation label" -msgid "Draft Shield Limitation" -msgstr "" - -#: fdmprinter.json -msgctxt "draft_shield_height_limitation description" -msgid "Whether or not to limit the height of the draft shield." -msgstr "" - -#: fdmprinter.json -msgctxt "draft_shield_height_limitation option full" -msgid "Full" -msgstr "" - -#: fdmprinter.json -msgctxt "draft_shield_height_limitation option limited" -msgid "Limited" -msgstr "" - -#: fdmprinter.json -msgctxt "draft_shield_height label" -msgid "Draft Shield Height" -msgstr "" - -#: fdmprinter.json -msgctxt "draft_shield_height description" -msgid "" -"Height limitation on the draft shield. Above this height no draft shield " -"will be printed." -msgstr "" - #: fdmprinter.json msgctxt "meshfix label" msgid "Mesh Fixes" From 25390428582d0253c14178d45aac4fd4319e48f1 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 23 Mar 2016 17:43:09 +0100 Subject: [PATCH 3/6] profiles: did all profiles ABS and CPE with Paul by hand (CURA-1195) also reordered settings to match Pauls sheet --- .../ultimaker2+/abs_0.25_normal.curaprofile | 17 ++++++++-------- .../ultimaker2+/abs_0.4_fast.curaprofile | 15 +++++++------- .../ultimaker2+/abs_0.4_high.curaprofile | 16 ++++++++------- .../ultimaker2+/abs_0.4_normal.curaprofile | 16 +++++++++------ .../ultimaker2+/abs_0.6_normal.curaprofile | 18 +++++++++-------- .../ultimaker2+/abs_0.8_normal.curaprofile | 17 +++++++++------- .../ultimaker2+/cpe_0.25_normal.curaprofile | 17 ++++++++-------- .../ultimaker2+/cpe_0.4_fast.curaprofile | 20 ++++++++++--------- .../ultimaker2+/cpe_0.4_high.curaprofile | 18 ++++++++++------- .../ultimaker2+/cpe_0.4_normal.curaprofile | 18 +++++++++++------ .../ultimaker2+/cpe_0.6_normal.curaprofile | 18 +++++++++-------- .../ultimaker2+/cpe_0.8_normal.curaprofile | 18 +++++++++-------- 12 files changed, 119 insertions(+), 89 deletions(-) diff --git a/resources/profiles/ultimaker2+/abs_0.25_normal.curaprofile b/resources/profiles/ultimaker2+/abs_0.25_normal.curaprofile index e248b71b98..a313dea610 100644 --- a/resources/profiles/ultimaker2+/abs_0.25_normal.curaprofile +++ b/resources/profiles/ultimaker2+/abs_0.25_normal.curaprofile @@ -8,18 +8,19 @@ weight = -2 [settings] layer_height = 0.06 -top_bottom_thickness = 0.72 -layer_height_0 = 0.15 -speed_wall_x = 25 wall_thickness = 0.88 +line_width = 0.22 +top_bottom_thickness = 0.72 +infill_sparse_density = 22 +speed_print = 20 +layer_height_0 = 0.15 +speed_layer_0 = 20 speed_infill = 30 speed_topbottom = 20 -speed_print = 20 -cool_min_speed = 25 -line_width = 0.22 -infill_sparse_density = 22 speed_wall_0 = 20 +speed_wall_x = 25 cool_min_layer_time = 2 +cool_min_speed = 10 cool_lift_head = True -cool_fan_speed_min = 50 +cool_fan_speed_min = 20 diff --git a/resources/profiles/ultimaker2+/abs_0.4_fast.curaprofile b/resources/profiles/ultimaker2+/abs_0.4_fast.curaprofile index ad2e1fce75..969fd46563 100644 --- a/resources/profiles/ultimaker2+/abs_0.4_fast.curaprofile +++ b/resources/profiles/ultimaker2+/abs_0.4_fast.curaprofile @@ -8,18 +8,19 @@ weight = -1 [settings] layer_height = 0.15 -top_bottom_thickness = 0.75 -layer_height_0 = 0.26 -speed_print = 40 wall_thickness = 0.7 +line_width = 0.35 +top_bottom_thickness = 0.75 +infill_sparse_density = 18 +speed_print = 40 +layer_height_0 = 0.26 +speed_travel = 150 speed_infill = 55 speed_topbottom = 30 +speed_wall_0 = 30 +speed_wall_x = 40 cool_min_layer_time = 3 cool_min_speed = 20 -line_width = 0.35 -infill_sparse_density = 18 -speed_travel = 150 -speed_wall_0 = 30 cool_lift_head = True cool_fan_speed_min = 50 diff --git a/resources/profiles/ultimaker2+/abs_0.4_high.curaprofile b/resources/profiles/ultimaker2+/abs_0.4_high.curaprofile index e76ca76b51..c4e256e088 100644 --- a/resources/profiles/ultimaker2+/abs_0.4_high.curaprofile +++ b/resources/profiles/ultimaker2+/abs_0.4_high.curaprofile @@ -8,17 +8,19 @@ weight = -3 [settings] layer_height = 0.06 -top_bottom_thickness = 0.72 -layer_height_0 = 0.26 -speed_print = 30 wall_thickness = 1.05 +line_width = 0.35 +top_bottom_thickness = 0.72 +infill_sparse_density = 22 +speed_print = 30 +layer_height_0 = 0.26 +speed_layer_0 = 20 speed_infill = 45 speed_topbottom = 20 -cool_min_speed = 20 -line_width = 0.35 -infill_sparse_density = 22 speed_wall_0 = 20 +speed_wall_x = 30 cool_min_layer_time = 3 +cool_min_speed = 10 +cool_fan_speed_min = 20 cool_lift_head = True -cool_fan_speed_min = 50 diff --git a/resources/profiles/ultimaker2+/abs_0.4_normal.curaprofile b/resources/profiles/ultimaker2+/abs_0.4_normal.curaprofile index 9fc4ab5be0..b8c491f0ed 100644 --- a/resources/profiles/ultimaker2+/abs_0.4_normal.curaprofile +++ b/resources/profiles/ultimaker2+/abs_0.4_normal.curaprofile @@ -7,15 +7,19 @@ material = ABS weight = -2 [settings] -layer_height_0 = 0.26 -speed_print = 30 +layer_height = 0.1 wall_thickness = 1.05 +line_width = 0.35 +top_bottom_thickness = 0.8 +speed_print = 30 +layer_height_0 = 0.26 +speed_layer_0 = 20 speed_infill = 45 speed_topbottom = 20 -cool_min_layer_time = 3 -cool_min_speed = 20 -line_width = 0.35 speed_wall_0 = 20 -cool_lift_head = True +speed_wall_x = 30 +cool_min_layer_time = 3 cool_fan_speed_min = 50 +cool_min_speed = 10 +cool_lift_head = True diff --git a/resources/profiles/ultimaker2+/abs_0.6_normal.curaprofile b/resources/profiles/ultimaker2+/abs_0.6_normal.curaprofile index 182f4484c2..7f14ef04a2 100644 --- a/resources/profiles/ultimaker2+/abs_0.6_normal.curaprofile +++ b/resources/profiles/ultimaker2+/abs_0.6_normal.curaprofile @@ -8,17 +8,19 @@ weight = -2 [settings] layer_height = 0.15 -top_bottom_thickness = 1.2 -layer_height_0 = 0.39 -speed_print = 25 -speed_wall_x = 30 wall_thickness = 1.59 -speed_infill = 55 -speed_topbottom = 20 -cool_min_speed = 20 line_width = 0.53 +top_bottom_thickness = 1.2 +infill_sparse_density = 20 +speed_print = 25 +layer_height_0 = 0.39 +speed_layer_0 = 20 +speed_infill = 40 +speed_topbottom = 20 speed_wall_0 = 20 +speed_wall_x = 30 cool_min_layer_time = 3 -cool_lift_head = True cool_fan_speed_min = 50 +cool_min_speed = 20 +cool_lift_head = True diff --git a/resources/profiles/ultimaker2+/abs_0.8_normal.curaprofile b/resources/profiles/ultimaker2+/abs_0.8_normal.curaprofile index 4bb0fd6ad8..1f3f8c8b0b 100644 --- a/resources/profiles/ultimaker2+/abs_0.8_normal.curaprofile +++ b/resources/profiles/ultimaker2+/abs_0.8_normal.curaprofile @@ -8,17 +8,20 @@ weight = -2 [settings] layer_height = 0.2 -top_bottom_thickness = 1.2 -layer_height_0 = 0.5 -speed_print = 20 -speed_wall_x = 30 wall_thickness = 2.1 +line_width = 0.7 +speed_print = 20 +top_bottom_thickness = 1.2 +infill_sparse_density = 20 +layer_height_0 = 0.5 +speed_wall_x = 30 +speed_layer_0 = 20 speed_infill = 40 speed_topbottom = 20 -cool_min_speed = 15 -line_width = 0.7 speed_wall_0 = 20 +speed_wall_x = 30 cool_min_layer_time = 3 -cool_lift_head = True cool_fan_speed_min = 50 +cool_min_speed = 15 +cool_lift_head = True diff --git a/resources/profiles/ultimaker2+/cpe_0.25_normal.curaprofile b/resources/profiles/ultimaker2+/cpe_0.25_normal.curaprofile index 1e597f0720..0a1a9d5298 100644 --- a/resources/profiles/ultimaker2+/cpe_0.25_normal.curaprofile +++ b/resources/profiles/ultimaker2+/cpe_0.25_normal.curaprofile @@ -7,19 +7,20 @@ material = CPE weight = -2 [settings] -infill_overlap = 17 layer_height = 0.06 wall_thickness = 0.88 -layer_height_0 = 0.15 -speed_wall_x = 25 +line_width = 0.22 top_bottom_thickness = 0.72 +infill_sparse_density = 22 +speed_print = 20 +layer_height_0 = 0.15 +speed_layer_0 = 20 speed_infill = 30 speed_topbottom = 20 -cool_min_layer_time = 2 -speed_print = 20 -line_width = 0.22 -infill_sparse_density = 22 speed_wall_0 = 20 -cool_lift_head = True +speed_wall_x = 25 +cool_min_layer_time = 2 cool_fan_speed_min = 50 +cool_lift_head = True +infill_overlap = 17 diff --git a/resources/profiles/ultimaker2+/cpe_0.4_fast.curaprofile b/resources/profiles/ultimaker2+/cpe_0.4_fast.curaprofile index 950c0040f1..649a43827d 100644 --- a/resources/profiles/ultimaker2+/cpe_0.4_fast.curaprofile +++ b/resources/profiles/ultimaker2+/cpe_0.4_fast.curaprofile @@ -7,20 +7,22 @@ material = CPE weight = -1 [settings] -infill_overlap = 17 -cool_min_layer_time = 3 layer_height = 0.15 wall_thickness = 0.7 -layer_height_0 = 0.26 -speed_print = 30 -speed_wall_x = 40 +line_width = 0.35 top_bottom_thickness = 0.75 +infill_sparse_density = 18 +speed_print = 40 +layer_height_0 = 0.26 +speed_travel = 150 +speed_layer_0 = 30 speed_infill = 45 speed_topbottom = 20 -speed_travel = 150 -line_width = 0.35 -infill_sparse_density = 18 speed_wall_0 = 30 -cool_lift_head = True +speed_wall_x = 40 +cool_min_layer_time = 3 cool_fan_speed_min = 50 +cool_min_speed = 10 +cool_lift_head = True +infill_overlap = 17 diff --git a/resources/profiles/ultimaker2+/cpe_0.4_high.curaprofile b/resources/profiles/ultimaker2+/cpe_0.4_high.curaprofile index de2fb2bf2d..81a1956ce1 100644 --- a/resources/profiles/ultimaker2+/cpe_0.4_high.curaprofile +++ b/resources/profiles/ultimaker2+/cpe_0.4_high.curaprofile @@ -8,17 +8,21 @@ weight = -3 [settings] layer_height = 0.06 -top_bottom_thickness = 0.72 -layer_height_0 = 0.26 -speed_print = 20 -speed_wall_x = 30 wall_thickness = 1.05 +line_width = 0.35 +top_bottom_thickness = 0.72 +infill_sparse_density = 22 +speed_print = 20 +layer_height_0 = 0.26 +speed_layer_0 = 20 speed_infill = 45 speed_topbottom = 20 -line_width = 0.35 -infill_sparse_density = 22 speed_wall_0 = 20 +speed_wall_x = 30 cool_min_layer_time = 3 -cool_lift_head = True cool_fan_speed_min = 50 +cool_min_speed = 10 +cool_lift_head = True +infill_overlap = 15 + diff --git a/resources/profiles/ultimaker2+/cpe_0.4_normal.curaprofile b/resources/profiles/ultimaker2+/cpe_0.4_normal.curaprofile index 2b93010a90..dac242098d 100644 --- a/resources/profiles/ultimaker2+/cpe_0.4_normal.curaprofile +++ b/resources/profiles/ultimaker2+/cpe_0.4_normal.curaprofile @@ -7,15 +7,21 @@ material = CPE weight = -2 [settings] -layer_height_0 = 0.26 -speed_print = 20 -speed_wall_x = 30 +layer_height = 0.1 wall_thickness = 1.05 +line_width = 0.35 +top_bottom_thickness = 0.8 +infill_sparse_density = 20 +speed_print = 30 +layer_height_0 = 0.26 +speed_layer_0 = 20 speed_infill = 45 speed_topbottom = 20 -cool_min_layer_time = 3 -line_width = 0.35 speed_wall_0 = 20 -cool_lift_head = True +speed_wall_x = 30 +cool_min_layer_time = 3 cool_fan_speed_min = 50 +cool_min_speed = 10 +cool_lift_head = True +infill_overlap = 15 diff --git a/resources/profiles/ultimaker2+/cpe_0.6_normal.curaprofile b/resources/profiles/ultimaker2+/cpe_0.6_normal.curaprofile index 27f72e5d1c..9d7319492c 100644 --- a/resources/profiles/ultimaker2+/cpe_0.6_normal.curaprofile +++ b/resources/profiles/ultimaker2+/cpe_0.6_normal.curaprofile @@ -7,18 +7,20 @@ material = CPE weight = -2 [settings] -infill_overlap = 17 layer_height = 0.15 -top_bottom_thickness = 1.2 -layer_height_0 = 0.39 -speed_wall_x = 30 wall_thickness = 1.59 +line_width = 0.53 +top_bottom_thickness = 1.2 +infill_sparse_density = 20 +speed_print = 25 +layer_height_0 = 0.4 +speed_layer_0 = 20 speed_infill = 40 speed_topbottom = 20 -cool_min_layer_time = 3 -speed_print = 20 -line_width = 0.53 speed_wall_0 = 20 -cool_lift_head = True +speed_wall_x = 30 +cool_min_layer_time = 3 cool_fan_speed_min = 50 +cool_lift_head = True +infill_overlap = 17 diff --git a/resources/profiles/ultimaker2+/cpe_0.8_normal.curaprofile b/resources/profiles/ultimaker2+/cpe_0.8_normal.curaprofile index a043d9270b..9e50205d01 100644 --- a/resources/profiles/ultimaker2+/cpe_0.8_normal.curaprofile +++ b/resources/profiles/ultimaker2+/cpe_0.8_normal.curaprofile @@ -7,18 +7,20 @@ material = CPE weight = -2 [settings] -infill_overlap = 17 layer_height = 0.2 -top_bottom_thickness = 1.2 -layer_height_0 = 0.5 -speed_wall_x = 30 wall_thickness = 2.1 +line_width = 0.7 +top_bottom_thickness = 1.2 +infill_sparse_density = 20 +speed_print = 20 +layer_height_0 = 0.5 +speed_layer_o = 20 speed_infill = 40 speed_topbottom = 20 -cool_min_layer_time = 3 -speed_print = 20 -line_width = 0.7 speed_wall_0 = 20 -cool_lift_head = True +speed_wall_x = 30 +cool_min_layer_time = 3 cool_fan_speed_min = 50 +cool_lift_head = True +infill_overlap = 17 From 47b04efcfec8f10b0f5629ea610a0e140d605a25 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 23 Mar 2016 18:09:59 +0100 Subject: [PATCH 4/6] profiles fixes: removed double settings, introduced missing ones (CURA-1195) I've made it such that all ABS and CPE profiles contain the same settings and also all PLA profiles contain the same settings. This is to verify that no settings have been overlooked. --- resources/profiles/ultimaker2+/abs_0.4_fast.curaprofile | 1 + resources/profiles/ultimaker2+/abs_0.4_normal.curaprofile | 1 + resources/profiles/ultimaker2+/abs_0.8_normal.curaprofile | 1 - resources/profiles/ultimaker2+/cpe_0.25_normal.curaprofile | 1 + resources/profiles/ultimaker2+/cpe_0.6_normal.curaprofile | 1 + resources/profiles/ultimaker2+/cpe_0.8_normal.curaprofile | 3 ++- resources/profiles/ultimaker2+/pla_0.4_fast.curaprofile | 2 ++ resources/profiles/ultimaker2+/pla_0.4_high.curaprofile | 1 + resources/profiles/ultimaker2+/pla_0.4_normal.curaprofile | 2 ++ resources/profiles/ultimaker2+/pla_0.4_ulti.curaprofile | 1 + resources/profiles/ultimaker2+/pla_0.6_normal.curaprofile | 1 + resources/profiles/ultimaker2+/pla_0.8_normal.curaprofile | 1 + 12 files changed, 14 insertions(+), 2 deletions(-) diff --git a/resources/profiles/ultimaker2+/abs_0.4_fast.curaprofile b/resources/profiles/ultimaker2+/abs_0.4_fast.curaprofile index 969fd46563..effb1ce35a 100644 --- a/resources/profiles/ultimaker2+/abs_0.4_fast.curaprofile +++ b/resources/profiles/ultimaker2+/abs_0.4_fast.curaprofile @@ -14,6 +14,7 @@ top_bottom_thickness = 0.75 infill_sparse_density = 18 speed_print = 40 layer_height_0 = 0.26 +speed_layer_0 = 30 speed_travel = 150 speed_infill = 55 speed_topbottom = 30 diff --git a/resources/profiles/ultimaker2+/abs_0.4_normal.curaprofile b/resources/profiles/ultimaker2+/abs_0.4_normal.curaprofile index b8c491f0ed..d409d8ac5c 100644 --- a/resources/profiles/ultimaker2+/abs_0.4_normal.curaprofile +++ b/resources/profiles/ultimaker2+/abs_0.4_normal.curaprofile @@ -11,6 +11,7 @@ layer_height = 0.1 wall_thickness = 1.05 line_width = 0.35 top_bottom_thickness = 0.8 +infill_sparse_density = 20 speed_print = 30 layer_height_0 = 0.26 speed_layer_0 = 20 diff --git a/resources/profiles/ultimaker2+/abs_0.8_normal.curaprofile b/resources/profiles/ultimaker2+/abs_0.8_normal.curaprofile index 1f3f8c8b0b..60eee772b1 100644 --- a/resources/profiles/ultimaker2+/abs_0.8_normal.curaprofile +++ b/resources/profiles/ultimaker2+/abs_0.8_normal.curaprofile @@ -14,7 +14,6 @@ speed_print = 20 top_bottom_thickness = 1.2 infill_sparse_density = 20 layer_height_0 = 0.5 -speed_wall_x = 30 speed_layer_0 = 20 speed_infill = 40 speed_topbottom = 20 diff --git a/resources/profiles/ultimaker2+/cpe_0.25_normal.curaprofile b/resources/profiles/ultimaker2+/cpe_0.25_normal.curaprofile index 0a1a9d5298..fba8e96cd7 100644 --- a/resources/profiles/ultimaker2+/cpe_0.25_normal.curaprofile +++ b/resources/profiles/ultimaker2+/cpe_0.25_normal.curaprofile @@ -20,6 +20,7 @@ speed_topbottom = 20 speed_wall_0 = 20 speed_wall_x = 25 cool_min_layer_time = 2 +cool_min_speed = 10 cool_fan_speed_min = 50 cool_lift_head = True infill_overlap = 17 diff --git a/resources/profiles/ultimaker2+/cpe_0.6_normal.curaprofile b/resources/profiles/ultimaker2+/cpe_0.6_normal.curaprofile index 9d7319492c..bbeffc9659 100644 --- a/resources/profiles/ultimaker2+/cpe_0.6_normal.curaprofile +++ b/resources/profiles/ultimaker2+/cpe_0.6_normal.curaprofile @@ -20,6 +20,7 @@ speed_topbottom = 20 speed_wall_0 = 20 speed_wall_x = 30 cool_min_layer_time = 3 +cool_min_speed = 10 cool_fan_speed_min = 50 cool_lift_head = True infill_overlap = 17 diff --git a/resources/profiles/ultimaker2+/cpe_0.8_normal.curaprofile b/resources/profiles/ultimaker2+/cpe_0.8_normal.curaprofile index 9e50205d01..b73869646d 100644 --- a/resources/profiles/ultimaker2+/cpe_0.8_normal.curaprofile +++ b/resources/profiles/ultimaker2+/cpe_0.8_normal.curaprofile @@ -14,12 +14,13 @@ top_bottom_thickness = 1.2 infill_sparse_density = 20 speed_print = 20 layer_height_0 = 0.5 -speed_layer_o = 20 +speed_layer_0 = 20 speed_infill = 40 speed_topbottom = 20 speed_wall_0 = 20 speed_wall_x = 30 cool_min_layer_time = 3 +cool_min_speed = 10 cool_fan_speed_min = 50 cool_lift_head = True infill_overlap = 17 diff --git a/resources/profiles/ultimaker2+/pla_0.4_fast.curaprofile b/resources/profiles/ultimaker2+/pla_0.4_fast.curaprofile index 60566f7933..8e78fd20c8 100644 --- a/resources/profiles/ultimaker2+/pla_0.4_fast.curaprofile +++ b/resources/profiles/ultimaker2+/pla_0.4_fast.curaprofile @@ -14,8 +14,10 @@ shell_thickness = 0.7 top_bottom_thickness = 0.6 infill_sparse_density = 18 retraction_amount = 5.5 +speed_infill = 60 speed_wall_0 = 40 speed_wall_x = 50 speed_travel = 150 +speed_topbottom = 30 speed_layer_0 = 25 cool_min_layer_time_fan_speed_max = 15 diff --git a/resources/profiles/ultimaker2+/pla_0.4_high.curaprofile b/resources/profiles/ultimaker2+/pla_0.4_high.curaprofile index a1009af9a9..77a374251b 100644 --- a/resources/profiles/ultimaker2+/pla_0.4_high.curaprofile +++ b/resources/profiles/ultimaker2+/pla_0.4_high.curaprofile @@ -15,6 +15,7 @@ top_bottom_thickness = 0.84 infill_sparse_density = 22 retraction_amount = 5.5 speed_infill = 50 +speed_wall_0 = 30 speed_wall_x = 40 speed_topbottom = 20 speed_layer_0 = 25 diff --git a/resources/profiles/ultimaker2+/pla_0.4_normal.curaprofile b/resources/profiles/ultimaker2+/pla_0.4_normal.curaprofile index 34d1a0ef5d..66d4ac6360 100644 --- a/resources/profiles/ultimaker2+/pla_0.4_normal.curaprofile +++ b/resources/profiles/ultimaker2+/pla_0.4_normal.curaprofile @@ -12,8 +12,10 @@ layer_height = 0.1 layer_height_0 = 0.26 shell_thickness = 1.05 top_bottom_thickness = 0.8 +infill_sparse_density = 20 retraction_amount = 5.5 speed_infill = 50 +speed_wall_0 = 30 speed_wall_x = 40 speed_topbottom = 20 speed_layer_0 = 25 diff --git a/resources/profiles/ultimaker2+/pla_0.4_ulti.curaprofile b/resources/profiles/ultimaker2+/pla_0.4_ulti.curaprofile index 081d5a2055..c716457f0d 100644 --- a/resources/profiles/ultimaker2+/pla_0.4_ulti.curaprofile +++ b/resources/profiles/ultimaker2+/pla_0.4_ulti.curaprofile @@ -16,6 +16,7 @@ infill_sparse_density = 25 retraction_amount = 5.5 retraction_extrusion_window = 6 speed_infill = 50 +speed_wall_0 = 30 speed_wall_x = 40 speed_topbottom = 20 speed_layer_0 = 25 diff --git a/resources/profiles/ultimaker2+/pla_0.6_normal.curaprofile b/resources/profiles/ultimaker2+/pla_0.6_normal.curaprofile index 937157e863..e29973a441 100644 --- a/resources/profiles/ultimaker2+/pla_0.6_normal.curaprofile +++ b/resources/profiles/ultimaker2+/pla_0.6_normal.curaprofile @@ -12,6 +12,7 @@ layer_height = 0.15 layer_height_0 = 0.4 shell_thickness = 1.59 top_bottom_thickness = 1.2 +infill_sparse_density = 20 retraction_amount = 6 speed_infill = 55 speed_wall_0 = 25 diff --git a/resources/profiles/ultimaker2+/pla_0.8_normal.curaprofile b/resources/profiles/ultimaker2+/pla_0.8_normal.curaprofile index e5dbd61841..124164dc00 100644 --- a/resources/profiles/ultimaker2+/pla_0.8_normal.curaprofile +++ b/resources/profiles/ultimaker2+/pla_0.8_normal.curaprofile @@ -12,6 +12,7 @@ layer_height = 0.2 layer_height_0 = 0.5 shell_thickness = 2.1 top_bottom_thickness = 1.6 +infill_sparse_density = 20 retraction_amount = 6 speed_infill = 40 speed_wall_0 = 20 From 978cf3e82488bd87eefadd5d15547bc6a2f0c1bb Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 23 Mar 2016 18:19:50 +0100 Subject: [PATCH 5/6] JSON fix: removed inherit cause it already had an inherit_function (CURA-1195) --- resources/machines/fdmprinter.json | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index 2b026cc4df..fc9fc98866 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -927,7 +927,6 @@ "min_value": "0.1", "max_value_warning": "150", "visible": false, - "inherit": false, "enabled": "support_roof_enable", "inherit_function": "parent_value / 60 * 40", "global_only": true From 6e7be5995c28253d7baf57b067391337c0be6000 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 23 Mar 2016 18:26:03 +0100 Subject: [PATCH 6/6] profiles: got print speed from old cura (CURA-1195) --- resources/profiles/ultimaker2+/pla_0.25_normal.curaprofile | 1 + resources/profiles/ultimaker2+/pla_0.4_fast.curaprofile | 1 + resources/profiles/ultimaker2+/pla_0.4_high.curaprofile | 1 + resources/profiles/ultimaker2+/pla_0.4_normal.curaprofile | 1 + resources/profiles/ultimaker2+/pla_0.4_ulti.curaprofile | 1 + resources/profiles/ultimaker2+/pla_0.6_normal.curaprofile | 1 + resources/profiles/ultimaker2+/pla_0.8_normal.curaprofile | 1 + 7 files changed, 7 insertions(+) diff --git a/resources/profiles/ultimaker2+/pla_0.25_normal.curaprofile b/resources/profiles/ultimaker2+/pla_0.25_normal.curaprofile index d05c74f906..e127b04c41 100644 --- a/resources/profiles/ultimaker2+/pla_0.25_normal.curaprofile +++ b/resources/profiles/ultimaker2+/pla_0.25_normal.curaprofile @@ -14,6 +14,7 @@ shell_thickness = 0.88 top_bottom_thickness = 0.72 infill_sparse_density = 22 retraction_amount = 6 +speed_print = 20 speed_infill = 30 speed_wall_0 = 20 speed_wall_x = 25 diff --git a/resources/profiles/ultimaker2+/pla_0.4_fast.curaprofile b/resources/profiles/ultimaker2+/pla_0.4_fast.curaprofile index 8e78fd20c8..b22032b7ed 100644 --- a/resources/profiles/ultimaker2+/pla_0.4_fast.curaprofile +++ b/resources/profiles/ultimaker2+/pla_0.4_fast.curaprofile @@ -14,6 +14,7 @@ shell_thickness = 0.7 top_bottom_thickness = 0.6 infill_sparse_density = 18 retraction_amount = 5.5 +speed_print = 40 speed_infill = 60 speed_wall_0 = 40 speed_wall_x = 50 diff --git a/resources/profiles/ultimaker2+/pla_0.4_high.curaprofile b/resources/profiles/ultimaker2+/pla_0.4_high.curaprofile index 77a374251b..e0b85b137c 100644 --- a/resources/profiles/ultimaker2+/pla_0.4_high.curaprofile +++ b/resources/profiles/ultimaker2+/pla_0.4_high.curaprofile @@ -14,6 +14,7 @@ shell_thickness = 1.05 top_bottom_thickness = 0.84 infill_sparse_density = 22 retraction_amount = 5.5 +speed_print = 30 speed_infill = 50 speed_wall_0 = 30 speed_wall_x = 40 diff --git a/resources/profiles/ultimaker2+/pla_0.4_normal.curaprofile b/resources/profiles/ultimaker2+/pla_0.4_normal.curaprofile index 66d4ac6360..3e2c39ed82 100644 --- a/resources/profiles/ultimaker2+/pla_0.4_normal.curaprofile +++ b/resources/profiles/ultimaker2+/pla_0.4_normal.curaprofile @@ -14,6 +14,7 @@ shell_thickness = 1.05 top_bottom_thickness = 0.8 infill_sparse_density = 20 retraction_amount = 5.5 +speed_print = 30 speed_infill = 50 speed_wall_0 = 30 speed_wall_x = 40 diff --git a/resources/profiles/ultimaker2+/pla_0.4_ulti.curaprofile b/resources/profiles/ultimaker2+/pla_0.4_ulti.curaprofile index c716457f0d..b825f62e47 100644 --- a/resources/profiles/ultimaker2+/pla_0.4_ulti.curaprofile +++ b/resources/profiles/ultimaker2+/pla_0.4_ulti.curaprofile @@ -15,6 +15,7 @@ top_bottom_thickness = 1.12 infill_sparse_density = 25 retraction_amount = 5.5 retraction_extrusion_window = 6 +speed_print = 30 speed_infill = 50 speed_wall_0 = 30 speed_wall_x = 40 diff --git a/resources/profiles/ultimaker2+/pla_0.6_normal.curaprofile b/resources/profiles/ultimaker2+/pla_0.6_normal.curaprofile index e29973a441..256fa3070e 100644 --- a/resources/profiles/ultimaker2+/pla_0.6_normal.curaprofile +++ b/resources/profiles/ultimaker2+/pla_0.6_normal.curaprofile @@ -14,6 +14,7 @@ shell_thickness = 1.59 top_bottom_thickness = 1.2 infill_sparse_density = 20 retraction_amount = 6 +speed_print = 25 speed_infill = 55 speed_wall_0 = 25 speed_wall_x = 40 diff --git a/resources/profiles/ultimaker2+/pla_0.8_normal.curaprofile b/resources/profiles/ultimaker2+/pla_0.8_normal.curaprofile index 124164dc00..be9d2a512d 100644 --- a/resources/profiles/ultimaker2+/pla_0.8_normal.curaprofile +++ b/resources/profiles/ultimaker2+/pla_0.8_normal.curaprofile @@ -14,6 +14,7 @@ shell_thickness = 2.1 top_bottom_thickness = 1.6 infill_sparse_density = 20 retraction_amount = 6 +speed_print = 20 speed_infill = 40 speed_wall_0 = 20 speed_wall_x = 30