mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 07:17:52 -06:00
Add a plugin that loads XML materials and an example material
This commit is contained in:
parent
b452cf7ba4
commit
e0c7ed8561
3 changed files with 164 additions and 0 deletions
48
resources/materials/generic_pla.xml.fdm_material
Normal file
48
resources/materials/generic_pla.xml.fdm_material
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?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>0</version>
|
||||
<color_code>#FFFFFF</color_code>
|
||||
</metadata>
|
||||
<properties>
|
||||
<density>1.3</density>
|
||||
<diameter>2.85</diameter>
|
||||
<spool_weight>750</spool_weight>
|
||||
</properties>
|
||||
<settings>
|
||||
<setting key="print temperature">210</setting>
|
||||
<setting key="heated bed temperature">60</setting>
|
||||
<setting key="standby temperature">175</setting>
|
||||
|
||||
<machine>
|
||||
<machine_identifier manufacturer="Ultimaker" product="Ultimaker2"/>
|
||||
<machine_identifier manufacturer="Ultimaker" product="Ultimaker2go"/>
|
||||
<machine_identifier manufacturer="Ultimaker" product="Ultimaker2extended"/>
|
||||
<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>
|
||||
<hotend id="0.8mm">
|
||||
<setting key="standby temperature">80</setting>
|
||||
</hotend>
|
||||
<hotend id="0.6mm">
|
||||
<setting key="standby temperature">100</setting>
|
||||
</hotend>
|
||||
</machine>
|
||||
</settings>
|
||||
</fdmmaterial>
|
Loading…
Add table
Add a link
Reference in a new issue