From f77df6b18ef9a50f33f95a4dd056830b40b3372f Mon Sep 17 00:00:00 2001 From: nickthetait Date: Thu, 6 Aug 2015 14:38:53 -0600 Subject: [PATCH] Expand quickprint README --- resources/quickprint/README | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/resources/quickprint/README b/resources/quickprint/README index 349179e6..4cdb8525 100644 --- a/resources/quickprint/README +++ b/resources/quickprint/README @@ -31,4 +31,16 @@ order = int -> The order to show this material or quality in the UI. Default is Profile options are applied in the following order : Material -> Quality -> Options. This allows you to group common settings for materials or to have options override everything else. -The quickprint profiles are searched for in the ~/.Cura/quickprint directory first, allowing users to override their machines quickprint settings. \ No newline at end of file +The quickprint profiles are searched for in the ~/.Cura/quickprint directory first, allowing users to override their machines quickprint settings. + + + + +Importing profiles will require: +Adding an [info] section +Renamed into profile.ini and move inside a High-speed directory +Create ABS/High/profile.ini, ABS/Low/profile.ini, ABS/Normal/profile.ini and ABS/Ulti/profile.ini files created, with their profile.ini only containing [info] disabled = true, so you would override and disable the global quickprint settings + +Example: +lulzbot_TAZ_4_FlexyDuallyV2/ABS/profile.ini <-- only needs to contain an [info] section with 'name = ABS' and 'order = 0' +lulzbot_TAZ_4_FlexyDuallyV2/ABS/High-speed/profile.ini <-- copy that file into it, add a [info] section with name = High Speed -- 2.30.2