chiark / gitweb /
Adding a HOWTO to the create lulzbot profiles script
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Tue, 18 Aug 2015 16:21:46 +0000 (12:21 -0400)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Tue, 18 Aug 2015 16:21:46 +0000 (12:21 -0400)
scripts/create_lulzbot_profiles.py

index 3e74dddfce9f29c4e7f5f9ab85ab03f2041b9d4a..f945894e43e814f81a1a051ab0b80b695f9d98af 100755 (executable)
@@ -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