mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-31 05:10:42 -07:00
This reverts commit 47caacfd44. That commit was giving some trouble with our build process. Eventually these files will need to be deleted, but not right before the new release.
Contributes to issue CURA-2567.
51 lines
1.8 KiB
XML
51 lines
1.8 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>PLA</material>
|
|
<color>Generic</color>
|
|
</name>
|
|
<GUID>506c9f0d-e3aa-4bd4-b2d2-23e2425b1aa9</GUID>
|
|
<version>1</version>
|
|
<color_code>#ffc924</color_code>
|
|
</metadata>
|
|
<properties>
|
|
<density>1.24</density>
|
|
<diameter>2.85</diameter>
|
|
</properties>
|
|
<settings>
|
|
<setting key="print temperature">200</setting>
|
|
<setting key="heated bed temperature">60</setting>
|
|
<setting key="standby temperature">175</setting>
|
|
|
|
<machine>
|
|
<machine_identifier manufacturer="Ultimaker" product="Ultimaker 2+"/>
|
|
<machine_identifier manufacturer="Ultimaker" product="Ultimaker 2 Extended+"/>
|
|
|
|
<hotend id="0.25 mm" />
|
|
<hotend id="0.4 mm" />
|
|
<hotend id="0.6 mm" />
|
|
<hotend id="0.8 mm" />
|
|
</machine>
|
|
|
|
<machine>
|
|
<machine_identifier manufacturer="Ultimaker" product="Ultimaker 2"/>
|
|
<machine_identifier manufacturer="Ultimaker" product="Ultimaker 2 Go"/>
|
|
<machine_identifier manufacturer="Ultimaker" product="Ultimaker 2 Extended"/>
|
|
<setting key="standby temperature">150</setting>
|
|
<setting key="processing temperature graph">
|
|
<point flow="2" temperature="180"/>
|
|
<point flow="10" temperature="230"/>
|
|
</setting>
|
|
</machine>
|
|
|
|
<machine>
|
|
<machine_identifier manufacturer="Ultimaker" product="Ultimaker Original"/>
|
|
<setting key="standby temperature">150</setting>
|
|
</machine>
|
|
</settings>
|
|
</fdmmaterial>
|