chiark / gitweb /
quickprint: Adding a more complex system for quickprint profile configurations
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Thu, 5 Mar 2015 22:57:07 +0000 (17:57 -0500)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Thu, 5 Mar 2015 22:59:16 +0000 (17:59 -0500)
commitc063f469fec9d51ab8366ca9c7aa9d11a496df7f
treeade6ad5f68ed04311b02f3ca189bc89587d1e27d
parentde4186246b6157957f291af36a0f286ebf9e8815
quickprint: Adding a more complex system for quickprint profile configurations

This system allows the customization of settings depending on more than
one attribute, and can allow overriding either through a list of
setting overrides, or through the use of an extra ini file
The ini files in the quickprint folder will still override the
settings that are loaded from the simpleModeSettings class so it
can be used to setup new defaults for the machine
13 files changed:
Cura/gui/simpleMode.py
Cura/util/settings/__init__.py [new file with mode: 0644]
Cura/util/settings/lulzbotMini.py [new file with mode: 0644]
Cura/util/simpleModeSettings.py [new file with mode: 0644]
resources/quickprint/lulzbot_mini/extra/mini.ini [new file with mode: 0644]
resources/quickprint/lulzbot_mini/materials/1_hips.ini [new file with mode: 0644]
resources/quickprint/lulzbot_mini/materials/2_abs.ini [new file with mode: 0644]
resources/quickprint/lulzbot_mini/materials/3_pla.ini [new file with mode: 0644]
resources/quickprint/lulzbot_mini/options/1_support.ini [new file with mode: 0644]
resources/quickprint/lulzbot_mini/options/2_brim.ini [new file with mode: 0644]
resources/quickprint/lulzbot_mini/profiles/1_low.ini [new file with mode: 0644]
resources/quickprint/lulzbot_mini/profiles/2_normal.ini [new file with mode: 0644]
resources/quickprint/lulzbot_mini/profiles/3_high.ini [new file with mode: 0644]