from lulzbotMini import lulzbot_mini_settings
from lulzbotTAZ4 import lulzbot_taz4_settings
-from lulzbotTAZ5 import lulzbot_taz5_settings
+from lulzbotTAZ5 import lulzbot_taz5_settings, lulzbot_taz5_05nozzle_settings
{'Material': '2_abs', 'Profile': '3_high',
'Settings': [('layer_height', '0.16'),
('solid_layer_thickness', '0.74')]}]
+
+lulzbot_taz5_05nozzle_settings = [ {'Material': '1_hips', 'Profile': '1_low',
+ 'Ini': "hips_low"},
+ {'Material': '1_hips', 'Profile': '2_normal',
+ 'Ini': "hips_normal"},
+ {'Material': '1_hips', 'Profile': '3_high',
+ 'Ini': "hips_high"},
+
+ {'Material': '2_abs', 'Profile': '1_low',
+ 'Ini': "abs_low"},
+ {'Material': '2_abs', 'Profile': '2_normal',
+ 'Ini': "abs_normal"},
+ {'Material': '2_abs', 'Profile': '3_high',
+ 'Ini': "abs_high"},
+
+ {'Material': '3_pla', 'Profile': '1_low',
+ 'Ini': "pla_low"},
+ {'Material': '3_pla', 'Profile': '2_normal',
+ 'Ini': "pla_normal"},
+ {'Material': '3_pla', 'Profile': '3_high',
+ 'Ini': "pla_high"}]
from Cura.util.settings import lulzbot_mini_settings, \
lulzbot_taz4_settings, \
- lulzbot_taz5_settings
+ lulzbot_taz5_settings, \
+ lulzbot_taz5_05nozzle_settings
import ConfigParser as configparser
from Cura.util import profile
settings = {"lulzbot_mini": lulzbot_mini_settings,
"lulzbot_TAZ_4": lulzbot_taz4_settings,
"lulzbot_TAZ_5": lulzbot_taz5_settings,
+ "lulzbot_TAZ_5_05nozzle": lulzbot_taz5_05nozzle_settings,
None: {}}
--- /dev/null
+[info]\r
+name = Print support structure\r
+\r
+[profile]\r
+support = Everywhere\r
+support_type = Lines\r
+support_angle = 45\r
+support_fill_rate = 30\r
+support_xy_distance = 0.7\r
+support_z_distance = 0.05\r