mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
fix: added missing fdm_materials from fdm_materials repo (CURA-2567)
This commit is contained in:
parent
82c4460adf
commit
e2dd9bb958
2 changed files with 50 additions and 0 deletions
25
resources/materials/ultimaker_nylon_black.xml.fdm_material
Normal file
25
resources/materials/ultimaker_nylon_black.xml.fdm_material
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?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">100</setting>
|
||||
</settings>
|
||||
</fdmmaterial>
|
|
@ -0,0 +1,25 @@
|
|||
<?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>Transparent</color>
|
||||
</name>
|
||||
<GUID>e256615d-a04e-4f53-b311-114b90560af9</GUID>
|
||||
<version>1</version>
|
||||
<color_code>#FFFFFF</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">100</setting>
|
||||
</settings>
|
||||
</fdmmaterial>
|
Loading…
Add table
Add a link
Reference in a new issue