mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00

It prints fine on most printers. Just allow people to select it. (And other secret reasons.)
36 lines
1.2 KiB
XML
36 lines
1.2 KiB
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>Generic</brand>
|
|
<material>Nylon</material>
|
|
<color>Generic</color>
|
|
</name>
|
|
<GUID>35ebb8df-66d2-41cd-9662-b7d96b9c2cbd</GUID>
|
|
<version>1</version>
|
|
<color_code>#3DF266</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>
|
|
|
|
<machine>
|
|
<machine_identifier manufacturer="Ultimaker" product="Ultimaker 2+"/>
|
|
<machine_identifier manufacturer="Ultimaker" product="Ultimaker 2 Extended+"/>
|
|
<setting key="hardware compatible">yes</setting>
|
|
|
|
<hotend id="0.25 mm" />
|
|
<hotend id="0.4 mm" />
|
|
<hotend id="0.6 mm" />
|
|
<hotend id="0.8 mm" />
|
|
</machine>
|
|
</settings>
|
|
</fdmmaterial>
|