chiark / gitweb /
Preparing to split out nozzle sizes. Clearly I'm doing something wrong. This does...
[cura.git] / Cura / util / settings / lulzbotTAZ5_nozzle35.py
1 hips_low_settings = [('infill_speed', '70'),
2                                          ('inset0_speed', '40'),
3                                          ('insetx_speed', '45')]
4 hips_normal_settings = [('infill_speed', '50'),
5                                                 ('inset0_speed', '30'),
6                                                 ('insetx_speed', '35')]
7 hips_high_settings = [('infill_speed', '30'),
8                                           ('inset0_speed', '20'),
9                                           ('insetx_speed', '25')]
10
11 abs_low_settings = [('infill_speed', '60'),
12                                         ('inset0_speed', '50'),
13                                         ('insetx_speed', '55'),
14                                         ('cool_min_layer_time', '15')]
15 abs_normal_settings = [('infill_speed', '55'),
16                                            ('inset0_speed', '45'),
17                                            ('insetx_speed', '50'),
18                                            ('cool_min_layer_time', '15')]
19 abs_high_settings = [('infill_speed', '40'),
20                                          ('inset0_speed', '30'),
21                                          ('insetx_speed', '35'),
22                                          ('cool_min_layer_time', '20')]
23
24 pla_low_settings = [('infill_speed', '80'),
25                                         ('inset0_speed', '60'),
26                                         ('insetx_speed', '70'),
27                                         ('cool_min_layer_time', '15'),
28                                         ('cool_min_feedrate', '15')]
29 pla_normal_settings = [('infill_speed', '60'),
30                                            ('inset0_speed', '50'),
31                                            ('insetx_speed', '55'),
32                                            ('cool_min_layer_time', '15'),
33                                            ('cool_min_feedrate', '10')]
34 pla_high_settings = [('infill_speed', '50'),
35                                          ('inset0_speed', '40'),
36                                          ('insetx_speed', '45'),
37                                          ('cool_min_layer_time', '20'),
38                                          ('cool_min_feedrate', '5')]
39
40 # LulzBot TAZ 5 slice settings for use with the simple slice selection.
41 lulzbot_taz5_nozzle35_settings = [{'Ini': 'taz5_nozzle35'},
42                                                  {'Material': '1_hips', 'Profile': '1_low',
43                                                   'Settings': hips_low_settings},
44                                                  {'Material': '1_hips', 'Profile': '2_normal',
45                                                   'Settings': hips_normal_settings},
46                                                  {'Material': '1_hips', 'Profile': '3_high',
47                                                   'Settings': hips_high_settings},
48
49                                                  {'Material': '2_abs', 'Profile': '1_low',
50                                                   'Settings': abs_low_settings},
51                                                  {'Material': '2_abs', 'Profile': '2_normal',
52                                                   'Settings': abs_normal_settings},
53                                                  {'Material': '2_abs', 'Profile': '3_high',
54                                                   'Settings': abs_high_settings},
55
56                                                  {'Material': '3_pla', 'Profile': '1_low',
57                                                   'Settings': pla_low_settings},
58                                                  {'Material': '3_pla', 'Profile': '2_normal',
59                                                   'Settings': pla_normal_settings},
60                                                  {'Material': '3_pla', 'Profile': '3_high',
61                                                   'Settings': pla_high_settings},
62
63                                                  {'Profile': '2_normal',
64                                                   'Settings': [('layer_height', '0.22'),
65                                                                            ('solid_layer_thickness', '0.88')]},
66                                                  {'Material': '3_pla', 'Profile': '2_normal',
67                                                   'Settings': [('layer_height', '0.21'),
68                                                                            ('solid_layer_thickness', '0.84')]},
69
70                                                  {'Profile': '3_high',
71                                                   'Settings': [('layer_height', '0.14'),
72                                                                            ('solid_layer_thickness', '0.7')]},
73                                                  {'Material': '2_abs', 'Profile': '3_high',
74                                                   'Settings': [('layer_height', '0.16'),
75                                                                            ('solid_layer_thickness', '0.74')]}]