From 046ad25ef7efd27ca447df0680d9eca123c121d0 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Tue, 18 Aug 2015 12:21:46 -0400 Subject: [PATCH] Adding a HOWTO to the create lulzbot profiles script --- scripts/create_lulzbot_profiles.py | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.30.2