mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Update example XML material to use the right product names
This commit is contained in:
parent
b2a8810d04
commit
81d0b34f20
1 changed files with 3 additions and 4 deletions
|
@ -16,7 +16,6 @@ Generic PLA profile. Serves as an example file, data in this file is not correct
|
|||
<properties>
|
||||
<density>1.3</density>
|
||||
<diameter>2.85</diameter>
|
||||
<spool_weight>750</spool_weight>
|
||||
</properties>
|
||||
<settings>
|
||||
<setting key="print temperature">210</setting>
|
||||
|
@ -24,9 +23,8 @@ Generic PLA profile. Serves as an example file, data in this file is not correct
|
|||
<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"/>
|
||||
<machine_identifier manufacturer="Ultimaker" product="Ultimaker2+"/>
|
||||
<machine_identifier manufacturer="Ultimaker" product="Ultimaker2extended+"/>
|
||||
<setting key="standby temperature">150</setting>
|
||||
<setting key="processing temperature graph">
|
||||
<point flow="2" temperature="180"/>
|
||||
|
@ -36,6 +34,7 @@ Generic PLA profile. Serves as an example file, data in this file is not correct
|
|||
|
||||
<machine>
|
||||
<machine_identifier manufacturer="Ultimaker" product="Ultimaker Original"/>
|
||||
<machine_identifier manufacturer="Ultimaker" product="Ultimaker Original+"/>
|
||||
<setting key="standby temperature">150</setting>
|
||||
<hotend id="0.8mm">
|
||||
<setting key="standby temperature">80</setting>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue