mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
25 lines
805 B
XML
25 lines
805 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Generic Nylon profile. Serves as an example file, data in this file is not correct.
|
|
-->
|
|
<fdmmaterial xmlns="http://www.ultimaker.com/material">
|
|
<metadata>
|
|
<name>
|
|
<brand>Ultimaker</brand>
|
|
<material>Nylon</material>
|
|
<color>Black</color>
|
|
</name>
|
|
<GUID>c64c2dbe-5691-4363-a7d9-66b2dc12837f</GUID>
|
|
<version>1</version>
|
|
<color_code>#000000</color_code>
|
|
</metadata>
|
|
<properties>
|
|
<density>1.14</density>
|
|
<diameter>2.85</diameter>
|
|
</properties>
|
|
<settings>
|
|
<setting key="print temperature">250</setting>
|
|
<setting key="heated bed temperature">60</setting>
|
|
<setting key="standby temperature">175</setting>
|
|
</settings>
|
|
</fdmmaterial>
|