mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 19:28:07 -06:00
34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Generic PLA profile. Serves as an example file, data in this file is not correct.
|
|
-->
|
|
<fdmmaterial xmlns="http://www.ultimaker.com/material">
|
|
<metadata>
|
|
<name>
|
|
<brand>Generic</brand>
|
|
<material>CPE</material>
|
|
<color>Generic</color>
|
|
</name>
|
|
<GUID>12f41353-1a33-415e-8b4f-a775a6c70cc6</GUID>
|
|
<version>0</version>
|
|
<color_code>#0000FF</color_code>
|
|
</metadata>
|
|
<properties>
|
|
<density>0.94</density>
|
|
<diameter>2.85</diameter>
|
|
</properties>
|
|
<settings>
|
|
<setting key="print temperature">250</setting>
|
|
<setting key="heated bed temperature">70</setting>
|
|
|
|
<machine>
|
|
<machine_identifier manufacturer="Ultimaker" product="Ultimaker2+"/>
|
|
<machine_identifier manufacturer="Ultimaker" product="Ultimaker2extended+"/>
|
|
|
|
<hotend id="0.25 mm" />
|
|
<hotend id="0.4 mm" />
|
|
<hotend id="0.6 mm" />
|
|
<hotend id="0.8 mm" />
|
|
</machine>
|
|
</settings>
|
|
</fdmmaterial>
|