-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #324 from Ultimaker/add_eazao_clay
CURA-12220_Add eazao clay
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<fdmmaterial version="1.3" xmlns="http://www.ultimaker.com/material"> | ||
<metadata> | ||
<name> | ||
<brand>Eazao</brand> | ||
<material>Clay</material> | ||
<color>White</color> | ||
<label>Clay</label> | ||
</name> | ||
<GUID>e0752072-a685-8721-dfd4-837075eb4f57</GUID> | ||
<version>2</version> | ||
<color_code>#eeeeee</color_code> | ||
<description></description> | ||
<adhesion_info></adhesion_info> | ||
</metadata> | ||
<properties> | ||
<diameter>1.75</diameter> | ||
<density>1600</density> | ||
<weight>800</weight> | ||
</properties> | ||
<settings> | ||
<setting key="standby temperature">0</setting> | ||
<setting key="print cooling">100.0</setting> | ||
<setting key="retraction amount">3</setting> | ||
<setting key="print temperature">0</setting> | ||
<setting key="heated bed temperature">0</setting> | ||
<setting key="retraction speed">40.0</setting> | ||
</settings> | ||
</fdmmaterial> |