mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -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.
35 lines
1.1 KiB
XML
35 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Generic ABS 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>ABS</material>
|
|
<color>Generic</color>
|
|
</name>
|
|
<GUID>60636bb4-518f-42e7-8237-fe77b194ebe0</GUID>
|
|
<version>1</version>
|
|
<color_code>#8cb219</color_code>
|
|
</metadata>
|
|
<properties>
|
|
<density>1.10</density>
|
|
<diameter>2.85</diameter>
|
|
</properties>
|
|
<settings>
|
|
<setting key="print temperature">240</setting>
|
|
<setting key="heated bed temperature">80</setting>
|
|
<setting key="standby temperature">200</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>
|
|
</settings>
|
|
</fdmmaterial>
|