Skip to content

Instantly share code, notes, and snippets.

@ntoff
Created January 25, 2017 13:36
Show Gist options
  • Save ntoff/495604311240980108815c6bff6a2e54 to your computer and use it in GitHub Desktop.
Save ntoff/495604311240980108815c6bff6a2e54 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!--
Generic ABS profile. Serves as an example file, data in this file is not correct.
"print temperature": "default_material_print_temperature",
"heated bed temperature": "material_bed_temperature",
"standby temperature": "material_standby_temperature",
"processing temperature graph": "material_flow_temp_graph",
"print cooling": "cool_fan_speed",
"retraction amount": "retraction_amount",
"retraction speed": "retraction_speed"
-->
<fdmmaterial xmlns="http://www.ultimaker.com/material">
<metadata>
<name>
<brand>Torwell</brand>
<material>ABS</material>
<color>Orange</color>
<label>ABS Orange</label>
</name>
<GUID>e0b26eb2-f69b-4707-a808-213f3d2b0f44</GUID>
<version>1</version>
<color_code>#FFA500</color_code>
</metadata>
<properties>
<density>1.10</density>
<diameter>1.75</diameter>
</properties>
<settings>
<setting key="print temperature">240</setting>
<setting key="heated bed temperature">95</setting>
<setting key="standby temperature">200</setting>
<setting key="print cooling">0</setting>
<setting key="retraction speed">45.0</setting>
<setting key="retraction amount">2</setting>
</settings>
</fdmmaterial>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment