forked from Ultimaker/fdm_materials
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgeneric_cpe_plus.xml.fdm_material
54 lines (51 loc) · 2.04 KB
/
generic_cpe_plus.xml.fdm_material
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
<?xml version="1.0" encoding="UTF-8"?>
<!--
Generic CPE+ profile. The data in this file may not be correct for your specific machine.
-->
<fdmmaterial xmlns="http://www.ultimaker.com/material">
<metadata>
<name>
<brand>Generic</brand>
<material>CPE+</material>
<color>Generic</color>
</name>
<GUID>e2409626-b5a0-4025-b73e-b58070219259</GUID>
<version>1</version>
<color_code>#3633F2</color_code>
</metadata>
<properties>
<density>1.18</density>
<diameter>2.85</diameter>
</properties>
<settings>
<setting key="hardware compatible">no</setting><!-- This material is not supported on most printers due to high temperatures -->
<setting key="print temperature">260</setting>
<setting key="heated bed temperature">107</setting>
<setting key="standby temperature">175</setting>
<machine>
<machine_identifier manufacturer="Ultimaker" product="Ultimaker 2+"/>
<machine_identifier manufacturer="Ultimaker" product="Ultimaker 2 Extended+"/>
<setting key="hardware compatible">yes</setting>
<hotend id="0.25 mm">
<setting key="hardware compatible">no</setting>
</hotend>
<hotend id="0.4 mm" />
<hotend id="0.6 mm" />
<hotend id="0.8 mm" />
</machine>
<machine>
<machine_identifier manufacturer="Ultimaker B.V." product="Ultimaker 3"/>
<machine_identifier manufacturer="Ultimaker B.V." product="Ultimaker 3 Extended"/>
<hotend id="BB 0.4" />
<hotend id="AA 0.4">
<setting key="hardware compatible">yes</setting>
<setting key="retraction amount">7</setting>
<setting key="print cooling">1</setting>
</hotend>
<hotend id="BB 0.8" />
<hotend id="AA 0.8">
<setting key="hardware compatible">yes</setting>
</hotend>
</machine>
</settings>
</fdmmaterial>