From c863562d122b14fade114db62f00d23b1172859d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Fri, 14 Oct 2016 11:58:39 +0200 Subject: [PATCH] Limit cura profile importer to .ini files and clarified support again --- .../plugins/cura/templates/cura_settings.jinja2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/octoprint/plugins/cura/templates/cura_settings.jinja2 b/src/octoprint/plugins/cura/templates/cura_settings.jinja2 index 92cfe0ae..69fa8882 100644 --- a/src/octoprint/plugins/cura/templates/cura_settings.jinja2 +++ b/src/octoprint/plugins/cura/templates/cura_settings.jinja2 @@ -77,7 +77,7 @@
{{ _('Browse...') }} - +
@@ -111,10 +111,10 @@ {% trans %} - You can import your existing profile .ini files from Cura (version up to and - including 15.04) here. Please be aware that neither the .json profile format - from Cura versions starting with 15.06 is supported, nor are the custom Cura profile formats - that third party tools like e.g. Repetier create. + You can import your existing profile .ini files from Cura 15.04.x or older + here. Anything but those are not supported. That especiallymeans that .json + profiles from Cura 15.06.x and .curaprofile profiles from Cura 2.x will not work, and neither + will custom Cura profile formats that third party tools like e.g. Repetier create. {% endtrans %}