forked from Ultimaker/fdm_materials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlayer_one_white_pla.xml.fdm_material
46 lines (41 loc) · 1.59 KB
/
layer_one_white_pla.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
<?xml version='1.0' encoding='utf-8'?>
<fdmmaterial version="1.3" xmlns="http://www.ultimaker.com/material">
<metadata>
<name>
<brand>Layer One</brand>
<material>PLA</material>
<color>White</color>
<label>Standard White</label>
</name>
<version>1</version>
<GUID>af740bcf-6e7e-457d-a3bb-534699b3378a</GUID>
<color_code>#ffffff</color_code>
<description>Simple, fast and reliable option for day to day printing. Not very heat resistant (40°C), medium strength and low toughness but good surface finish.</description>
<adhesion_info>Use heated bed or blue tape to increase adheasion.</adhesion_info>
<instruction_link>https://atom3dp.squarespace.com/filament-en</instruction_link>
<author>
<organization>Layer One</organization>
<contact>Daniel Kurth</contact>
<email>[email protected]</email>
</author>
</metadata>
<properties>
<diameter>1.75</diameter>
<density>1.18</density>
<weight>1000</weight>
</properties>
<settings>
<setting key="print temperature">200.0</setting>
<setting key="heated bed temperature">60.0</setting>
<setting key="print cooling">100.0</setting>
<setting key="standby temperature">180.0</setting>
<machine>
<machine_identifier manufacturer="Layer One" product="Atom 3" />
<setting key="hardware compatible">yes</setting>
</machine>
<machine>
<machine_identifier manufacturer="Layer One" product="Atom 3 Lite" />
<setting key="hardware compatible">yes</setting>
</machine>
</settings>
</fdmmaterial>