From: Youness Alaoui Date: Tue, 18 Aug 2015 16:21:46 +0000 (-0400) Subject: Adding a HOWTO to the create lulzbot profiles script X-Git-Tag: lulzbot-15.02.1-2.02~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=046ad25ef7efd27ca447df0680d9eca123c121d0;p=cura.git Adding a HOWTO to the create lulzbot profiles script --- diff --git a/scripts/create_lulzbot_profiles.py b/scripts/create_lulzbot_profiles.py index 3e74dddf..f945894e 100755 --- a/scripts/create_lulzbot_profiles.py +++ b/scripts/create_lulzbot_profiles.py @@ -1,4 +1,13 @@ #!/usr/bin/python +# +# This script is used to generate print profiles for lulzbot printers +# based off of the lulzbot_profiles directory which contains common +# profiles for multiple toolheads. +# To generate profiles or update them, make sure there are no existing profiles +# by doing a rm -rf resources/quickprint/lulzbot_mini* resources/quickprint/lulzbot_TAZ* +# then run the script from the root Cura directory with ./scripts/create_lulzbot_profiles.py +# + import glob import os