Welcome to mirror list, hosted at ThFree Co, Russian Federation.

eryone_thinker.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 33c96f45cafe38c4271b32a541cf6b2d54f9753e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
{
    "version": 2,
    "name": "Eryone Thinker Series",
    "inherits": "fdmprinter",
    "metadata":
    {
        "visible": true,
        "author": "Demetrius Apostolopoulos",
        "manufacturer": "Eryone",
        "file_formats": "text/x-gcode",
        "platform": "eryone_thinker_platform.obj",
        "platform_texture": "eryone_thinker_plate.png",
        "platform_offset": [0, -120, 0],
        "has_materials": true,
        "preferred_material": "eryone_pla",
        "has_machine_quality": true,
        "preferred_quality_type": "normal",
        "machine_extruder_trains": 
        { 
            "0": "eryone_thinker_extruder_0" 
        },
        "first_start_actions": ["MachineSettingsAction"]
    },

    "overrides":
    {
        "machine_name": { 
            "default_value": "Eryone Thinker Series" 
        },
        "machine_start_gcode": { 
            "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z10.0 F600 ;move the platform down 10mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 Y-3 F1200 ;move to prime\nG1 X10 F1200 ;\nG1 Z0.1 F600 ;get ready to prime\nG1 X120 E15 F1200 ;prime nozzle \nG1 X120 F3600 ;quick wipe\nG92 E0 ;zero the extruded length\nM413 S1 ;enable resume from power failure\nM117 Printing..." 
        },
        "machine_end_gcode": { 
            "default_value": "M104 S0 ;turn off extruder\nM140 S0 ;turn off bed\nM107 ;turn off all fans\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 ;move Z up a bit and retract filament even more\nG90 ;absolute positioning\nG1 X0 Y250 F4800 ; position for easy part removal\nM84 ;steppers off" 
        },
        "material_diameter": {
            "default_value": 1.75 
        },
        "machine_width": {
            "default_value": 300 
        },
        "machine_depth": { 
            "default_value": 300 
        },
        "machine_height": { 
            "default_value": 400 
        },
        "machine_heated_bed": { 
            "default_value": true 
        },
        "machine_center_is_zero": { 
            "default_value": false 
        },
        "machine_gcode_flavor": { 
            "default_value": "RepRap (Marlin/Sprinter)" 
        },
        "machine_head_with_fans_polygon": { 
            "default_value": [
                [-20, 30],
                [-20, -20],
                [20, -20],
                [20, 30]
            ]
        },
        "gantry_height": { 
            "value": 30
        },
        "layer_height": {
            "value": 0.2
        },
        "layer_height_0": {
            "resolve": "max(0.1, layer_height)"
        },
        "initial_layer_line_width_factor": {
            "value": 120
        },
        "wall_line_count": {
            "value": 3
        },
        "wall_thickness": {
            "value": "line_width * wall_line_count"
        },
        "optimize_wall_printing_order": {
            "default_value": true 
        },
        "z_seam_type": {
            "value": "'shortest'"
        },
        "z_seam_corner": {
            "value": "'z_seam_corner_inner'"
        },
        "roofing_layer_count": {
            "value": 1
        },
        "top_layers": {
            "value": 6
        },
        "top_thickness":{
            "value": "layer_height * top_layers"
        },
        "bottom_layers": {
            "value": 4
        },
        "bottom_thickness":{
            "value": "layer_height * bottom_layers"
        },
        "skin_overlap": {
            "value": 10
        },
        "infill_sparse_density": {
            "value": 20
        },
        "infill_pattern": {
            "value": "'lines' if infill_sparse_density > 25 else 'grid'"
        },
        "infill_overlap": {
            "value": "25 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0"
        },
        "infill_before_walls": {
            "value": false
        },
        "inset_direction": {
            "default_value": "inside_out"
        },
        "material_print_temperature": {
            "value": "default_material_print_temperature",
            "maximum_value_warning": 250
        },
        "material_print_temperature_layer_0": {
            "value": "material_print_temperature + 5",
            "maximum_value_warning": 250
        },
        "material_initial_print_temperature": {
            "value": "material_print_temperature",
            "maximum_value_warning": 250
        },
        "material_final_print_temperature": {
            "value": "material_print_temperature"
        },
        "material_bed_temperature": {
            "value": "default_material_bed_temperature",
            "maximum_value_warning": 100
        },
        "material_bed_temperature_layer_0": {
            "value": "material_bed_temperature"
        },
        "speed_infill": {
            "value": "speed_print"
        },
        "speed_wall": {
            "value": "speed_print"
        },
        "speed_wall_0": {
            "value": "math.ceil(speed_print * 30 / 50)"
        },
        "speed_wall_x": {
            "value": "speed_print"
        },
        "speed_topbottom": {
            "value": "math.ceil(speed_print * 20 / 50)"
        },
        "speed_travel": {
            "value": "speed_print if magic_spiralize else 120"
        },
        "speed_layer_0": {
            "value": "math.ceil(speed_print * 30 / 50)"
        },
        "skirt_brim_speed": {
            "value": "math.ceil(speed_print * 40 / 60)"
        },
        "speed_z_hop": {
            "value": "math.ceil(speed_print * 30 / 60)"
        },
        "acceleration_enabled": {
            "value": true
        },
        "acceleration_print": {
            "value": 750
        },
        "acceleration_travel": {
            "value": 1500
        },
        "jerk_enabled": {
            "value": true
        },
        "jerk_print": {
            "value": 10
        },
        "jerk_travel": {
            "value": 15
        },
        "retract_at_layer_change": {
            "value": true
        },
        "retraction_amount": {
            "default_value": 4.5
        },
        "retraction_speed": {
            "default_value": 85,
            "maximum_value_warning": 100
        },
        "retraction_retract_speed": {
            "maximum_value_warning": 130
        },
        "retraction_prime_speed": {
            "value": "math.ceil(retraction_speed * 0.4)",
            "maximum_value_warning": 130
        },
        "retraction_min_travel": {
            "value": "max(line_width * 2, 1.5)"
        },
        "retraction_combing": {
            "value": "'off' if retraction_hop_enabled else 'noskin'"
        },
        "travel_retract_before_outer_wall": {
            "value": true
        },
        "retraction_hop_enabled": {
            "value": false
        },
        "retraction_hop_only_when_collides": {
            "value": true
        },
        "retraction_hop": {
            "value": 0.1
        },
        "support_pattern": {
            "value": "'triangles'"
        },
        "support_z_distance": {
            "value": 0.3
        },
        "support_interface_enable": {
            "value": true
        },
        "support_roof_enable": {
            "value": true
        },
        "support_use_towers": {
            "value": false
        },
        "adhesion_type": { 
            "value": "'skirt'"
        },
        "skirt_line_count": {
            "value": 3
        },
        "skirt_gap": {
            "value": 5
        },
        "brim_width": {
            "value": 5
        },
        "smooth_spiralized_contours": {
            "value": false
        },
        "roofing_monotonic": {
            "value": true
        }
    }
}